Skip to content

Commit b687960

Browse files
committed
Mark failing tests of test_unitcodedata
1 parent 134f62a commit b687960

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Lib/test/test_unicodedata.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ class UnicodeMethodsTest(unittest.TestCase):
2121
# update this, if the database changes
2222
expectedchecksum = '4739770dd4d0e5f1b1677accfc3552ed3c8ef326'
2323

24+
# TODO: RUSTPYTHON
25+
@unittest.expectedFailure
2426
@requires_resource('cpu')
2527
def test_method_checksum(self):
2628
h = hashlib.sha1()
@@ -97,6 +99,8 @@ def test_function_checksum(self):
9799
result = h.hexdigest()
98100
self.assertEqual(result, self.expectedchecksum)
99101

102+
# TODO: RUSTPYTHON
103+
@unittest.expectedFailure
100104
@requires_resource('cpu')
101105
def test_name_inverse_lookup(self):
102106
for i in range(sys.maxunicode + 1):

0 commit comments

Comments
 (0)