mirror of
https://github.com/python/cpython.git
synced 2025-12-20 23:51:24 +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
|
|
@ -412,10 +412,12 @@ class CAPITest(unittest.TestCase):
|
|||
L = MyList((L,))
|
||||
|
||||
@support.requires_resource('cpu')
|
||||
@support.skip_emscripten_stack_overflow()
|
||||
def test_trashcan_python_class1(self):
|
||||
self.do_test_trashcan_python_class(list)
|
||||
|
||||
@support.requires_resource('cpu')
|
||||
@support.skip_emscripten_stack_overflow()
|
||||
def test_trashcan_python_class2(self):
|
||||
from _testcapi import MyList
|
||||
self.do_test_trashcan_python_class(MyList)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue