We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b94b9e commit a0e41b1Copy full SHA for a0e41b1
test/test_core.py
@@ -9567,9 +9567,8 @@ def test_externref(self):
9567
})
9568
@requires_node
9569
@no_wasm2js('wasm2js does not support reference types')
9570
+ @no_asan('https://github.com/llvm/llvm-project/pull/83196')
9571
def test_externref_emjs(self, dynlink):
- if dynlink and is_sanitizing(self.emcc_args):
9572
- self.skipTest('https://github.com/llvm/llvm-project/pull/83196')
9573
self.emcc_args += ['-mreference-types']
9574
self.node_args += shared.node_reference_types_flags(self.get_nodejs())
9575
if dynlink:
0 commit comments