We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e2265 commit de5d6f0Copy full SHA for de5d6f0
test/test_core.py
@@ -9255,6 +9255,7 @@ def test_stdio_locking(self):
9255
self.do_core_test('test_stdio_locking.c', cflags=['-sPTHREAD_POOL_SIZE=2'])
9256
9257
@no_esm_integration('WASM_ESM_INTEGRATION is not compatible with WASM_WORKERS')
9258
+ @no_sanitize('sanitizers do not support WASM_WORKERS')
9259
def test_stdio_locking_ww(self):
9260
# Note: do not combine with test_stdio_locking above because we want to test standalone
9261
# wasm workers here and `@requires_pthreads` would prevent that.
0 commit comments