mirror of
https://github.com/python/cpython.git
synced 2025-11-09 06:01:05 +00:00
Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
files cannot be written.
This commit is contained in:
parent
c488bc6a76
commit
1c80b152bd
2 changed files with 4 additions and 0 deletions
|
|
@ -278,6 +278,7 @@ class ImportTests(unittest.TestCase):
|
||||||
"""))
|
"""))
|
||||||
script_helper.assert_python_ok(testfn)
|
script_helper.assert_python_ok(testfn)
|
||||||
|
|
||||||
|
@skip_if_dont_write_bytecode
|
||||||
def test_timestamp_overflow(self):
|
def test_timestamp_overflow(self):
|
||||||
# A modification timestamp larger than 2**32 should not be a problem
|
# A modification timestamp larger than 2**32 should not be a problem
|
||||||
# when importing a module (issue #11235).
|
# when importing a module (issue #11235).
|
||||||
|
|
|
||||||
|
|
@ -319,6 +319,9 @@ Tests
|
||||||
- Issue #25616: Tests for OrderedDict are extracted from test_collections
|
- Issue #25616: Tests for OrderedDict are extracted from test_collections
|
||||||
into separate file test_ordered_dict.
|
into separate file test_ordered_dict.
|
||||||
|
|
||||||
|
- Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
|
||||||
|
files cannot be written.
|
||||||
|
|
||||||
Build
|
Build
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue