Skip to content

Commit 1e5ea39

Browse files
aheejinimpact-maker
authored andcommitted
Add no_sanitize to test_externref (emscripten-core#21715)
.s files cannot be sanitized.
1 parent 143bfe1 commit 1e5ea39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9562,6 +9562,7 @@ def test_em_async_js(self):
95629562

95639563
@requires_v8
95649564
@no_wasm2js('wasm2js does not support reference types')
9565+
@no_sanitize('.s files cannot be sanitized')
95659566
def test_externref(self):
95669567
self.run_process([EMCC, '-c', test_file('core/test_externref.s'), '-o', 'asm.o'] + self.get_emcc_args(compile_only=True))
95679568
self.emcc_args += ['--js-library', test_file('core/test_externref.js')]

0 commit comments

Comments
 (0)