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 d9c8ae1 commit 4cab039Copy full SHA for 4cab039
test/atomic/test_wait_async.c
@@ -8,7 +8,6 @@
8
volatile int32_t addr = 0;
9
10
void run_test() {
11
- emscripten_out("worker_main");
12
#if __EMSCRIPTEN_WASM_WORKERS__
13
emscripten_wasm_worker_sleep(1000 * 1000000ull); // Sleep one second.
14
#else
test/atomic/test_wait_async.out
@@ -5,7 +5,6 @@ Waiting for 0 milliseconds should return 'timed-out'
5
Waiting for >0 milliseconds should return 'ok' (but successfully time out in first call to asyncWaitFinished)
6
Waiting for infinitely long should return 'ok' (and return 'ok' in second call to asyncWaitFinished)
7
main: asyncWaitShouldTimeout
-worker_main
worker: addr = 1234
worker: notify async waiting main thread
main: asyncWaitFinished
0 commit comments