Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -9169,7 +9169,7 @@ def test_fpic_static(self):
})
@node_pthreads
def test_pthread_create(self, args):
if self.get_setting('WASM_ESM_INTEGRATION') and args:
if self.get_setting('WASM_ESM_INTEGRATION') and '-sWASM_ASYNC_COMPILATION=0' in args:
self.skipTest('WASM_ESM_INTEGRATION is not compatible with WASM_ASYNC_COMPILATION=0')
self.set_setting('ENVIRONMENT', 'node')
self.set_setting('STRICT')
Expand Down