1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00
denoland-deno/cli/tests/integration
Bartek Iwańczuk 3360b8ee37
fix(core): inspector works if no "Runtime.runIfWaitingForDebugger" message is sent (#13191)
This commit changes flow in inspector code to no longer require 
"Runtime.runIfWaitingForDebugger" message to complete a handshake.

Even though clients like Chrome DevTools always send this message on startup,
it is against the protocol to require this message to start an inspector
session.

Instead "Runtime.runIfWaitingForDebugger" is required only when running with
"--inspect-brk" flag, which matches behavior of Node.js.
2022-01-05 16:46:53 +01:00
..
bundle_tests.rs fix(cli): include JSON modules in bundle (#13188) 2022-01-05 16:45:53 +01:00
cache_tests.rs chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
compat_tests.rs compat: support compat mode in REPL (#12882) 2021-11-24 16:55:10 +01:00
compile_tests.rs fix(cli/compile): skip bundling for pre-bundled code (#12687) 2021-11-23 23:59:17 +01:00
coverage_tests.rs fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190) 2022-01-05 16:45:58 +01:00
doc_tests.rs fix(cli): deno doc panics on invalid url (#11536) 2021-07-29 04:07:25 -07:00
eval_tests.rs chore: split up integration_tests.rs into separate files (#11131) 2021-06-27 13:27:36 -04:00
fmt_tests.rs tests: remove 'fmt_check_tests_dir' test (#12875) 2021-11-23 18:36:13 +01:00
info_tests.rs chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
inspector_tests.rs fix(core): inspector works if no "Runtime.runIfWaitingForDebugger" message is sent (#13191) 2022-01-05 16:46:53 +01:00
install_tests.rs chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
lint_tests.rs fix(lint): use recommended tag if there is no tags in config file or flags (#12644) 2021-11-04 11:12:12 -04:00
lsp_tests.rs fix(lsp): provide diagnostics for import assertions (#13105) 2021-12-16 14:53:17 +11:00
mod.rs chore: update deno_graph and deno_doc (#13173) 2021-12-22 14:25:06 +01:00
repl_tests.rs chore(tests): remove pty_complete_imports test for deleting the cwd (#13164) 2021-12-21 12:21:07 -05:00
run_tests.rs chore: update deno_graph and deno_doc (#13173) 2021-12-22 14:25:06 +01:00
test_tests.rs refactor(timers): refactor timers to use one async op per timer (#12862) 2021-12-07 13:39:58 +01:00
upgrade_tests.rs fix(cli/tools/upgrade): check if passed version is valid (#11296) 2021-07-07 14:59:39 -04:00
watcher_tests.rs chore: update deno_graph and deno_doc (#13173) 2021-12-22 14:25:06 +01:00
worker_tests.rs fix(workers): Make worker.terminate() not immediately kill the isolate (#12831) 2021-11-29 13:37:44 +01:00