Skip to content

Commit f92e9e1

Browse files
authored
Run test_wasm_worker_futex_wait also in hybrid mode. NFC (#26827)
1 parent 3a0499e commit f92e9e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9720,6 +9720,7 @@ def test_wasm_worker_runtime_debug(self):
97209720
self.do_runf('wasm_worker/hello_wasm_worker.c', 'wasm worker starting ...', cflags=['-sWASM_WORKERS', '-sRUNTIME_DEBUG'])
97219721

97229722
@requires_wasm_workers
9723+
@also_with_pthreads
97239724
def test_wasm_worker_futex_wait(self):
97249725
self.do_runf('wasm_worker/wasm_worker_futex_wait.c', cflags=['-sWASM_WORKERS'])
97259726

0 commit comments

Comments
 (0)