mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[3.14] gh-127146: xfail more Emscripten stack overflows (GH-134358) (#134382)
Adds some additional test xfails for Emscripten stack overflows. Also corrects a test skip for test_io.
(cherry picked from commit 91e6a58e2d
)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
This commit is contained in:
parent
a2950d50cc
commit
6f1f871483
5 changed files with 6 additions and 1 deletions
|
@ -1429,6 +1429,7 @@ class ExceptionTests(unittest.TestCase):
|
|||
self.assertIn("maximum recursion depth exceeded", str(exc))
|
||||
|
||||
@support.skip_wasi_stack_overflow()
|
||||
@support.skip_emscripten_stack_overflow()
|
||||
@cpython_only
|
||||
@support.requires_resource('cpu')
|
||||
def test_trashcan_recursion(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue