diff --git a/test/test_core.py b/test/test_core.py index a24b2a568550..bbe78443b2a6 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -9562,6 +9562,7 @@ def test_em_async_js(self): @requires_v8 @no_wasm2js('wasm2js does not support reference types') + @no_sanitize('.s files cannot be sanitized') def test_externref(self): self.run_process([EMCC, '-c', test_file('core/test_externref.s'), '-o', 'asm.o'] + self.get_emcc_args(compile_only=True)) self.emcc_args += ['--js-library', test_file('core/test_externref.js')]