Skip to content

Commit b8fa3e2

Browse files
committed
adjust failing tests from test_unicode*
1 parent dd72576 commit b8fa3e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_unicode.py

+2
Original file line numberDiff line numberDiff line change
@@ -2530,6 +2530,8 @@ def test_free_after_iterating(self):
25302530
support.check_free_after_iterating(self, iter, str)
25312531
support.check_free_after_iterating(self, reversed, str)
25322532

2533+
# TODO: RUSTPYTHON
2534+
@unittest.expectedFailure
25332535
def test_check_encoding_errors(self):
25342536
# bpo-37388: str(bytes) and str.decode() must check encoding and errors
25352537
# arguments in dev mode

0 commit comments

Comments
 (0)