Skip to content

Commit 7c59654

Browse files
committed
unmark successful tests
1 parent 01f905c commit 7c59654

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Lib/test/test_argparse.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6747,8 +6747,6 @@ def test_ambiguous_option(self):
67476747
"ambiguous option: --foob=1 could match --foobaz, --fooble$",
67486748
self.parser.parse_args, ['--foob=1', '--foogle', '2'])
67496749

6750-
# TODO: RUSTPYTHON
6751-
@unittest.expectedFailure
67526750
def test_os_error(self):
67536751
self.parser.add_argument('file')
67546752
self.assertRaisesRegex(argparse.ArgumentError,

Lib/test/test_py_compile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ def test_bad_syntax_with_quiet(self):
266266
self.assertEqual(stdout, b'')
267267
self.assertEqual(stderr, b'')
268268

269-
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON")
270269
def test_file_not_exists(self):
271270
should_not_exists = os.path.join(os.path.dirname(__file__), 'should_not_exists.py')
272271
rc, stdout, stderr = self.pycompilecmd_failure(self.source_path, should_not_exists)

0 commit comments

Comments
 (0)