Skip to content

Commit

Permalink
[test] Disable asan.test_externref_emjs_dynlink. NFC (#21490)
Browse files Browse the repository at this point in the history
This test is failing due to a crash in LLVM that was introduced
in llvm/llvm-project#83196.
  • Loading branch information
sbc100 committed Mar 7, 2024
1 parent d278e2d commit d9a8f7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -9563,6 +9563,8 @@ def test_externref(self):
@requires_node
@no_wasm2js('wasm2js does not support reference types')
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 d9a8f7f

Please sign in to comment.