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
1 change: 1 addition & 0 deletions test/test_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -5230,6 +5230,7 @@ def test_wasm_worker_lock_wait2(self):

# Tests emscripten_lock_async_acquire() function.
@also_with_minimal_runtime
@flaky('https://github.com/emscripten-core/emscripten/issues/25270')
def test_wasm_worker_lock_async_acquire(self):
self.btest_exit('wasm_worker/lock_async_acquire.c', cflags=['--closure=1', '-sWASM_WORKERS'])

Expand Down