deno/tests/testdata/run
2024-10-15 03:57:31 +00:00
..
check_js_points_to_ts
config
config_types
decorators BREAKING(config): make supported compilerOptions an allow list (#25432) 2024-09-04 17:39:30 +02:00
dynamic_import_already_rejected
dynamic_import_async_error
dynamic_import_concurrent_non_statically_analyzable
explicit_resource_management
fetch chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
followup_dyn_import_resolves
import_compression
import_maps
import_meta chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
jsx_precompile feat: add jsx precompile skip element option (#23457) 2024-04-22 17:07:36 +02:00
lock_only_http_and_https
lock_write_fetch feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
main_module
nested_error
no_lock_flag
onload test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
remote_type_error
top_level_await
ts_import_from_js
tsx_imports
unhandled_rejection_dynamic_import
unhandled_rejection_dynamic_import2
unsafe_proto
warn_on_deprecated_api BREAKING(types): soft-remove Deno.run() (#25403) 2024-09-05 08:45:55 +10:00
webstorage test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
with_config
with_package_json/with_stop test: rewrite some ignored tests to spec tests (#25652) 2024-09-16 15:39:58 +02:00
001_hello.js
001_hello.js.out
002_hello.ts
002_hello.ts.out
003_relative_import.ts
003_relative_import.ts.out
004_set_timeout.ts
004_set_timeout.ts.out
005_more_imports.ts
005_more_imports.ts.out
006_url_imports.ts
006_url_imports.ts.out
012_async.ts
012_async.ts.out
013_dynamic_import.ts
013_dynamic_import.ts.out
014_duplicate_import.ts
014_duplicate_import.ts.out
015_duplicate_parallel_import.js
015_duplicate_parallel_import.js.out
016_double_await.ts
016_double_await.ts.out
017_import_redirect_info.out
017_import_redirect.ts
017_import_redirect.ts.out
018_async_catch.ts
018_async_catch.ts.out
019_media_types.ts
019_media_types.ts.out
020_json_modules.ts
020_json_modules.ts.out
021_mjs_modules.ts
021_mjs_modules.ts.out
023_no_ext
023_no_ext.out
025_reload_js_type_error.js test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
025_reload_js_type_error.js.out
027_redirect_typescript.ts
027_redirect_typescript.ts.out
028_args.ts
028_args.ts.out
033_import_map_remote.out
035_cached_only_flag.out
038_checkjs.js
038_checkjs.js.out
042_dyn_import_evalcontext.ts
042_dyn_import_evalcontext.ts.out
044_bad_resource.ts
044_bad_resource.ts.out
045_mod.ts
045_output.ts
046_jsx_test.tsx
046_jsx_test.tsx.out
047_jsx_test.jsx
047_jsx_test.jsx.out
048_media_types_jsx.ts
048_media_types_jsx.ts.out
052_no_remote_flag.out
058_tasks_microtasks_close.ts test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
058_tasks_microtasks_close.ts.out
059_fs_relative_path_perm.ts
059_fs_relative_path_perm.ts.out feat(cli): use NotCapable error for permission errors (#25431) 2024-09-10 11:12:24 -07:00
061_permissions_request_sync.ts
061_permissions_request.ts
062_permissions_request_global_sync.ts
062_permissions_request_global.ts
063_permissions_revoke_sync.ts
063_permissions_revoke.ts
063_permissions_revoke.ts.out
064_permissions_revoke_global_sync.ts
064_permissions_revoke_global.ts
064_permissions_revoke_global.ts.out
065_permissions_revoke_net.ts
065_permissions_revoke_net.ts.out
066_prompt.ts
070_location.ts
070_location.ts.out
071_location_unset.ts
071_location_unset.ts.out
072_location_relative_fetch.ts
072_location_relative_fetch.ts.out
075_import_local_query_hash.ts
075_import_local_query_hash.ts.out
077_fetch_empty.ts
077_fetch_empty.ts.out
078_unload_on_exit.ts test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
078_unload_on_exit.ts.out
079_location_authentication.ts
079_location_authentication.ts.out
081_location_relative_fetch_redirect.ts
081_location_relative_fetch_redirect.ts.out
082_prepare_stack_trace_throw.js
082_prepare_stack_trace_throw.js.out
083_legacy_external_source_map.ts
088_dynamic_import_already_evaluating.ts
088_dynamic_import_already_evaluating.ts.out
088_dynamic_import_target.ts
089_run_allow_list.ts
089_run_allow_list.ts.out feat(cli): use NotCapable error for permission errors (#25431) 2024-09-10 11:12:24 -07:00
090_run_permissions_request_sync.ts
090_run_permissions_request.ts
091_use_define_for_class_fields.ts
091_use_define_for_class_fields.ts.out
add.cjs fix: do not panic running remote cjs module (#26259) 2024-10-15 03:57:31 +00:00
aggregate_error.out
aggregate_error.ts
async_error.ts
async_error.ts.out
before_unload.js
before_unload.js.out
blob_gc_finalization.js
blob_gc_finalization.js.out
byte_order_mark.out
byte_order_mark.ts
checkjs.tsconfig.json BREAKING(config): make supported compilerOptions an allow list (#25432) 2024-09-04 17:39:30 +02:00
classic_workers_event_loop.js
classic_workers_event_loop.js.out
colors_without_globalThis.js
complex_error.ts
complex_error.ts.out
complex_permissions_test.ts
config_json_import.ts fix: warn about import assertions when using typescript (#25135) 2024-08-21 17:12:56 +00:00
config_json_import.ts.out
custom_inspect_url.js
custom_inspect_url.js.out
deno_exit_tampering.ts
deny_all_permission_args.js BREAKING(permissions): remove --allow-hrtime (#25367) 2024-09-03 11:24:25 +02:00
deny_all_permission_args.out BREAKING(permissions): remove --allow-hrtime (#25367) 2024-09-03 11:24:25 +02:00
deny_some_permission_args.js BREAKING(permissions): remove --allow-hrtime (#25367) 2024-09-03 11:24:25 +02:00
deny_some_permission_args.out Revert "feat: warn when using --allow-run with no allow list" (#26021) 2024-10-04 08:16:35 +01:00
disallow_http_from_https_js.out
disallow_http_from_https_ts.out
disallow_http_from_https.js
disallow_http_from_https.ts
dom_exception_formatting.ts
dom_exception_formatting.ts.out
dynamic_import_conditional.js
dynamic_import_conditional.js.out
dynamic_import_syntax_error_import.js
dynamic_import_syntax_error.js
dynamic_import_syntax_error.js.out
empty.ts
env_file_missing.out feat(cli): Add --env-file as alternative to --env (#24555) 2024-08-08 06:50:57 -07:00
env_file.out
env_file.ts
error_001.ts
error_001.ts.out
error_002.ts
error_002.ts.out
error_003_typescript.ts
error_003_typescript.ts.out
error_004_missing_module.ts
error_004_missing_module.ts.out
error_005_missing_dynamic_import.ts
error_005_missing_dynamic_import.ts.out
error_006_import_ext_failure.ts
error_006_import_ext_failure.ts.out
error_007_any.ts
error_007_any.ts.out
error_008_checkjs.js
error_008_checkjs.js.out
error_009_extensions_error.js
error_009_extensions_error.js.out refactor(ext/webidl): align error messages (#25625) 2024-09-19 13:03:32 +05:30
error_009_missing_js_module.disabled
error_011_bad_module_specifier.ts
error_011_bad_module_specifier.ts.out
error_012_bad_dynamic_import_specifier.ts
error_012_bad_dynamic_import_specifier.ts.out
error_013_missing_script.out
error_014_catch_dynamic_import_error.js
error_014_catch_dynamic_import_error.js.out
error_015_dynamic_import_permissions.js feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
error_015_dynamic_import_permissions.out feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
error_016_dynamic_import_permissions2.js
error_016_dynamic_import_permissions2.out
error_017_hide_long_source_ts.ts
error_017_hide_long_source_ts.ts.out
error_018_hide_long_source_js.js
error_018_hide_long_source_js.js.out
error_019_stack_function.ts
error_019_stack_function.ts.out
error_020_stack_constructor.ts
error_020_stack_constructor.ts.out
error_021_stack_method.ts
error_021_stack_method.ts.out
error_022_stack_custom_error.ts
error_022_stack_custom_error.ts.out
error_023_stack_async.ts
error_023_stack_async.ts.out
error_024_stack_promise_all.ts
error_024_stack_promise_all.ts.out
error_025_tab_indent
error_025_tab_indent.out
error_026_remote_import_error.ts
error_026_remote_import_error.ts.out
error_cause_recursive.ts
error_cause_recursive.ts.out
error_cause.ts
error_cause.ts.out
error_for_await.ts chore(net): soft-remove Deno.serveHttp() (#25451) 2024-09-06 08:15:00 +10:00
error_for_await.ts.out
error_import_map_unable_to_load.out
error_local_static_import_from_remote.js
error_local_static_import_from_remote.js.out
error_local_static_import_from_remote.ts
error_local_static_import_from_remote.ts.out
error_missing_module_named_import.ts
error_missing_module_named_import.ts.out
error_name_non_string.js
error_name_non_string.js.out
error_no_check.ts
error_no_check.ts.out
error_syntax_empty_trailing_line.mjs
error_syntax_empty_trailing_line.mjs.out fix: upgrade deno_ast 0.42 (#25313) 2024-08-30 17:12:13 -04:00
error_syntax.js
error_syntax.js.out
error_type_definitions.ts
error_type_definitions.ts.out fix: update hint for deno add <package> (#25455) 2024-09-05 11:08:22 +02:00
error_with_errors_prop.js
error_with_errors_prop.js.out
es_private_fields.js
es_private_fields.js.out
eval_context_throw_dom_exception.js
eval_context_throw_dom_exception.js.out chore(ext/web): use Error.captureStackTrace in DOMException constructor (#23986) 2024-06-05 01:09:13 +02:00
event_listener_error_handled.ts
event_listener_error_handled.ts.out
event_listener_error_immediate_exit_worker.ts
event_listener_error_immediate_exit_worker.ts.out
event_listener_error_immediate_exit.ts
event_listener_error_immediate_exit.ts.out
event_listener_error.ts
event_listener_error.ts.out
exec_path.ts
exit_error42.ts
exit_error42.ts.out
export_type_def.ts
extension_dynamic_import.ts
extension_dynamic_import.ts.out
extension_import.ts
extension_import.ts.out
fetch_async_error_stack.ts
fetch_async_error_stack.ts.out fix(ext/fetch): include URL and error details on fetch failures (#24910) 2024-08-07 23:18:33 -07:00
fetch_response_finalization.js
fetch_response_finalization.js.out
finalization_registry.js
finalization_registry.js.out
fix_dynamic_import_errors.js
fix_dynamic_import_errors.js.out
fix_emittable_skipped.js
fix_emittable_skipped.ts.out
fix_js_import_js.ts
fix_js_import_js.ts.out
fix_js_imports.ts
fix_js_imports.ts.out
fix_tsc_file_exists.out
fix_worker_dispatchevent.ts
fix_worker_dispatchevent.ts.out
heapstats.js
heapstats.js.out fix: upgrade deno_core to 0.307.0 (#25287) 2024-08-29 01:17:26 +00:00
http2_request_url.ts chore(net): soft-remove Deno.serveHttp() (#25451) 2024-09-06 08:15:00 +10:00
https_import.ts
https_import.ts.out
if_main.ts
if_main.ts.out
import_blob_url_error_stack.ts
import_blob_url_error_stack.ts.out
import_blob_url_import_relative.ts
import_blob_url_import_relative.ts.out
import_blob_url_imports.ts
import_blob_url_imports.ts.out
import_blob_url_jsx.ts
import_blob_url_jsx.ts.out
import_blob_url.ts
import_blob_url.ts.out
import_data_url_error_stack.ts
import_data_url_error_stack.ts.out
import_data_url_import_relative.ts
import_data_url_import_relative.ts.out
import_data_url_imports.ts
import_data_url_imports.ts.out
import_data_url_jsx.ts
import_data_url_jsx.ts.out
import_data_url.ts
import_data_url.ts.out
import_dynamic_data_url.ts
import_dynamic_data_url.ts.out
import_extensionless.ts
import_extensionless.ts.out
import_file_with_colon.ts
import_file_with_colon.ts.out
import_type.ts Revert "feat(fmt): sort type-only named import/exports last" (#25705) 2024-09-18 13:54:52 +00:00
import_type.ts.out
inline_js_source_map_2_with_inline_contents.js
inline_js_source_map_2_with_inline_contents.js.out
inline_js_source_map_2.js
inline_js_source_map_2.js.out
inline_js_source_map_2.ts
inline_js_source_map_with_contents_from_graph.js
inline_js_source_map_with_contents_from_graph.js.out
inline_js_source_map.ts
issue9750.js
issue13562.ts
issue13562.ts.out
js_import_detect.ts
js_import_detect.ts.out
js_root_with_ts_check.js
js_root_with_ts_check.js.out
jsx_import_from_ts.App.jsx
jsx_import_from_ts.ts
jsx_import_from_ts.ts.out
jsx_import_source_dev.out
jsx_import_source_error.out
jsx_import_source_import_map_dev.out
jsx_import_source_import_map.out
jsx_import_source_no_pragma.tsx
jsx_import_source_pragma_import_map.tsx
jsx_import_source_pragma.tsx
jsx_import_source.out
lock_check_err2.json feat(vendor): support modifying remote files in vendor folder without checksum errors (#23979) 2024-05-28 14:58:43 -04:00
lock_check_ok2.json feat: lockfile v4 by default (#25165) 2024-08-26 23:01:50 +00:00
lock_check_ok.json
lock_v2_check_ok2.json
lock_v2_check_ok.json
long_data_url_formatting.ts
long_data_url_formatting.ts.out
mts_dmts_mjs.out
no_check_remote.ts
no_check_remote.ts.disabled.out
no_check_remote.ts.enabled.out
no_mem_cache.js
no_mem_cache.js.out
no_prompt.ts
no_validate_asm.js
node_env_var_allowlist.ts
node_env_var_allowlist.ts.out feat(cli): use NotCapable error for permission errors (#25431) 2024-09-10 11:12:24 -07:00
node_process_stdin_unref_with_pty.js fix(ext/node): support process.stdin.unref() (#22865) 2024-04-27 20:25:18 +09:00
op_exit_op_set_exit_code_in_worker.ts
op_exit_op_set_exit_code_worker.js
permission_args.out
permission_request_long.ts
permission_request_no_prompt.ts fix: don't prompt when using Deno.permissions.request with --no-prompt (#25811) 2024-10-03 12:28:38 +00:00
permission_test.ts
permissions_cache.ts
permissions_prompt_allow_all_2.ts
permissions_prompt_allow_all.ts
private_field_presence.ts
private_field_presence.ts.out
process_stdin_unblock.mjs fix(ext/node): windows cancel stdin read in line mode (#23969) 2024-05-29 22:23:04 +05:30
proto_exploit.js
proto_exploit.js.out
queue_microtask_error_handled.ts
queue_microtask_error_handled.ts.out
queue_microtask_error.ts
queue_microtask_error.ts.out
reference_types_error.js
reference_types_error.js.out
reference_types_remote.ts
reference_types_remote.ts.out
reference_types.ts
reference_types.ts.out
rejection_handled.out
rejection_handled.ts test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
replace_self.js
replace_self.js.out
report_error_end_of_program.ts
report_error_end_of_program.ts.out
report_error_handled.ts
report_error_handled.ts.out
report_error.ts
report_error.ts.out
resolve_dns.ts feat(check): turn on useUnknownInCatchVariables (#25465) 2024-09-05 15:22:31 +02:00
resolve_dns.ts.out
resolve_dns.zone.in
runtime_decorators.ts
runtime_decorators.ts.out
seed_random.js
seed_random.js.out
set_exit_code_0.ts
set_exit_code_1.ts
set_exit_code_2.ts
set_timeout_error_handled.ts
set_timeout_error_handled.ts.out
set_timeout_error.ts
set_timeout_error.ts.out
shebang2.ts
shebang.ts
shebang.ts.out
single_compile_with_reload_dyn.ts
single_compile_with_reload_worker.ts
single_compile_with_reload.ts
single_compile_with_reload.ts.out
spawn_stdout_inherit.ts
spawn_stdout_inherit.ts.out
stdin_read_all.out
stdin_read_all.ts
stdout_write_all.out
stdout_write_all.ts
stdout_write_sync_async.out
stdout_write_sync_async.ts
swc_syntax_error.ts
swc_syntax_error.ts.out
test_and_bench_in_run.js
textproto.ts chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
tls_connecttls.js test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
tls_starttls.js test: replace usage of window with globalThis (#25284) 2024-08-29 01:56:15 +02:00
tls.out
ts_type_imports_foo.ts
ts_type_imports.ts
ts_type_imports.ts.out
ts_type_only_import.d.ts
ts_type_only_import.ts
ts_type_only_import.ts.out
type_definitions_for_export.ts
type_definitions_for_export.ts.out
type_definitions.ts
type_definitions.ts.out
type_directives_01.ts feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
type_directives_01.ts.out feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
type_directives_02.ts
type_directives_02.ts.out
type_directives_js_main.js
type_directives_redirect.ts
type_directives_redirect.ts.out
type_headers_deno_types.ts feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
type_headers_deno_types.ts.out
unbuffered_stderr.ts
unbuffered_stderr.ts.out
unbuffered_stdout.ts
unbuffered_stdout.ts.out
unhandled_rejection_sync_error.ts
unhandled_rejection_sync_error.ts.out
unhandled_rejection.ts
unhandled_rejection.ts.out
unstable_broadcast_channel.disabled.out
unstable_broadcast_channel.enabled.out
unstable_broadcast_channel.js
unstable_cron.disabled.out
unstable_cron.enabled.out
unstable_cron.js
unstable_kv.disabled.out
unstable_kv.enabled.out
unstable_kv.js
unstable_net.disabled.out
unstable_net.enabled.out
unstable_net.js
unstable_worker_options.disabled.out
unstable_worker_options.enabled.out
unstable_worker_options.js
unstable_worker.ts
unstable_worker.ts.out
unsupported_dynamic_import_scheme.out
v8_flags_unrecognized.out
v8_flags.js
v8_flags.js.out
v8_help.out
wasm_async.js
wasm_async.out
wasm_shared.out
wasm_shared.ts
wasm_streaming_panic_test.js
wasm_streaming_panic_test.js.out refactor(ext/fetch): align error messages (#25374) 2024-09-04 09:05:29 +02:00
wasm_unreachable.js
wasm_unreachable.out
wasm_url.js
wasm_url.out
wasm.ts
wasm.ts.out
weakref.ts
weakref.ts.out
websocket_server_idletimeout.ts chore(net): soft-remove Deno.serveHttp() (#25451) 2024-09-06 08:15:00 +10:00
websocket_server_multi_field_connection_header_test.ts chore(net): soft-remove Deno.serveHttp() (#25451) 2024-09-06 08:15:00 +10:00
websocketstream_ping_test.ts
worker_close_in_wasm_reactions.js
worker_close_in_wasm_reactions.js.out feat: upgrade V8 to 12.8 (#24693) 2024-07-31 23:22:34 +00:00
worker_close_nested.js
worker_close_nested.js.out
worker_close_race.js
worker_close_race.js.out
worker_drop_handle_race_terminate.js
worker_drop_handle_race_terminate.js.out
worker_drop_handle_race.js
worker_drop_handle_race.js.out perf(cli): use new deno_core timers (#22569) 2024-03-01 11:15:18 -07:00
worker_event_handler_test.js
worker_event_handler_test.js.out
worker_message_before_close.js
worker_message_before_close.js.out