mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.14] gh-135721: skip test_trashcan_python_class
on wasm buildbots with stack overflow (GH-135766) (GH-135955)
gh-135721: skip `test_trashcan_python_class` on wasm buildbots with stack overflow (GH-135766)
(cherry picked from commit 3fb6cfe7a9
)
Co-authored-by: Pastukhov Nikita <diementros@yandex.ru>
This commit is contained in:
parent
39bbf59a19
commit
c8e914cfb5
1 changed files with 2 additions and 0 deletions
|
@ -413,11 +413,13 @@ class CAPITest(unittest.TestCase):
|
|||
|
||||
@support.requires_resource('cpu')
|
||||
@support.skip_emscripten_stack_overflow()
|
||||
@support.skip_wasi_stack_overflow()
|
||||
def test_trashcan_python_class1(self):
|
||||
self.do_test_trashcan_python_class(list)
|
||||
|
||||
@support.requires_resource('cpu')
|
||||
@support.skip_emscripten_stack_overflow()
|
||||
@support.skip_wasi_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