Skip to content

Commit 2f4000b

Browse files
committed
mark faiing tests from test_json
1 parent 413e825 commit 2f4000b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Lib/test/test_json/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ def test_pyjson(self):
4141
'json.encoder')
4242

4343
class TestCTest(CTest):
44+
# TODO: RUSTPYTHON
45+
@unittest.expectedFailure
4446
def test_cjson(self):
4547
self.assertEqual(self.json.scanner.make_scanner.__module__, '_json')
4648
self.assertEqual(self.json.decoder.scanstring.__module__, '_json')

Lib/test/test_json/test_speedups.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ def bad_encoder2(*args):
6262
with self.assertRaises(ZeroDivisionError):
6363
enc('spam', 4)
6464

65+
# TODO: RUSTPYTHON
66+
@unittest.expectedFailure
6567
def test_bad_markers_argument_to_encoder(self):
6668
# https://bugs.python.org/issue45269
6769
with self.assertRaisesRegex(

0 commit comments

Comments
 (0)