Skip to content

Commit 5ab55dc

Browse files
committed
Add expectedFailure tag to test_non_ascii
1 parent 9f29dc5 commit 5ab55dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_cmd_line_script.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,8 @@ def test_pep_409_verbiage(self):
579579
self.assertTrue(text[1].startswith(' File '))
580580
self.assertTrue(text[3].startswith('NameError'))
581581

582+
# TODO: RUSTPYTHON
583+
@unittest.expectedFailure
582584
def test_non_ascii(self):
583585
# Mac OS X denies the creation of a file with an invalid UTF-8 name.
584586
# Windows allows creating a name with an arbitrary bytes name, but

0 commit comments

Comments
 (0)