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/run
Leo Kettmeir cf49599359
feat: permission stack traces in ops (#26938)
This commit improves permission prompts by adding an option
to print a full trace of where the permissions is being requested.

Due to big performance hint of stack trace collection, this is only
enabled when `DENO_TRACE_PERMISSIONS` env var is present.

Closes https://github.com/denoland/deno/issues/20756

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-11-20 21:24:04 +00:00
..
config_types chore: deprecate run itests (#26444) 2024-11-05 06:39:05 +00:00
fetch chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
followup_dyn_import_resolves chore: deprecate run itests (#26444) 2024-11-05 06:39:05 +00:00
import_compression chore: deprecate run itests (#26444) 2024-11-05 06:39:05 +00:00
import_meta chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
lock_only_http_and_https chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
lock_write_fetch feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
remote_type_error chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
top_level_await chore: deprecate run itests (#26444) 2024-11-05 06:39:05 +00:00
webstorage chore: deprecate run itests (#26444) 2024-11-05 06:39:05 +00:00
with_package_json/with_stop chore: deprecate run itests (#26444) 2024-11-05 06:39:05 +00:00
001_hello.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
002_hello.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
003_relative_import.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
006_url_imports.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
006_url_imports.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
013_dynamic_import.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
017_import_redirect.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
019_media_types.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
023_no_ext chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
023_no_ext.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
045_mod.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
045_output.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
048_media_types_jsx.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
061_permissions_request.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
061_permissions_request_sync.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
062_permissions_request_global.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
062_permissions_request_global_sync.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
066_prompt.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
083_legacy_external_source_map.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
088_dynamic_import_target.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
089_run_allow_list.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
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.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
090_run_permissions_request_sync.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
add.cjs fix: do not panic running remote cjs module (#26259) 2024-10-15 03:57:31 +00:00
checkjs.tsconfig.json BREAKING(config): make supported compilerOptions an allow list (#25432) 2024-09-04 17:39:30 +02:00
complex_permissions_test.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
disallow_http_from_https.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
disallow_http_from_https.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
disallow_http_from_https_js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
disallow_http_from_https_ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
dynamic_import_syntax_error_import.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_001.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_009_missing_js_module.disabled chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_013_missing_script.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_016_dynamic_import_permissions2.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_016_dynamic_import_permissions2.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_026_remote_import_error.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_026_remote_import_error.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_local_static_import_from_remote.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_local_static_import_from_remote.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_local_static_import_from_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
error_local_static_import_from_remote.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
exec_path.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
export_type_def.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
extension_dynamic_import.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
extension_dynamic_import.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
extension_import.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
extension_import.ts.out fix: update message for unsupported schemes with npm and jsr (#26884) 2024-11-15 17:09:19 +00:00
http2_request_url.ts chore(net): soft-remove Deno.serveHttp() (#25451) 2024-09-06 08:15:00 +10:00
https_import.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
if_main.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
inline_js_source_map.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
inline_js_source_map_2.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
issue9750.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_from_ts.App.jsx chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_source_import_map.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_source_import_map_dev.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
jsx_import_source_no_pragma.tsx chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
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
no_check_remote.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_check_remote.ts.enabled.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_mem_cache.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_mem_cache.js.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_prompt.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_validate_asm.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00: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_worker.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permission_request_long.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
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 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_cache.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_prompt_allow_all.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_prompt_allow_all_2.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
permissions_trace.ts feat: permission stack traces in ops (#26938) 2024-11-20 21:24:04 +00:00
process_stdin_unblock.mjs fix(ext/node): windows cancel stdin read in line mode (#23969) 2024-05-29 22:23:04 +05:30
resolve_dns.ts feat(check): turn on useUnknownInCatchVariables (#25465) 2024-09-05 15:22:31 +02:00
resolve_dns.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
resolve_dns.zone.in chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
runtime_decorators.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
runtime_decorators.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
shebang2.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
single_compile_with_reload_dyn.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
single_compile_with_reload_worker.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
textproto.ts chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
ts_type_imports_foo.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
ts_type_only_import.d.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
type_directives_js_main.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
type_directives_redirect.ts chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
type_directives_redirect.ts.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
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 chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00