File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1664,6 +1664,7 @@ def testfunc(n):
16641664 self .assertNotIn ("_COMPARE_OP_INT" , uops )
16651665 self .assertNotIn ("_POP_TWO_LOAD_CONST_INLINE_BORROW" , uops )
16661666
1667+ @unittest .skip ("TODO (gh-142764): Re-enable after we get back automatic constant propagation." )
16671668 def test_compare_op_str_pop_two_load_const_inline_borrow (self ):
16681669 def testfunc (n ):
16691670 x = 0
@@ -1681,6 +1682,7 @@ def testfunc(n):
16811682 self .assertNotIn ("_COMPARE_OP_STR" , uops )
16821683 self .assertNotIn ("_POP_TWO_LOAD_CONST_INLINE_BORROW" , uops )
16831684
1685+ @unittest .skip ("TODO (gh-142764): Re-enable after we get back automatic constant propagation." )
16841686 def test_compare_op_float_pop_two_load_const_inline_borrow (self ):
16851687 def testfunc (n ):
16861688 x = 0
You can’t perform that action at this time.
0 commit comments