node/test/fixtures
Joyee Cheung fa33ba3f76
Some checks failed
V8 patch update / v8-update (push) Has been cancelled
OpenSSL update / openssl-update (push) Has been cancelled
Timezone update / timezone_update (push) Has been cancelled
License update / update_license (push) Has been cancelled
Find inactive collaborators / find (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Find inactive TSC voting members / find (push) Has been cancelled
Node.js daily job / build-lto (push) Has been cancelled
Run CodeQL / Analyze (cpp) (push) Has been cancelled
Run CodeQL / Analyze (javascript) (push) Has been cancelled
Run CodeQL / Analyze (python) (push) Has been cancelled
Close stalled issues and PRs / stale (push) Has been cancelled
Test internet / test-internet (push) Has been cancelled
test: fix flaky test-watch-mode-kill-signal-*
After the write triggers a restart of the grandchild, the newly
spawned second grandchild can post another 'script ready' message
before the stdout from the first grandchild is relayed by the
watcher and processed by this parent process to kill
the watcher. If we write again and trigger another restart, we can
end up in an infinite loop and never receive the stdout of the
grandchildren in time.
Only write once to verify the first grandchild process receives
the expected signal. We don't care about the subsequent grandchild
processes.

PR-URL: https://github.com/nodejs/node/pull/60443
Refs: https://github.com/nodejs/node/issues/60297
Refs: https://github.com/nodejs/node/pull/60391
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
2025-11-01 11:15:52 +00:00
..
0-dns doc: normalize Bash code block info strings 2020-05-25 19:08:45 +02:00
apilinks tools,doc: apilinks should handle root scenarios 2018-09-09 17:48:56 -07:00
b meta: restore original copyright header 2017-03-10 11:23:48 -08:00
clustered-server lib,src: update cluster to use Parent 2021-01-05 15:41:45 -05:00
console test: force slow JSON.stringify path for overflow 2025-05-30 06:22:52 +00:00
copy test: add test that uses multibyte for path and resolves modules 2025-01-25 08:32:23 +01:00
crypto test,crypto: sha3 algorithms aren't supported with BoringSSL 2025-10-25 11:30:34 +00:00
cycles module: do not check circular dependencies for exported proxies 2020-05-15 01:55:28 +02:00
debugger debugger: add a command to set which lines to check for context 2023-03-12 04:47:18 +00:00
disable-signal test: add line break at end of file 2025-01-16 15:54:48 +01:00
dotenv util: fix parseEnv incorrectly splitting multiple ‘=‘ in value 2025-04-06 07:47:28 +00:00
errors assert: allow printf-style messages as assertion error 2025-10-17 20:15:17 +00:00
es-module-loaders esm: use sync loading/resolving on non-loader-hook thread 2025-10-31 20:45:10 +00:00
es-module-require-cache esm: bypass CJS loader in default load under --default-type=module 2023-11-10 09:20:46 +01:00
es-module-shadow-realm module: bootstrap module loaders in shadow realm 2023-11-13 22:09:47 +08:00
es-module-specifiers esm: remove specifier resolution flag 2022-10-04 09:44:08 +00:00
es-module-url module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
es-modules module: only put directly require-d ESM into require.cache 2025-09-17 13:13:59 +00:00
eval tools: enable linter in test/fixtures/eval 2025-04-04 10:39:36 +02:00
GH-7131 lib: include cached modules in module.children 2017-07-24 16:56:31 +02:00
GH-54265 lib: fix emit warning for debuglog.time when disabled 2024-08-27 16:20:35 +00:00
global meta: restore original copyright header 2017-03-10 11:23:48 -08:00
icu test: fix localization data for ICU 74.2 2025-01-23 22:14:10 +00:00
import-require-cycle module: allow cycles in require() in the CJS handling in ESM loader 2025-06-11 09:33:16 +00:00
inspect-worker inspector: support for worker inspection in chrome devtools 2025-05-12 13:25:00 +00:00
inspector-instrumentation-breakpoint test: add Debugger.setInstrumentationBreakpoint known issue 2024-05-12 22:33:07 +02:00
inspector-network-resource inspector: initial support for Network.loadNetworkResource 2025-07-10 12:34:11 +00:00
internal-modules
json-with-directory-name-module meta: restore original copyright header 2017-03-10 11:23:48 -08:00
keys crypto: support SLH-DSA KeyObject, sign, and verify 2025-08-26 15:41:25 +00:00
macos-app-sandbox src: tolerate EPERM returned from tcsetattr 2020-06-25 10:56:34 -07:00
module-extension-over-directory module: check file ext before dir as documented 2018-03-11 02:56:56 +01:00
module-hooks esm: use sync loading/resolving on non-loader-hook thread 2025-10-31 20:45:10 +00:00
module-load-order meta: restore original copyright header 2017-03-10 11:23:48 -08:00
module-mocking test_runner: support mocking json modules 2025-04-26 14:56:24 +00:00
module-require module: fix bad require.resolve with option paths for . and .. 2025-01-25 23:32:13 +00:00
module-require-symlink test: do not write fixture in test-require-symlink 2017-09-19 15:42:16 -07:00
nested-index meta: restore original copyright header 2017-03-10 11:23:48 -08:00
node_modules module: support 'module.exports' interop export in require(esm) 2024-10-01 21:13:03 -07:00
openssl3-conf crypto: avoid hang when no algorithm available 2023-01-19 17:31:08 +00:00
options-as-flags src: add internal GetOptionsAsFlags 2025-08-16 06:43:49 +00:00
package-main-enoent doc: update default branch name in test/** 2022-06-17 10:49:22 +02:00
packages test: add case for unrecognised fields within pjson "exports" 2025-02-15 11:45:13 -08:00
permission fs: fix return value of fs APIs 2025-07-20 06:51:26 +00:00
postject-copy deps,test: update postject to 1.0.0-alpha.6 2023-05-21 07:26:36 +00:00
process process: port on-exit-leak-free to core 2024-07-11 17:57:20 +00:00
process-env cli: implement --trace-env and --trace-env-[js|native]-stack 2024-11-27 09:44:16 +00:00
rc src,test: fix config file parsing for flags defaulted to true 2025-07-20 04:47:16 +00:00
repl-folder-extensions/foo.js repl: include folder extensions in autocomplete 2017-08-13 01:03:30 -07:00
require-bin
require-empty-main test: use index.js if package.json "main" is empty 2020-03-09 13:23:16 +01:00
resolve-paths module: replace default paths in require.resolve() 2017-11-21 11:38:12 -05:00
run-script cli: ensure --run has proper pwd 2024-09-18 12:18:40 +00:00
sea sea: implement sea.getAssetKeys() 2025-09-04 11:58:50 +00:00
self_ref_module module: self referential modules in repl or -r 2020-07-23 07:50:01 -07:00
snapshot test: use unusual chars in the path to ensure our tests are robust 2024-12-30 00:17:44 +00:00
source-map test: replace diagnostics_channel stackframe in output snapshots 2025-10-03 23:39:09 +00:00
syntax lib: fix checking syntax of esm module 2021-12-19 23:33:34 +00:00
test-init-index lib: move DEP0026 to end of life 2019-01-10 08:59:57 -05:00
test-init-native lib: move DEP0026 to end of life 2019-01-10 08:59:57 -05:00
test-module-loading-globalpaths test: add test for loading from global folders 2017-03-11 22:08:18 +00:00
test-repl-tab-completion repl: add autocomplete for filesystem modules 2019-04-29 07:28:27 +05:30
test-runner test: ensure assertions are reachable in more folders 2025-10-29 15:16:59 +00:00
test-runner-watch test: move test-runner-watch-mode helper into common 2025-10-28 09:08:18 +00:00
test426 test: add initial test426 coverage 2025-01-05 00:00:56 +01:00
tools/checkimports tools: fix check-imports.py to match on word boundaries 2020-05-28 10:02:46 -04:00
typescript module: use sync cjs when importing cts 2025-10-02 03:49:26 +00:00
uncaught-exceptions test: improve logged errors 2020-02-09 13:36:39 +01:00
v8 test: migrate message v8 tests from Python to JS 2023-10-29 05:55:01 +00:00
v8-coverage test_runner: omit inaccessible files from coverage 2023-05-10 14:08:00 +00:00
vm test: migrate message tests to use assertSnapshot 2023-04-27 06:41:58 +00:00
warning_node_modules src: implement IsInsideNodeModules() in C++ 2024-10-08 10:19:46 +00:00
wasi test: add wasi test for freopen() 2020-01-23 05:22:36 -08:00
wasm wasm: enable JSPI 2025-09-22 18:12:43 -07:00
watch-mode test: use tmpdir.resolve() 2023-08-21 16:41:53 +00:00
webcrypto test,crypto: update x448 and ed448 expectation when on boringssl 2025-10-29 09:33:10 +00:00
workload v8: add setHeapSnapshotNearHeapLimit 2022-09-08 09:33:20 +00:00
wpt test: update WPT for urlpattern to cff1ac1123 2025-09-06 10:43:17 +00:00
x509-escaping tls: fix handling of x509 subject and issuer 2022-01-10 22:38:05 +00:00
.empty-hidden-repl-history-file repl: support hidden history file on Windows 2017-04-20 13:18:42 +02:00
.empty-repl-history-file repl: Fixed node repl history edge case. 2015-12-22 13:29:28 -05:00
.node_repl_history
.node_repl_history_multiline repl: add support for multiline history 2025-04-13 11:58:01 +00:00
a.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
aead-vectors.js crypto: add support for chacha20-poly1305 for AEAD 2018-11-07 18:43:41 -05:00
altdocs.md tools,doc: fix version picker bug in html.js 2018-11-27 19:14:54 -08:00
assert-first-line.js assert: improve simple assert 2018-07-16 11:30:55 +02:00
assert-long-line.js assert: improve simple assert 2018-07-16 11:30:55 +02:00
async-error.js process: reduce the number of internal frames in async stack trace 2019-04-28 15:36:28 +08:00
baz.js test: update test-repl-require for local paths 2016-03-29 21:39:26 +02:00
catch-stdout-error.js test: remove unused catch bindings 2018-11-06 10:59:18 -05:00
child_process_should_emit_error.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
child-process-echo-options.js child_process: handle undefined/null for fork() args 2018-11-01 19:41:33 -07:00
child-process-message-and-exit.js
child-process-persistent.js test: fix test-child-process-send-returns-boolean 2018-04-20 11:13:24 -07:00
child-process-spawn-node.js test: refactoring / cleanup on child-process tests 2020-03-24 11:21:00 -07:00
child-process-stay-alive-forever.js child_process: support AbortSignal in fork 2020-12-24 20:33:15 +00:00
cjs-module-wrap.js module: increase code coverage of cjs loader 2019-07-15 20:46:56 -07:00
cjs-module-wrapper.js module: increase code coverage of cjs loader 2019-07-15 20:46:56 -07:00
cluster-preload-test.js lib,src: update cluster to use Parent 2021-01-05 15:41:45 -05:00
cluster-preload.js lib,src: update cluster to use Parent 2021-01-05 15:41:45 -05:00
compile-cache-flush.js module: implement flushCompileCache() 2024-09-20 19:05:07 +00:00
compile-cache-wrapper-options.js module: fix directory option in the enableCompileCache() API 2025-10-09 07:55:31 +00:00
compile-cache-wrapper.js src: add JS APIs for compile cache and NODE_DISABLE_COMPILE_CACHE 2024-08-28 23:22:57 +00:00
crash.wasm lib,src: use Response URL as WebAssembly location 2022-04-25 22:46:42 +01:00
crash.wat lib,src: use Response URL as WebAssembly location 2022-04-25 22:46:42 +01:00
debugger-repeat-last.js debugger: run last command on presssing enter 2016-04-14 10:53:07 -07:00
debugger-util-regression-fixture.js node_contextify: do not incept debug context 2016-02-05 15:40:56 -08:00
deep-exit.js src: parse --stack-trace-limit and use it in --trace-* flags 2024-09-30 15:05:12 +00:00
define-global.js node: allow preload modules with -i 2016-01-18 10:57:45 -06:00
deprecated-userland-class.js util: fix deprecated class prototype 2016-08-17 18:27:22 -07:00
deprecated-userland-function.js
deprecated-userland-subclass.js util: support classes in util.deprecate() 2016-08-04 11:44:40 -04:00
deprecated.js lib: move DEP0028 to end of life 2019-01-10 09:00:17 -05:00
destroy-stdin.js
disable-warning-worker.js src: add --disable-warning option 2023-11-21 20:30:02 +00:00
disable-warning.js src: add --disable-warning option 2023-11-21 20:30:02 +00:00
doc_inc_1.md tools: make sure doctool anchors respect includes 2016-05-26 00:49:34 +02:00
doc_inc_2.md tools: make sure doctool anchors respect includes 2016-05-26 00:49:34 +02:00
doc_with_backticks_in_headings.md doc: use _Static method_ instead of _Class Method_ 2020-08-09 07:02:28 -07:00
doc_with_yaml.md doc: change broken fg(1) links to fg(1p) 2017-02-24 02:43:25 +01:00
document_with_cjs_and_esm_code_snippet.md tools,doc: add support for several flavors of JS code snippets 2021-03-06 16:13:57 +01:00
document_with_esm_and_cjs_code_snippet.md tools,doc: add support for several flavors of JS code snippets 2021-03-06 16:13:57 +01:00
document_with_links.md tools: add unified plugin changing links for html docs 2019-11-30 18:17:56 +01:00
document_with_special_heading.md tools,doc: allow page titles to contain inline code 2020-09-03 06:36:03 -07:00
echo-close-check.js test: add hijackStdout and hijackStderr 2017-06-09 13:57:24 -04:00
echo.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
elipses.txt
empty-with-bom.txt src: fix UB in InternalModuleReadFile() 2017-11-09 12:57:16 +01:00
empty.cjs esm: do not call getSource when format is commonjs 2023-11-29 09:21:54 +00:00
empty.js
empty.json esm: add support for JSON import assertion 2021-11-03 20:06:55 -07:00
empty.txt
emptyframe.http2 http2: treat non-EOF empty frames like other invalid frames 2021-03-26 20:51:57 +01:00
exit.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
experimental.json esm: phase two of new esm implementation 2019-03-27 15:52:11 -04:00
exports-function-with-param.js test: add test for debugging one line files 2015-12-16 10:08:43 -05:00
external-repl-module.js repl: check for NODE_REPL_EXTERNAL_MODULE 2019-10-11 12:33:40 -07:00
failcounter.js test: wrap countdown callback in common.mustCall 2018-02-16 18:32:59 +01:00
failmustcall1.js test: add mustCallAtLeast 2017-05-19 15:22:44 -04:00
failmustcall2.js test: add mustCallAtLeast 2017-05-19 15:22:44 -04:00
fetch-and-log.mjs http: support http proxy for fetch under NODE_USE_ENV_PROXY 2025-03-20 14:35:05 +00:00
file-to-read-with-bom.txt test: ensure stream preprocessing order 2016-07-27 13:56:55 +02:00
file-to-read-without-bom.txt test: ensure stream preprocessing order 2016-07-27 13:56:55 +02:00
fixture.ini
foo
gc.js test: add trace-gc flag test 2022-03-28 21:15:08 +01:00
get-call-sites.js util: fix util.getCallSites plurality 2024-11-02 15:24:56 +00:00
GH-892-request.js test: switch assertEqual arguments 2019-05-28 23:42:33 +03:00
GH-1899-output.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
google_ssl_hello.bin tls: add options argument to createSecurePair 2015-10-17 11:53:45 -04:00
inspector-global-function.mjs bootstrap: make CJS loader snapshotable 2022-12-16 12:44:14 +01:00
inspector-open.js inspector: allow opening inspector when NODE_V8_COVERAGE is set 2023-01-29 21:46:36 +00:00
intrinsic-mutation.js bootstrap: run preload prior to frozen-intrinsics 2019-08-20 09:49:48 -05:00
invalid.json
is-object.js test: add known issue test for #7788 2016-07-20 13:01:42 -04:00
ispreloading.js module: add isPreloading indicator 2020-11-30 08:26:46 -08:00
kill-signal-for-watch.js test: fix flaky test-watch-mode-kill-signal-* 2025-11-01 11:15:52 +00:00
klass-with-fields.js lib: add options to the heap snapshot APIs 2022-11-08 16:19:54 +01:00
leakedGlobal.js test: do not export common.leakedGlobals() 2018-09-21 19:20:26 -07:00
linux-perf-logger.js test: remove --always-turbofan flag 2025-10-04 18:48:39 +02:00
linux-perf.js test,v8: skip less and stabilize test-linux-perf.js 2019-06-06 18:44:21 -04:00
loader-is-internal-thread.js src,worker: add isInternalWorker 2025-01-14 18:24:30 +00:00
loop.js src,doc,test: Fix common misspellings 2018-01-16 23:44:27 +01:00
mime-whatwg-generated.js util: add MIME utilities (#21128) 2022-10-19 04:26:16 +02:00
mime-whatwg.js util: add MIME utilities (#21128) 2022-10-19 04:26:16 +02:00
module-loading-error.node
monkey-patch-run-main.js module: reduce circular dependency of internal/modules/cjs/loader 2019-11-19 13:43:59 +01:00
net-fd-passing-receiver.js test: fix spelling in test case comments 2018-01-11 16:49:38 +01:00
no-wrapper.js lib: ensure --check flag works with --require 2018-04-04 17:31:45 -07:00
not-main-module.js test: remove string literals for strictEquals/notStrictEquals 2018-09-22 15:53:20 +02:00
old-repl-history-file-faulty.json repl: fix old history error handling 2017-06-30 19:21:23 +02:00
old-repl-history-file-obj.json repl: fix old history error handling 2017-06-30 19:21:23 +02:00
openssl_fips_disabled.cnf src,deps,build,test: add OpenSSL config appname 2022-05-31 13:41:30 +02:00
openssl_fips_enabled.cnf src,deps,build,test: add OpenSSL config appname 2022-05-31 13:41:30 +02:00
order_of_end_tags_5873.md doc: use _Static method_ instead of _Class Method_ 2020-08-09 07:02:28 -07:00
out-of-bound.wasm src: handle wasm out of bound in osx will raise SIGBUS correctly 2023-06-12 14:50:21 +00:00
out-of-bound.wat src: handle wasm out of bound in osx will raise SIGBUS correctly 2023-06-12 14:50:21 +00:00
outside.txt wasi: introduce initial WASI support 2019-11-30 18:06:39 +01:00
overwrite-config-preload-module.js process: make process.config read only 2022-09-10 22:00:23 +00:00
parent-process-nonpersistent-fork.js test: test and docs for detached fork process 2018-11-28 11:14:37 -08:00
parent-process-nonpersistent.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
path-resolve.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
path.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
person-large.jpg http2: fix responses to long payload reqs 2018-04-28 18:17:28 +02:00
person.jpg test: strip non-free icc profile from person.jpg 2016-03-21 23:20:43 -07:00
person.jpg.br benchmark,test: add brotli 2019-01-05 21:36:47 +01:00
person.jpg.gz test: strip non-free icc profile from person.jpg 2016-03-21 23:20:43 -07:00
person.jpg.zst zlib: add zstd support 2025-02-08 12:43:53 +00:00
pkgexports.mjs module: support 'module.exports' interop export in require(esm) 2024-10-01 21:13:03 -07:00
post-resource-and-log.js http,https: add built-in proxy support in http/https.request and Agent 2025-07-18 09:06:32 +02:00
primitive-42.json module: link module with a module request record 2025-07-04 19:56:08 +00:00
print A.js src: allows escaping NODE_OPTIONS with backslashes 2019-04-17 19:46:00 +02:00
print-10-lines.js test: change string concatenation to template 2017-11-11 10:58:09 +01:00
print-chars-from-buffer.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
print-chars.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
print-delayed.js loader: use default loader as cascaded loader in the in loader worker 2023-04-21 12:27:54 +00:00
print-error-message.js esm: refactor esm tests out of test/message 2022-01-06 11:07:52 +00:00
print-intrinsic-mutation-name.js bootstrap: run preload prior to frozen-intrinsics 2019-08-20 09:49:48 -05:00
printA.js
printB.js
printC.js
proxy-server-worker.js http,https: add built-in proxy support in http/https.request and Agent 2025-07-18 09:06:32 +02:00
pseudo-multimember-gzip.gz zlib: Fix handling of gzip magic bytes mid-file 2016-03-23 13:04:19 -04:00
pseudo-multimember-gzip.z zlib: Fix handling of gzip magic bytes mid-file 2016-03-23 13:04:19 -04:00
pss-vectors.json crypto: add sign/verify support for RSASSA-PSS 2017-04-01 13:27:52 +02:00
readfile_pipe_test.txt test: update assert messages to show expected and actual values 2018-04-06 23:26:07 -07:00
recursive-a.cjs esm: fix loading of CJS modules from ESM 2023-09-06 10:12:14 +00:00
recursive-b.cjs esm: fix loading of CJS modules from ESM 2023-09-06 10:12:14 +00:00
recvfd.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
registerExt.hello.world
registerExt.test
registerExt2.test
repl-load-multiline-no-trailing-newline.js readline: fix issue with newline-less last line 2023-04-14 10:12:16 +00:00
repl-load-multiline.js repl: force editorMode in .load 2017-09-01 10:33:15 -04:00
repl-pretty-stack.js repl: remove internal frames from runtime errors 2017-10-11 14:51:41 -04:00
repl-tab-completion-nested-repls.js repl: improve completion 2019-12-15 16:24:00 +01:00
report-oom.js test: split report OOM tests 2022-08-29 11:39:15 +08:00
request-and-log.js http,https: add built-in proxy support in http/https.request and Agent 2025-07-18 09:06:32 +02:00
require-resolve.js module: make CJS load from ESM loader 2023-08-13 04:23:05 +00:00
rsa-oaep-test-vectors.js crypto: add oaepLabel option 2019-09-13 16:58:41 +02:00
sample_document.md tools: add tests for the doctool 2016-04-29 00:45:49 +02:00
sample.png
sea-exec-argv-empty.js sea: support execArgv in sea config 2025-08-17 08:31:32 +00:00
sea-exec-argv-extension-cli.js sea: implement execArgvExtension 2025-08-25 11:35:56 +00:00
sea-exec-argv-extension-env.js sea: implement execArgvExtension 2025-08-25 11:35:56 +00:00
sea-exec-argv-extension-none.js sea: implement execArgvExtension 2025-08-25 11:35:56 +00:00
sea-exec-argv.js sea: support execArgv in sea config 2025-08-17 08:31:32 +00:00
sea.js sea: suppress builtin warning with disableExperimentalSEAWarning option 2025-02-17 19:42:17 -08:00
semicolon.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
shared-memory.wasm test: clean up wasm fixtures 2019-01-08 12:57:24 -06:00
shared-memory.wat test: clean up wasm fixtures 2019-01-08 12:57:24 -06:00
should_exit.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
simple.wasm test: clean up wasm fixtures 2019-01-08 12:57:24 -06:00
simple.wat test: clean up wasm fixtures 2019-01-08 12:57:24 -06:00
spawn_closed_stdio.py src: ensure that fd 0-2 are valid on windows 2017-03-20 20:48:14 +01:00
spawn-worker-with-copied-env.js test: skip --title check on IBM i 2024-07-22 11:39:04 +00:00
spawn-worker-with-trace-exit.js worker: allow copied NODE_OPTIONS in the env setting 2024-07-05 18:40:03 +00:00
test-error-first-line-offset.js test: replace CRLF by LF in a fixture 2017-07-25 21:50:44 +03:00
test-fs-readfile-error.js Revert "fs: Revert throw on invalid callbacks" 2018-02-26 23:18:12 +00:00
test-fs-stat-sync-overflow.js test: address nits and rename the corresponding fixture 2018-03-08 10:37:29 -06:00
test-nodetiming-uvmetricsinfo.js src,lib: add performance.uvMetricsInfo 2024-08-30 14:22:28 +00:00
test-resolution-inspect-brk-main.ext module: ignore resolution failures for inspect-brk 2019-12-04 23:30:25 -05:00
test-resolution-inspect-brk-resolver.js test: remove eslint-disable comment from fixture file 2021-07-10 21:52:36 -07:00
test-runner-watch.mjs test_runner: add cwd option to run 2024-10-03 15:45:49 +00:00
throws_error.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
throws_error1.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
throws_error2.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
throws_error3.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
throws_error4.js meta: restore original copyright header 2017-03-10 11:23:48 -08:00
throws_error5.js
throws_error6.js
throws_error7.js src: don't print garbage errors 2015-12-05 11:15:49 -05:00
tls-check-extra-ca-certificates.js tls: implement tls.getCACertificates() 2025-03-06 17:16:27 +00:00
tls-connect.js Revert "util: move util._extend to eol" 2024-06-14 13:07:58 +00:00
tls-extra-ca-override.js crypto: add tls.setDefaultCACertificates() 2025-07-18 19:57:53 +00:00
tls-get-ca-certificates.js tls: implement tls.getCACertificates() 2025-03-06 17:16:27 +00:00
tls-session-ticket.txt
tz-version.txt deps: update timezone to 2025b 2025-04-16 22:08:52 +00:00
url-idna.js url: update IDNA handling 2017-06-06 23:33:56 -07:00
url-searchparams.js querystring: fix up lastPos usage 2017-07-12 12:12:48 +08:00
url-setter-tests-additional.js url: enforce valid UTF-8 in WHATWG parser 2017-02-28 18:39:20 -08:00
url-tests-additional.js url: enforce valid UTF-8 in WHATWG parser 2017-02-28 18:39:20 -08:00
utf8_test_text.txt test: consolidate utf8 text fixtures in tests 2023-11-28 17:18:02 +00:00
utf8-bom-shebang-shebang.js lib: no need to strip BOM or shebang for scripts 2019-06-01 10:01:15 -04:00
utf8-bom.js
utf8-bom.json
utf8-shebang-bom.js lib: rework logic of stripping BOM+Shebang from commonjs 2019-05-26 13:04:29 -05:00
warnings.js process: add 'warning' event and process.emitWarning() 2016-03-24 13:19:11 -07:00
wasi-preview-1.js lib: expose setupInstance method on WASI class 2025-07-07 08:41:16 -07:00
worker-data.cjs worker: add support for .cjs extension 2020-02-13 21:32:01 +01:00
worker-data.mjs worker: export workerData to ESM workers 2019-01-30 18:14:38 +01:00
worker-from-argv.js bootstrap: run preload prior to frozen-intrinsics 2019-08-20 09:49:48 -05:00
worker-is-internal-thread.js src,worker: add isInternalWorker 2025-01-14 18:24:30 +00:00
worker-name.js worker: add support for worker name in inspector and trace_events 2023-03-06 16:34:09 +00:00
worker-preload.js workers: fix spawning from preload scripts 2021-03-01 11:43:27 -08:00
worker-script.mjs worker: rename to worker_threads 2018-06-06 19:44:15 +02:00
worker-script.ts test: add test to verify other extension can be loaded by worker 2021-08-26 13:14:06 -07:00
x.txt
x1024.txt