mirror of
https://github.com/python/cpython.git
synced 2025-12-22 08:29:12 +00:00
gh-135721: skip test_trashcan_python_class on wasm buildbots with stack overflow (#135766)
This commit is contained in:
parent
61532b4bc7
commit
3fb6cfe7a9
1 changed files with 2 additions and 0 deletions
|
|
@ -413,11 +413,13 @@ class CAPITest(unittest.TestCase):
|
||||||
|
|
||||||
@support.requires_resource('cpu')
|
@support.requires_resource('cpu')
|
||||||
@support.skip_emscripten_stack_overflow()
|
@support.skip_emscripten_stack_overflow()
|
||||||
|
@support.skip_wasi_stack_overflow()
|
||||||
def test_trashcan_python_class1(self):
|
def test_trashcan_python_class1(self):
|
||||||
self.do_test_trashcan_python_class(list)
|
self.do_test_trashcan_python_class(list)
|
||||||
|
|
||||||
@support.requires_resource('cpu')
|
@support.requires_resource('cpu')
|
||||||
@support.skip_emscripten_stack_overflow()
|
@support.skip_emscripten_stack_overflow()
|
||||||
|
@support.skip_wasi_stack_overflow()
|
||||||
def test_trashcan_python_class2(self):
|
def test_trashcan_python_class2(self):
|
||||||
from _testcapi import MyList
|
from _testcapi import MyList
|
||||||
self.do_test_trashcan_python_class(MyList)
|
self.do_test_trashcan_python_class(MyList)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue