mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
test: deflake worker tests (#18813)
This commit is contained in:
parent
5a524a9a5a
commit
ea0694bbfd
8 changed files with 9 additions and 18 deletions
|
@ -5,5 +5,4 @@ error: Uncaught (in worker "") Error
|
||||||
at Object.action (ext:deno_web/02_timers.js:[WILDCARD])
|
at Object.action (ext:deno_web/02_timers.js:[WILDCARD])
|
||||||
at handleTimerMacrotask (ext:deno_web/02_timers.js:[WILDCARD])
|
at handleTimerMacrotask (ext:deno_web/02_timers.js:[WILDCARD])
|
||||||
error: Uncaught (in promise) Error: Unhandled error in child worker.
|
error: Uncaught (in promise) Error: Unhandled error in child worker.
|
||||||
at Worker.#pollControl (ext:runtime/11_workers.js:[WILDCARD])
|
at Worker.#pollControl [WILDCARD]
|
||||||
at eventLoopTick (ext:core/01_core.js:[WILDCARD])
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
error: Uncaught (in worker "") Requires read access to "[WILDCARD]local_file.ts", run again with the --allow-read flag
|
error: Uncaught (in worker "") Requires read access to "[WILDCARD]local_file.ts", run again with the --allow-read flag
|
||||||
at blob:null/[WILDCARD]:1:8
|
at blob:null/[WILDCARD]:1:8
|
||||||
error: Uncaught (in promise) Error: Unhandled error in child worker.
|
error: Uncaught (in promise) Error: Unhandled error in child worker.
|
||||||
at Worker.#pollControl ([WILDCARD])
|
at Worker.#pollControl [WILDCARD]
|
||||||
at eventLoopTick (ext:core/01_core.js:[WILDCARD])
|
|
||||||
|
|
|
@ -3,5 +3,4 @@ await import("https://example.com/some/file.ts");
|
||||||
^
|
^
|
||||||
at async http://localhost:4545/workers/dynamic_remote.ts:2:1
|
at async http://localhost:4545/workers/dynamic_remote.ts:2:1
|
||||||
[WILDCARD]error: Uncaught (in promise) Error: Unhandled error in child worker.
|
[WILDCARD]error: Uncaught (in promise) Error: Unhandled error in child worker.
|
||||||
at Worker.#pollControl ([WILDCARD])
|
at Worker.#pollControl [WILDCARD]
|
||||||
at eventLoopTick (ext:core/01_core.js:[WILDCARD])
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
error: Uncaught (in worker "") Requires net access to "example.com", run again with the --allow-net flag
|
error: Uncaught (in worker "") Requires net access to "example.com", run again with the --allow-net flag
|
||||||
at http://localhost:4545/workers/static_remote.ts:2:8
|
at http://localhost:4545/workers/static_remote.ts:2:8
|
||||||
error: Uncaught (in promise) Error: Unhandled error in child worker.
|
error: Uncaught (in promise) Error: Unhandled error in child worker.
|
||||||
at Worker.#pollControl ([WILDCARD])
|
at Worker.#pollControl [WILDCARD]
|
||||||
at eventLoopTick (ext:core/01_core.js:[WILDCARD])
|
|
||||||
|
|
|
@ -4,5 +4,4 @@ error: Uncaught (in worker "foo") (in promise) Error: bar
|
||||||
at [WILDCARD]/async_error.ts:[WILDCARD]
|
at [WILDCARD]/async_error.ts:[WILDCARD]
|
||||||
at [WILDCARD]/async_error.ts:[WILDCARD]
|
at [WILDCARD]/async_error.ts:[WILDCARD]
|
||||||
error: Uncaught (in promise) Error: Unhandled error in child worker.
|
error: Uncaught (in promise) Error: Unhandled error in child worker.
|
||||||
at Worker.#pollControl ([WILDCARD])
|
at Worker.#pollControl [WILDCARD]
|
||||||
at eventLoopTick (ext:core/01_core.js:[WILDCARD])
|
|
||||||
|
|
|
@ -2,5 +2,4 @@
|
||||||
at foo ([WILDCARD])
|
at foo ([WILDCARD])
|
||||||
at [WILDCARD]
|
at [WILDCARD]
|
||||||
error: Uncaught (in promise) Error: Unhandled error in child worker.
|
error: Uncaught (in promise) Error: Unhandled error in child worker.
|
||||||
at Worker.#pollControl ([WILDCARD])
|
at Worker.#pollControl [WILDCARD]
|
||||||
at eventLoopTick (ext:core/01_core.js:[WILDCARD])
|
|
||||||
|
|
|
@ -4,5 +4,4 @@ error: Uncaught (in worker "foo") Error: bar
|
||||||
at onmessage ([WILDCARD]/message_handler_error.ts:[WILDCARD])
|
at onmessage ([WILDCARD]/message_handler_error.ts:[WILDCARD])
|
||||||
at [WILDCARD]
|
at [WILDCARD]
|
||||||
error: Uncaught (in promise) Error: Unhandled error in child worker.
|
error: Uncaught (in promise) Error: Unhandled error in child worker.
|
||||||
at Worker.#pollControl ([WILDCARD])
|
at Worker.#pollControl [WILDCARD]
|
||||||
at eventLoopTick (ext:core/01_core.js:[WILDCARD])
|
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
at foo ([WILDCARD]/workers/error.ts:[WILDCARD])
|
at foo ([WILDCARD]/workers/error.ts:[WILDCARD])
|
||||||
at [WILDCARD]/workers/error.ts:[WILDCARD]
|
at [WILDCARD]/workers/error.ts:[WILDCARD]
|
||||||
error: Uncaught (in worker "baz") (in promise) Error: Unhandled error in child worker.
|
error: Uncaught (in worker "baz") (in promise) Error: Unhandled error in child worker.
|
||||||
at Worker.#pollControl ([WILDCARD])
|
at Worker.#pollControl [WILDCARD]
|
||||||
at eventLoopTick (ext:core/01_core.js:[WILDCARD])
|
|
||||||
error: Uncaught (in promise) Error: Unhandled error in child worker.
|
error: Uncaught (in promise) Error: Unhandled error in child worker.
|
||||||
at Worker.#pollControl ([WILDCARD])
|
at Worker.#pollControl [WILDCARD]
|
||||||
at eventLoopTick (ext:core/01_core.js:[WILDCARD])
|
|
||||||
|
|
Loading…
Reference in a new issue