deno/tests/unit_node
David Sherret ee7c483df4
Some checks are pending
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
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 / 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 / test release windows-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 / publish canary (push) Blocked by required conditions
ci: more stability for integration tests (#31578)
1. Marks all integration tests as flaky on the CI and outputs when
they're flaky so we can track it.
2. Uses a custom test runner for integration tests, giving us full
control over how they're run.
3. Runs watcher tests sequentially for more stability.
2025-12-12 16:19:07 -05:00
..
_fs fix(ext/node): FileHandle compatibility (#31164) 2025-11-14 12:17:45 +07:00
crypto fix(ext/node): prevent cipher operations after finalize (#31533) 2025-12-09 16:03:37 +05:30
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): inspect X509Certificate class (#30882) 2025-10-03 13:49:56 +05:30
_test_utils.ts fix(ext/node): fs.stat and fs.statSync compatibility (#30866) 2025-10-03 11:34:01 -04:00
assert_test.ts fix(node/assert): deepStrictEqual now correctly handles Number objects (#31233) 2025-11-18 09:02:21 +07:00
assertion_error_test.ts
async_hooks_test.ts
buffer_test.ts fix(ext/node): truncate first non-hex value on Buffer.from (#31227) 2025-11-10 18:32:09 +07:00
child_process_test.ts fix(node): support advanced serialization in IPC (#31380) 2025-11-26 23:15:32 +00:00
cluster_test.ts
console_test.ts fix(node:console): ensure that the node:console implementation has an implementation for emitWarning in scope (#31263) 2025-11-13 10:33:50 +01:00
dgram_test.ts
dns_test.ts fix(node/net): return string family in server.address() (#31465) 2025-12-06 10:51:55 +07:00
domain_test.ts
events_test.ts
fetch_test.ts
fs_test.ts fix(node): missing statfs export from node:fs/promises (#31528) 2025-12-08 09:45:01 +00:00
http2_test.ts fix(node/net): return string family in server.address() (#31465) 2025-12-06 10:51:55 +07:00
http_no_cert_flag_test.ts
http_test.ts fix(node/net): return string family in server.address() (#31465) 2025-12-06 10:51:55 +07:00
https_test.ts fix(node/net): return string family in server.address() (#31465) 2025-12-06 10:51:55 +07:00
inspector_test.ts fix(ext/node): handle multiple calls in inspector.Session.post() (#31067) 2025-10-27 10:46:55 +01:00
mod.rs ci: more stability for integration tests (#31578) 2025-12-12 16:19:07 -05:00
module_test.ts
net_test.ts fix(node/net): return string family in server.address() (#31465) 2025-12-06 10:51:55 +07:00
os_test.ts fix(ext/node): os.setPriority and os.getPriority compatibility (#30383) 2025-08-18 19:07:28 +02:00
path_test.ts
perf_hooks_test.ts
process_test.ts fix(node/process): make process.stdin.isTTY writable (#31464) 2025-12-02 00:37:23 +01:00
punycode_test.ts
querystring_test.ts
readline_test.ts
repl_test.ts
sqlite_test.ts fix(ext/node): DatabaseSync compatibility (#31515) 2025-12-11 20:04:20 +07: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 fix(ext/node): implement performance.timerify() (#31238) 2025-11-12 13:55:02 +01: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
url_test.ts fix(ext/node): url.domainToASCII returns empty string for invalid domains (#31219) 2025-12-03 21:57:53 +07:00
util_test.ts fix(ext/node): implement util.getSystemErrorMessage() (#31147) 2025-11-03 11:24:06 +01:00
v8_test.ts
vm_test.ts
wasi_test.ts
worker_threads_test.ts fix(ext/node): ensure 'exit' event is fired only once for worker_threads (#31231) 2025-11-12 14:15:44 +01:00
zlib_test.ts fix(ext/node): omit smi from zlib.crc32 op function (#30907) 2025-10-03 13:57:30 -07:00