summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers
AgeCommit message (Expand)Author
2023-04-23test: deflake worker tests (#18813)Bartek Iwańczuk
2023-04-18test: fix flaky worker test (#18754)Bartek Iwańczuk
2023-04-16Revert "perf(core): immediately schedule another tick if there are un… (#18...Bartek Iwańczuk
2023-04-14refactor(core): limit number of boundary crossings between Rust and V8 (#18652)Bartek Iwańczuk
2023-02-11fix(cli/graph_util): don't append referrer info for root module errors (#17730)Nayeem Rahman
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-09-28feat(unstable): Deno.setRaw -> Deno.stdin.setRaw (#15797)Luca Casonato
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-07-20chore: use import.meta.resolve() in tests (#15256)Bartek Iwańczuk
2022-06-14feat(test): update test summary report (#14629)Mark Ladyshau
2022-05-17BREAKING(unstable): Enable Deno namespace in workers by default (#14581)Nayeem Rahman
2022-05-17BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)Bartek Iwańczuk
2022-05-05test: Manually truncate path string (#14407)Nayeem Rahman
2022-04-27refactor: Remove PrettyJsError and js_error_create_fn (#14378)Nayeem Rahman
2022-04-13feat(ext/web): Add error events for event listener and timer errors (#14159)Nayeem Rahman
2022-04-08refactor(core): OpCtx (#14228)Aaron O'Mullan
2022-03-20fix: actually don't inherit runtime permissions (#14024)Luca Casonato
2022-03-18chore(ops): include argument position in serde_v8 errors (#14027)Divy Srivastava
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2022-01-09fix: expose "Deno.memoryUsage()" in worker context (#13293)Rodney van den Velden
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-22chore: update deno_graph and deno_doc (#13173)Kitson Kelly
2021-11-29fix(workers): Make `worker.terminate()` not immediately kill the isolate (#12...Andreu Botella
2021-11-16fix(cli): short-circuit in prepare_module_load() (#12604)Nayeem Rahman
2021-10-30feat(test): better formatting for test elapsed time (#12610)Bartek Iwańczuk
2021-10-14fix(cli/tests): move worker test assertions out of message handlers (#12439)Nayeem Rahman
2021-10-13fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)Nayeem Rahman
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly
2021-10-07tests: make worker test deterministic (#12361)Nayeem Rahman
2021-10-01fix(runtime/js/workers): throw errors instead of using an op (#12249)Nayeem Rahman
2021-09-30fix: worker environment permissions should accept an array (#12250)David Sherret
2021-09-30fix: Don't panic when a worker is closed in the reactions to a wasm operation...Andreu Botella
2021-09-24chore(workers): Test that closing a worker closes any child workers (#12215)Andreu Botella
2021-09-22fix(workers): Don't panic when a worker's parent thread stops running (#12156)Andreu Botella
2021-09-06Don't drop messages from workers that have already been closed (#11913)Andreu Botella
2021-08-31feat(workers): Make the `Deno` namespace configurable and unfrozen (#11888)Andreu Botella
2021-08-11chore: move test files to testdata directory (#11601)David Sherret