8000 gh-127146: Add skip_emscripten_stack_overflow in a few places (GH-135… · miss-islington/cpython@cea19ce · GitHub
[go: up one dir, main page]

Skip to content

Commit cea19ce

Browse files
hoodmanemiss-islington
authored andcommitted
pythongh-127146: Add skip_emscripten_stack_overflow in a few places (pythonGH-135722)
More tests that hit stack limits on some platforms. (cherry picked from commit c8c13f8) Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
1 parent 0370cb4 commit cea19ce

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)
0