Skip to content

Commit 64340fd

Browse files
committed
mark failing tests of test_support.py
1 parent db213c3 commit 64340fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Lib/test/test_support.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@ def test_detect_api_mismatch__ignore(self):
419419
self.OtherClass, self.RefClass, ignore=ignore)
420420
self.assertEqual(set(), missing_items)
421421

422+
# TODO: RUSTPYTHON
423+
@unittest.expectedFailure
422424
def test_check__all__(self):
423425
extra = {'tempdir'}
424426
not_exported = {'template'}
@@ -441,6 +443,8 @@ def test_check__all__(self):
441443

442444
self.assertRaises(AssertionError, support.check__all__, self, unittest)
443445

446+
# TODO: RUSTPYTHON
447+
@unittest.expectedFailure
444448
@unittest.skipUnless(hasattr(os, 'waitpid') and hasattr(os, 'WNOHANG'),
445449
'need os.waitpid() and os.WNOHANG')
446450
def test_reap_children(self):

0 commit comments

Comments
 (0)