0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 14:17:49 -04:00
deno/tests/testdata/workers
Matt Mastracci 6016881eaa chore: move cli/tests/ -> tests/ (#22369)
This looks like a massive PR, but it's only a move from cli/tests ->
tests, and updates of relative paths for files.

This is the first step towards aggregate all of the integration test
files under tests/, which will lead to a set of integration tests that
can run without the CLI binary being built.

While we could leave these tests under `cli`, it would require us to
keep a more complex directory structure for the various test runners. In
addition, we have a lot of complexity to ignore various test files in
the `cli` project itself (cargo publish exclusion rules, autotests =
false, etc).

And finally, the `tests/` folder will eventually house the `test_ffi`,
`test_napi` and other testing code, reducing the size of the root repo
directory.

For easier review, the extremely large and noisy "move" is in the first
commit (with no changes -- just a move), while the remainder of the
changes to actual files is in the second commit.
2024-02-15 10:32:21 +05:30
..
custom_inspect chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
async_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
bench_large_message.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
bench_round_robin.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
bench_startup.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
bench_worker.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
broadcast_channel.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
busy_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
close_in_wasm_reactions.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
close_nested_child.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
close_nested_parent.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
close_race_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
deno_worker.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
drop_handle_race.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
dynamic_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
env_read_check_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
error_event.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
error_event.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
error_worker_permissions_local.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
error_worker_permissions_local.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
error_worker_permissions_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
error_worker_permissions_remote.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
event_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
event_worker_scope.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
fetching_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
http_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
image_data_worker.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
immediately_close_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
message_before_close.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
message_handler_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
message_port.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
nested_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
no_permissions_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
non_deno_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
nonexistent_worker.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
nonexistent_worker.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
parent_read_check_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
permission_echo.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
permissions_blob_local.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
permissions_blob_local.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
permissions_blob_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
permissions_blob_remote.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
permissions_data_local.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
permissions_data_local.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
permissions_data_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
permissions_data_remote.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
permissions_dynamic_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
permissions_dynamic_remote.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
permissions_remote_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
permissions_remote_remote.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
post_undefined.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
racy_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
read_check_granular_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
read_check_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
shared_array_buffer.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
sibling_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
static_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
terminate_tla_crash.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
terminate_tla_crash.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
test_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
test_worker.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
throwing_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_async_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_async_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_crypto.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_doest_stall_event_loop.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_doest_stall_event_loop.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_event_handlers.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_globals.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_large_message.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_location.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_message_handler_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_message_handler_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_navigator.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_nested_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_nested_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_structured_cloning.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_types.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_unstable.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30
worker_with_top_level_await.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-15 10:32:21 +05:30