deno/tests/testdata/workers
Satya Rohith 0fd8f549e2
fix(ext/node): allow automatic worker_thread termination (#22647)
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2024-03-13 17:22:25 +00:00
..
custom_inspect chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
async_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
bench_large_message.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
bench_round_robin.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
bench_startup.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
bench_worker.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
broadcast_channel.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
busy_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
close_in_wasm_reactions.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
close_nested_child.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
close_nested_parent.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
close_race_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
deno_worker.ts chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
drop_handle_race.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dynamic_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
env_read_check_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_event.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_event.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_worker_permissions_local.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_worker_permissions_local.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_worker_permissions_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_worker_permissions_remote.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
event_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
event_worker_scope.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fetching_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
http_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
image_data_worker.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
immediately_close_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
message_before_close.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
message_handler_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
message_port.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
nested_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_permissions_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
node_worker_auto_exits.mjs fix(ext/node): allow automatic worker_thread termination (#22647) 2024-03-13 17:22:25 +00:00
node_worker_auto_exits.mjs.out fix(ext/node): allow automatic worker_thread termination (#22647) 2024-03-13 17:22:25 +00:00
non_deno_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
nonexistent_worker.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
nonexistent_worker.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
parent_read_check_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permission_echo.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_blob_local.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_blob_local.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_blob_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_blob_remote.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_data_local.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_data_local.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_data_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_data_remote.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_dynamic_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_dynamic_remote.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_remote_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_remote_remote.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
post_undefined.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
racy_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
read_check_granular_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
read_check_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
shared_array_buffer.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
sibling_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
static_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
terminate_tla_crash.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
terminate_tla_crash.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
test_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
test_worker.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
throwing_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_async_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_async_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_crypto.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_doest_stall_event_loop.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_doest_stall_event_loop.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_event_handlers.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_globals.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_large_message.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_location.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_message_handler_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_message_handler_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_navigator.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_nested_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_nested_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_structured_cloning.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_types.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_unstable.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
worker_with_top_level_await.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00