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):
96779677 self .assertNotContained ('Aborted' , output )
96789678
96799679 @node_pthreads
9680- @flaky ('https://github.com/emscripten-core/emscripten/issues/20067' )
96819680 @no_esm_integration ('ABORT_ON_WASM_EXCEPTIONS is not compatible with WASM_ESM_INTEGRATION' )
96829681 def test_abort_on_exceptions_pthreads (self ):
96839682 self .set_setting ('ABORT_ON_WASM_EXCEPTIONS' )
@@ -9690,7 +9689,6 @@ def test_abort_on_exceptions_pthreads(self):
96909689 @no_esm_integration ('ABORT_ON_WASM_EXCEPTIONS is not compatible with WASM_ESM_INTEGRATION' )
96919690 @is_slow_test
96929691 def test_stress_proxy_to_pthread_hello_world (self ):
9693- self .skipTest ('https://github.com/emscripten-core/emscripten/issues/20067' )
96949692 self .set_setting ('ABORT_ON_WASM_EXCEPTIONS' )
96959693 self .set_setting ('PROXY_TO_PTHREAD' )
96969694 self .set_setting ('EXIT_RUNTIME' )
You can’t perform that action at this time.
0 commit comments