File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -9677,7 +9677,6 @@ def test_abort_on_exceptions_main(self):
9677
9677
self .assertNotContained ('Aborted' , output )
9678
9678
9679
9679
@node_pthreads
9680
- @flaky ('https://github.com/emscripten-core/emscripten/issues/20067' )
9681
9680
@no_esm_integration ('ABORT_ON_WASM_EXCEPTIONS is not compatible with WASM_ESM_INTEGRATION' )
9682
9681
def test_abort_on_exceptions_pthreads (self ):
9683
9682
self .set_setting ('ABORT_ON_WASM_EXCEPTIONS' )
@@ -9690,7 +9689,6 @@ def test_abort_on_exceptions_pthreads(self):
9690
9689
@no_esm_integration ('ABORT_ON_WASM_EXCEPTIONS is not compatible with WASM_ESM_INTEGRATION' )
9691
9690
@is_slow_test
9692
9691
def test_stress_proxy_to_pthread_hello_world (self ):
9693
- self .skipTest ('https://github.com/emscripten-core/emscripten/issues/20067' )
9694
9692
self .set_setting ('ABORT_ON_WASM_EXCEPTIONS' )
9695
9693
self .set_setting ('PROXY_TO_PTHREAD' )
9696
9694
self .set_setting ('EXIT_RUNTIME' )
You can’t perform that action at this time.
0 commit comments