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.
This commit is contained in:
Hood Chatham
2024-12-05 01:26:25 +01:00
committed by GitHub
parent 2f1cee8477
commit 43634fc1fc
21 changed files with 46 additions and 8 deletions

1
configure generated vendored
View File

@@ -9436,6 +9436,7 @@ fi
as_fn_append LDFLAGS_NODIST " -sFORCE_FILESYSTEM -lidbfs.js -lnodefs.js -lproxyfs.js -lworkerfs.js"
as_fn_append LDFLAGS_NODIST " -sEXPORTED_RUNTIME_METHODS=FS,callMain"
as_fn_append LDFLAGS_NODIST " -sEXPORTED_FUNCTIONS=_main,_Py_Version"
as_fn_append LDFLAGS_NODIST " -sSTACK_SIZE=5MB"
if test "x$enable_wasm_dynamic_linking" = xyes
then :