Skip to content

Commit de5d6f0

Browse files
authored
Add missing decorator to test_stdio_locking_ww. NFC (#26521)
1 parent 62e2265 commit de5d6f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9255,6 +9255,7 @@ def test_stdio_locking(self):
92559255
self.do_core_test('test_stdio_locking.c', cflags=['-sPTHREAD_POOL_SIZE=2'])
92569256

92579257
@no_esm_integration('WASM_ESM_INTEGRATION is not compatible with WASM_WORKERS')
9258+
@no_sanitize('sanitizers do not support WASM_WORKERS')
92589259
def test_stdio_locking_ww(self):
92599260
# Note: do not combine with test_stdio_locking above because we want to test standalone
92609261
# wasm workers here and `@requires_pthreads` would prevent that.

0 commit comments

Comments
 (0)