mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +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
|
@ -4523,6 +4523,7 @@ class ClassPropertiesAndMethods(unittest.TestCase):
|
|||
del o
|
||||
|
||||
@support.skip_wasi_stack_overflow()
|
||||
@support.skip_emscripten_stack_overflow()
|
||||
@support.requires_resource('cpu')
|
||||
def test_wrapper_segfault(self):
|
||||
# SF 927248: deeply nested wrappers could cause stack overflow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue