1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/cli/tests/testdata/workers
Bartek Iwańczuk 1564595f6b
Revert "perf(core): immediately schedule another tick if there are un… (#18718)
…polled ops (#18611)"

This reverts commit 4317055a3e.

Reverting because we discovered while working on
https://github.com/denoland/deno/pull/18619 that it doesn't work
correctly (sometimes waker just stops working).
2023-04-16 14:05:13 +00:00
..
custom_inspect refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
async_error.ts
bench_large_message.ts chore: use import.meta.resolve() in tests (#15256) 2022-07-20 16:56:53 +02:00
bench_round_robin.ts chore: use import.meta.resolve() in tests (#15256) 2022-07-20 16:56:53 +02:00
bench_startup.ts chore: use import.meta.resolve() in tests (#15256) 2022-07-20 16:56:53 +02:00
bench_worker.ts
broadcast_channel.ts
busy_worker.js
close_in_wasm_reactions.js
close_nested_child.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
close_nested_parent.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
close_race_worker.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
deno_worker.ts
drop_handle_race.js
dynamic_remote.ts
env_read_check_worker.js
error.ts
error_event.ts chore: use import.meta.resolve() in tests (#15256) 2022-07-20 16:56:53 +02:00
error_event.ts.out refactor: Remove PrettyJsError and js_error_create_fn (#14378) 2022-04-27 01:06:10 +02:00
error_worker_permissions_local.ts refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
error_worker_permissions_local.ts.out refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
error_worker_permissions_remote.ts refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
error_worker_permissions_remote.ts.out refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00
event_worker.js
event_worker_scope.js
fetching_worker.js
http_worker.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
immediately_close_worker.js
message_before_close.js
message_handler_error.ts
message_port.ts
nested_worker.js chore: use import.meta.resolve() in tests (#15256) 2022-07-20 16:56:53 +02:00
no_permissions_worker.js
non_deno_worker.js
nonexistent_worker.out refactor(core): limit number of boundary crossings between Rust and V8 (#18652) 2023-04-14 02:41:32 +02:00
nonexistent_worker.ts chore: use import.meta.resolve() in tests (#15256) 2022-07-20 16:56:53 +02:00
parent_read_check_worker.js chore: use import.meta.resolve() in tests (#15256) 2022-07-20 16:56:53 +02:00
permission_echo.js fix: actually don't inherit runtime permissions (#14024) 2022-03-20 22:46:39 +01:00
permissions_blob_local.ts
permissions_blob_local.ts.out refactor(core): limit number of boundary crossings between Rust and V8 (#18652) 2023-04-14 02:41:32 +02:00
permissions_blob_remote.ts
permissions_blob_remote.ts.out refactor(core): limit number of boundary crossings between Rust and V8 (#18652) 2023-04-14 02:41:32 +02:00
permissions_data_local.ts
permissions_data_local.ts.out Revert "perf(core): immediately schedule another tick if there are un… (#18718) 2023-04-16 14:05:13 +00:00
permissions_data_remote.ts
permissions_data_remote.ts.out refactor(core): limit number of boundary crossings between Rust and V8 (#18652) 2023-04-14 02:41:32 +02:00
permissions_dynamic_remote.ts
permissions_dynamic_remote.ts.out refactor(core): limit number of boundary crossings between Rust and V8 (#18652) 2023-04-14 02:41:32 +02:00
permissions_remote_remote.ts
permissions_remote_remote.ts.out refactor(core): limit number of boundary crossings between Rust and V8 (#18652) 2023-04-14 02:41:32 +02:00
post_undefined.ts
racy_worker.js
read_check_granular_worker.js
read_check_worker.js
shared_array_buffer.ts
sibling_worker.js
static_remote.ts
terminate_tla_crash.js
terminate_tla_crash.js.out
test.ts chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
test.ts.out feat(test): update test summary report (#14629) 2022-06-14 20:51:49 +02:00
test_worker.js
test_worker.ts
throwing_worker.js
worker_async_error.ts chore: use import.meta.resolve() in tests (#15256) 2022-07-20 16:56:53 +02:00
worker_async_error.ts.out refactor(core): limit number of boundary crossings between Rust and V8 (#18652) 2023-04-14 02:41:32 +02:00
worker_crypto.js
worker_error.ts chore: use import.meta.resolve() in tests (#15256) 2022-07-20 16:56:53 +02:00
worker_error.ts.out refactor(core): limit number of boundary crossings between Rust and V8 (#18652) 2023-04-14 02:41:32 +02:00
worker_event_handlers.js test: Manually truncate path string (#14407) 2022-05-05 01:13:00 +02:00
worker_globals.ts
worker_large_message.js
worker_location.ts
worker_message_handler_error.ts chore: use import.meta.resolve() in tests (#15256) 2022-07-20 16:56:53 +02:00
worker_message_handler_error.ts.out refactor(core): limit number of boundary crossings between Rust and V8 (#18652) 2023-04-14 02:41:32 +02:00
worker_nested_error.ts chore: use import.meta.resolve() in tests (#15256) 2022-07-20 16:56:53 +02:00
worker_nested_error.ts.out refactor(core): limit number of boundary crossings between Rust and V8 (#18652) 2023-04-14 02:41:32 +02:00
worker_structured_cloning.ts
worker_types.ts
worker_unstable.ts feat(unstable): Deno.setRaw -> Deno.stdin.setRaw (#15797) 2022-09-28 15:03:56 +02:00
worker_with_top_level_await.ts