Skip to content

Commit a3b82a0

Browse files
remove undeterministic test
1 parent 9443007 commit a3b82a0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2388,18 +2388,6 @@ def testfunc(n):
23882388

23892389
self.assertIn("_POP_TOP_FLOAT", uops)
23902390

2391-
def test_pop_top_specialize_str(self):
2392-
def testfunc(n):
2393-
for _ in range(n):
2394-
global_identity("2" + "1")
2395-
2396-
testfunc(TIER2_THRESHOLD)
2397-
2398-
ex = get_first_executor(testfunc)
2399-
self.assertIsNotNone(ex)
2400-
uops = get_opnames(ex)
2401-
2402-
self.assertIn("_POP_TOP_UNICODE", uops)
24032391

24042392

24052393
def global_identity(x):

0 commit comments

Comments
 (0)