mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
gh-127146: Resolve some minor problems in Emscripten tests (#127565)
Adjusts some Emscripten test exclusions regarding strftime, fma, and stack depth.
This commit is contained in:
parent
12397a5781
commit
0f91078170
3 changed files with 4 additions and 4 deletions
|
|
@ -578,7 +578,7 @@ class TestSupport(unittest.TestCase):
|
|||
'Warning -- a\nWarning -- b\n')
|
||||
|
||||
def test_has_strftime_extensions(self):
|
||||
if support.is_emscripten or sys.platform == "win32":
|
||||
if sys.platform == "win32":
|
||||
self.assertFalse(support.has_strftime_extensions)
|
||||
else:
|
||||
self.assertTrue(support.has_strftime_extensions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue