Skip to content

Commit b875057

Browse files
committed
Fix test failures/successes for windows.
1 parent 2e5b033 commit b875057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/test/test_urllib.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,8 +1526,6 @@ def test_quoting(self):
15261526
"url2pathname() failed; %s != %s" %
15271527
(expect, result))
15281528

1529-
# TODO: RUSTPYTHON
1530-
@unittest.expectedFailure
15311529
@unittest.skipUnless(sys.platform == 'win32',
15321530
'test specific to the nturl2path functions.')
15331531
def test_prefixes(self):

Lib/test/test_zipfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,6 +1464,8 @@ def test_extract_hackers_arcnames_common_cases(self):
14641464
]
14651465
self._test_extract_hackers_arcnames(common_hacknames)
14661466

1467+
# TODO: RUSTPYTHON
1468+
@unittest.expectedFailure
14671469
@unittest.skipIf(os.path.sep != '\\', 'Requires \\ as path separator.')
14681470
def test_extract_hackers_arcnames_windows_only(self):
14691471
"""Test combination of path fixing and windows name sanitization."""

0 commit comments

Comments
 (0)