node/test/fixtures
Node.js GitHub Bot e4c0d99839
deps: update timezone to 2026a
PR-URL: https://github.com/nodejs/node/pull/62164
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2026-05-11 15:49:24 +02:00
..
0-dns
apilinks
b
clustered-server
console module: do not wrap module._load when tracing is not enabled 2026-04-27 18:03:23 +02:00
copy test: add test that uses multibyte for path and resolves modules 2025-02-06 01:10:39 +01:00
crypto
cycles
debugger
disable-signal test: add line break at end of file 2025-02-03 20:10:03 +01:00
dotenv src: add config file support 2025-05-19 12:14:09 +02:00
errors module: do not wrap module._load when tracing is not enabled 2026-04-27 18:03:23 +02:00
es-module-loaders module: link module with a module request record 2025-10-07 16:08:51 +02:00
es-module-require-cache
es-module-shadow-realm
es-module-specifiers
es-module-url
es-modules module: only put directly require-d ESM into require.cache 2026-04-27 18:03:12 +02:00
eval module: improve typescript error message format 2025-07-15 19:03:11 -03:00
GH-7131
GH-54265
global
icu deps: update icu to 78.2 2026-02-24 08:38:54 +01:00
import-require-cycle module: allow cycles in require() in the CJS handling in ESM loader 2025-07-24 20:08:21 +02:00
inspect-worker inspector: support for worker inspection in chrome devtools 2025-06-10 14:52:13 +02:00
inspector-instrumentation-breakpoint
inspector-network-resource inspector: initial support for Network.loadNetworkResource 2025-08-04 12:25:23 +02:00
internal-modules
json-with-directory-name-module
keys crypto: add support for intermediate certs in --use-system-ca 2025-04-17 10:51:22 -03:00
macos-app-sandbox
module-extension-over-directory
module-hooks module: fix sync resolve hooks for require with node: prefixes 2026-04-27 18:03:21 +02:00
module-load-order
module-mocking test_runner: support mocking json modules 2025-06-10 16:38:57 +02:00
module-require module: fix bad require.resolve with option paths for . and .. 2025-02-06 01:10:40 +01:00
module-require-symlink
nested-index
node_modules module: support 'module.exports' interop export in require(esm) 2024-11-27 00:44:51 -05:00
openssl3-conf
package-main-enoent
packages test: add case for unrecognised fields within pjson "exports" 2025-04-17 10:50:54 -03:00
permission permission: include permission check on lib/fs/promises 2026-03-22 17:04:56 +01:00
postject-copy
process
process-env cli: implement --trace-env and --trace-env-[js|native]-stack 2025-01-05 12:57:29 -05:00
rc test: save the config file in a temporary directory 2025-07-15 19:03:10 -03:00
repl-folder-extensions/foo.js
require-bin
require-empty-main
resolve-paths
run-script cli: ensure --run has proper pwd 2024-10-04 10:20:07 +02:00
sea sea: implement sea.getAssetKeys() 2025-09-20 06:16:51 +00:00
self_ref_module
snapshot test: use unusual chars in the path to ensure our tests are robust 2025-01-31 01:16:46 +01:00
source-map module: do not wrap module._load when tracing is not enabled 2026-04-27 18:03:23 +02:00
syntax
test-init-index
test-init-native
test-module-loading-globalpaths
test-repl-tab-completion
test-runner test_runner: fix todo inheritance 2025-09-20 06:16:44 +00:00
test426 test: update test426 fixtures 2026-02-24 00:37:05 +01:00
tools/checkimports
typescript module: use sync cjs when importing cts 2026-04-27 18:03:16 +02:00
uncaught-exceptions
v8
v8-coverage
vm
warning_node_modules src: implement IsInsideNodeModules() in C++ 2024-11-27 00:45:16 -05:00
wasi
watch-mode
workload
wpt test: update WPT for WebCryptoAPI to ff26d9b307 2025-09-20 03:33:59 +00:00
x509-escaping
.empty-hidden-repl-history-file
.empty-repl-history-file
.node_repl_history
a.js
aead-vectors.js
altdocs.md
array-hash-collision.js build,test: test array index hash collision 2026-03-23 20:06:35 +01:00
assert-first-line.js
assert-long-line.js
async-error.js
baz.js
catch-stdout-error.js
child-process-echo-options.js
child-process-message-and-exit.js
child-process-persistent.js
child-process-spawn-node.js
child-process-stay-alive-forever.js
child_process_should_emit_error.js
cjs-module-wrap.js
cjs-module-wrapper.js
cluster-preload-test.js
cluster-preload.js
compile-cache-flush.js module: implement flushCompileCache() 2024-10-04 10:20:13 +02:00
compile-cache-wrapper.js
crash.wasm
crash.wat
debugger-repeat-last.js
debugger-util-regression-fixture.js
deep-exit.js src: parse --stack-trace-limit and use it in --trace-* flags 2024-10-04 19:20:19 +02:00
define-global.js
deprecated-userland-class.js
deprecated-userland-function.js
deprecated-userland-subclass.js
deprecated.js
destroy-stdin.js
disable-warning-worker.js
disable-warning.js
doc_inc_1.md
doc_inc_2.md
doc_with_backticks_in_headings.md
doc_with_yaml.md
document_with_cjs_and_esm_code_snippet.md
document_with_esm_and_cjs_code_snippet.md
document_with_links.md
document_with_special_heading.md
echo-close-check.js
echo.js
elipses.txt
empty-with-bom.txt
empty.cjs
empty.js
empty.json
empty.txt
emptyframe.http2
exit.js
experimental.json
exports-function-with-param.js
external-repl-module.js
failcounter.js
failmustcall1.js
failmustcall2.js
fetch-and-log.mjs http: support http proxy for fetch under NODE_USE_ENV_PROXY 2025-10-18 12:07:52 +02:00
file-to-read-with-bom.txt
file-to-read-without-bom.txt
fixture.ini
foo
gc.js
get-call-sites.js util: fix util.getCallSites plurality 2024-11-27 11:03:32 -05:00
GH-892-request.js
GH-1899-output.js
google_ssl_hello.bin
guess-hash-seed.js
inspector-global-function.mjs
inspector-open.js
intrinsic-mutation.js
invalid.json
is-object.js
ispreloading.js
kill-signal-for-watch.js test: apply a delay to watch-mode-kill-signal tests 2026-02-24 00:36:44 +01:00
klass-with-fields.js
leakedGlobal.js
linux-perf-logger.js
linux-perf.js
list-certs.js src: fix off-thread cert loading in bundled cert mode 2026-02-24 00:37:03 +01:00
loader-is-internal-thread.js src,worker: add isInternalWorker 2025-02-03 20:10:01 +01:00
loop.js
mime-whatwg-generated.js
mime-whatwg.js
module-loading-error.node
monkey-patch-run-main.js
net-fd-passing-receiver.js
no-wrapper.js
not-main-module.js
old-repl-history-file-faulty.json
old-repl-history-file-obj.json
openssl_fips_disabled.cnf
openssl_fips_enabled.cnf
order_of_end_tags_5873.md
out-of-bound.wasm
out-of-bound.wat
outside.txt
overwrite-config-preload-module.js
parent-process-nonpersistent-fork.js
parent-process-nonpersistent.js
parse-args.js test: check util.parseArgs argv parsing with actual process execution 2026-02-24 00:37:11 +01:00
path-resolve.js
path.js
person-large.jpg
person.jpg
person.jpg.br
person.jpg.gz
person.jpg.zst zlib: add zstd support 2025-04-16 03:29:16 -03:00
pkgexports.mjs module: support 'module.exports' interop export in require(esm) 2024-11-27 00:44:51 -05:00
post-resource-and-log.js http,https: add built-in proxy support in http/https.request and Agent 2025-10-18 12:07:57 +02:00
primitive-42.json module: link module with a module request record 2025-10-07 16:08:51 +02:00
print A.js
print-10-lines.js
print-chars-from-buffer.js
print-chars.js
print-delayed.js
print-error-message.js
print-intrinsic-mutation-name.js
printA.js
printB.js
printC.js
proxy-server-worker.js http,https: add built-in proxy support in http/https.request and Agent 2025-10-18 12:07:57 +02:00
pseudo-multimember-gzip.gz
pseudo-multimember-gzip.z
pss-vectors.json
readfile_pipe_test.txt
recursive-a.cjs
recursive-b.cjs
recvfd.js
registerExt.hello.world
registerExt.test
registerExt2.test
repl-load-multiline-no-trailing-newline.js
repl-load-multiline.js
repl-pretty-stack.js
repl-tab-completion-nested-repls.js
report-oom.js
request-and-log.js http,https: add built-in proxy support in http/https.request and Agent 2025-10-18 12:07:57 +02:00
require-resolve.js
rsa-oaep-test-vectors.js
sample.png
sample_document.md
sea-exec-argv-empty.js sea: support execArgv in sea config 2025-09-20 03:33:36 +00:00
sea-exec-argv-extension-cli.js sea: implement execArgvExtension 2025-09-20 06:10:38 +00:00
sea-exec-argv-extension-env.js sea: implement execArgvExtension 2025-09-20 06:10:38 +00:00
sea-exec-argv-extension-none.js sea: implement execArgvExtension 2025-09-20 06:10:38 +00:00
sea-exec-argv.js sea: support execArgv in sea config 2025-09-20 03:33:36 +00:00
sea.js sea: suppress builtin warning with disableExperimentalSEAWarning option 2025-04-17 10:50:58 -03:00
semicolon.js
shared-memory.wasm
shared-memory.wat
should_exit.js
simple.wasm
simple.wat
spawn-worker-with-copied-env.js
spawn-worker-with-trace-exit.js
spawn_closed_stdio.py
test-error-first-line-offset.js
test-fs-readfile-error.js
test-fs-stat-sync-overflow.js
test-nodetiming-uvmetricsinfo.js
test-resolution-inspect-brk-main.ext
test-resolution-inspect-brk-resolver.js
test-runner-watch.mjs
throws_error.js
throws_error1.js
throws_error2.js
throws_error3.js
throws_error4.js
throws_error5.js
throws_error6.js
throws_error7.js
tls-check-extra-ca-certificates.js tls: implement tls.getCACertificates() 2025-04-17 10:51:24 -03:00
tls-connect.js
tls-extra-ca-override.js crypto: add tls.setDefaultCACertificates() 2025-08-04 13:29:04 +02:00
tls-get-ca-certificates.js tls: implement tls.getCACertificates() 2025-04-17 10:51:24 -03:00
tls-session-ticket.txt
tz-version.txt deps: update timezone to 2026a 2026-05-11 15:49:24 +02:00
url-idna.js
url-searchparams.js
url-setter-tests-additional.js
url-tests-additional.js
utf8-bom-shebang-shebang.js
utf8-bom.js
utf8-bom.json
utf8-shebang-bom.js
utf8_test_text.txt
value.cjs module: do not invoke resolve hooks twice for imported cjs 2026-04-27 18:03:26 +02:00
warnings.js
wasi-preview-1.js
worker-data.cjs
worker-data.mjs
worker-from-argv.js
worker-is-internal-thread.js src,worker: add isInternalWorker 2025-02-03 20:10:01 +01:00
worker-name.js
worker-preload.js
worker-script.mjs
worker-script.ts
x.txt
x1024.txt