Skip to content

Commit 8781de6

Browse files
committed
unmark tests
1 parent 0b20298 commit 8781de6

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Lib/test/test_faulthandler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ def test_enable_single_thread(self):
374374
'Segmentation fault',
375375
all_threads=False)
376376

377-
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON; AttributeError: module 'msvcrt' has no attribute 'GetErrorMode'")
378377
@skip_segfault_on_android
379378
def test_disable(self):
380379
code = """

Lib/test/test_shutil.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,6 @@ def test_dont_copy_file_onto_link_to_itself(self):
14781478
finally:
14791479
shutil.rmtree(TESTFN, ignore_errors=True)
14801480

1481-
@unittest.expectedFailureIfWindows('TODO: RUSTPYTHON; AssertionError: SameFileError not raised for copyfile')
14821481
@os_helper.skip_unless_symlink
14831482
def test_dont_copy_file_onto_symlink_to_itself(self):
14841483
# bug 851123.

Lib/test/test_subprocess.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,6 @@ def _test_bufsize_equal_one(self, line, expected, universal_newlines):
13371337
self.assertEqual(p.returncode, 0)
13381338
self.assertEqual(read_line, expected)
13391339

1340-
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON")
13411340
def test_bufsize_equal_one_text_mode(self):
13421341
# line is flushed in text mode with bufsize=1.
13431342
# we should get the full line in return

0 commit comments

Comments
 (0)