1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/testdata/workers
Luca Casonato 5cf97f539b
BREAKING(permissions): remove --allow-hrtime (#25367)
Remove `--allow-hrtime` and `--deny-hrtime`. We are doing this because
it is already possible to get access to high resolution timers through
workers and SharedArrayBuffer.

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-09-03 11:24:25 +02: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: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10: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: upgrade dlint to 0.60.0 (#24041) 2024-06-05 01:09:29 +02: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 BREAKING(permissions): remove --allow-hrtime (#25367) 2024-09-03 11:24:25 +02: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 BREAKING(permissions): remove --allow-hrtime (#25367) 2024-09-03 11:24:25 +02: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 fix(permissions): handle ipv6 addresses correctly (#24397) 2024-07-05 23:45:06 +01: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 fix(permissions): handle ipv6 addresses correctly (#24397) 2024-07-05 23:45:06 +01:00
permissions_dynamic_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_dynamic_remote.ts.out fix(permissions): handle ipv6 addresses correctly (#24397) 2024-07-05 23:45:06 +01:00
permissions_remote_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_remote_remote.ts.out fix(permissions): handle ipv6 addresses correctly (#24397) 2024-07-05 23:45:06 +01: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 BREAKING(permissions): remove --allow-hrtime (#25367) 2024-09-03 11:24:25 +02: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_ids_are_sequential.ts fix(ext/node): make worker ids sequential (#22884) 2024-03-13 19:52:53 +00:00
worker_ids_are_sequential.ts.out fix(ext/node): make worker ids sequential (#22884) 2024-03-13 19:52:53 +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