@@ -886,7 +886,7 @@ def test_longjmp_standalone(self):
886
886
def test_longjmp (self ):
887
887
self .do_core_test ('test_longjmp.c' )
888
888
889
- @no_asan ( 'ASan does not support WASM_WORKERS' )
889
+ @no_sanitize ( 'sanitizers do not support WASM_WORKERS' )
890
890
def test_longjmp_wasm_workers (self ):
891
891
self .do_core_test ('test_longjmp.c' , emcc_args = ['-sWASM_WORKERS' ])
892
892
@@ -7588,7 +7588,7 @@ def test_embind_no_rtti_followed_by_rtti(self):
7588
7588
self .emcc_args += ['-lembind' , '-fno-rtti' , '-frtti' ]
7589
7589
self .do_run (src , '418\n dotest returned: 42\n ' )
7590
7590
7591
- @no_asan ( 'ASan does not support WASM_WORKERS' )
7591
+ @no_sanitize ( 'sanitizers do not support WASM_WORKERS' )
7592
7592
def test_embind_wasm_workers (self ):
7593
7593
self .do_run_in_out_file_test ('embind/test_embind_wasm_workers.cpp' , emcc_args = ['-lembind' , '-sWASM_WORKERS' ])
7594
7594
@@ -9571,7 +9571,7 @@ def test_emscripten_async_load_script(self):
9571
9571
self .do_runf ('test_emscripten_async_load_script.c' , emcc_args = ['-sFORCE_FILESYSTEM' ])
9572
9572
9573
9573
@node_pthreads
9574
- @no_asan ( 'ASan does not support WASM_WORKERS' )
9574
+ @no_sanitize ( 'sanitizers do not support WASM_WORKERS' )
9575
9575
@also_with_minimal_runtime
9576
9576
@also_with_modularize
9577
9577
def test_wasm_worker_hello (self ):
@@ -9581,12 +9581,12 @@ def test_wasm_worker_hello(self):
9581
9581
self .do_run_in_out_file_test ('wasm_worker/hello_wasm_worker.c' , emcc_args = ['-sWASM_WORKERS' ])
9582
9582
9583
9583
@node_pthreads
9584
- @no_asan ( 'ASan does not support WASM_WORKERS' )
9584
+ @no_sanitize ( 'sanitizers do not support WASM_WORKERS' )
9585
9585
def test_wasm_worker_malloc (self ):
9586
9586
self .do_run_in_out_file_test ('wasm_worker/malloc_wasm_worker.c' , emcc_args = ['-sWASM_WORKERS' ])
9587
9587
9588
9588
@node_pthreads
9589
- @no_asan ( 'ASan does not support WASM_WORKERS' )
9589
+ @no_sanitize ( 'sanitizers do not support WASM_WORKERS' )
9590
9590
def test_wasm_worker_wait_async (self ):
9591
9591
self .do_runf ('atomic/test_wait_async.c' , emcc_args = ['-sWASM_WORKERS' ])
9592
9592
0 commit comments