Skip to content

Commit 5669bed

Browse files
authored
Temporarily disable asan.test_dlfcn_jspi. NFC (#24592)
See #24589
1 parent b4b5469 commit 5669bed

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

test/test_core.py

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3891,17 +3891,10 @@ def test_dlfcn_asyncify(self):
38913891

38923892
@requires_jspi
38933893
@needs_dylink
3894+
@no_asan('https://github.com/emscripten-core/emscripten/issues/24589')
38943895
def test_dlfcn_jspi(self):
3895-
self.run_process(
3896-
[
3897-
EMCC,
3898-
"-o",
3899-
"side.so",
3900-
test_file("core/test_dlfcn_jspi_side.c"),
3901-
"-sSIDE_MODULE",
3902-
] + self.get_cflags(),
3903-
)
3904-
self.do_run_in_out_file_test("core/test_dlfcn_jspi.c", cflags=["side.so", "-sMAIN_MODULE=2"])
3896+
self.run_process([EMCC, '-o', 'side.so', test_file('core/test_dlfcn_jspi_side.c'), '-sSIDE_MODULE'] + self.get_cflags())
3897+
self.do_core_test('test_dlfcn_jspi.c', cflags=['side.so', '-sMAIN_MODULE=2'])
39053898

39063899
@needs_dylink
39073900
def test_dlfcn_rtld_local(self):

0 commit comments

Comments
 (0)