Skip to content

Commit b4305d6

Browse files
authored
Re-disable test_pthread_dlopen_many under wasm64. NFC (#19495)
1 parent ca93e46 commit b4305d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_core.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9425,6 +9425,9 @@ def test_pthread_dlopen(self):
94259425
@needs_dylink
94269426
@node_pthreads
94279427
def test_pthread_dlopen_many(self):
9428+
if self.is_wasm64():
9429+
self.skipTest('https://github.com/emscripten-core/emscripten/issues/18887')
9430+
94289431
nthreads = 10
94299432
self.emcc_args += ['-Wno-experimental', '-pthread']
94309433
self.build_dlfcn_lib(test_file('core/pthread/test_pthread_dlopen_side.c'))

0 commit comments

Comments
 (0)