Skip to content

Commit

Permalink
Add no_sanitize to test_externref
Browse files Browse the repository at this point in the history
.s files cannot be sanitized.
  • Loading branch information
aheejin committed Apr 7, 2024
1 parent a9b347b commit 96cbb63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')]
Expand Down

0 comments on commit 96cbb63

Please sign in to comment.