0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/tests/integration
Divy Srivastava a947c6fbf7
fix(ext/node): windows cancel stdin read in line mode (#23969)
This patch fixes stdin read hanging on user input when switching tty
mode on Windows

Fixes #21111

On Windows, when switching from line to raw mode:
- Cancel ongoing console read by writing a return keypress to its input
buffer. This blocks the main thread until any ongoing read has been
cancelled to prevent interference with the screen state.
- On the read thread, restore the cursor position to where it was before
writing the enter, undoing its effect on the screen state.
- Restart reading and notify the main thread.
2024-05-29 22:23:04 +05:30
..
bench_tests.rs
bundle_tests.rs feat(vendor): support modifying remote files in vendor folder without checksum errors (#23979) 2024-05-28 14:58:43 -04:00
cache_tests.rs chore: fix flaky net_listen_allow_localhost_4555 (#23726) 2024-05-07 17:21:56 +00:00
check_tests.rs
compile_tests.rs chore: fix flaky net_listen_allow_localhost_4555 (#23726) 2024-05-07 17:21:56 +00:00
coverage_tests.rs fix(coverage): skip generating coverage json for http(s) scripts (#24008) 2024-05-28 20:25:46 +09:00
doc_tests.rs
eval_tests.rs
flags_tests.rs
fmt_tests.rs
info_tests.rs
init_tests.rs
inspector_tests.rs chore: fix flaky inspector_with_ts_files (#24015) 2024-05-28 16:02:01 +00:00
install_tests.rs
js_unit_tests.rs refactor(ext/tls): Implement required functionality for later SNI support (#23686) 2024-05-09 10:54:47 -06:00
jsr_tests.rs feat(vendor): support modifying remote files in vendor folder without checksum errors (#23979) 2024-05-28 14:58:43 -04:00
jupyter_tests.rs refactor: remove custom utc_now in favor of chrono::Utc:now feature (#23888) 2024-05-23 13:59:11 +02:00
lint_tests.rs
lsp_tests.rs perf(lsp): lock out requests until init is complete (#23998) 2024-05-29 01:26:43 +01:00
mod.rs feat(serve): support --port 0 to use an open port (#23846) 2024-05-17 05:38:50 +00:00
node_compat_tests.rs
node_unit_tests.rs chore: fix flaky rejection_handled_web_process (#23817) 2024-05-14 23:51:51 +00:00
npm_tests.rs feat(vendor): support modifying remote files in vendor folder without checksum errors (#23979) 2024-05-28 14:58:43 -04:00
pm_tests.rs
publish_tests.rs
repl_tests.rs refactor(lsp): Have JS drive TSC event loop in LSP (#23565) 2024-05-09 13:49:10 -07:00
run_tests.rs fix(ext/node): windows cancel stdin read in line mode (#23969) 2024-05-29 22:23:04 +05:30
serve_tests.rs fix: serve handler error with 0 arguments (#23652) 2024-05-17 18:05:19 +05:30
shared_library_tests.rs
task_tests.rs
test_tests.rs fix(cli/test): decoding percent-encoding(non-ASCII) file path correctly (#23200) 2024-05-28 13:34:57 +00:00
upgrade_tests.rs
vendor_tests.rs chore: fix flaky net_listen_allow_localhost_4555 (#23726) 2024-05-07 17:21:56 +00:00
watcher_tests.rs chore: maybe make fmt_check_all_files_on_each_change_test less flaky (#23704) 2024-05-05 18:09:45 -04:00
worker_tests.rs