Skip to content

Commit 926a984

Browse files
committed
Restore expectedFailure for test_load_fast_known_simple
The test expects LOAD_FAST_BORROW_LOAD_FAST_BORROW superinstruction which RustPython does not emit yet.
1 parent c958739 commit 926a984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_peepholer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,7 @@ def setUp(self):
862862
self.addCleanup(sys.settrace, sys.gettrace())
863863
sys.settrace(None)
864864

865+
@unittest.expectedFailure # TODO: RUSTPYTHON; no LOAD_FAST_BORROW_LOAD_FAST_BORROW superinstruction
865866
def test_load_fast_known_simple(self):
866867
def f():
867868
x = 1

0 commit comments

Comments
 (0)