Skip to content

Commit 447617e

Browse files
committed
mark failing tests
1 parent 0671070 commit 447617e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/test/test_support.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ def test_detect_api_mismatch__ignore(self):
460460
self.OtherClass, self.RefClass, ignore=ignore)
461461
self.assertEqual(set(), missing_items)
462462

463+
@unittest.expectedFailure # TODO: RUSTPYTHON
463464
def test_check__all__(self):
464465
extra = {'tempdir'}
465466
not_exported = {'template'}
@@ -615,6 +616,7 @@ def test_print_warning(self):
615616
self.check_print_warning("a\nb",
616617
'Warning -- a\nWarning -- b\n')
617618

619+
@unittest.expectedFailureIf(sys.platform != "win32", "TODO: RUSTPYTHON; no has_strftime_extensions yet")
618620
def test_has_strftime_extensions(self):
619621
if sys.platform == "win32":
620622
self.assertFalse(support.has_strftime_extensions)

0 commit comments

Comments
 (0)