Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1c80b152
Commit
1c80b152
authored
Mar 17, 2016
by
Ned Deily
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
files cannot be written.
parent
c488bc6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Lib/test/test_import/__init__.py
Lib/test/test_import/__init__.py
+1
-0
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Lib/test/test_import/__init__.py
View file @
1c80b152
...
...
@@ -278,6 +278,7 @@ class ImportTests(unittest.TestCase):
"""
))
script_helper
.
assert_python_ok
(
testfn
)
@
skip_if_dont_write_bytecode
def
test_timestamp_overflow
(
self
):
# A modification timestamp larger than 2**32 should not be a problem
# when importing a module (issue #11235).
...
...
Misc/NEWS
View file @
1c80b152
...
...
@@ -319,6 +319,9 @@ Tests
-
Issue
#
25616
:
Tests
for
OrderedDict
are
extracted
from
test_collections
into
separate
file
test_ordered_dict
.
-
Issue
#
26583
:
Skip
test_timestamp_overflow
in
test_import
if
bytecode
files
cannot
be
written
.
Build
-----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment