mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-127146: xfail more Emscripten stack overflows (#134358)
Adds some additional test xfails for Emscripten stack overflows. Also corrects a test skip for test_io.
This commit is contained in:
parent
3b7888bf3d
commit
91e6a58e2d
5 changed files with 6 additions and 1 deletions
|
|
@ -1429,6 +1429,7 @@ def g():
|
|||
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