mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
mark failing tests of test_support.py
This commit is contained in:
4
Lib/test/test_support.py
vendored
4
Lib/test/test_support.py
vendored
@@ -419,6 +419,8 @@ class TestSupport(unittest.TestCase):
|
||||
self.OtherClass, self.RefClass, ignore=ignore)
|
||||
self.assertEqual(set(), missing_items)
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
@unittest.expectedFailure
|
||||
def test_check__all__(self):
|
||||
extra = {'tempdir'}
|
||||
not_exported = {'template'}
|
||||
@@ -441,6 +443,8 @@ class TestSupport(unittest.TestCase):
|
||||
|
||||
self.assertRaises(AssertionError, support.check__all__, self, unittest)
|
||||
|
||||
# TODO: RUSTPYTHON
|
||||
@unittest.expectedFailure
|
||||
@unittest.skipUnless(hasattr(os, 'waitpid') and hasattr(os, 'WNOHANG'),
|
||||
'need os.waitpid() and os.WNOHANG')
|
||||
def test_reap_children(self):
|
||||
|
||||
Reference in New Issue
Block a user