0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00
deno/tests
Yoshiya Hinosawa cc8e339c25 fix(ext/node): do not exit worker thread when there is pending async op (#27378)
This change fixes the premature exit of worker threads when there are still
remaining pending ops.

This change reuses the idea of #22647 (unref'ing `op_worker_recv_message` in
worker threads if closeOnIdle specified) and uses
`web_worker.has_message_event_listener` check in the opposite way as
#22944. (Now we continue the worker when `has_message_event_listener` is
true instead of stopping it when `has_message_event_listener` is false.

closes #23061
closes #26154
2025-01-09 15:19:11 -05:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi fix(ext/ffi): return u64/i64 as bigints from nonblocking ffi calls (#26486) 2024-10-24 09:41:38 +05:30
integration fix(ext/node): sort list of built-in modules alphabetically (#27410) 2025-01-09 15:19:10 -05:00
napi chore: upgrade to rust 1.82 and LLVM 19 (#26615) 2024-11-01 16:13:02 +05:30
node_compat fix(ext/node): support createConnection option in node:http.request() (#25470) 2025-01-09 15:19:07 -05:00
registry fix(outdated): ensure "Latest" version is greater than "Update" version (#27390) 2025-01-09 15:19:10 -05:00
specs fix(ext/node): do not exit worker thread when there is pending async op (#27378) 2025-01-09 15:19:11 -05:00
testdata fix(compile): display embedded file sizes and total (#27360) 2025-01-09 15:19:09 -05:00
unit refactor(ext/fs): align error messages (#25414) 2024-12-05 23:03:51 +01:00
unit_node fix(ext/node): do not exit worker thread when there is pending async op (#27378) 2025-01-09 15:19:11 -05:00
util fix(outdated): ensure "Latest" version is greater than "Update" version (#27390) 2025-01-09 15:19:10 -05:00
wpt feat(ext/web): add [[ErrorData]] slot to DOMException (#27342) 2025-01-09 15:19:07 -05:00
Cargo.toml chore: update hickory dns crates (#27137) 2024-12-05 23:03:55 +01:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests