mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
gh-127146: Update test skips for Emscripten 4.0.2 (#129474)
Updates test skips to reflect capabilities of Emscripten 4.0.2.
This commit is contained in:
parent
23cda58348
commit
cf288e3c25
5 changed files with 63 additions and 70 deletions
|
@ -940,7 +940,6 @@ class TestNtpath(NtpathTestCase):
|
|||
self.assertRaises(TypeError, ntpath.commonpath, ['C:\\Foo', b'Foo\\Baz'])
|
||||
self.assertRaises(TypeError, ntpath.commonpath, ['Foo', b'C:\\Foo\\Baz'])
|
||||
|
||||
@unittest.skipIf(is_emscripten, "Fixed in next Emscripten release after 4.0.1")
|
||||
def test_sameopenfile(self):
|
||||
with TemporaryFile() as tf1, TemporaryFile() as tf2:
|
||||
# Make sure the same file is really the same
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue