deno/tests/unit_node
snek 4772778107
Some checks are pending
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
refactor: http upgrade internals (#30612)
clean up some outdated code and implement a few performance
improvements. most notably, the response from `upgradeWebSocket` is now
actually used as a normal response.

a followup pr will rework raw upgrades to a greater extent
2025-09-19 09:33:32 +02:00
..
_fs fix(ext/node): fs.statfsSync and fs.statfs compatibility (#30662) 2025-09-18 16:03:30 +02:00
crypto fix(ext/node): accept ArrayBuffer on crypto.timingSafeEqual (#30773) 2025-09-18 16:51:56 +02:00
internal fix(ext/node): avoid panic when crypto.randomInt has no arguments (#30314) 2025-08-05 17:09:39 +02:00
testdata fix(ext/node): add process._rawDebug (#30141) 2025-07-18 19:29:31 +02:00
_test_utils.ts Revert "fix(ext/node): fs.stat and fs.statSync compatibility (#30… (#30741) 2025-09-15 19:25:47 -04:00
assert_test.ts fix(ext/node): export CallTracker as named export (#29271) 2025-05-13 10:15:48 +09:00
assertion_error_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
async_hooks_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
buffer_test.ts fix(ext/node): handle large buffer correctly (#30369) 2025-08-10 14:02:43 +02:00
child_process_test.ts fix(ext/node): ignore Node.js' --experimental-* flags when spawning child process (#26351) 2025-09-04 12:18:51 +00:00
cluster_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
console_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
dgram_test.ts fix(ext/node): honor flags with respect to reuseAddress when binding to a UDP socket (#28156) 2025-04-22 17:49:14 +09:00
domain_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
events_test.ts fix(node): use primordials more consistently in _events.mjs (#29930) 2025-06-28 19:03:21 +02:00
fetch_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
fs_test.ts fix(ext/node): define fs constants correctly across platforms (#30113) 2025-07-31 17:11:01 -04:00
http2_test.ts fix(ext/http2): fix oob buffer reads in http2 requests (#29969) 2025-07-02 09:28:50 -07:00
http_no_cert_flag_test.ts fix(ext/node): Support mTLS connections node compatibility (#28937) 2025-05-06 14:25:18 +05:30
http_test.ts refactor: http upgrade internals (#30612) 2025-09-19 09:33:32 +02:00
https_test.ts fix(ext/node): set socket.authorized to true for https request (#30641) 2025-09-08 20:29:41 +00:00
inspector_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
module_test.ts fix(ext/node): Module.wrap cleanup for npm:v8-code-cache (#29725) 2025-06-17 02:32:10 +02:00
net_test.ts fix(ext/node): tls upgrades for used sockets (#30418) 2025-08-16 16:04:52 +05:30
os_test.ts fix(ext/node): os.setPriority and os.getPriority compatibility (#30383) 2025-08-18 19:07:28 +02:00
path_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
perf_hooks_test.ts fix(ext/node): add back perf_hooks.markResourceTiming (#29562) 2025-06-02 17:53:38 +05:30
process_test.ts fix(ext/node): handle falsy values enumerability in process.env (#30708) 2025-09-15 11:59:51 +02:00
punycode_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
querystring_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
readline_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
repl_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
sqlite_test.ts feat(ext/node): add sqlite-type symbol for DatabaseSync (#30511) 2025-09-08 23:45:39 +00:00
stream_test.ts fix(ext/node): export promises from stream (#30427) 2025-08-17 18:56:29 +05:30
string_decoder_test.ts fix(ext/node): accept base64url encoding on StringDecoder (#30366) 2025-08-10 18:49:14 +05:30
timers_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
tls_test.ts fix(ext/node): support JS underlying stream in TLS (#30465) 2025-08-28 17:56:17 +05:30
tty_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
util_test.ts fix: upgrade @node/types to 24 (#30343) 2025-08-07 16:08:47 +00:00
v8_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
vm_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
wasi_test.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
worker_threads_test.ts fix(ext/node): worker_threads handles basic require calls (#30279) 2025-08-02 11:27:06 +00:00
zlib_test.ts fix(ext/node): bad compression caused by invalid brotli params (#30437) 2025-08-18 17:19:29 +00:00