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 abe1086 commit 210ef8eCopy full SHA for 210ef8e
test/test_core.py
@@ -9169,7 +9169,7 @@ def test_fpic_static(self):
9169
})
9170
@node_pthreads
9171
def test_pthread_create(self, args):
9172
- if self.get_setting('WASM_ESM_INTEGRATION') and args:
+ if self.get_setting('WASM_ESM_INTEGRATION') and '-sWASM_ASYNC_COMPILATION=0' in args:
9173
self.skipTest('WASM_ESM_INTEGRATION is not compatible with WASM_ASYNC_COMPILATION=0')
9174
self.set_setting('ENVIRONMENT', 'node')
9175
self.set_setting('STRICT')
0 commit comments