Skip to content

Commit 258f61c

Browse files
committed
Mark failing test
1 parent 9e6cbed commit 258f61c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_dis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,7 @@ def test_opname(self):
937937
def test_boundaries(self):
938938
self.assertEqual(dis.opmap["EXTENDED_ARG"], dis.EXTENDED_ARG)
939939

940+
@unittest.expectedFailure # TODO: RUSTPYTHON; AssertionError: 29 not less than or equal to 20
940941
def test_widths(self):
941942
long_opcodes = set(['JUMP_BACKWARD_NO_INTERRUPT',
942943
'INSTRUMENTED_CALL_FUNCTION_EX'])

0 commit comments

Comments
 (0)