Skip to content

Commit

Permalink
[test] Disable asan.test_externref_emjs. NFC
Browse files Browse the repository at this point in the history
Should have been part of emscripten-core#21490.
  • Loading branch information
sbc100 committed Mar 9, 2024
1 parent 2ba2078 commit 4360bfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -9567,9 +9567,8 @@ def test_externref(self):
})
@requires_node
@no_wasm2js('wasm2js does not support reference types')
@no_asan('https://github.com/llvm/llvm-project/pull/83196')
def test_externref_emjs(self, dynlink):
if dynlink and is_sanitizing(self.emcc_args):
self.skipTest('https://github.com/llvm/llvm-project/pull/83196')
self.emcc_args += ['-mreference-types']
self.node_args += shared.node_reference_types_flags(self.get_nodejs())
if dynlink:
Expand Down

0 comments on commit 4360bfc

Please sign in to comment.