Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Oct 11, 2023
1 parent 9c10b8d commit 287c1a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Lib/test/test_bdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,6 @@ def main():
with TracerRun(self) as tracer:
tracer.runcall(tfunc_import)

@unittest.skip("fails with instr_ptr")
def test_next_command_in_generator_with_subiterator(self):
# Issue #16596.
code = """
Expand Down Expand Up @@ -1173,7 +1172,6 @@ def main():
with TracerRun(self) as tracer:
tracer.runcall(tfunc_import)

@unittest.skip("fails with instr_ptr")
def test_return_command_in_generator_with_subiterator(self):
# Issue #16596.
code = """
Expand Down
1 change: 0 additions & 1 deletion Lib/test/test_capi/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2347,7 +2347,6 @@ def loop():
loop()
self.assertEqual(opt.get_count(), 1000)

@unittest.skip("instr_ptr assertion fails after ENTER_EXECUTOR")
def test_long_loop(self):
"Check that we aren't confused by EXTENDED_ARG"

Expand Down

0 comments on commit 287c1a5

Please sign in to comment.