Skip to content

Commit c8c13f8

Browse files
authored
gh-127146: Add skip_emscripten_stack_overflow in a few places (#135722)
More tests that hit stack limits on some platforms.
1 parent 1ddfe59 commit c8c13f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_exceptions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,6 +1445,7 @@ def foo():
14451445
foo()
14461446
support.gc_collect()
14471447

1448+
@support.skip_emscripten_stack_overflow()
14481449
@cpython_only
14491450
def test_recursion_normalizing_exception(self):
14501451
import_module("_testinternalcapi")
@@ -1522,6 +1523,7 @@ def test_recursion_normalizing_infinite_exception(self):
15221523
self.assertIn(b'Done.', out)
15231524

15241525

1526+
@support.skip_emscripten_stack_overflow()
15251527
def test_recursion_in_except_handler(self):
15261528

15271529
def set_relative_recursion_limit(n):

0 commit comments

Comments
 (0)