Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 121a86d

Browse filesBrowse files
committed
Mark newly failing tests
1 parent 999786f commit 121a86d
Copy full SHA for 121a86d

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎Lib/test/test_support.py

Copy file name to clipboardExpand all lines: Lib/test/test_support.py
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,8 @@ def check_options(self, args, func, expected=None):
515515
self.assertEqual(proc.stdout.rstrip(), repr(expected))
516516
self.assertEqual(proc.returncode, 0)
517517

518+
# TODO: RUSTPYTHON
519+
@unittest.expectedFailure
518520
def test_args_from_interpreter_flags(self):
519521
# Test test.support.args_from_interpreter_flags()
520522
for opts in (
@@ -697,6 +699,8 @@ def test_print_warning(self):
697699
self.check_print_warning("a\nb",
698700
'Warning -- a\nWarning -- b\n')
699701

702+
# TODO: RUSTPYTHON
703+
@unittest.expectedFailure
700704
def test_has_strftime_extensions(self):
701705
if support.is_emscripten or sys.platform == "win32":
702706
self.assertFalse(support.has_strftime_extensions)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.