We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0232d2 commit 080d97eCopy full SHA for 080d97e
test/test_core.py
@@ -9689,6 +9689,7 @@ def test_abort_on_exceptions_pthreads(self):
9689
@no_esm_integration('ABORT_ON_WASM_EXCEPTIONS is not compatible with WASM_ESM_INTEGRATION')
9690
@is_slow_test
9691
def test_stress_proxy_to_pthread_hello_world(self):
9692
+ self.skipTest('Occassionally hangs. https://github.com/emscripten-core/emscripten/issues/20067')
9693
self.set_setting('ABORT_ON_WASM_EXCEPTIONS')
9694
self.set_setting('PROXY_TO_PTHREAD')
9695
self.set_setting('EXIT_RUNTIME')
0 commit comments