]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
authorHood Chatham <roberthoodchatham@gmail.com>
Thu, 5 Dec 2024 00:26:25 +0000 (01:26 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2024 00:26:25 +0000 (08:26 +0800)
commit43634fc1fcc88b35171aa79258f767ba6477f764
tree14a53e287742fef89c8528a616e491eab2d097f5
parent2f1cee8477e22bfc36a704310e4c0f409357e7e9
gh-127146: Emscripten: Skip segfaults in test suite (#127151)

Added skips for tests known to cause problems when running on Emscripten.
These mostly relate to the limited stack depth on Emscripten.
21 files changed:
Lib/test/list_tests.py
Lib/test/mapping_tests.py
Lib/test/support/__init__.py
Lib/test/test_ast/test_ast.py
Lib/test/test_call.py
Lib/test/test_capi/test_misc.py
Lib/test/test_class.py
Lib/test/test_compile.py
Lib/test/test_copy.py
Lib/test/test_descr.py
Lib/test/test_dict.py
Lib/test/test_dictviews.py
Lib/test/test_exception_group.py
Lib/test/test_functools.py
Lib/test/test_isinstance.py
Lib/test/test_json/test_recursion.py
Lib/test/test_pathlib/test_pathlib_abc.py
Lib/test/test_traceback.py
Lib/test/test_xml_etree_c.py
configure
configure.ac