{"date":"2026-05-22","denoVersion":"2.8.0+fbb5be3","os":"linux","arch":"x86_64","nodeVersion":"25.8.1","runId":"26284027345","total":4457,"pass":3407,"ignore":395,"results":{"parallel/test-stream2-basic.js":[true,null,{}],"parallel/test-fs-write-stream-fs.js":[true,null,{}],"parallel/test-parse-args.mjs":[false,{"code":1,"stderr":"running 109 tests from ./test/parallel/test-parse-args.mjs\nwhen short option used as flag then stored as flag ... ok (7ms)\nwhen short option used as flag before positional then stored as flag and positional (and not value) ... ok (0ms)\nwhen short option `type: \"string\"` used with value then stored as value ... ok (0ms)\nwhen short option listed in short used as flag then long option stored as flag ... ok (0ms)\nwhen short option listed in short and long listed in `type: \"string\"` and used with value then long option stored as value ... ok (0ms)\nwhen short option `type: \"string\"` used without value then stored as flag ... ok (0ms)\nshort option group behaves like multiple short options ... ok (0ms)\nshort option group does not consume subsequent positional ... ok (0ms)\nif terminal of short-option group configured `type: \"string\"`, subsequent positional is stored ... ok (0ms)\nhandles short-option groups in conjunction with long-options ... ok (0ms)\nhandles short-option groups with \"short\" alias configured ... ok (0ms)\nhandles short-option followed by its value ... ok (0ms)\nEverything after a bare `--` is considered a positional argument ... ok (0ms)\nargs are true ... ok (0ms)\narg is true and positional is identified ... ok (0ms)\nargs equals are passed `type: \"string\"` ... ok (0ms)\nwhen args include single dash then result stores dash as positional ... ok (0ms)\nzero config args equals are parsed as if `type: \"string\"` ... ok (0ms)\nsame arg is passed twice `type: \"string\"` and last value is recorded ... ok (0ms)\nargs equals pass string including more equals ... ok (0ms)\nfirst arg passed for `type: \"string\"` and \"multiple\" is in array ... ok (0ms)\nargs are passed `type: \"string\"` and \"multiple\" ... ok (0ms)\nwhen expecting `multiple:true` boolean option and option used multiple times then result includes array of booleans matching usage ... ok (0ms)\norder of option and positional does not matter (per README) ... ok (0ms)\ncorrect default args ...\n  with CLI flags ...\n    -e <s ..."},{"usesNodeTest":1}],"parallel/test-crypto-sec-level.js":[true,null,{}],"parallel/test-http2-padding-aligned.js":[true,null,{}],"parallel/test-net-bytes-stats.js":[true,null,{}],"parallel/test-debugger-profile-command.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-http-url.parse-basic.js":[true,null,{}],"parallel/test-path-zero-length-strings.js":[true,null,{}],"parallel/test-http2-date-header.js":[true,null,{}],"parallel/test-http2-malformed-altsvc.js":[true,null,{}],"parallel/test-fs-cp-sync-incompatible-options-error.mjs":[true,null,{}],"parallel/test-async-wrap-uncaughtexception.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n\n2 !== 3\n\n  assert.strictEqual(call_id, async_hooks.executionAsyncId());\n         ^\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-uncaughtexception.js:37:10)\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at process.emit (ext:deno_node/_events.mjs:415:20)\n    at process.emit (node:process:492:38)\n    at process._fatalException (node:process:745:13)\n    at processOnError (node:process:1004:17)\n    at innerInvokeEventListeners (ext:deno_web/02_event.js:793:9)\n    at invokeEventListeners (ext:deno_web/02_event.js:839:5)\n    at dispatch (ext:deno_web/02_event.js:689:9)\n    at dispatchEvent (ext:deno_web/02_event.js:1098:12)\n"},{}],"parallel/test-domain-run.js":[true,null,{}],"parallel/test-fs-rm.js":[true,null,{}],"parallel/test-worker-nested-on-process-exit.js":[true,null,{}],"parallel/test-zlib-zstd-from-zstd.js":[true,null,{}],"pummel/test-heapdump-tls.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-http2-server-setLocalWindowSize.js":[true,null,{}],"parallel/test-dgram-send-empty-packet.js":[true,null,{}],"parallel/test-fs-realpath-pipe.js":[true,null,{}],"parallel/test-process-exit-code-validation.js":[true,null,{}],"parallel/test-tls-client-resume.js":[true,null,{}],"parallel/test-compile-cache-typescript-strip-sourcemaps.js":[true,null,{}],"parallel/test-require-resolve-invalid-paths.js":[true,null,{}],"parallel/test-http-dns-error.js":[true,null,{}],"parallel/test-console-log-stdio-broken-dest.js":[true,null,{}],"parallel/test-eslint-no-array-destructuring.js":[true,null,{}],"parallel/test-startup-empty-regexp-statics.mjs":[true,null,{}],"parallel/test-os-constants-signals.js":[true,null,{"usesNodeTest":1}],"parallel/test-fs-truncate.js":[true,null,{}],"parallel/test-repl-load-multiline-no-trailing-newline.js":[true,null,{}],"parallel/test-fs-append-file-flush.js":[false,{"code":1,"stderr":"running 3 tests from ./test/parallel/test-fs-append-file-flush.js\nsynchronous version ...\n  validation ... FAILED (1ms)\n  performs flush ... FAILED (1ms)\n  does not perform flush ... ok (1ms)\nsynchronous version ... FAILED (due to 2 failed steps) (3ms)\ncallback version ...\n  validation ... FAILED (1ms)\n  performs flush ...\n ERRORS \n\nsynchronous version ... validation => ./test/parallel/test-fs-append-file-flush.js:18:11\nerror: AssertionError: Missing expected exception.\n      assert.throws(() => {\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-append-file-flush.js:20:14)\n    at runNodeTestFunction (ext:deno_node/testing.ts:759:18)\n    at runPossiblyExpectingFailure (ext:deno_node/testing.ts:765:28)\n    at fn (ext:deno_node/testing.ts:899:19)\n    at async innerWrapped (ext:cli/40_test.js:232:5)\n    at async Object.outerWrapped [as fn] (ext:cli/40_test.js:175:14)\n    at async TestContext.step (ext:cli/40_test.js:610:22)\n    at async NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-append-file-flush.js:18:3)\n\nsynchronous version ... performs flush => ./test/parallel/test-fs-append-file-flush.js:26:11\nerror: AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n    assert.strictEqual(calls.length, 1);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-append-file-flush.js:31:12)\n    at runNodeTestFunction (ext:deno_node/testing.ts:759:18)\n    at runPossiblyExpectingFailure (ext:deno_node/testing.ts:765:28)\n    at fn (ext:deno_node/testing.ts:899:19)\n    at async innerWrapped (ext:cli/40_test.js:232:5)\n    at async Object.outerWrapped [as fn] (ext:cli/40_test.js:175:14)\n    at async TestContext.step (ext:cli/40_test.js:610:22)\n    at async NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat ..."},{"usesNodeTest":1}],"parallel/test-http2-server-rfc-9113-server.js":[true,null,{}],"parallel/test-dgram-address.js":[true,null,{}],"parallel/test-process-getactiveresources.js":[true,null,{}],"sequential/test-net-server-listen-ipv6-link-local.js":[true,null,{"usesNodeTest":1}],"parallel/test-preload-self-referential.js":["IGNORE",null,{"ignoreReason":"Test uses `-r self_ref` to preload a package by its own bare-specifier name, which Deno's --require does not resolve through Node module resolution. The test previously appeared to pass because --require was silently dropped by the node->deno CLI translator; once --require is forwarded properly the resolution failure surfaces."}],"parallel/test-cluster-kill-disconnect.js":[true,null,{}],"sea/test-build-sea-invalid-executable.js":[true,null,{}],"parallel/test-util-inspect-regexp.js":[false,{"code":1,"stderr":"\nInspecting regular expression \u001b[31m/a/\u001b[39m \n\n\nerror: Uncaught (in promise) AssertionError: /a/ failed\n+ actual - expected\n\n+ '\\x1b[31m/a/\\x1b[39m'\n- '\\x1b[32m/\\x1b[39m\\x1b[33ma\\x1b[39m\\x1b[32m/\\x1b[39m'\n         ^\n\n    assert.strictEqual(colored, expected, `${regexp} failed`);\n           ^\n    at expectColored (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-inspect-regexp.js:18:12)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-inspect-regexp.js:112:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-inspect-regexp.js:5:26\n"},{}],"parallel/test-fs-watch-recursive-add-file-to-new-folder.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n'change' !== 'rename'\n\n    assert.strictEqual(event, 'rename');\n           ^\n    at FSWatcher.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-watch-recursive-add-file-to-new-folder.js:39:12)\n    at FSWatcher.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at FSWatcher.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/fs.ts:1958:17\n    at ext:deno_node/fs.ts:1838:9\n"},{}],"parallel/test-disable-proto-throw.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\nassert.throws(() => {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-disable-proto-throw.js:12:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-disable-proto-throw.js:5:26\n"},{}],"parallel/test-vm-ownpropertynames.js":[true,null,{}],"es-module/test-esm-loader-invalid-url.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot convert object to primitive value\n"},{}],"es-module/test-esm-loader-not-found.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-loader-not-found.mjs\nESM: nonexistent loader ...\n  should throw ... FAILED (43ms)\nESM: nonexistent loader ... FAILED (due to 1 failed step) (44ms)\n\n ERRORS \n\nESM: nonexistent loader ... should throw => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected \"actual\" to be strictly unequal to: 0\n    assert.notStrictEqual(code, 0);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-not-found.mjs:16:12)\n\n FAILURES \n\nESM: nonexistent loader ... should throw => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 1 failed (1 step) (46ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-fs-realpath-buffer-encoding.js":[true,null,{}],"parallel/test-trace-events-api-worker-disabled.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Proxy.expectsError (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:716:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-api-worker-disabled.js:7:23)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-api-worker-disabled.js:5:26\n\n"},{}],"parallel/test-stream-readable-no-unneeded-readable.js":[true,null,{}],"parallel/test-child-process-fork-no-shell.js":[true,null,{}],"client-proxy/test-https-proxy-request-handshake-failure.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   {\n-     headers: {\n-       'proxy-connection': 'keep-alive',\n-       host: 'localhost:35299'\n-     },\n-     method: 'CONNECT',\n-     url: 'localhost:35299'\n-   }\n- ]\n\nassert.deepStrictEqual(logs, [{\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-handshake-failure.mjs:46:8\n"},{}],"parallel/test-net-server-close-before-ipc-response.js":[true,null,{}],"parallel/test-http-contentLength0.js":[true,null,{}],"parallel/test-fs-promises-file-handle-stat.js":[true,null,{}],"abort/test-zlib-invalid-internals-usage.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal C++ binding (internalBinding('zlib').Zlib) which is not implemented in Deno"}],"parallel/test-stdout-to-file.js":[true,null,{}],"parallel/test-http2-client-socket-destroy.js":[true,null,{}],"parallel/test-dgram-blocklist.js":[false,{"code":1,"stderr":"\nerror: Uncaught TypeError: Cannot read properties of undefined (reading 'code')\n    assert.ok(err.code === 'ERR_IP_BLOCKED', err);\n                  ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dgram-blocklist.js:13:19)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:538:14)\n    at Socket.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/dgram.ts:894:23\n    at Object.processTicksAndRejections (ext:core/01_core.js:368:13)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dgram-blocklist.js:5:26\n"},{}],"module-hooks/test-async-loader-hooks-never-settling-race-esm.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"module-hooks/test-module-hooks-resolve-context-optional.js":[true,null,{}],"parallel/test-cluster-cwd.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-cluster-cwd.js:11:39)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-cluster-cwd.js:5:26\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-cluster-cwd.js:17:39)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-cluster-cwd.js:5:26\n\n"},{}],"parallel/test-http-catch-uncaughtexception.js":[true,null,{}],"parallel/test-http-parser-finish-error.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-parser-finish-error.js:13:33)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-parser-finish-error.js:5:26\n\n"},{}],"parallel/test-http2-server-close-idle-connection.js":[true,null,{}],"parallel/test-whatwg-encoding-custom-textdecoder.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n-   code: 'ERR_ENCODING_NOT_SUPPORTED',\n    name: 'RangeError'\n  }\n\n    assert.throws(\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-encoding-custom-textdecoder.js:59:12\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-encoding-custom-textdecoder.js:58:40)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-encoding-custom-textdecoder.js:5:26\n"},{}],"parallel/test-timers-zero-timeout.js":[true,null,{}],"parallel/test-http-server-drop-connections-in-cluster.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-fs-open.js":[true,null,{}],"parallel/test-fastutf8stream-flush-sync.js":[true,null,{}],"parallel/test-http-incoming-pipelined-socket-destroy.js":[true,null,{}],"parallel/test-listen-fd-ebadf.js":[false,{"code":1,"stderr":"\n"},{}],"client-proxy/test-http-proxy-request-invalid-credentials.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\n  assert.throws(() => {\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-proxy-request-invalid-credentials.mjs:42:10\n"},{}],"parallel/test-stream-flatMap.js":[true,null,{}],"parallel/test-http-connect.js":[true,null,{}],"parallel/test-child-process-execFile-promisified-abortController.js":[true,null,{}],"parallel/test-compile-cache-api-options-portable-env.js":[true,null,{}],"parallel/test-whatwg-encoding-custom-textdecoder-api-invalid-label.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n-   code: 'ERR_ENCODING_NOT_SUPPORTED',\n    name: 'RangeError'\n  }\n\n    assert.throws(\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-encoding-custom-textdecoder-api-invalid-label.js:26:12\n    at Array.forEach (<anonymous>)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-encoding-custom-textdecoder-api-invalid-label.js:25:54\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-encoding-custom-textdecoder-api-invalid-label.js:24:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"es-module/test-esm-module-not-found-commonjs-hint.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-module-not-found-commonjs-hint.mjs\nESM: module not found hint ...\n  should cite a variant form ... FAILED (85ms)\n  should cite a variant form ... FAILED (81ms)\n  should cite a variant form ... FAILED (85ms)\n  should cite a variant form ... FAILED (75ms)\n  should cite a variant form ... FAILED (87ms)\n  should cite a variant form ... FAILED (87ms)\n  should cite a variant form ... FAILED (89ms)\nESM: module not found hint ... FAILED (due to 7 failed steps) (592ms)\n\n ERRORS \n\nESM: module not found hint ... should cite a variant form => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: The input did not match the regular expression / \"\\.\\/print-error-message\\.js\"\\?/. Input:\n\n'error: Uncaught (in promise) SyntaxError: Cannot use import statement outside a module\\n' +\n  '    process.getBuiltinModule(\"vm\").runInThisContext(\"import \\\\\"./print-error-message\\\\\"\", { filename: \"[eval]\" })\\n' +\n  '                                   ^\\n' +\n  '    at new Script (ext:deno_node/vm.js:100:20)\\n' +\n  '    at createScript (ext:deno_node/vm.js:315:10)\\n' +\n  '    at Object.runInThisContext (ext:deno_node/vm.js:348:10)\\n' +\n  '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/$deno$eval.mts:6:36\\n'\n\n    assert.match(stderr, expected);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-module-not-found-commonjs-hint.mjs:52:12)\n\nESM: module not found hint ... should cite a variant form => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input did not match the regular expression / \"\\.\\/es-modules\\/folder%2525with%20percentage%23\\/index\\.js\"\\?/. Input:\n\n'error: Uncaught (in promise) SyntaxError: Cannot use import statement outside a module\\n' +\n  '    process.getBuiltinModule(\"vm\").runInThisContext(\"import \\\\\"./es-modules/folder%25with percentage#/index.js\\\\\"\", { filename: \"[eval]\" })\\n' +\n  '                ..."},{"usesNodeTest":1}],"parallel/test-worker-error-stack-getter-throws.js":[true,null,{}],"parallel/test-http-request-end.js":[true,null,{}],"parallel/test-child-process-cwd.js":[true,null,{}],"es-module/test-esm-wasm-source-phase-dynamic.mjs":[true,null,{}],"parallel/test-path-resolve.js":[true,null,{}],"parallel/test-https-server-headers-timeout.js":[true,null,{}],"parallel/test-https-agent-unref-socket.js":[true,null,{}],"parallel/test-dgram-send-multi-buffer-copy.js":[true,null,{}],"parallel/test-worker-dns-terminate-during-query.js":[true,null,{}],"client-proxy/test-http-proxy-request-https-proxy.mjs":[false,{"code":1,"stderr":"[STDOUT] Status Code: 200\n\n[STDOUT] Headers: {\n  date: \"Fri, 22 May 2026 11:07:12 GMT\",\n  connection: \"keep-alive\",\n  \"keep-alive\": \"timeout=5\",\n  \"content-length\": \"11\"\n}\n\n[STDOUT] Hello world\n[CLOSE] 0 null\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   {\n-     headers: {\n-       'proxy-connection': 'keep-alive',\n-       connection: 'keep-alive',\n-       host: 'localhost:35569'\n-     },\n-     method: 'GET',\n-     url: 'http://localhost:35569/test'\n-   }\n- ]\n\nassert.deepStrictEqual(logs, expectedLogs);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-proxy-request-https-proxy.mjs:47:8\n"},{}],"parallel/test-vm-global-get-own.js":[true,null,{}],"test426/test-source-map-spec.mjs":[false,{"code":1,"stderr":"running 99 tests from ./test/test426/test-source-map-spec.mjs\nversionValid ... ok (7ms)\nversionMissing ... ok (0ms)\nversionNotANumber ... ok (0ms)\nversionNumericString ... ok (0ms)\nversionTooHigh ... ok (0ms)\nversionTooLow ... ok (0ms)\nmappingsMissing ... ok (0ms)\nsourcesMissing ... ok (0ms)\nsourcesNotAList1 ... ok (0ms)\nsourcesNotAList2 ... ok (0ms)\nsourcesNotStringOrNull ... ok (0ms)\nsourcesContentMissing ... ok (0ms)\nsourcesContentNotAList1 ... ok (0ms)\nsourcesContentNotAList2 ... ok (0ms)\nsourcesContentNotStringOrNull ... ok (0ms)\nsourcesAndSourcesContentBothNull ... ok (0ms)\nfileNotAString1 ... ok (0ms)\nfileNotAString2 ... ok (0ms)\nsourceRootNotAString1 ... ok (0ms)\nsourceRootNotAString2 ... ok (0ms)\nnamesMissing ... ok (0ms)\nnamesNotAList1 ... ok (0ms)\nnamesNotAList2 ... ok (0ms)\nnamesNotString ... ok (0ms)\nignoreListEmpty ... ok (0ms)\nignoreListValid1 ...\n  action#0 - checkIgnoreList ... ignored (0ms)\nignoreListValid1 ... ok (0ms)\nignoreListWrongType1 ... ok (0ms)\nignoreListWrongType2 ... ok (0ms)\nignoreListWrongType3 ... ok (0ms)\nignoreListWrongType4 ... ok (0ms)\nignoreListOutOfBounds1 ... ok (0ms)\nignoreListOutOfBounds2 ... ok (0ms)\nunrecognizedProperty ... ok (0ms)\ninvalidVLQDueToNonBase64Character ... ok (0ms)\ninvalidVLQDueToNonBase64CharacterPadding ... ok (0ms)\ninvalidVLQDueToMissingContinuationDigits ... ok (0ms)\ninvalidMappingNotAString1 ... ok (0ms)\ninvalidMappingNotAString2 ... ok (0ms)\ninvalidMappingSegmentBadSeparator ... ok (0ms)\ninvalidMappingSegmentWithZeroFields ... ok (0ms)\ninvalidMappingSegmentWithTwoFields ... ok (0ms)\ninvalidMappingSegmentWithThreeFields ... ok (0ms)\ninvalidMappingSegmentWithSourceIndexOutOfBounds ... ok (0ms)\ninvalidMappingSegmentWithNameIndexOutOfBounds ... ok (0ms)\ninvalidMappingSegmentWithNegativeColumn ... ok (0ms)\ninvalidMappingSegmentWithNegativeSourceIndex ... ok (0ms)\ninvalidMappingSegmentWithNegativeOriginalLine ... ok (0ms)\ninvalidMappingSegmentWithNegativeOriginalColumn ... ok (0ms)\ninvalidMappingSegmentWithNeg ..."},{"usesNodeTest":1}],"parallel/test-https-agent-disable-session-reuse.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected \"actual\" to be strictly unequal to:\n\n'64656e6f2d746c7331332d64756d6d792d73657373696f6e3a6c6f63616c686f73743a3335363239'\n  assert.notStrictEqual(clientSessions[0].toString('hex'),\n         ^\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-agent-disable-session-reuse.js:55:10)\n    at process.emit (ext:deno_node/_events.mjs:415:20)\n    at process.emit (node:process:492:38)\n    at dispatchProcessExitEvent (node:process:1032:13)\n"},{}],"parallel/test-http2-methods.js":[true,null,{}],"pummel/test-webcrypto-derivebits-pbkdf2.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) OperationError: Invalid length\n    return crypto.subtle.deriveBits({\n                         ^\n    at deriveBits (ext:deno_crypto/00_crypto.js:4984:15)\n    at SubtleCrypto.deriveBits (ext:deno_crypto/00_crypto.js:1147:26)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pummel/test-webcrypto-derivebits-pbkdf2.js:678:26\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pummel/test-webcrypto-derivebits-pbkdf2.js:5:26\n"},{}],"parallel/test-crypto-keygen-non-standard-public-exponent.js":[true,null,{}],"es-module/test-require-module-tla-retry-require.js":[true,null,{}],"parallel/test-safe-get-env.js":[false,{"code":1,"stderr":"\n(node:13946) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) TypeError: safeGetenv is not a function\n    safeGetenv(oneEnv),\n    ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-safe-get-env.js:16:5)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-safe-get-env.js:5:26\n"},{}],"parallel/test-sqlite-backup.mjs":[false,{"code":1,"stderr":"running 12 tests from ./test/parallel/test-sqlite-backup.mjs\nbackup() ...\n  throws if the source database is not provided ... FAILED (0ms)\n  throws if path is not a string, URL, or Buffer ... FAILED (0ms)\n  throws if the database path contains null bytes ... FAILED (1ms)\n  throws if options is not an object ... FAILED (1ms)\n  throws if any of provided options is invalid ... FAILED (1ms)\nbackup() ... FAILED (due to 5 failed steps) (5ms)\ndatabase backup ... ok (8ms)\nbackup database using location as URL ... ok (1ms)\nbackup database using location as Buffer ... ok (1ms)\ndatabase backup in a single call ... ok (1ms)\nthrows exception when trying to start backup from a closed database ... FAILED (0ms)\nthrows if URL is not file: scheme ... FAILED (0ms)\ndatabase backup fails when dest file is not writable ... ok (0ms)\nbackup fails when progress function throws ... ok (0ms)\nbackup fails when source db is invalid ... ok (0ms)\nbackup fails when path cannot be opened ... ok (0ms)\nbackup has correct name and length ... ok (0ms)\n\n ERRORS \n\nbackup() ... throws if the source database is not provided => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Missing expected exception.\n    t.assert.throws(() => {\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-sqlite-backup.mjs:41:14)\n\nbackup() ... throws if path is not a string, URL, or Buffer => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Missing expected exception.\n    t.assert.throws(() => {\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-sqlite-backup.mjs:52:14)\n\nbackup() ... throws if the database path contains null bytes => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Missing expected exception.\n    t.assert.throws(() => {\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runne ..."},{"usesNodeTest":1}],"parallel/test-internal-util-weakreference.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-fs-promises-watch-ignore-regexp.mjs":[true,null,{}],"module-hooks/test-async-loader-hooks-with-worker-permission-restricted.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-fs-write-stream-close-without-callback.js":[true,null,{}],"parallel/test-fs-watch-stop-sync.js":[true,null,{}],"parallel/test-fs-stream-options.js":[true,null,{}],"parallel/test-http2-client-proxy-over-http2.js":[true,null,{}],"parallel/test-buffer-new.js":[true,null,{}],"parallel/test-tls-env-extra-ca-with-options.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13)\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n        assert.strictEqual(status, 0);\n               ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-env-extra-ca-with-options.js:78:16)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-stream2-finish-pipe-error.js":[true,null,{}],"parallel/test-async-hooks-http-parser-destroy.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-internal-assert.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-http-keep-alive-empty-line.mjs":[true,null,{}],"parallel/test-stream-aliases-legacy.js":[true,null,{}],"pummel/test-net-write-callbacks.js":[true,null,{}],"es-module/test-vm-source-text-module-leak.js":[true,null,{}],"parallel/test-process-env-sideeffects.js":[true,null,{}],"parallel/test-tls-server-setkeycert.js":[true,null,{}],"parallel/test-domexception-cause.js":[true,null,{}],"parallel/test-http-server-multiheaders.js":[true,null,{}],"wasi/test-wasi-symlinks.js":[true,null,{}],"test-runner/test-output-eval-dot.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ ''\n- '.X\\n' +\n-   '\\n' +\n-   'Failed tests:\\n' +\n-   '\\n' +\n-   '✖ fails (*ms)\\n' +\n-   '  Error: fail\\n' +\n-   '      at TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_dot.js:3:1), <anonymous>:6:11)\\n' +\n-   '      at <node-internal-frames>\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-eval-dot.mjs:7:1\n"},{}],"parallel/test-runner-force-exit-flush.js":[false,{"code":1,"stderr":"running 3 tests from ./test/parallel/test-runner-force-exit-flush.js\njunit reporter ... FAILED (45ms)\nspec reporter ... FAILED (44ms)\ntap reporter ... FAILED (42ms)\n\n ERRORS \n\njunit reporter => ./test/parallel/test-runner-force-exit-flush.js:27:1\nerror: AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(child.status, 1);\n         ^\n    at runWithReporter (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-force-exit-flush.js:21:10)\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-force-exit-flush.js:28:31)\n\nspec reporter => ./test/parallel/test-runner-force-exit-flush.js:36:1\nerror: AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(child.status, 1);\n         ^\n    at runWithReporter (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-force-exit-flush.js:21:10)\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-force-exit-flush.js:37:31)\n\ntap reporter => ./test/parallel/test-runner-force-exit-flush.js:43:1\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'TAP version 13\\n' +\n+   '# Subtest: nested\\n' +\n+   '    # Subtest: ok\\n' +\n+   '    ok 1 - ok\\n' +\n+   '      ---\\n' +\n+   '      duration_ms: 0\\n' +\n+   \"      type: 'test'\\n\" +\n+   '      ...\\n' +\n+   '    # Subtest: failing\\n' +\n+   '    not ok 2 - failing\\n' +\n+   '      ---\\n' +\n+   '      duration_ms: 0\\n' +\n+   \"      type: 'test'\\n\" +\n+   '      ...\\n' +\n+   '    1..2\\n' +\n+   'ok 1 - nested\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: 0\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n+   '# Subtest: top level\\n' +\n+   'ok 2 - top level\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: 0\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n+   '1..2\\n' +\n+   '# tests 4\\n' +\n+   '# suites 0\\n'  ..."},{"usesNodeTest":1}],"parallel/test-whatwg-url-custom-searchparams-getall.js":[true,null,{}],"parallel/test-global.js":[false,{"code":1,"stderr":"\n(node:10433) [DEP0193] DeprecationWarning: The _stream_duplex module is deprecated. Use `node:stream` instead.\n(node:10433) [DEP0193] DeprecationWarning: The _stream_passthrough module is deprecated. Use `node:stream` instead.\n(node:10433) [DEP0193] DeprecationWarning: The _stream_readable module is deprecated. Use `node:stream` instead.\n(node:10433) [DEP0193] DeprecationWarning: The _stream_transform module is deprecated. Use `node:stream` instead.\n(node:10433) [DEP0193] DeprecationWarning: The _stream_writable module is deprecated. Use `node:stream` instead.\n(node:10433) [DEP0192] DeprecationWarning: The _tls_common module is deprecated. Use `node:tls` instead.\n(node:10433) [DEP0192] DeprecationWarning: The _tls_wrap module is deprecated. Use `node:tls` instead.\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Set(36) {\n+   'Buffer',\n+   'Deno',\n+   'EventSource',\n+   'alert',\n- Set(17) {\n    'atob',\n    'btoa',\n+   'caches',\n    'clearImmediate',\n    'clearInterval',\n    'clearTimeout',\n+   'close',\n+   'closed',\n+   'confirm',\n+   'createImageBitmap',\n    'crypto',\n    'fetch',\n    'global',\n    'localStorage',\n+   'name',\n    'navigator',\n+   'onbeforeunload',\n+   'onerror',\n+   'onload',\n+   'onunhandledrejection',\n+   'onunload',\n    'performance',\n+   'process',\n+   'prompt',\n    'queueMicrotask',\n+   'reportError',\n+   'self',\n    'sessionStorage',\n    'setImmediate',\n    'setInterval',\n    'setTimeout',\n    'structuredClone'\n\n  assert.deepStrictEqual(new Set(Object.keys(globalThis)), new Set(expected));\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-global.js:66:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/ ..."},{}],"parallel/test-webcrypto-export-import-ml-kem.js":[true,null,{}],"client-proxy/test-http-proxy-request-socket-keep-alive.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   {\n-     headers: {\n-       'proxy-connection': 'keep-alive',\n-       connection: 'keep-alive',\n-       host: 'localhost:34827'\n-     },\n-     method: 'GET',\n-     url: 'http://localhost:34827/first'\n-   },\n-   {\n-     headers: {\n-       'proxy-connection': 'keep-alive',\n-       connection: 'keep-alive',\n-       host: 'localhost:34827'\n-     },\n-     method: 'GET',\n-     url: 'http://localhost:34827/second'\n-   }\n- ]\n\n        assert.deepStrictEqual(logs, [\n               ^\n    at IncomingMessage.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-proxy-request-socket-keep-alive.mjs:73:16)\n    at IncomingMessage.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at IncomingMessage.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-repl-tab-complete-nosideeffects.js":[true,null,{"usesNodeTest":1}],"es-module/test-esm-experimental-warnings.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-experimental-warnings.mjs\nESM: warn for obsolete hooks provided ...\n  should not print warnings when no experimental features are enabled or used ... FAILED (74ms)\n  experimental warnings for enabled experimental feature ...\n    should print for `--experimental-loader` may be removed in the future ... FAILED (64ms)\n  experimental warnings for enabled experimental feature ... FAILED (due to 1 failed step) (64ms)\nESM: warn for obsolete hooks provided ... FAILED (due to 2 failed steps) (139ms)\n\n ERRORS \n\nESM: warn for obsolete hooks provided ... should not print warnings when no experimental features are enabled or used => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n    assert.strictEqual(code, 0);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-experimental-warnings.mjs:21:12)\n\nESM: warn for obsolete hooks provided ... experimental warnings for enabled experimental feature ... should print for `--experimental-loader` may be removed in the future => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input did not match the regular expression /ExperimentalWarning/. Input:\n\n'error: Uncaught (in promise) SyntaxError: Cannot use import statement outside a module\\n' +\n  '    at new Script (ext:deno_node/vm.js:100:20)\\n' +\n  '    at createScript (ext:deno_node/vm.js:315:10)\\n' +\n  '    at Object.runInThisContext (ext:deno_node/vm.js:348:10)\\n' +\n  '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\\n'\n\n        assert.match(stderr, /ExperimentalWarning/);\n               ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-experimental-warnings.mjs:43:16)\n\n FAILURES \n\nESM: warn for obsolete hooks provided ... should not print warnings when no experimental feat ..."},{"usesNodeTest":1}],"parallel/test-timers-clear-null-does-not-throw-error.js":[true,null,{}],"parallel/test-net-socket-write-after-close.js":[true,null,{}],"parallel/test-permission-net-udp.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-vm-context-dont-contextify.js":[true,null,{}],"parallel/test-vm-timeout.js":[true,null,{}],"parallel/test-tls-clientcertengine-unsupported.js":[false,{"code":1,"stderr":"\n(node:17597) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   code: 'ERR_OSSL_DSO_COULD_NOT_LOAD_THE_SHARED_LIBRARY',\n+   message: 'error:25066067:DSO support routines:dlfcn_load:could not load the shared library'\n-   code: 'ERR_CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTED',\n-   message: 'Custom engines not supported by this OpenSSL'\n  }\n\n  assert.throws(\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-clientcertengine-unsupported.js:23:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-clientcertengine-unsupported.js:5:26\n"},{}],"parallel/test-child-process-spawnsync-args.js":[true,null,{}],"parallel/test-repl-tab-complete-nested-repls.js":[true,null,{}],"parallel/test-delayed-require.js":[true,null,{}],"parallel/test-stream-write-final.js":[true,null,{}],"parallel/test-cli-options-negation.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-dns-get-server.js":[true,null,{}],"parallel/test-stream-readable-setEncoding-null.js":[true,null,{}],"parallel/test-crypto-dh-curves.js":[true,null,{}],"parallel/test-net-listen-twice.js":[true,null,{}],"parallel/test-cluster-rr-domain-listen.js":[true,null,{}],"parallel/test-worker-terminate-nested.js":[true,null,{}],"es-module/test-esm-encoded-path.mjs":[true,null,{}],"parallel/test-net-isip.js":[true,null,{}],"parallel/test-trace-events-file-pattern.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(expectedFilename))\n\n  assert(fs.existsSync(expectedFilename));\n  ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-file-pattern.js:24:3)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-buffer-alloc.js":[true,null,{}],"parallel/test-net-reconnect.js":[true,null,{}],"test-runner/test-output-coverage-width-80.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: Coverage Print Fixed Width 80\\n' +\n    'ok 1 - Coverage Print Fixed Width 80\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n...\n    '# todo 0\\n' +\n+   '# duration_ms *\\n'\n-   '# duration_ms *\\n' +\n-   '# start of coverage report\\n' +\n-   '# ------------------------------------------------------------------------------\\n' +\n-   '# file                      | line % | branch % | funcs % | uncovered lines\\n' +\n-   '# ------------------------------------------------------------------------------\\n' +\n-   '# test                      |        |          |         |\\n' +\n-   '#  fixtures                 |        |          |         |\\n' +\n-   '#   test-runner             |        |          |         |\\n' +\n-   '#    coverage-snap          |        |          |         |\\n' +\n-   '#     a.js                  |  55.77 |   100.00 |    0.00 | 5-7 9-11 13-15 17-…\\n' +\n-   '#     b.js                  |  45.45 |   100.00 |    0.00 | 5-7 9-11\\n' +\n-   '#    output                 |        |          |         |\\n' +\n-   '#     coverage-width-80.mjs | 100.00 |   100.00 |  100.00 |\\n' +\n-   '# ------------------------------------------------------------------------------\\n' +\n-   '# all files                 |  61.84 |   100.00 |    0.00 |\\n' +\n-   '# ------------------------------------------------------------------------------\\n' +\n-   '# end of coverage report\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-coverage- ..."},{}],"parallel/test-domain-async-id-map-leak.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Test All objects garbage collected failed\n  throw new Error(`Test ${name} failed`);\n        ^\n    at gcUntil (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/gc.js:64:9)\n    at async main (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-async-id-map-leak.js:44:3)\n"},{}],"es-module/test-require-as-esm-interop.mjs":[true,null,{}],"parallel/test-repl-programmatic-history-setup-history.js":[false,{"code":1,"stderr":"Mismatched before function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-programmatic-history-setup-history.js:141:20)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-programmatic-history-setup-history.js:5:26\nMismatched runTest function calls. Expected exactly 10, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-programmatic-history-setup-history.js:192:28)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-programmatic-history-setup-history.js:5:26\n\n"},{}],"parallel/test-fs-cp-sync-apply-filter-function.mjs":[true,null,{}],"parallel/test-tls-timeout-server-2.js":[true,null,{}],"parallel/test-zlib-flush-drain.js":[true,null,{}],"parallel/test-stream-readable-add-chunk-during-data.js":[true,null,{}],"parallel/test-fs-watch-abort-signal.js":[true,null,{}],"parallel/test-stream-readable-constructor-set-methods.js":[true,null,{}],"parallel/test-net-connect-after-destroy.js":[true,null,{}],"parallel/test-tls-get-ca-certificates-extra-subset.js":[true,null,{}],"parallel/test-crypto-dh.js":[true,null,{}],"parallel/test-http-server-non-utf8-header.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'bÃ\\x83Â¥r'\n- 'bÃ¥r'\n     ^\n\n      assert.strictEqual(res.headers['content-disposition'], nonUtf8ToLatin1);\n             ^\n    at ClientRequest.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-server-non-utf8-header.js:63:14)\n    at ClientRequest.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ClientRequest.emit (ext:deno_node/_events.mjs:415:20)\n    at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:928:27)\n    at HTTPParser.parserOnHeadersComplete (node:_http_common:113:17)\n    at doExecute (ext:deno_node/internal_binding/http_parser.ts:154:40)\n    at AsyncResource.runInAsyncScope (ext:deno_node/async_hooks.ts:37:18)\n    at HTTPParser.execute (ext:deno_node/internal_binding/http_parser.ts:155:62)\n    at Socket.socketOnData (node:_http_client:793:22)\n"},{}],"parallel/test-net-reuseport.js":[true,null,{}],"parallel/test-http-agent-no-protocol.js":[true,null,{}],"parallel/test-inspect-address-in-use.js":[false,{"code":1,"stderr":"[STDERR]\nerror: Failed to start inspector server at \"127.0.0.1:39091\"\n\nCaused by:\n    Address already in use (os error 98)\n[STDOUT]\n\n\nerror: Uncaught AssertionError: Expected \"actual\" to be strictly unequal to: null\n    assert.notStrictEqual(match, null);\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspect-address-in-use.js:38:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspect-address-in-use.js:19:5)\n    at Server.emit (ext:deno_node/_events.mjs:427:22)\n    at _emitListeningNT (ext:deno_node/net.ts:1541:14)\n    at Object.processTicksAndRejections (ext:core/01_core.js:373:17)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspect-address-in-use.js:5:26\n"},{}],"test-runner/test-run-watch-different-cwd-rename.mjs":[false,{"code":1,"stderr":"\nerror: Top-level await promise never resolved\nawait testRunnerWatch({\n^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-run-watch-different-cwd-rename.mjs:10:1)\n"},{}],"parallel/test-tls-session-timeout-errors.js":[true,null,{}],"parallel/test-tls-connect-address-family.js":[true,null,{}],"parallel/test-assert-typedarray-deepequal.js":[true,null,{"usesNodeTest":1}],"test-runner/test-output-test-runner-plan-timeout.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: planning with wait\\n' +\n    '    # Subtest: planning with wait and passing\\n' +\n+   '    not ok 1 - planning with wait and passing\\n' +\n-   '    ok 1 - planning with wait and passing\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 'test'\\n\" +\n    '      ...\\n' +\n    '    # Subtest: planning with wait and failing\\n' +\n...\n    \"      type: 'test'\\n\" +\n-   \"      location: '<project-root>/test/fixtures/test-runner/output/test-runner-plan-timeout.js:17:3'\\n\" +\n-   \"      failureType: 'uncaughtException'\\n\" +\n-   '      error: |-\\n' +\n-   '        The expression evaluated to a falsy value:\\n' +\n-   '\\n' +\n-   '          t.assert.ok(false)\\n' +\n-   '\\n' +\n-   \"      code: 'ERR_ASSERTION'\\n\" +\n-   \"      name: 'AssertionError'\\n\" +\n-   '      expected: true\\n' +\n-   '      actual: false\\n' +\n-   \"      operator: '=='\\n\" +\n-   '      stack: |-\\n' +\n-   '        Timeout._onTimeout (<project-root>/test/fixtures/test-runner/output/test-runner-plan-timeout.js:22:18)\\n' +\n-   '        <node-internal-frames>\\n' +\n    '      ...\\n' +\n    '    # Subtest: planning wait time expires before plan is met\\n' +\n    '    not ok 3 - planning wait time expires before plan is met\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 'test'\\n\" +\n-   \"      location: '<project-root>/test/fixtures/test-runner/output/test-runner-plan-timeout.js:29:3'\\n\" +\n-   \"      failureType: 'testTimeoutFailure'\\n\" +\n-   \"      error: 'plan timed out after 500ms with 0 assertions when expecting 2'\\n\" +\n-   \"      code: 'ERR_TEST_FAILURE'\\n\" +\n    '      ...\\n' +\n    '    # Subtest: planning with wait \"options.wait : true\" and passing\\n' +\n+   '    not ok 4 - planning with wait \"options.wait : true\" and passing\\n' +\n-   '    ok 4 - planning with wait \"options.wait : true\" and passing\\n' +\n    '      ---\\n' + ..."},{}],"parallel/test-timers-negative-duration-warning.js":[true,null,{}],"parallel/test-cli-eval-event.js":[true,null,{}],"parallel/test-whatwg-webstreams-transfer.js":[false,{"code":1,"stderr":"Uncaught error from ./test/parallel/test-whatwg-webstreams-transfer.js FAILED\n\n ERRORS \n\n./test/parallel/test-whatwg-webstreams-transfer.js (uncaught error)\nerror: (in promise) Error: Cannot find module 'internal/webstreams/writablestream'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-transfer.js\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-transfer.js\n} = require('internal/webstreams/writablestream');\n    ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-transfer.js:23:5)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\nThis error was not caught from a test and caused the test runner to fail on the referenced module.\nIt most likely originated from a dangling promise, event/timeout handler or top-level code.\n\n FAILURES \n\n./test/parallel/test-whatwg-webstreams-transfer.js (uncaught error)\n\nFAILED | 0 passed | 1 failed (0ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-repl-reverse-search.js":[false,{"code":1,"stderr":"foo\nfoo\nfoo\nfoo\nMismatched runTest function calls. Expected exactly 3, actual 1.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-reverse-search.js:273:28)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-reverse-search.js:5:26\n\n"},{}],"parallel/test-domain-no-error-handler-abort-on-uncaught-8.js":["IGNORE",null,{"ignoreReason":"Requires Node.js's --abort-on-uncaught-exception V8 flag (via common.childShouldThrowAndAbort), which Deno does not support"}],"parallel/test-http-client-upload-buf.js":[true,null,{}],"parallel/test-net-autoselectfamily-attempt-timeout-cli-option.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n2500 !== 615\n\nassert.strictEqual(getDefaultAutoSelectFamilyAttemptTimeout(), platformTimeout(123 * 5));\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-net-autoselectfamily-attempt-timeout-cli-option.js:10:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-net-autoselectfamily-attempt-timeout-cli-option.js:5:26\n"},{}],"module-hooks/test-async-loader-hooks-throw-boolean.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-fs-mkdtemp-prefix-check.js":[true,null,{}],"parallel/test-runner-root-after-with-refed-handles.js":[true,null,{"usesNodeTest":1}],"module-hooks/test-module-hooks-resolve-load-builtin-override-both-prefix.js":[true,null,{}],"parallel/test-crypto-pbkdf2.js":[true,null,{}],"parallel/test-fs-cp-sync-error-on-exist.mjs":[true,null,{}],"parallel/test-tls-basic-validations.js":[true,null,{}],"es-module/test-require-module.js":["IGNORE",null,{"ignoreReason":"Test fixtures rely on Node's implicit CommonJS detection for .js files without a package.json; Deno defaults to ESM."}],"parallel/test-inspector-vm-global-accessors-getter-sideeffect.js":[true,null,{}],"pummel/test-heapsnapshot-near-heap-limit.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-http2-invalidheaderfields-client.js":[true,null,{}],"parallel/test-performance-many-marks.js":[true,null,{}],"parallel/test-async-wrap-constructor.js":[true,null,{}],"parallel/test-fs-exists.js":[true,null,{}],"parallel/test-fastutf8stream-sync.js":[true,null,{}],"parallel/test-crypto-authenticated-stream.js":[true,null,{}],"parallel/test-tls-max-send-fragment.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n\n0 !== 10000\n\n      assert.strictEqual(received, buf.length);\n             ^\n    at TLSSocket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-max-send-fragment.js:84:14)\n    at TLSSocket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-tls-add-context.js":[true,null,{}],"parallel/test-repl-null.js":[true,null,{}],"parallel/test-tls-client-abort2.js":[true,null,{}],"internet/test-dns-regress-6244.js":[true,null,{}],"parallel/test-http2-autoselect-protocol.js":[true,null,{}],"parallel/test-http2-compat-serverresponse-flushheaders.js":[true,null,{}],"parallel/test-fs-stream-destroy-emit-error.js":[true,null,{}],"parallel/test-worker-thread-name.js":[true,null,{}],"parallel/test-trace-events-async-hooks-worker.js":[true,null,{}],"parallel/test-worker-messaging-errors-invalid.js":[true,null,{}],"parallel/test-trace-events-v8.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(FILE_NAME))\n\n  assert(fs.existsSync(FILE_NAME));\n  ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-v8.js:21:3)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"es-module/test-esm-tla-syntax-errors-not-recognized-as-tla-error.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-tla-syntax-errors-not-recognized-as-tla-error.mjs\nunusual top-level await syntax errors ...\n  should not crash the process ... FAILED (68ms)\n  should throw the error for unrelated syntax errors ... ok (512ms)\nunusual top-level await syntax errors ... FAILED (due to 1 failed step) (580ms)\n\n ERRORS \n\nunusual top-level await syntax errors ... should not crash the process => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'error: Uncaught (in promise) SyntaxError: missing ) after argument list\\n' +\n+   '    at new Script (ext:deno_node/vm.js:100:20)\\n' +\n+   '    at createScript (ext:deno_node/vm.js:315:10)\\n' +\n+   '    at Object.runInThisContext (ext:deno_node/vm.js:348:10)\\n' +\n+   '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\\n'\n- ''\n\n        assert.strictEqual(stderr, '');\n               ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-tla-syntax-errors-not-recognized-as-tla-error.mjs:44:16)\n\n FAILURES \n\nunusual top-level await syntax errors ... should not crash the process => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed (1 step) | 1 failed (1 step) (582ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"es-module/test-esm-path-posix.mjs":[true,null,{}],"parallel/test-child-process-double-pipe.js":[true,null,{}],"parallel/test-timers-nan-duration-warning-promises.js":[true,null,{}],"parallel/test-child-process-exec-any-shells-windows.js":[true,null,{}],"parallel/test-cluster-rr-handle-ref-unref.js":[true,null,{}],"parallel/test-fs-internal-assertencoding.js":[true,null,{}],"parallel/test-http-chunked-304.js":[true,null,{}],"parallel/test-inspector-multisession-js.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-util-convert-signal-to-exit-code.mjs":[true,null,{}],"parallel/test-http-server-de-chunked-trailer.js":[true,null,{}],"parallel/test-net-sync-cork.js":[true,null,{}],"parallel/test-http-client-req-error-dont-double-fire.js":[true,null,{}],"parallel/test-http-client-reject-chunked-with-content-length.js":[true,null,{}],"test-runner/test-run-watch-emit-restarted.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-stream-writableState-uncorked-bufferedRequestCount.js":[true,null,{}],"es-module/test-esm-recursive-cjs-dependencies.mjs":[true,null,{}],"parallel/test-tls-reduced-SECLEVEL-in-cipher.js":[true,null,{}],"parallel/test-inspector-stress-http.js":[true,null,{}],"parallel/test-child-process-fork-exec-argv.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   '--stack-size=256'\n- ]\n\n    assert.deepStrictEqual(JSON.parse(out), execArgv);\n           ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-child-process-fork-exec-argv.js:47:12)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-crypto-from-binary.js":[true,null,{}],"wasi/test-wasi-start-validation.js":[true,null,{}],"parallel/test-webcrypto-keygen-kmac.js":["IGNORE",null,{"ignoreReason":"Tests SubtleCrypto generateKey for KMAC128 / KMAC256, a Node-specific WebCrypto extension that requires OpenSSL >= 3 (test gates on hasOpenSSL(3)); Deno's ext/crypto/ does not register KMAC as a recognised SubtleCrypto algorithm. Could be revisited if KMAC is added — a SHA-3-based KMAC is implementable via the sha3 / cshake Rust crates"}],"parallel/test-exception-handler.js":[true,null,{}],"parallel/test-runner-import-no-scheme.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ '<ref *1> [Function: test] {\\n' +\n+   '  skip: [Function: skip],\\n' +\n+   '  todo: [Function: todo],\\n' +\n+   '  only: [Function: only],\\n' +\n+   '  expectFailure: [Function: expectFailure],\\n' +\n+   '  it: [Circular *1],\\n' +\n+   '  describe: [Function: suite] {\\n' +\n+   '    skip: [Function: skip],\\n' +\n+   '    todo: [Function: todo],\\n' +\n+   '    only: [Function: only]\\n' +\n+   '  },\\n' +\n+   '  suite: [Function: suite] {\\n' +\n+   '    skip: [Function: skip],\\n' +\n+   '    todo: [Function: todo],\\n' +\n+   '    only: [Function: only]\\n' +\n+   '  },\\n' +\n+   '  before: [Function: before],\\n' +\n+   '  after: [Function: after],\\n' +\n+   '  beforeEach: [Function: beforeEach],\\n' +\n+   '  afterEach: [Function: afterEach],\\n' +\n+   '  test: [Circular *1],\\n' +\n+   '  mock: {\\n' +\n+   '    fn: [Function: fn],\\n' +\n+   '    getter: [Function: getter],\\n' +\n+   '    method: [Function: method],\\n' +\n+   '    reset: [Function: reset],\\n' +\n+   '    restoreAll: [Function: restoreAll],\\n' +\n+   '    setter: [Function: setter],\\n' +\n+   '    timers: {\\n' +\n+   '      enable: [Function: enable],\\n' +\n+   '      reset: [Function: reset],\\n' +\n+   '      tick: [Function: tick],\\n' +\n+   '      runAll: [Function: runAll]\\n' +\n+   '    }\\n' +\n+   '  },\\n' +\n+   '  run: [Function: run]\\n' +\n+   '}'\n- '{ marker: 1 }'\n\n    assert.strictEqual(child.stdout.toString().trim(), '{ marker: 1 }');\n           ^\n    at test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-import-no-scheme.js:48:12)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-import-no-scheme.js:52:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:1 ..."},{}],"parallel/test-fs-write.js":[true,null,{}],"parallel/test-vm-proxy-failure-CP.js":[true,null,{}],"parallel/test-path-makelong.js":[true,null,{}],"parallel/test-stream-push-order.js":[true,null,{}],"parallel/test-fs-promises-watch-ignore-glob.mjs":[true,null,{}],"parallel/test-net-listen-handle-in-cluster-2.js":["IGNORE",null,{"ignoreReason":"error: Uncaught TypeError: The argument 'options' is invalid. Received {"}],"parallel/test-child-process-stdout-flush.js":[true,null,{}],"parallel/test-vm-not-strict.js":[true,null,{}],"parallel/test-buffer-write.js":[true,null,{}],"parallel/test-tls-set-default-ca-certificates-mixed-types.js":[true,null,{}],"parallel/test-http2-compat-serverresponse-statusmessage-property-set.js":[true,null,{}],"parallel/test-stream-err-multiple-callback-construction.js":[true,null,{}],"parallel/test-vm-new-script-new-context.js":[true,null,{}],"parallel/test-http-client-abort-keep-alive-queued-tcp-socket.js":[true,null,{}],"parallel/test-fs-readfile.js":[false,{"code":1,"stderr":"Validating readFile on file /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.485/.removeme-fs-readfile-11968-1K.txt of length 1024\n\nerror: Uncaught (in promise) AssertionError: Missing expected exception (RangeError).\n    assert.throws(() => {\n           ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-readfile.js:71:12)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-readfile.js:5:26\n"},{}],"parallel/test-https-max-header-size-per-stream.js":[true,null,{}],"parallel/test-worker-mjs-workerdata.js":[true,null,{}],"parallel/test-crypto-oaep-zero-length.js":[true,null,{}],"parallel/test-http-wget.js":[true,null,{}],"parallel/test-inspector-debug-end.js":[true,null,{}],"parallel/test-watch-file-shared-dependency.mjs":[false,{"code":1,"stderr":"\nerror: Import \"internal/watch_mode/files_watcher\" not a dependency\n  hint: If you want to use the npm package, try running `deno add npm:internal/watch_mode/files_watcher`\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-watch-file-shared-dependency.mjs:6:21\n"},{"usesNodeTest":1}],"parallel/test-fs-read-stream-patch-open.js":[true,null,{}],"parallel/test-freelist.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/freelist'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-freelist.js\nconst FreeList = require('internal/freelist');\n                 ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-freelist.js:7:18)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-http2-compat-write-head-after-close.js":[true,null,{}],"parallel/test-http2-capture-rejection.js":[true,null,{}],"parallel/test-process-remove-all-signal-listeners.js":[true,null,{}],"parallel/test-webcrypto-sign-verify-ecdsa.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: signature error\n    const sig = await subtle.sign({ name, hash }, privateKey, plaintext);\n                ^\n    at async SubtleCrypto.sign (ext:deno_crypto/00_crypto.js:939:27)\n    at async testSign (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify-ecdsa.js:191:17)\n    at async Promise.all (index 9)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify-ecdsa.js:236:3\n"},{}],"parallel/test-fs-chmod-mask.js":[true,null,{}],"parallel/test-eventsource.js":[true,null,{}],"parallel/test-fs-watch-recursive-linux-parallel-remove.js":[true,null,{}],"pummel/test-fs-watch-file.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n2 !== 1\n\n    assert.strictEqual(watchSeenFour, 1);\n           ^\n    at StatWatcher.a (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pummel/test-fs-watch-file.js:128:12)\n    at StatWatcher.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/fs.ts:2147:20\n"},{}],"parallel/test-http-server-unconsume.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: failed for socket.on\n\n'' !== 'hello world'\n\n        assert.strictEqual(received, 'hello world',\n               ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-server-unconsume.js:28:16)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"client-proxy/test-http-set-global-proxy-from-env-fetch.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: http.setGlobalProxyFromEnv is not a function\n  restore = http.setGlobalProxyFromEnv(config);\n                 ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:6:18\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: http.setGlobalProxyFromEnv is not a function\\n' +\n+     '  restore = http.setGlobalProxyFromEnv(config);\\n' +\n+     '                 ^\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:6:18',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-fetch.mjs:11:1\n"},{}],"parallel/test-net-autoselectfamily-default.js":[true,null,{}],"parallel/test-inspector-wait.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-tls-ocsp-callback.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: received fatal alert: AccessDenied\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13)\n"},{}],"sequential/test-net-connect-econnrefused.js":[true,null,{}],"es-module/test-esm-child-process-fork-main.mjs":[true,null,{}],"module-hooks/test-async-loader-hooks-initialize-in-sequence.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"es-module/test-esm-imports.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught SyntaxError: The requested module '../fixtures/es-modules/pkgimports/importer.js' does not provide an export named 'default'\nimport importer from '../fixtures/es-modules/pkgimports/importer.js';\n       ^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-imports.mjs:4:8)\n"},{}],"parallel/test-url-invalid-file-url-path-input.js":[true,null,{}],"parallel/test-url-parse-format.js":[true,null,{"usesNodeTest":1}],"parallel/test-domain-ee.js":[true,null,{}],"parallel/test-module-parent-deprecation.js":[true,null,{}],"parallel/test-fs-watchfile-ref-unref.js":[true,null,{}],"parallel/test-domain-http-server.js":[true,null,{}],"sequential/test-performance-eventloopdelay.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n-   code: 'ERR_INVALID_ARG_TYPE',\n    name: 'TypeError'\n  }\n\n    assert.throws(\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-performance-eventloopdelay.js:24:12\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-performance-eventloopdelay.js:23:35)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-performance-eventloopdelay.js:5:26\n"},{}],"parallel/test-http2-alpn.js":[true,null,{}],"parallel/test-net-pingpong.js":[true,null,{}],"parallel/test-module-isBuiltin.js":[true,null,{"usesNodeTest":1}],"parallel/test-http-1.0.js":[true,null,{}],"parallel/test-tls-cli-min-version-1.2.js":[false,{"code":1,"stderr":"test: U U U U U SSLv2_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:98:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U SSLv3_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:100:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U hokey-pokey U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:108:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U %s_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:113:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U TLSv1.2 TLS1_2_method U expect U U ERR_TLS_PROTOCOL_VERSION_CONFLICT\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:117:1)\nclient undefined\nserver ERR_TLS_PROTOCOL_VERSION_CONFLICT\ntest: U U U TLSv1.2 U TLS1_2_method U expect U U ERR_TLS_PROTOCOL_VERSION_CONFLICT\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:119:1)\nclient undefined\nserver ERR_TLS_PROTOCOL_VERSION_CONFLICT\ntest: U U SSLv2_method U U U U expect U ERR_TLS_INVALID_PROTOCOL_METHOD U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:102:1)\nclient ERR_TLS_INVALID_PROTOCOL_METHOD\nserver undefined\ntest: U U SSLv3_method U U U U expect U ERR_TLS_INVALID_PROTOCOL_METHOD U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:104:1)\nclient ERR_TLS_INVALID_PROTOCOL_METHOD\nserver u ..."},{}],"parallel/test-event-emitter-method-names.js":[true,null,{}],"parallel/test-http2-unbound-socket-proxy.js":[true,null,{}],"es-module/test-esm-type-main.mjs":[true,null,{}],"parallel/test-fastutf8stream-periodicflush.js":[true,null,{}],"parallel/test-fs-cp-async-dereference-symlink.mjs":[true,null,{}],"parallel/test-perf-gc-crash.js":[true,null,{}],"parallel/test-internal-modules.js":[true,null,{}],"client-proxy/test-https-proxy-request-server-failure-hang-up.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /Error: socket hang up/. Input:\n\n'Request Error Error: unable to verify the first certificate\\n' +\n  '    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\\n' +\n  '  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\\n' +\n  '}\\n'\n\nassert.match(stderr, /Error: socket hang up/);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-server-failure-hang-up.mjs:45:8\n"},{}],"abort/test-addon-register-signal-handler.js":[true,null,{}],"parallel/test-net-socket-connecting.js":[true,null,{}],"parallel/test-event-emitter-emit-context.js":[true,null,{}],"test-runner/test-output-describe-nested.mjs":[true,null,{}],"parallel/test-net-localerror.js":[true,null,{}],"es-module/test-esm-loader.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   code: 'ERR_MODULE_NOT_FOUND'\n-   code: 'ERR_UNKNOWN_FILE_EXTENSION'\n  }\n\nawait assert.rejects(\n^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader.mjs:11:1\n"},{}],"parallel/test-http-outgoing-message-inheritance.js":[true,null,{}],"parallel/test-fs-cp-promises-mode-flags.mjs":[true,null,{}],"parallel/test-memory-usage.js":[true,null,{}],"parallel/test-http-server-keep-alive-defaults.js":[true,null,{}],"parallel/test-assert-class.js":[true,null,{"usesNodeTest":1}],"parallel/test-https-pfx.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: received fatal alert: AccessDenied\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13)\n"},{}],"parallel/test-http-header-obstext.js":[true,null,{}],"client-proxy/test-http-request-proxy-post.mjs":[false,{"code":1,"stderr":"[STDOUT] Status Code: 201\n\n[STDOUT] Headers: {\n  \"content-type\": \"application/json\",\n  date: \"Fri, 22 May 2026 11:07:13 GMT\",\n  connection: \"keep-alive\",\n  \"keep-alive\": \"timeout=5\",\n  \"transfer-encoding\": \"chunked\"\n}\n\n[STDOUT] {\"name\":\"test-resource\",\"value\":\"some-value\",\"id\":1}\n[CLOSE] 0 null\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\nassert.strictEqual(logs.length, 1);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-request-proxy-post.mjs:56:8\n"},{}],"parallel/test-http-incoming-message-connection-setter.js":[true,null,{}],"parallel/test-https-connect-address-family.js":[true,null,{}],"parallel/test-diagnostics-channel-tracing-channel-callback-error.js":[true,null,{}],"parallel/test-vm-module-link-shared-deps.js":[true,null,{}],"parallel/test-tls-connect-hints-option.js":[true,null,{}],"es-module/test-cjs-esm-warn.js":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-cjs-esm-warn.js\nCJS ↔︎ ESM interop warnings ...\n  <anonymous> ... FAILED (54ms)\n  <anonymous> ... FAILED (59ms)\nCJS ↔︎ ESM interop warnings ... FAILED (due to 2 failed steps) (115ms)\n\n ERRORS \n\nCJS ↔︎ ESM interop warnings ... <anonymous> => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: The expression evaluated to a falsy value:\n\n  assert.ok(\n\n    assert.ok(\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-cjs-esm-warn.js:32:12)\n\nCJS ↔︎ ESM interop warnings ... <anonymous> => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The expression evaluated to a falsy value:\n\n  assert.ok(\n\n    assert.ok(\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-cjs-esm-warn.js:60:12)\n\n FAILURES \n\nCJS ↔︎ ESM interop warnings ... <anonymous> => ext:deno_node/testing.ts:1141:21\nCJS ↔︎ ESM interop warnings ... <anonymous> => ext:deno_node/testing.ts:1034:37\n\nFAILED | 0 passed | 1 failed (2 steps) (118ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-whatwg-url-custom-deepequal.js":[true,null,{}],"parallel/test-vm-module-dynamic-import-promise.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Import \"mod1\" not a dependency\n"},{}],"parallel/test-promise-reject-callback-exception.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: stderr: <>\n  assert(stderr.toString('utf8')\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-reject-callback-exception.js:30:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-reject-callback-exception.js:5:26\n"},{}],"parallel/test-domain-no-error-handler-abort-on-uncaught-5.js":["IGNORE",null,{"ignoreReason":"Requires Node.js's --abort-on-uncaught-exception V8 flag (via common.childShouldThrowAndAbort), which Deno does not support"}],"parallel/test-perf-hooks-timerify-histogram-sync.mjs":[true,null,{}],"parallel/test-runner-test-fullname.js":[false,{"code":1,"stderr":"running 2 tests from ./test/parallel/test-runner-test-fullname.js\nsuite ...\n  test ...\n    subtest ...\n      subsubtest ... INCOMPLETE\n    subtest ... INCOMPLETE\n  test ... FAILED (due to incomplete steps) (1ms)\nsuite ... FAILED (due to 1 failed step) (1ms)\n<anonymous> ... ok (6ms)\n\n ERRORS \n\nsuite ... test ... subtest ... subsubtest => ./test/parallel/test-runner-test-fullname.js:19:9\nerror: Didn't complete before parent. Await step with `await t.step(...)`.\n\nsuite ... test ... subtest => ./test/parallel/test-runner-test-fullname.js:16:7\nerror: Didn't complete before parent. Await step with `await t.step(...)`.\n\n FAILURES \n\nsuite ... test ... subtest ... subsubtest => ./test/parallel/test-runner-test-fullname.js:19:9\nsuite ... test ... subtest => ./test/parallel/test-runner-test-fullname.js:16:7\n\nFAILED | 1 passed | 1 failed (3 steps) (11ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-require-symlink.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'INCORRECT_VERSION'\n- 'CORRECT_VERSION'\n\n  assert.strictEqual(fooModule.dep2.bar.version, 'CORRECT_VERSION');\n         ^\n    at test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-require-symlink.js:74:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-require-symlink.js:65:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-require-symlink.js:5:26\n"},{}],"parallel/test-whatwg-events-add-event-listener-options-signal.js":[true,null,{}],"parallel/test-fs-promises-writefile.js":[true,null,{}],"parallel/test-worker-message-event.js":[true,null,{}],"parallel/test-fs-write-stream.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-write-stream.js:37:21)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-write-stream.js:5:26\n\n"},{}],"parallel/test-eventtarget-memoryleakwarning.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 4, actual 0.\n    at mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at _expectWarning (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:670:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:709:28\n    at Array.forEach (<anonymous>)\n    at Proxy.expectWarning (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:708:28)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-eventtarget-memoryleakwarning.js:12:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n\n"},{}],"parallel/test-http-upgrade-reconsume-stream.js":[true,null,{}],"parallel/test-path-basename.js":[true,null,{}],"parallel/test-child-process-advanced-serialization-largebuffer.js":[true,null,{}],"parallel/test-net-server-options.js":[true,null,{}],"parallel/test-crypto-keygen-async-rsa.js":[true,null,{}],"client-proxy/test-https-proxy-request-invalid-url.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /TypeError.*Invalid URL/. Input:\n\n'Request Error Error: unable to verify the first certificate\\n' +\n  '    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\\n' +\n  '  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\\n' +\n  '}\\n'\n\nassert.match(stderr, /TypeError.*Invalid URL/);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-invalid-url.mjs:35:8\n"},{}],"parallel/test-stream-backpressure.js":[true,null,{}],"test-runner/test-output-before-and-after-each-too-many-listeners.mjs":[true,null,{}],"parallel/test-cli-node-options.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"sea/test-single-executable-application-assets-raw.js":[true,null,{}],"parallel/test-quic-test-client.mjs":[true,null,{}],"parallel/test-warn-stream-transform-deprecation.js":[true,null,{}],"parallel/test-vm-sigint-existing-handler.js":["IGNORE",null,{"ignoreReason":"times out"}],"parallel/test-internal-error-original-names.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-tls-fast-writing.js":[true,null,{}],"parallel/test-net-blocklist.js":[true,null,{}],"parallel/test-http-nodelay.js":[true,null,{}],"module-hooks/test-async-loader-hooks-throw-undefined.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-stream-objectmode-undefined.js":[true,null,{}],"sea/test-single-executable-blob-config.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(existsSync(output))\n\n  assert(existsSync(output));\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sea/test-single-executable-blob-config.js:27:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sea/test-single-executable-blob-config.js:5:26\n"},{}],"parallel/test-child-process-spawn-args.mjs":[true,null,{}],"parallel/test-http2-forget-closed-streams.js":[true,null,{}],"parallel/test-fs-promises-mkdtempDisposable.js":[true,null,{}],"parallel/test-http-client-path-toctou.js":[true,null,{}],"parallel/test-http-invalidheaderfield2.js":[true,null,{}],"parallel/test-fs-watch-enoent.js":[false,{"code":1,"stderr":"\n(node:10659) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.375/non-existent'\n\n      assert.strictEqual(err.path, nonexistentFile);\n             ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-watch-enoent.js:27:14)\n    at expectedException (ext:deno_node/assert.ts:199:19)\n    at expectsError (ext:deno_node/assert.ts:312:5)\n    at assert.throws (ext:deno_node/assert.ts:359:5)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-watch-enoent.js:24:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-webcrypto-encrypt-decrypt-chacha20-poly1305.js":[true,null,{}],"parallel/test-v8-flag-pool-size-0.js":[true,null,{}],"parallel/test-fs-read-position-validation.mjs":[true,null,{}],"parallel/test-repl-envvars.js":[true,null,{"usesNodeTest":1}],"parallel/test-inspector-network-websocket.js":["IGNORE",null,{"ignoreReason":"Asserts the Network.webSocketCreated initiator stack contains a frame matching /undici/. Node's WebSocket is built on undici; Deno's is native (ext/websocket) so no such frame exists. The Network.* events themselves are emitted correctly."}],"parallel/test-inspector-async-call-stack.js":[false,{"code":1,"stderr":"\n(node:19753) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) TypeError: getPromiseHooks is not a function\n  const promiseHooks = getPromiseHooks();\n                       ^\n    at verifyAsyncHookDisabled (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-async-call-stack.js:19:24)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-async-call-stack.js:37:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-async-call-stack.js:5:26\n"},{}],"parallel/test-permission-sqlite-load-extension.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-https-socket-options.js":[true,null,{}],"pseudo-tty/test-trace-sigint.js":[true,null,{}],"parallel/test-timers-ordering.js":[true,null,{}],"parallel/test-http2-create-client-connect.js":[true,null,{}],"parallel/test-cluster-disconnect-idle-worker.js":[true,null,{}],"parallel/test-tls-connect-memleak.js":[true,null,{}],"parallel/test-http2-client-setNextStreamID-errors.js":[true,null,{}],"test-runner/test-run-watch-cwd-isolation-none.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-fs-stat.js":[true,null,{}],"parallel/test-tls-client-renegotiation-13.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'Renegotiation not supported'\n-   code: 'ERR_SSL_WRONG_SSL_VERSION',\n-   library: 'SSL routines',\n-   message: 'error:0A00010A:SSL routines::wrong ssl version',\n-   reason: 'wrong ssl version'\n  }\n\n    assert.throws(() => { throw err; }, {\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-client-renegotiation-13.js:35:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at processTicksAndRejections (ext:core/01_core.js:373:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-dgram-create-socket-handle.js":[false,{"code":1,"stderr":"\n(node:18654) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'undefined'\n- 'number'\n\n  assert.strictEqual(typeof handle.fd, 'number');\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dgram-create-socket-handle.js:14:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dgram-create-socket-handle.js:5:26\n"},{}],"sequential/test-fs-opendir-recursive.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: The \"options.bufferSize\" property must be of type number. Received undefined\n  const dir = fs.opendirSync(testDir, { recursive: true });\n                 ^\n    at Object.opendirSync (ext:deno_node/fs.ts:1269:5)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-fs-opendir-recursive.js:159:18)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-fs-opendir-recursive.js:5:26\n"},{}],"parallel/test-worker-no-sab.js":[true,null,{}],"parallel/test-worker-message-port-transfer-duplicate.js":[true,null,{}],"parallel/test-cluster-bind-privileged-port.js":[true,null,{}],"parallel/test-tls-keyengine-unsupported.js":[true,null,{}],"parallel/test-fs-open-mode-mask.js":[true,null,{}],"parallel/test-child-process-exec-maxbuf.js":[true,null,{}],"parallel/test-tls-wrap-no-abort.js":[false,{"code":1,"stderr":"\n(node:17354) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) TypeError: TLSWrap is not a constructor\nutil.inspect(new TLSWrap());\n             ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-wrap-no-abort.js:13:14)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-wrap-no-abort.js:5:26\n"},{}],"parallel/test-permission-allow-inspector.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"module-hooks/test-module-hooks-load-context-optional-esm.mjs":[true,null,{}],"parallel/test-permission-net-allowed.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-inspector-reported-host.js":[true,null,{}],"parallel/test-runner-snapshot-file-tests.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"client-proxy/test-https-proxy-request-invalid-char-in-options.mjs":[true,null,{}],"parallel/test-net-access-byteswritten.js":[true,null,{}],"client-proxy/test-http-set-global-proxy-from-env-override-fetch.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: http.setGlobalProxyFromEnv is not a function\n  restore = http.setGlobalProxyFromEnv(config);\n                 ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:6:18\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: http.setGlobalProxyFromEnv is not a function\\n' +\n+     '  restore = http.setGlobalProxyFromEnv(config);\\n' +\n+     '                 ^\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:6:18',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-override-fetch.mjs:14:1\n"},{}],"parallel/test-dgram-msgsize.js":[true,null,{}],"parallel/test-assert-if-error.js":[true,null,{"usesNodeTest":1}],"parallel/test-zlib-zstd.js":[true,null,{}],"parallel/test-http-server-stale-close.js":[true,null,{}],"parallel/test-crypto-dh-modp2.js":[true,null,{}],"parallel/test-openssl-ca-options.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Failed to parse Node.js CLI arguments: either --use-openssl-ca or --use-bundled-ca can be used, not both. If you believe this is a valid Node.js flag, please report it at https://github.com/denoland/deno/issues\nconst result = childProcess.spawnSync(\n                            ^\n    at buildCommand (ext:deno_node/internal/child_process.ts:1229:22)\n    at Object.spawnSync (ext:deno_node/internal/child_process.ts:1382:47)\n    at Object.spawnSync (ext:deno_node/child_process.ts:220:33)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-openssl-ca-options.js:11:29)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-openssl-ca-options.js:5:26\n"},{}],"parallel/test-http2-status-code.js":[true,null,{}],"parallel/test-crypto-getcipherinfo.js":[true,null,{}],"parallel/test-event-emitter-special-event-names.js":[true,null,{}],"parallel/test-http-missing-header-separator-lf.js":[true,null,{}],"parallel/test-runner-filter-warning.js":[true,null,{"usesNodeTest":1}],"parallel/test-messageport-hasref.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- MessagePort {\n-   Symbol(): {\n-     assignedSlot: false,\n-     hasActivationBehavior: false,\n-     host: null,\n-     listeners: [Object: null prototype] {},\n-     mode: ''\n-   },\n-   Symbol(Deno.core.hostObject): 'MessagePort',\n-   Symbol([[webidl.brand]]): Symbol('[[webidl.brand]]'),\n-   Symbol(enabled): false,\n-   Symbol(id): 3,\n-   Symbol(messageEventListenerCount): 0,\n-   Symbol(nodeWorkerThreadCloseCb): [Function (anonymous)],\n-   Symbol(refed): false,\n-   addListener: [Function (anonymous)],\n-   close: [Function (anonymous)],\n-   emit: [Function (anonymous)],\n-   off: [Function (anonymous)],\n-   on: [Function (anonymous)],\n-   once: [Function (anonymous)],\n-   postMessage: [Function: postMessage],\n-   ref: [Function (anonymous)],\n-   removeListener: [Function (anonymous)],\n-   unref: [Function (anonymous)]\n- }\n\nassert.strictEqual(handles[0], port1);\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-messageport-hasref.js:19:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-messageport-hasref.js:5:26\n"},{}],"parallel/test-module-loading-globalpaths.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) NotCapable: Requires read access to \"/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel\", run again with the --allow-read flag\nconst common = require('../common');\n               ^\n    at stat (node:module:727:18)\n    at Module._findPath (node:module:984:20)\n    at Module._resolveFilename (node:module:1374:27)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-loading-globalpaths.js:2:16)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /Cannot find module '\\x66oo'/. Input:\n\n'Error: Command failed: /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.460/install/bin/deno /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-loading-globalpaths.js child\\n' +\n  'error: Uncaught (in promise) NotCapable: Requires read access to \"/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel\", run again with the --allow-read flag\\n' +\n  \"const common = require('../common');\\n\" +\n  '               ^\\n' +\n  '    at stat (node:module:727:18)\\n' +\n  '    at Module._findPath (node:module:984:20)\\n' +\n  '    at Module._resolveFilename (node:module:1374:27)\\n' +\n  '    at Module._load (node:module:1081:27)\\n' +\n  '    at Module.require (node:module:1544:19)\\n' +\n  '    at require (node:module:1780:16)\\n' +\n  '    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-loading-globalpaths.js:2:16)\\n' +\n  '    at Module._compile (node:module:1644:34)\\n' +\n  '    at loadMaybeCjs (node:module:1672:12)\\n' +\n  '    at Object..js (node:module:1654:12)\\n'\n\n  assert.t ..."},{}],"parallel/test-tls-options-boolean-check.js":[true,null,{}],"parallel/test-tls-getprotocol.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: unsupported protocol\n    tls.connect({\n        ^\n    at Object.wrap (ext:deno_node/internal_binding/tls_wrap.ts:53:19)\n    at TLSSocket._wrapHandle (ext:deno_node/_tls_wrap.js:508:23)\n    at new TLSSocket (ext:deno_node/_tls_wrap.js:350:18)\n    at Object.connect (ext:deno_node/_tls_wrap.js:1556:19)\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-getprotocol.js:44:9)\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:538:14)\n    at Server.emit (ext:deno_node/_events.mjs:415:20)\n    at _emitListeningNT (ext:deno_node/net.ts:1541:14)\n    at Object.processTicksAndRejections (ext:core/01_core.js:373:17)\n"},{}],"test-runner/test-output-hooks-spec-reporter.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\\n' +\n+   '    at Proxy.mustCall (file://<project-root>/test/common/index.js:451:10)\\n' +\n+   '    at Object.<anonymous> (file://<project-root>/test/fixtures/test-runner/output/hooks.js:10:35)\\n' +\n+   '    at <node-internal-frames>\\n' +\n+   '    at file://<project-root>/test/fixtures/test-runner/output/hooks.js:5:26\\n' +\n+   'Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\\n' +\n+   '    at Proxy.mustCall (file://<project-root>/test/common/index.js:451:10)\\n' +\n+   '    at Object.<anonymous> (file://<project-root>/test/fixtures/test-runner/output/hooks.js:56:49)\\n' +\n+   '    at <node-internal-frames>\\n' +\n+   '    at file://<project-root>/test/fixtures/test-runner/output/hooks.js:5:26\\n' +\n+   'Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\\n' +\n+   '    at Proxy.mustCall (file://<project-root>/test/common/index.js:451:10)\\n' +\n+   '    at Object.<anonymous> (file://<project-root>/test/fixtures/test-runner/output/hooks.js:78:48)\\n' +\n+   '    at <node-internal-frames>\\n' +\n+   '    at file://<project-root>/test/fixtures/test-runner/output/hooks.js:5:26\\n' +\n+   'Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\\n' +\n+   '    at Proxy.mustCall (file://<project-root>/test/common/index.js:451:10)\\n' +\n+   '    at Object.<anonymous> (file://<project-root>/test/fixtures/test-runner/output/hooks.js:105:46)\\n' +\n+   '    at <node-internal-frames>\\n' +\n+   '    at file://<project-root>/test/fixtures/test-runner/output/hooks.js:5:26\\n' +\n+   'Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\\n' +\n+   '    at Proxy.mustCall (file://<project-root>/test/common/index.js:451:10)\\n' +\n+   '    at Object.<anonymous> (file://<project-root>/test/fixtures/test-runner/output/hooks.js:249:49)\\n' +\n+   '    at <node-internal-frames>\\n ..."},{}],"module-hooks/test-module-hooks-resolve-load-require-inline-typescript-override.js":[true,null,{}],"parallel/test-repl-array-prototype-tempering.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-snapshot-cjs-main.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-buffer-readint.js":[true,null,{}],"parallel/test-worker-broadcastchannel-wpt.js":["IGNORE",null,{"ignoreReason":"Expected values to be strictly equal"}],"wasm-allocation/test-wasm-allocation.js":[true,null,{}],"parallel/test-stream-pipeline.js":[true,null,{}],"parallel/test-worker-abort-on-uncaught-exception.js":[true,null,{}],"parallel/test-crypto-keygen-key-objects.js":[true,null,{}],"parallel/test-http2-client-upload-reject.js":[true,null,{}],"sea/test-single-executable-application-exec-argv.js":[true,null,{}],"parallel/test-http-response-multiheaders.js":[true,null,{}],"parallel/test-shadow-realm-prepare-stack-trace.js":["IGNORE",null,{"ignoreReason":"Deno does not expose `ShadowRealm` globally; the spec is still TC39 Stage 2.7"}],"parallel/test-child-process-spawnsync-kill-signal.js":[true,null,{}],"parallel/test-fs-make-callback.js":[true,null,{}],"parallel/test-http-server-keepalive-end.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-server-keepalive-end.js:12:24)\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Server.emit (ext:deno_node/_events.mjs:415:20)\n    at parserOnIncoming (node:_http_server:715:14)\n    at HTTPParser.parserOnHeadersComplete (node:_http_common:113:17)\n\n"},{}],"pummel/test-heapsnapshot-near-heap-limit-big.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-http-client-leaky-with-double-response.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-fs-read-stream-throw-type-error.js":[true,null,{}],"parallel/test-dgram-send-callback-buffer-length.js":[true,null,{}],"module-hooks/test-module-hooks-load-short-circuit-required-start.js":[true,null,{}],"parallel/test-perf-hooks-timerify-constructor.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-perf-hooks-timerify-constructor.js:13:44)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-perf-hooks-timerify-constructor.js:5:26\n\n"},{}],"parallel/test-async-local-storage-contexts.js":[true,null,{}],"parallel/test-quic-internal-endpoint-options.mjs":[true,null,{}],"parallel/test-inspect-support-for-node_options.js":[true,null,{}],"parallel/test-worker-message-port-receive-message.js":[true,null,{}],"parallel/test-inspector-network-fetch.js":[true,null,{}],"parallel/test-crypto-pqc-keygen-slh-dsa.js":[true,null,{}],"parallel/test-domain-nexttick.js":[true,null,{}],"test-runner/test-output-coverage-width-80-color.mjs":[true,null,{}],"parallel/test-child-process-fork-net-server.js":[false,{"code":1,"stderr":"\nerror: Uncaught TypeError: Cannot read properties of null (reading 'port')\n          socket = net.connect(server.address().port, common.mustCall(() => {\n                                               ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-child-process-fork-net-server.js:130:48)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at handleMessage (ext:deno_node/internal/child_process.ts:1807:16)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-permission-fs-repeat-path.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-diagnostics-channel-child-process.js":[true,null,{}],"sequential/test-heapdump-flag.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-timers-non-integer-delay.js":[true,null,{}],"parallel/test-node-output-v8-warning.mjs":["IGNORE",null,{"ignoreReason":"Snapshot output tests depend on exact Node.js CLI output formatting and process.config.variables"}],"parallel/test-diagnostics-channel-http2-server-stream-close.js":[true,null,{}],"parallel/test-zlib-flush.js":[true,null,{"usesNodeTest":1}],"parallel/test-http2-respond-file-compat.js":[true,null,{}],"parallel/test-http2-getpackedsettings.js":[true,null,{}],"parallel/test-console.js":[false,{"code":1,"stderr":"label: 0.004ms\ndefault: 0.005ms\ndefault: 0.059ms\n\nCount for 'noLabel' does not exist\nTimer 'noLabel' does not exist\nTimer 'noLabel' does not exist\nCount for 'default' does not exist\nTimer 'default' does not exist\nTimer 'default' does not exist\nTimer 'default' already exists\nerror: Uncaught (in promise) AssertionError: Missing expected exception (TypeError).\nassert.throws(() => console.time(Symbol('test')),\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console.js:78:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console.js:5:26\n"},{}],"sea/test-single-executable-application-empty.js":[true,null,{}],"parallel/test-timers-socket-timeout-removes-other-socket-unref-timer.js":[true,null,{}],"parallel/test-repl-require-self-referential.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-cwd-enoent-repl.js":[true,null,{}],"parallel/test-tls-junk-server.js":[true,null,{}],"parallel/test-pipe-address.js":[true,null,{}],"parallel/test-diagnostics-channel-http2-client-stream-body-multiple-buffers-and-strings.js":[true,null,{}],"parallel/test-http-write-head.js":[true,null,{}],"parallel/test-v8-stats.js":[true,null,{}],"parallel/test-http2-no-wanttrailers-listener.js":[true,null,{}],"parallel/test-domain-stack-empty-in-process-uncaughtexception.js":[true,null,{}],"parallel/test-is-internal-thread.mjs":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"es-module/test-typescript-eval.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-http2-res-writable-properties.js":[true,null,{}],"parallel/test-https-timeout-server.js":[true,null,{}],"parallel/test-fs-read-empty-buffer.js":[true,null,{}],"parallel/test-queue-microtask-uncaught-asynchooks.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   'init',\n-   'after',\n-   'before',\n-   'destroy'\n- ]\n\n  assert.deepStrictEqual(events, ['init', 'after', 'before', 'destroy']);\n         ^\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-queue-microtask-uncaught-asynchooks.js:35:10)\n    at process.emit (ext:deno_node/_events.mjs:427:22)\n    at process.emit (node:process:492:38)\n    at dispatchProcessExitEvent (node:process:1032:13)\n"},{}],"parallel/test-webcrypto-cryptokey-workers.js":[true,null,{}],"parallel/test-zlib-brotli-kmaxlength-rangeerror.js":[true,null,{}],"parallel/test-http-socket-error-listeners.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-inspector-async-hook-setup-at-inspect-brk.js":[false,{"code":1,"stderr":"[test] Connecting to a child Node process\n[test] Testing /json/list\n[err] Debugger listening on ws://127.0.0.1:41991/a2077d7b-04da-457c-a1de-2eda2ba809d3\n[err] Visit chrome://inspect to connect to the debugger.\n[err] Deno is waiting for debugger to connect.\n[err] \n[err] Debugger session started.\n[err] \n\nAssertionError [ERR_ASSERTION]: Expected values to be strictly equal:\n\n0 !== 1\n\n    at InspectorSession._isBreakOnLineNotification (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:261:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:270:16\n    at InspectorSession._asyncWaitForNotification (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:249:15)\n    at InspectorSession.waitForNotification (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:232:12)\n    at InspectorSession.waitForBreakOnLine (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:268:8)\n    at skipBreakpointAtStart (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-async-hook-setup-at-inspect-brk.js:16:17)\n    at runTests (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-async-hook-setup-at-inspect-brk.js:45:9) {\n  generatedMessage: true,\n  code: 'ERR_ASSERTION',\n  actual: 0,\n  expected: 1,\n  operator: 'strictEqual',\n  diff: 'simple'\n}\n1\n"},{}],"parallel/test-tls-dhe.js":[true,null,{}],"parallel/test-whatwg-url-custom-setters.js":[true,null,{}],"parallel/test-stream2-large-read-stall.js":[true,null,{}],"parallel/test-eslint-required-modules.js":[true,null,{}],"parallel/test-vm-function-declaration.js":[true,null,{}],"parallel/test-permission-has.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-diagnostics-channel-tracing-channel-sync-early-exit.js":[true,null,{}],"parallel/test-permission-diagnostics-channel.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-debugger-random-port.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-fs-promises-file-handle-dispose.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected rejection.\n  await assert.rejects(dh.read(), { code: 'ERR_DIR_CLOSED' });\n  ^\n    at async explicitCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-promises-file-handle-dispose.js:16:3)\n"},{}],"parallel/test-fs-read-stream-encoding.js":[true,null,{}],"parallel/test-tty-stdin-end.js":[true,null,{}],"parallel/test-fs-watch-recursive-add-folder.js":[true,null,{}],"parallel/test-stream-transform-split-objectmode.js":[true,null,{}],"es-module/test-esm-import-attributes-1.mjs":[true,null,{}],"parallel/test-http-malformed-request.js":[true,null,{}],"parallel/test-http-server.js":[true,null,{}],"parallel/test-repl-save-load-save-without-name.js":[true,null,{}],"parallel/test-cluster-net-listen-ipv6only-false.js":[true,null,{}],"parallel/test-repl-tab-complete-buffer.js":[true,null,{}],"parallel/test-process-config.js":[true,null,{}],"parallel/test-http-unix-socket.js":[true,null,{}],"parallel/test-process-getactiverequests.js":[true,null,{}],"parallel/test-fs-write-buffer-large.js":[true,null,{}],"parallel/test-readable-single-end.js":[true,null,{}],"parallel/test-http-server-reject-cr-no-lf.js":[true,null,{}],"parallel/test-worker-vm-context-terminate.js":[true,null,{}],"es-module/test-esm-preserve-symlinks-main.js":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-preserve-symlinks-main.js\nInvoke the main file via a symlink. ...\n  should resolve relative imports in the main file ... FAILED (58ms)\n  should resolve relative imports in the main file when file extension is omitted ... FAILED (39ms)\n  should resolve relative imports in the main file when filename(index.js) is omitted ... FAILED (50ms)\nInvoke the main file via a symlink. ... FAILED (due to 3 failed steps) (150ms)\n\n ERRORS \n\nInvoke the main file via a symlink. ... should resolve relative imports in the main file => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n    assert.strictEqual(code, 0);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-preserve-symlinks-main.js:52:12)\n\nInvoke the main file via a symlink. ... should resolve relative imports in the main file when file extension is omitted => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n    assert.strictEqual(code, 0);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-preserve-symlinks-main.js:64:12)\n\nInvoke the main file via a symlink. ... should resolve relative imports in the main file when filename(index.js) is omitted => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n    assert.strictEqual(code, 0);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-preserve-symlinks-main.js:74:12)\n\n FAILURES \n\nInvoke the main file via a symlink. ... should resolve relative imports in the main file => ext:deno_node/testing.ts:1141:21\nInvoke the main file via a symlink. ... should resolve relative imports in the main file when file extension is omit ..."},{"usesNodeTest":1}],"wasi/test-wasi-main_args.js":[true,null,{}],"module-hooks/test-async-loader-hooks-never-settling-load-esm-no-warning.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-websocket.js":[true,null,{}],"parallel/test-process-exception-capture.js":[true,null,{}],"parallel/test-fs-watch-ignore-recursive-glob-subdirectories.js":[true,null,{}],"parallel/test-http2-session-settings.js":[true,null,{}],"parallel/test-permission-fs-traversal-path.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"sequential/test-cpu-prof-kill.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(profiles.length, 1);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-kill.js:39:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-kill.js:5:26\n"},{}],"parallel/test-fs-promises-file-handle-append-file.js":[true,null,{}],"parallel/test-debugger-exceptions.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"client-proxy/test-use-env-proxy-cli-http.mjs":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-performanceobserver.js":[true,null,{}],"parallel/test-repl-throw-null-or-undefined.js":[true,null,{}],"parallel/test-dgram-cluster-close-in-listening.js":[true,null,{}],"parallel/test-stream-pipe-await-drain.js":[true,null,{}],"parallel/test-buffer-copy.js":[true,null,{}],"parallel/test-dgram-socket-buffer-size.js":[false,{"code":1,"stderr":"\n(node:13486) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'ERR_SOCKET_BUFFER_SIZE [SystemError]: Could not get or set buffer size: uv_send_buffer_size returned EBADF (bad file descriptor)\\n' +\n- 'SystemError [ERR_SOCKET_BUFFER_SIZE]: Could not get or set buffer size: uv_send_buffer_size returned EBADF (bad file descriptor)\\n' +\n    \"  code: 'ERR_SOCKET_BUFFER_SIZE',\\n\" +\n    '  info: {\\n' +\n    '    errno: -9,\\n' +\n    \"    code: 'EBADF',\\n\" +\n    \"    message: 'bad file descriptor',\\n\" +\n\n    assert.strictEqual(\n           ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dgram-socket-buffer-size.js:46:12)\n    at expectedException (ext:deno_node/assert.ts:199:19)\n    at expectsError (ext:deno_node/assert.ts:312:5)\n    at assert.throws (ext:deno_node/assert.ts:359:5)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dgram-socket-buffer-size.js:43:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"test-runner/test-output-filtered-suite-delayed-build.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: async suite\\n' +\n    '    # Subtest: enabled 1\\n' +\n    '    ok 1 - enabled 1\\n' +\n    '      ---\\n' +\n...\n    '      ...\\n' +\n+   '    # Subtest: not run\\n' +\n+   '    not ok 2 - not run\\n' +\n+   '      ---\\n' +\n+   '      duration_ms: *\\n' +\n+   \"      type: 'test'\\n\" +\n+   '      ...\\n' +\n+   '    1..2\\n' +\n-   '    1..1\\n' +\n    'ok 1 - async suite\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'suite'\\n\" +\n    '  ...\\n' +\n...\n    '1..2\\n' +\n+   '# tests 3\\n' +\n-   '# tests 2\\n' +\n    '# suites 2\\n' +\n    '# pass 2\\n' +\n+   '# fail 1\\n' +\n-   '# fail 0\\n' +\n    '# cancelled 0\\n' +\n    '# skipped 0\\n' +\n    '# todo 0\\n' +\n    '# duration_ms *\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-filtered-suite-delayed-build.mjs:8:1\n"},{}],"test-runner/test-output-arbitrary-output.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'Uncaught error from ./test/fixtures/test-runner/output/arbitrary-output.js FAILED\\n' +\n+   '\\n' +\n+   ' ERRORS\\n' +\n+   '\\n' +\n+   './test/fixtures/test-runner/output/arbitrary-output.js (uncaught error)\\n' +\n+   \"error: (in promise) Error: Cannot find module 'internal/test_runner/reporter/v8-serializer'\\n\" +\n+   'Require stack:\\n' +\n+   '- <project-root>/test/fixtures/test-runner/output/arbitrary-output.js\\n' +\n+   '- <project-root>/test/fixtures/test-runner/output/arbitrary-output.js\\n' +\n+   \"const v8_reporter = require('internal/test_runner/reporter/v8-serializer');\\n\" +\n+   '                    ^\\n' +\n+   '    at <node-internal-frames>\\n' +\n+   '    at Object.<anonymous> (file://<project-root>/test/fixtures/test-runner/output/arbitrary-output.js:4:21)\\n' +\n+   '    at <node-internal-frames>\\n' +\n+   'This error was not caught from a test and caused the test runner to fail on the referenced module.\\n' +\n+   'It most likely originated from a dangling promise, event/timeout handler or top-level code.\\n' +\n+   '\\n' +\n+   ' FAILURES\\n' +\n+   '\\n' +\n+   './test/fixtures/test-runner/output/arbitrary-output.js (uncaught error)\\n' +\n+   '\\n' +\n+   'FAILED | 0 passed | 1 failed (0ms)\\n' +\n+   '\\n' +\n+   'error: Test failed\\n'\n- 'TAP version 13\\n' +\n-   'ok 1 - test\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   '  ...\\n' +\n-   '# arbitrary - pre\\n' +\n-   'ok 2 - test\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   '  ...\\n' +\n-   '# arbitrary - mid\\n' +\n-   'ok 3 - test\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   '  ...\\n' +\n-   '# arbitrary - post\\n' +\n-   '1..3\\n' +\n-   '# tests 3\\n' +\n-   '# suites 0\\n' +\n-   '# pass 3\\n' +\n-   '# fail 0\\n' +\n-   '# cancelled 0\\n' +\n-   '# skipped 0\\n' +\n-   '# todo 0\\n' +\n-   '# duration_ms *\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///hom ..."},{}],"parallel/test-worker-fs-stat-watcher.js":[true,null,{}],"parallel/test-http-insecure-parser-per-stream.js":[true,null,{}],"parallel/test-zlib-random-byte-pipes.js":[true,null,{}],"parallel/test-primordials-regexp.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"sequential/test-cpu-prof-dir-and-name.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(dir))\n\n  assert(fs.existsSync(dir));\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-dir-and-name.js:43:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-dir-and-name.js:5:26\n"},{}],"parallel/test-fs-cp-sync-dereference-file.mjs":[true,null,{}],"parallel/test-http2-server-startup.js":[true,null,{}],"parallel/test-datetime-change-notify.js":[true,null,{}],"parallel/test-crypto-dh-group-setters.js":[true,null,{}],"internet/test-dns.js":[false,{"code":1,"stderr":"test_reverse_bogus\n\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /^Error: getHostByAddr EINVAL bogus ip$/. Input:\n\n'AssertionError [ERR_ASSERTION]: function should not have been called at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dns.js:83\\n' +\n  'called with arguments: Error: getHostByAddr EINVAL bogus ip\\n' +\n  '    at QueryReqWrap.onresolve [as oncomplete] (ext:deno_node/dns.ts:181:21)\\n' +\n  '    at ChannelWrap.getHostByAddr (ext:deno_node/internal_binding/cares_wrap.ts:510:13)\\n' +\n  '    at Resolver.getHostByAddr (ext:deno_node/dns.ts:204:44)\\n' +\n  '    at Object.reverse (ext:deno_node/dns.ts:347:65)\\n' +\n  '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dns.js:83:9\\n' +\n  '    at getActual (ext:deno_node/assert.ts:230:7)\\n' +\n  '    at assert.throws (ext:deno_node/assert.ts:359:26)\\n' +\n  '    at test_reverse_bogus (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dns.js:82:10)\\n' +\n  '    at next (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dns.js:48:7)\\n' +\n  '    at test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dns.js:62:5) {\\n' +\n  '  errno: -22,\\n' +\n  \"  code: 'EINVAL',\\n\" +\n  \"  syscall: 'getHostByAddr',\\n\" +\n  \"  hostname: 'bogus ip'\\n\" +\n  '}'\n\n  assert.throws(() => {\n         ^\n    at test_reverse_bogus (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dns.js:82:10)\n    at next (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dns.js:48:7)\n    at test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dns.js:62:5)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dns.js:72:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeC ..."},{}],"parallel/test-http-client-timeout-option-listeners.js":[true,null,{}],"parallel/test-runner-complex-dependencies.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{"usesNodeTest":1}],"parallel/test-fs-constants.js":[true,null,{}],"parallel/test-debugger-address.mjs":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"pummel/test-process-hrtime.js":[true,null,{}],"parallel/test-http-same-map.js":[false,{"code":1,"stderr":"0x2695b96ffe71 <IncomingMessage map = 0x3038f9fcc171>\n0x3038f9fc6f09 <IncomingMessage map = 0x3038f9fcc171>\n0x3038f9fd6469 <IncomingMessage map = 0x3038f9fcc171>\n0x2695b96fc151 <ServerResponse map = 0x3038f9fca1a9>\n0x3038f9fcb839 <ServerResponse map = 0x3038f9fca1a9>\n0x3038f9fc04a9 <ServerResponse map = 0x3038f9fca1a9>\n0x3038f9fd6659 <ServerResponse map = 0x3038f9fca1a9>\n0x0b3ff74538b1 <ClientRequest map = 0x10f76863b6e9>\n0x2695b96fdf69 <ClientRequest map = 0x10f76863b6e9>\n0x3038f9fcb0b1 <ClientRequest map = 0x3038f9fd0b21>\n0x3038f9fd58f1 <ClientRequest map = 0x3038f9fd0b21>\n\nerror: Uncaught AssertionError: The expression evaluated to a falsy value:\n\n  assert(eval('%HaveSameMap(list[0], elt)'))\n\n  for (const elt of list) assert(eval('%HaveSameMap(list[0], elt)'));\n                          ^\n    at allSame (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-same-map.js:45:27)\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-same-map.js:54:3)\n    at process.emit (ext:deno_node/_events.mjs:415:20)\n    at process.emit (node:process:492:38)\n    at dispatchProcessExitEvent (node:process:1032:13)\n"},{}],"sequential/test-cpu-prof-drained.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(profiles.length, 1);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-drained.js:38:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-drained.js:5:26\n"},{}],"parallel/test-http-set-max-idle-http-parser.js":[true,null,{}],"parallel/test-cluster-fork-env.js":[true,null,{}],"parallel/test-readline-emit-keypress-events.js":[true,null,{}],"parallel/test-whatwg-webstreams-adapters-to-streamreadable.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_STATE'\n- }\n\n  assert.throws(() => readableStream.tee(), {\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-adapters-to-streamreadable.js:63:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-adapters-to-streamreadable.js:5:26\n"},{}],"parallel/test-https-agent-servername.js":[true,null,{}],"parallel/test-stream-wrap-drain.js":[true,null,{}],"parallel/test-process-env-delete.js":[true,null,{}],"parallel/test-fs-read-stream-fd.js":[true,null,{}],"parallel/test-dgram-send-default-host.js":[true,null,{}],"test-runner/test-output-output-cli.mjs":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-fs-cp-async-file-to-file.mjs":[true,null,{}],"parallel/test-tls-socket-constructor-alpn-options-parsing.js":[true,null,{}],"parallel/test-worker-process-exit-async-module.js":[true,null,{}],"parallel/test-cluster-primary-error.js":[true,null,{}],"parallel/test-http-addrequest-localaddress.js":[true,null,{}],"parallel/test-fs-promises-readfile.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at validateZeroByteLiar (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-promises-readfile.js:74:28)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-promises-readfile.js:89:9\n\n(node:19885) internal/test/binding: These APIs are for internal testing only. Do not use them.\n"},{}],"parallel/test-http-blank-header.js":[true,null,{}],"parallel/test-tls-multi-pfx.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: not enough data\nconst server = tls.createServer(options, function(conn) {\n                   ^\n    at new SecureContext (ext:deno_node/_tls_common.ts:375:9)\n    at createSecureContext (ext:deno_node/_tls_common.ts:455:12)\n    at Server.setSecureContext (ext:deno_node/_tls_wrap.js:1354:23)\n    at new Server (ext:deno_node/_tls_wrap.js:1305:8)\n    at Object.createServer (ext:deno_node/_tls_wrap.js:1611:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-multi-pfx.js:22:20)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n"},{}],"parallel/test-trace-events-net-abstract-socket.js":["IGNORE",null,{"ignoreReason":"expression evaluated to a falsy value"}],"es-module/test-esm-loader-event-loop.mjs":[true,null,{}],"parallel/test-fs-readfile-empty.js":[true,null,{}],"parallel/test-runner-expect-error.js":[true,null,{"usesNodeTest":1}],"parallel/test-listen-fd-cluster.js":["IGNORE",null,{"ignoreReason":"Cluster listen fd test runner"}],"parallel/test-https-keep-alive-drop-requests.js":[true,null,{}],"parallel/test-dgram-connect-send-empty-buffer.js":[true,null,{}],"es-module/test-esm-preserve-symlinks.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 2\n\nassert.strictEqual(x, 2);\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.117/entry.js:7:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.117/entry.js:5:26\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(code, 0);\n         ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-preserve-symlinks.js:37:10)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-http2-invalid-last-stream-id.js":[true,null,{}],"sequential/test-net-listen-shared-ports.js":[true,null,{}],"es-module/test-esm-double-encoding.mjs":[true,null,{}],"parallel/test-vm-create-and-run-in-context.js":[true,null,{}],"parallel/test-cluster-disconnect.js":[true,null,{}],"parallel/test-tls-enable-trace.js":[true,null,{}],"parallel/test-net-write-arguments.js":[true,null,{}],"parallel/test-http-agent-reuse-drained-socket-only.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"es-module/test-esm-custom-exports.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'encoded path'\n- 'from custom condition'\n\n      assert.strictEqual(actual.default, 'from custom condition');\n             ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-custom-exports.mjs:8:14\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n"},{}],"parallel/test-fs-non-number-arguments-throw.js":[true,null,{}],"parallel/test-http-agent-error-on-idle.js":[true,null,{}],"parallel/test-stdout-pipeline-destroy.js":[true,null,{}],"parallel/test-async-local-storage-http-parser-leak.js":[true,null,{}],"parallel/test-http-client-abort-destroy.js":[true,null,{}],"parallel/test-diagnostics-channel-net.js":[true,null,{}],"parallel/test-vm-global-property-enumerator.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Case 0 failed: Object.getOwnPropertyNames\n+ actual - expected\n\n  [\n    '1',\n+   'Temporal',\n    'key'\n  ]\n\n  assert.deepStrictEqual(\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-global-property-enumerator.js:94:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-global-property-enumerator.js:5:26\n"},{}],"parallel/test-tick-processor-version-check.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/v8_prof_polyfill'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tick-processor-version-check.js\nconst { versionCheck } = require('internal/v8_prof_polyfill');\n                         ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tick-processor-version-check.js:5:26)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-domain-timers.js":[true,null,{}],"parallel/test-fs-utils-get-dirents.js":[true,null,{}],"parallel/test-fs-fsync.js":[true,null,{}],"parallel/test-http-head-response-has-no-body.js":[true,null,{}],"es-module/test-esm-loader-thenable.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-loader-thenable.mjs\nESM: thenable loader hooks ...\n  should behave as a normal promise resolution ... ok (56ms)\n  should crash the node process rejection with an error ... FAILED (53ms)\n  should just reject without an error (but NOT crash the node process) ... FAILED (49ms)\nESM: thenable loader hooks ... FAILED (due to 2 failed steps) (159ms)\n\n ERRORS \n\nESM: thenable loader hooks ... should crash the node process rejection with an error => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected \"actual\" to be strictly unequal to: 0\n    assert.notStrictEqual(code, 0);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-thenable.mjs:27:12)\n\nESM: thenable loader hooks ... should just reject without an error (but NOT crash the node process) => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected \"actual\" to be strictly unequal to: 0\n    assert.notStrictEqual(code, 0);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-thenable.mjs:39:12)\n\n FAILURES \n\nESM: thenable loader hooks ... should crash the node process rejection with an error => ext:deno_node/testing.ts:1034:37\nESM: thenable loader hooks ... should just reject without an error (but NOT crash the node process) => ext:deno_node/testing.ts:1034:37\n\nFAILED | 0 passed (1 step) | 1 failed (2 steps) (161ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"client-proxy/test-http-set-global-proxy-from-env-invalid-type.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n-   code: 'ERR_INVALID_ARG_TYPE',\n    name: 'TypeError'\n  }\n\n  assert.throws(\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-invalid-type.mjs:8:10\n"},{}],"parallel/test-http2-respond-no-data.js":[true,null,{}],"pummel/test-child-process-spawn-loop.js":[true,null,{}],"sequential/test-debugger-launch.mjs":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-cluster-server-restart-rr.js":[true,null,{}],"parallel/test-http-client-invalid-path.js":[true,null,{}],"module-hooks/test-module-hooks-load-builtin-override-json.js":[true,null,{}],"parallel/test-process-no-deprecation.js":[true,null,{}],"parallel/test-worker-memory.js":[true,null,{}],"parallel/test-no-addons-resolution-condition.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Initiated Worker with invalid execArgv flags: --no-addons\n    const worker = new Worker(__filename, { execArgv });\n                   ^\n    at new NodeWorker (ext:deno_node/worker_threads.ts:151:19)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-no-addons-resolution-condition.js:15:20)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-no-addons-resolution-condition.js:5:26\n"},{}],"client-proxy/test-https-proxy-request-auth-failure.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /407 Proxy Authentication Required/. Input:\n\n'Request Error Error: unable to verify the first certificate\\n' +\n  '    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\\n' +\n  '  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\\n' +\n  '}\\n'\n\nassert.match(stderr, /407 Proxy Authentication Required/);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-auth-failure.mjs:55:8\n"},{}],"parallel/test-net-server-listen-options.js":[true,null,{}],"es-module/test-require-module-cycle-esm-esm-cjs-esm.js":[false,{"code":1,"stderr":"\n[process 7393]: --- stderr ---\n\n[process 7393]: --- stdout ---\nStart c\nExecute d\ndynamic import b.mjs failed Error: Error from c\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/esm-esm-cjs-esm-cycle/c.mjs:5:7\ndynamic import d.mjs did not fail\n\n[process 7393]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - stdout did not match expectation, checker throws:\nAssertionError [ERR_ASSERTION]: The input did not match the regular expression /dynamic import b\\.mjs failed.*ERR_REQUIRE_CYCLE_MODULE/. Input:\n\n'Start c\\n' +\n  'Execute d\\n' +\n  'dynamic import b.mjs failed Error: Error from c\\n' +\n  '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/esm-esm-cjs-esm-cycle/c.mjs:5:7\\n' +\n  'dynamic import d.mjs did not fail'\n\n    at stdout (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-cycle-esm-esm-cjs-esm.js:22:16)\n    at checkOutput (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:52:7)\n    at expectSyncExit (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:129:32)\n    at spawnSyncAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:155:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-cycle-esm-esm-cjs-esm.js:10:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14) {\n  generatedMessage: true,\n  code: 'ERR_ASSERTION',\n  actual: 'Start c\\n' +\n    'Execute d\\n' +\n    'dynamic import b.mjs failed Error: Error from c\\n' +\n    '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/esm-esm-cjs-e ..."},{}],"parallel/test-zlib-destroy.js":[true,null,{}],"parallel/test-inspector-connect-to-main-thread.js":[true,null,{}],"parallel/test-async-hooks-run-in-async-scope-caught-exception.js":[true,null,{}],"parallel/test-zlib-object-write.js":[true,null,{}],"pseudo-tty/test-set-raw-mode-reset.js":[true,null,{}],"parallel/test-bad-unicode.js":[true,null,{}],"parallel/test-http-server-close-destroy-timeout.js":[true,null,{}],"parallel/test-async-hooks-vm-gc.js":[true,null,{}],"parallel/test-net-dns-error.js":[true,null,{}],"parallel/test-fs-readfile-pipe.js":[true,null,{}],"parallel/test-zlib-convenience-methods.js":[true,null,{}],"wasi/test-wasi-pthread.js":[true,null,{}],"parallel/test-stream-transform-hwm0.js":[true,null,{}],"parallel/test-child-process-spawn-error.js":[true,null,{}],"parallel/test-fs-chown-type-check.js":[true,null,{}],"parallel/test-emit-after-uncaught-exception.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n    assert.strictEqual(Object.keys(id_obj).length, 0);\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-emit-after-uncaught-exception.js:22:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at processTicksAndRejections (ext:core/01_core.js:368:13)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-util-isDeepStrictEqual.js":[true,null,{"usesNodeTest":1}],"es-module/test-import-module-retry-require-errored.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'Error: test\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/throw-error.mjs:1:7'\n-   message: 'test'\n  }\n\n  assert.throws(() => {\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-import-module-retry-require-errored.js:12:10\n"},{}],"parallel/test-vm-module-reevaluate.js":[true,null,{}],"sequential/test-cli-syntax-good.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-stdin-script-child.js":[true,null,{}],"parallel/test-child-process-ipc.js":[true,null,{}],"internet/test-dgram-multicast-multi-process.js":[true,null,{}],"sequential/test-stream2-stderr-sync.js":[true,null,{}],"parallel/test-async-hooks-fatal-error.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: init\n\n0 !== 1\n\n      assert.strictEqual(cp.status, 1, type);\n             ^\n    at main (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-fatal-error.js:48:14)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-fatal-error.js:10:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-fatal-error.js:5:26\n"},{}],"parallel/test-crypto-keygen.js":[true,null,{}],"parallel/test-net-server-max-connections-close-makes-more-available.js":[true,null,{}],"parallel/test-worker-message-port-message-port-transferring.js":[true,null,{}],"parallel/test-eslint-documented-errors.js":[true,null,{}],"parallel/test-dns-resolvesrv-econnrefused.js":[true,null,{}],"pummel/test-stream-pipe-multi.js":[true,null,{}],"pseudo-tty/test-tty-stream-constructors.js":[true,null,{}],"parallel/test-pipe-unref.js":[true,null,{}],"parallel/test-fs-write-stream-encoding.js":[true,null,{}],"parallel/test-events-customevent.js":[true,null,{}],"parallel/test-http2-priority-cycle-.js":[true,null,{}],"parallel/test-buffer-fakes.js":[true,null,{}],"parallel/test-timers-dispose.js":[true,null,{}],"sequential/test-gc-http-client.js":[true,null,{}],"parallel/test-worker-uncaught-exception-async.js":[true,null,{}],"parallel/test-child-process-exec-timeout-expire.js":[true,null,{}],"parallel/test-errors-systemerror-stackTraceLimit-has-only-a-getter.js":[true,null,{}],"parallel/test-http-date-header.js":[true,null,{}],"parallel/test-http2-compat-socket-destroy-delayed.js":[true,null,{}],"parallel/test-zlib-invalid-input-memory.js":[true,null,{}],"parallel/test-crypto-random.js":[true,null,{}],"parallel/test-http2-serve-file.js":[true,null,{}],"parallel/test-timers-linked-list.js":["IGNORE",null,{"ignoreReason":"Tests internal/linkedlist which is a Node.js internal module not implemented in Deno"}],"es-module/test-esm-url-extname.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'node:internal/modules/esm/get_format'\nconst { extname } = require('node:internal/modules/esm/get_format');\n                    ^\n    at Module._resolveFilename (node:module:1314:17)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-url-extname.js:6:21)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"sea/test-single-executable-application-snapshot-and-code-cache.js":[true,null,{}],"parallel/test-permission-worker-threads-cli.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-inspector-enabled.js":[true,null,{}],"parallel/test-dns-promises-exists.js":[true,null,{}],"parallel/test-process-kill-pid.js":[true,null,{}],"module-hooks/test-module-hooks-load-invalid.js":[true,null,{}],"parallel/test-buffer-inheritance.js":[true,null,{}],"parallel/test-stream-compose.js":[true,null,{}],"parallel/test-stream-duplex-from.js":[true,null,{}],"sequential/test-vm-timeout-escape-promise-module-2.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: escaped timeout at 100 milliseconds!\n      throw new Error(\n            ^\n    at loop (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-vm-timeout-escape-promise-module-2.js:22:13)\n    at vm:module(0):1:30\n    at SourceTextModule.evaluate (ext:deno_node/vm.js:599:14)\n    at assert.rejects.code (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-vm-timeout-escape-promise-module-2.js:38:16)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-vm-timeout-escape-promise-module-2.js:5:26\n"},{}],"es-module/test-loaders-hidden-from-users.js":[true,null,{}],"parallel/test-runner-string-to-regexp.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/test_runner/utils'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-string-to-regexp.js\nconst { convertStringToRegExp } = require('internal/test_runner/utils');\n                                  ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-string-to-regexp.js:5:35)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"test-runner/test-run-watch-rename.mjs":[false,{"code":1,"stderr":"\nerror: Top-level await promise never resolved\nawait testRunnerWatch({ fileToUpdate: 'test.js', action: 'rename', useRunApi: true });\n^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-run-watch-rename.mjs:8:1)\n"},{}],"test-runner/test-output-junit-reporter.mjs":[true,null,{}],"parallel/test-https-client-renegotiation-limit.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: ifError got unwanted exception: Renegotiation not supported\n          assert.ifError(err);\n                 ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-client-renegotiation-limit.js:100:18\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at processTicksAndRejections (ext:core/01_core.js:373:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"sea/test-build-sea-config-not-found.js":[true,null,{}],"parallel/test-http2-https-fallback.js":[true,null,{}],"parallel/test-http2-respond-file-204.js":[true,null,{}],"parallel/test-tls-writewrap-leak.js":[true,null,{}],"sequential/test-cluster-net-listen-ipv6only-none.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: listen EADDRINUSE: address already in use 0.0.0.0:12346\n    at Server._setupListenHandle [as _listen2] (ext:deno_node/net.ts:1648:18)\n    at _listenInCluster (ext:deno_node/net.ts:1394:14)\n    at doListen (ext:deno_node/net.ts:1449:9)\n    at processTicksAndRejections (ext:core/01_core.js:379:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-cluster-http-pipe.js":[true,null,{}],"parallel/test-promise-hook-on-before.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /The \"beforeHook\" argument must be of type function/. Input:\n\n\"TypeError: Cannot read properties of undefined (reading 'onBefore')\"\n\nassert.throws(() => {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-on-before.js:6:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-on-before.js:5:26\n"},{}],"parallel/test-internal-fs.js":[true,null,{}],"parallel/test-repl-strict-mode-previews.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /\\/\\/ ReferenceError: xyz is not defined/. Input:\n\n'\\x1b[1G\\n\\x1b[0J\\n> \\n\\x1b[3G\\nx\\ny\\nz\\n'\n\n  assert.match(\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-strict-mode-previews.js:46:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-strict-mode-previews.js:5:26\n"},{}],"parallel/test-process-exception-capture-errors.js":[true,null,{}],"parallel/test-http-agent-maxsockets-respected.js":[true,null,{}],"parallel/test-net-connect-options-ipv6.js":[true,null,{}],"parallel/test-socket-writes-before-passed-to-tls-socket.js":["IGNORE",null,{"ignoreReason":"times out"}],"parallel/test-fs-fchmod.js":[true,null,{}],"parallel/test-stream-readable-invalid-chunk.js":[true,null,{}],"parallel/test-http2-dont-lose-data.js":[true,null,{}],"parallel/test-inspector-scriptparsed-context.js":[false,{"code":1,"stderr":"[test] Connecting to a child Node process\n[test] Testing /json/list\n[err] Debugger listening on ws://127.0.0.1:42717/8df6765f-d14e-4267-84f9-df1e9ad8290f\n[err] Visit chrome://inspect to connect to the debugger.\n[err] Deno is waiting for debugger to connect.\n[err] \n[err] Debugger session started.\n[err] \n\nAssertionError [ERR_ASSERTION]: Expected values to be strictly equal:\n\n0 !== 2\n\n    at InspectorSession._isBreakOnLineNotification (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:261:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:270:16\n    at InspectorSession._asyncWaitForNotification (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:249:15)\n    at InspectorSession.waitForNotification (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:232:12)\n    at InspectorSession.waitForBreakOnLine (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:268:8)\n    at runTests (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-scriptparsed-context.js:56:17) {\n  generatedMessage: true,\n  code: 'ERR_ASSERTION',\n  actual: 0,\n  expected: 2,\n  operator: 'strictEqual',\n  diff: 'simple'\n}\n1\n"},{}],"parallel/test-runner-no-isolation-filtering.js":[false,{"code":1,"stderr":"running 4 tests from ./test/parallel/test-runner-no-isolation-filtering.js\nworks with --test-only ... FAILED (122ms)\nworks without --test-only ... FAILED (118ms)\nworks with --test-name-pattern ... FAILED (120ms)\nworks with --test-skip-pattern ... FAILED (117ms)\n\n ERRORS \n\nworks with --test-only => ./test/parallel/test-runner-no-isolation-filtering.js:11:1\nerror: AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(child.status, 0);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-no-isolation-filtering.js:23:10)\n\nworks without --test-only => ./test/parallel/test-runner-no-isolation-filtering.js:34:1\nerror: AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(child.status, 0);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-no-isolation-filtering.js:45:10)\n\nworks with --test-name-pattern => ./test/parallel/test-runner-no-isolation-filtering.js:56:1\nerror: AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(child.status, 0);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-no-isolation-filtering.js:68:10)\n\nworks with --test-skip-pattern => ./test/parallel/test-runner-no-isolation-filtering.js:74:1\nerror: AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(child.status, 0);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-no-isolation-filtering.js:86:10)\n\n FAILURES \n\nworks with --test-only => ./test/parallel/test-runner-no-isolation-filtering.js:11:1\nworks without --test-only => ./test/parallel/test-runner-no-isolation-filtering.js:34:1\nworks with --test-name-pattern => ./test/parallel/t ..."},{"usesNodeTest":1}],"parallel/test-stream-writable-final-throw.js":[true,null,{}],"parallel/test-diagnostics-channel-module-require-error.js":[true,null,{}],"parallel/test-worker-message-port-wasm-threads.js":[true,null,{}],"parallel/test-process-emitwarning.js":[true,null,{}],"es-module/test-require-module-cycle-esm-cjs-esm-esm.js":[false,{"code":1,"stderr":"\n[process 7740]: --- stderr ---\n\n[process 7740]: --- stdout ---\n\n[process 7740]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 0, expected 1\n  spawnSyncAndAssert(\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-cycle-esm-cjs-esm-esm.js:9:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-cycle-esm-cjs-esm-esm.js:5:26\n"},{}],"es-module/test-esm-import-meta-resolve.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_MODULE_NOT_FOUND'\n- }\n\nassert.throws(() => {\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-meta-resolve.mjs:14:8\n"},{}],"parallel/test-http-upgrade-server2.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-abortsignal-cloneable.js":[false,{"code":1,"stderr":"running 3 tests from ./test/parallel/test-abortsignal-cloneable.js\nCan create a transferable abort controller ... FAILED (0ms)\nCan create a transferable abort signal ... FAILED (0ms)\nA cloned AbortSignal does not keep the event loop open ... FAILED (0ms)\n\n ERRORS \n\nCan create a transferable abort controller => ./test/parallel/test-abortsignal-cloneable.js:15:1\nerror: TypeError: transferableAbortController is not a function\n  const ac = transferableAbortController();\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-abortsignal-cloneable.js:16:14)\n\nCan create a transferable abort signal => ./test/parallel/test-abortsignal-cloneable.js:58:1\nerror: TypeError: transferableAbortSignal is not a function\n  const signal = transferableAbortSignal(AbortSignal.abort('boom'));\n                 ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-abortsignal-cloneable.js:59:18)\n\nA cloned AbortSignal does not keep the event loop open => ./test/parallel/test-abortsignal-cloneable.js:75:1\nerror: TypeError: transferableAbortController is not a function\n  const ac = transferableAbortController();\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-abortsignal-cloneable.js:76:14)\n\n FAILURES \n\nCan create a transferable abort controller => ./test/parallel/test-abortsignal-cloneable.js:15:1\nCan create a transferable abort signal => ./test/parallel/test-abortsignal-cloneable.js:58:1\nA cloned AbortSignal does not keep the event loop open => ./test/parallel/test-abortsignal-cloneable.js:75:1\n\nFAILED | 0 passed | 3 failed (4ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-repl-no-terminal-restore-process-listeners.js":[true,null,{}],"parallel/test-child-process-spawn-timeout-kill-signal.js":[true,null,{}],"parallel/test-trace-env-stack.js":[false,{"code":1,"stderr":"\n[process 14425]: --- stderr ---\n\n[process 14425]: --- stdout ---\n\n[process 14425]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - stderr did not match /internal\\/process\\/pre_execution/\nspawnSyncAndAssert(process.execPath, ['--trace-env-js-stack', fixtures.path('empty.js')], {\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-env-stack.js:25:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-env-stack.js:5:26\n"},{}],"parallel/test-https-unix-socket-self-signed.js":[true,null,{}],"parallel/test-worker-http2-generic-streams-terminate.js":[true,null,{}],"parallel/test-stream-transform-callback-twice.js":[true,null,{}],"parallel/test-console-stdio-setters.js":[false,{"code":1,"stderr":"fhqwhgads\nMismatched noop function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-stdio-setters.js:8:54)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-stdio-setters.js:5:26\nMismatched noop function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-stdio-setters.js:9:61)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-stdio-setters.js:5:26\n\nfhqwhgads\n"},{}],"parallel/test-process-uid-gid.js":["IGNORE",null,{"ignoreReason":"error: Uncaught (in promise) AssertionError: The input did not match the regular"}],"sequential/test-module-loading.js":[false,{"code":1,"stderr":"\nload test-module-loading.js\nload fixtures/b/d.js\nload package/index.js\nload fixtures/b/c.js\nload fixtures/a.js\ntest index.js modules ids and relative loading\ntest index.js in a folder with a trailing slash\nerror: Uncaught (in promise) ReferenceError: ReferenceError: exports is not defined\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/packages/index/index.js:1:1\n    at loadESMFromCJS (node:module:1716:102)\n    at Module._compile (node:module:1622:12)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-module-loading.js:106:20)\nassert.strictEqual(require('../fixtures/packages/index').ok, 'ok');\n                   ^\n    at loadESMFromCJS (node:module:1716:102)\n    at Module._compile (node:module:1622:12)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-module-loading.js:106:20)\n    at Module._compile (node:module:1644:34)\n\n    info: Deno supports CommonJS modules in .cjs files, or when the closest\n          package.json has a \"type\": \"commonjs\" option.\n    hint: Rewrite this module to ESM,\n          or change the file extension to .cjs,\n          or add package.json next to the file with \"type\": \"commonjs\" option,\n          or pass --unstable-detect-cjs flag to detect CommonJS when loading.\n    docs: https://docs.deno.com/go/commonjs\n"},{}],"parallel/test-event-emitter-max-listeners-warning-for-symbol.js":[true,null,{}],"parallel/test-fixed-queue.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal `internal/fixed_queue` module which is not exposed in Deno"}],"parallel/test-path-glob.js":[true,null,{}],"parallel/test-http-transfer-encoding-smuggling.js":[true,null,{}],"parallel/test-buffer-concat.js":[true,null,{}],"es-module/test-esm-loader-default-resolver.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-loader-default-resolver.mjs\ndefault resolver ...\n  should accept foreign schemas without exception (e.g. byop://something/or-other) ... FAILED (67ms)\n  should resolve foreign schemas by doing regular url absolutization ... FAILED (65ms)\n  should accept foreign extensions without exception (e.g. ..//something.byoe) ... FAILED (68ms)\n  should identify the parent module of an invalid URL host in import specifier ... FAILED (44ms)\ndefault resolver ... FAILED (due to 4 failed steps) (244ms)\n\n ERRORS \n\ndefault resolver ... should accept foreign schemas without exception (e.g. byop://something/or-other) => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n    assert.strictEqual(code, 0);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-default-resolver.mjs:19:12)\n\ndefault resolver ... should resolve foreign schemas by doing regular url absolutization => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n    assert.strictEqual(code, 0);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-default-resolver.mjs:33:12)\n\ndefault resolver ... should accept foreign extensions without exception (e.g. ..//something.byoe) => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n    assert.strictEqual(code, 0);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-default-resolver.mjs:48:12)\n\ndefault resolver ... should identify the parent module of an invalid URL host in import specifier => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input did not match the regular expression /ERR_INVALID_FI ..."},{"usesNodeTest":1}],"parallel/test-console-assign-undefined.js":[true,null,{}],"parallel/test-http2-large-write-destroy.js":[true,null,{}],"parallel/test-net-server-try-ports.js":[true,null,{}],"parallel/test-fs-read-file-sync.js":[true,null,{}],"parallel/test-process-uncaught-exception-monitor.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected \"actual\" to be reference-equal to \"expected\":\n+ actual - expected\n\n+ [AssertionError: Expected values to be strictly equal:\n+ \n+ 1 !== 7\n+ ] {\n+   actual: 1,\n+   code: 'ERR_ASSERTION',\n+   diff: 'simple',\n+   expected: 7,\n+   generatedMessage: true,\n+   operator: 'strictEqual'\n+ }\n- [Error: MyError]\n\n    assert.strictEqual(err, theErr);\n           ^\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-uncaught-exception-monitor.js:50:12)\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at process.emit (ext:deno_node/_events.mjs:415:20)\n    at process.emit (node:process:492:38)\n    at process._fatalException (node:process:739:11)\n    at uncaughtExceptionHandler (node:process:378:18)\n    at Object.nodeProcessUnhandledRejectionCallback (node:process:1072:13)\n    at processUnhandledPromiseRejection (ext:runtime_main/js/99_main.js:509:15)\n    at __handleRejections (ext:core/01_core.js:491:25)\n"},{}],"module-hooks/test-module-hooks-resolve-load-builtin-redirect.js":[true,null,{}],"pseudo-tty/test-fatal-error.js":[false,{"code":1,"stderr":"error: Uncaught (in promise) TypeError: foobar\r\nconst err = new TypeError('foobar');\r\n            ^\r\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-fatal-error.js:8:13)\r\n    at Module._compile (node:module:1644:34)\r\n    at loadMaybeCjs (node:module:1672:12)\r\n    at Object..js (node:module:1654:12)\r\n    at Module.load (node:module:1515:32)\r\n    at Module._load (node:module:1212:14)\r\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-fatal-error.js:5:26\r\n"},{}],"parallel/test-vm-measure-memory-lazy.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Not implemented: measureMemory\n  vm.measureMemory()\n     ^\n    at notImplemented (ext:deno_node/_utils.ts:10:11)\n    at Object.measureMemory (ext:deno_node/vm.js:424:3)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-measure-memory-lazy.js:16:6)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-measure-memory-lazy.js:5:26\n"},{}],"parallel/test-tls-set-encoding.js":[true,null,{}],"parallel/test-stdin-pause-resume-sync.js":[true,null,{}],"parallel/test-runner-mocking.js":[false,{"code":1,"stderr":"running 54 tests from ./test/parallel/test-runner-mocking.js\nspies on a function ... ok (14ms)\nspies on a bound function ... ok (0ms)\nspies on a constructor ... ok (0ms)\na no-op spy function is created by default ... ok (0ms)\ninternal no-op function can be reused ... ok (0ms)\nfunctions can be mocked multiple times at once ... ok (0ms)\ninternal no-op function can be reused as methods ... ok (0ms)\nmethods can be mocked multiple times but not at the same time ... ok (0ms)\nspies on an object method ... ok (0ms)\nspies on a getter ... ok (0ms)\nspies on a setter ... ok (0ms)\nspy functions can be bound ... ok (0ms)\nmocks prototype methods on an instance ... ok (0ms)\nspies on async static class methods ... ok (0ms)\ngiven null to a mock.method it throws an invalid argument error ... FAILED (2ms)\nit should throw given an inexistent property on a object instance ... FAILED (1ms)\nspy functions can be used on classes inheritance ... ok (0ms)\nspy functions don't affect the prototype chain ... FAILED (1ms)\nmocked functions report thrown errors ... ok (0ms)\nmocked constructors report thrown errors ... FAILED (0ms)\nmocks a function ... ok (0ms)\nmocks a constructor ... FAILED (1ms)\nmocks an object method ... ok (0ms)\nmocks a getter ... ok (0ms)\nmocks a setter ... ok (0ms)\nmocks a getter with syntax sugar ... ok (0ms)\nmocks a setter with syntax sugar ... ok (0ms)\nmocked functions match name and length ... FAILED (2ms)\nmethod() fails if method cannot be redefined ... ok (0ms)\nmethod() fails if field is a property instead of a method ... FAILED (0ms)\nmocks can be auto-restored ... ok (0ms)\nmock implementation can be changed dynamically ... FAILED (1ms)\nlocal mocks are auto restored after the test finishes ...\n  creates mocks that are auto restored ... ok (1ms)\nlocal mocks are auto restored after the test finishes ... FAILED (3ms)\nreset mock calls ... ok (0ms)\nuses top level mock ... FAILED (0ms)\nthe getter and setter options cannot be used together ... FAILED (0ms)\nmethod names must be s ..."},{"usesNodeTest":1}],"parallel/test-fs-readfile-fd.js":[true,null,{}],"sequential/test-dgram-bind-shared-ports.js":[false,{"code":1,"stderr":"success\n\nerror: Uncaught Error: bind EADDRINUSE 127.0.0.1:12346\n// \"Software\"), to deal in the Software without restriction, including\n                         ^\n    at ext:deno_node/dgram.ts:262:22\n    at Object.processTicksAndRejections (ext:core/01_core.js:379:17)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-dgram-bind-shared-ports.js:5:26\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n      assert.strictEqual(code, 0);\n             ^\n    at Worker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-dgram-bind-shared-ports.js:61:14)\n    at Worker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Worker.emit (ext:deno_node/_events.mjs:415:20)\n    at ChildProcess.<anonymous> (ext:deno_node/internal/cluster/primary.ts:131:16)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"wasi/test-wasi-ftruncate.js":[true,null,{}],"parallel/test-console-no-swallow-stack-overflow.js":[true,null,{}],"parallel/test-http-client-check-http-token.js":[true,null,{}],"parallel/test-tls-no-rsa-key.js":[true,null,{}],"parallel/test-fs-sir-writes-alot.js":[true,null,{}],"client-proxy/test-https-proxy-request-tunnel-timeout.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /Request timed out/. Input:\n\n'Request Error Error: unable to verify the first certificate\\n' +\n  '    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\\n' +\n  '  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\\n' +\n  '}\\n'\n\nassert.match(stderr, /Request timed out/);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-tunnel-timeout.mjs:47:8\n"},{}],"module-hooks/test-async-loader-hooks-throw-function.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-web-locks-query.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-web-locks-query.js\nWeb Locks - query missing WPT tests ...\n  should report different ids for held locks from different contexts ...\nok | 0 passed | 0 failed (34ms)\n\n\nerror: Uncaught (in worker \"[worker eval]\") TypeError: Cannot read properties of undefined (reading 'request')\n    at [ext:runtime/web_worker.rs:1112:35]:8:23\nerror: Promise resolution is still pending but the event loop has already resolved\n"},{"usesNodeTest":1}],"sequential/test-watch-mode-restart-esm-loading-error.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Timed out waiting for restart\n          future.reject(new Error('Timed out waiting for restart'));\n                        ^\n    at Timeout._onTimeout (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-watch-mode-restart-esm-loading-error.mjs:83:25)\n    at invokeCallback (ext:deno_node/internal/timers.mjs:176:13)\n    at Object.cb [as _onTimeout] (ext:deno_node/internal/timers.mjs:214:16)\n    at listOnTimeout (ext:core/02_timers.js:307:17)\n    at Object.processTimers (ext:core/02_timers.js:250:7)\n    at __eventLoopTick (ext:core/01_core.js:464:33)\n"},{}],"parallel/test-require-cache.js":[true,null,{}],"parallel/test-eslint-inspector-check.js":[true,null,{}],"parallel/test-http2-client-write-empty-string.js":[true,null,{}],"parallel/test-event-emitter-listeners-side-effects.js":[true,null,{}],"sequential/test-process-warnings.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /at Object\\.<anonymous>\\s\\(.+warnings\\.js:3:9\\)/. Input:\n\n'(node:5545) Warning: a bad practice warning\\n'\n\n  assert.match(stderr, /at Object\\.<anonymous>\\s\\(.+warnings\\.js:3:9\\)/);\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-process-warnings.js:35:10\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ChildProcess.exithandler (ext:deno_node/child_process.ts:380:9)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"internet/test-http2-issue-32922.js":[true,null,{}],"parallel/test-fs-write-file-typedarrays.js":[true,null,{}],"parallel/test-os.js":[true,null,{}],"sea/test-build-sea-invalid-assets.js":[true,null,{}],"parallel/test-dgram-send-bad-arguments.js":[true,null,{}],"module-hooks/test-async-loader-hooks-throw-object.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"sequential/test-cluster-send-handle-large-payload.js":[true,null,{}],"parallel/test-http2-connect-method-extended.js":[true,null,{}],"parallel/test-compile-cache-api-env.js":[true,null,{}],"es-module/test-esm-source-map.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-source-map.mjs\nesm source-map ...\n  should extract source map urlin middle from esm ... ok (54ms)\n  should not extract source map urlinside string from esm ... ok (51ms)\n  should extract source map urlin middle from esm imported by esm ... FAILED (64ms)\n  should extract source map urlin middle from cjs imported by esm ... FAILED (84ms)\n  should extract source map urlin middle from cjs required by esm ... FAILED (84ms)\n  should not extract source map urlinside string from esm imported by esm ... ok (82ms)\n  should not extract source map urlinside string from cjs imported by esm ... ok (89ms)\n  should not extract source map urlinside string from cjs required by esm ... ok (82ms)\nesm source-map ... FAILED (due to 3 failed steps) (594ms)\n\n ERRORS \n\nesm source-map ... should extract source map urlin middle from esm imported by esm => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input did not match the regular expression /index\\.ts/. Input:\n\n'error: Uncaught (in promise) SyntaxError: Cannot use import statement outside a module\\n' +\n  '    at new Script (ext:deno_node/vm.js:100:20)\\n' +\n  '    at createScript (ext:deno_node/vm.js:315:10)\\n' +\n  '    at Object.runInThisContext (ext:deno_node/vm.js:348:10)\\n' +\n  '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\\n'\n\n        assert.match(stderr, /index\\.ts/);\n               ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-source-map.mjs:88:16)\n\nesm source-map ... should extract source map urlin middle from cjs imported by esm => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input did not match the regular expression /index\\.ts/. Input:\n\n'error: Uncaught (in promise) SyntaxError: Cannot use import statement outside a module\\n' +\n  '    at new Script (ext:deno_node/vm.js:100:20)\\n' +\n  '    at createScript (ext:deno_node/vm.js:315:1 ..."},{"usesNodeTest":1}],"parallel/test-net-connect-memleak.js":[true,null,{}],"parallel/test-buffer-slice.js":[true,null,{}],"parallel/test-http-keep-alive-timeout-buffer.js":[true,null,{}],"parallel/test-require-extension-over-directory.js":[true,null,{}],"parallel/test-tls-tlswrap-segfault.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: The expression evaluated to a falsy value:\n\n  assert(!!fd)\n\n      assert(!!fd);\n      ^\n    at Immediate.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-tlswrap-segfault.js:36:7)\n    at Immediate.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Immediate.callback (ext:deno_node/internal/timers.mjs:367:16)\n    at runImmediates (ext:core/01_core.js:250:21)\n    at runImmediateCallbacks (ext:core/01_core.js:512:7)\n"},{}],"parallel/test-vm-api-handles-getter-errors.js":[true,null,{}],"parallel/test-diagnostics-channel-sync-unsubscribe.js":[true,null,{}],"parallel/test-tls-socket-failed-handshake-emits-error.js":[true,null,{}],"parallel/test-dns-setlocaladdress.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Not implemented: cares.ChannelWrap.prototype.setLocalAddress\n  resolver.setLocalAddress('127.0.0.1');\n           ^\n    at notImplemented (ext:deno_node/_utils.ts:10:11)\n    at ChannelWrap.setLocalAddress (ext:deno_node/internal_binding/cares_wrap.ts:547:7)\n    at Resolver.setLocalAddress (ext:deno_node/internal/dns/utils.ts:173:20)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dns-setlocaladdress.js:11:12)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dns-setlocaladdress.js:5:26\n"},{}],"parallel/test-microtask-queue-run-immediate.js":[true,null,{}],"parallel/test-promise-unhandled-silent-no-hook.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: uncaughtException at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-silent-no-hook.js:17\ncalled with arguments: AssertionError [ERR_ASSERTION]: uncaughtException at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-silent-no-hook.js:17\ncalled with arguments: Error: One\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-silent-no-hook.js:11:9\n    at new Promise (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-silent-no-hook.js:10:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-silent-no-hook.js:5:26, 'unhandledRejection'\n    at process.mustNotCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:551:12)\n    at process.emit (ext:deno_node/_events.mjs:415:20)\n    at process.emit (node:process:492:38)\n    at process._fatalException (node:process:745:13)\n    at uncaughtExceptionHandler (node:process:378:18)\n    at Object.nodeProcessUnhandledRejectionCallback (node:process:1072:13)\n    at processUnhandledPromiseRejection (ext:runtime_main/js/99_main.js:509:15)\n    at processPromiseRejections (ext:core/01_core.js:337:25)\n    at Object.processTicksAndRejections (ext:core/01_core.js:404:34)\n    at Module._load (node:module:1255:10) {\n  generatedMessage: false,\n  code: 'ERR_ASSERTION',\n  actual: undefined,\n  expected: undefined,\n  operator: 'fail',\n  diff: 'simple'\n}, 'unhandledRejection'\n    assert.fail(\n           ^\n    at process.mustNotCall (file:///home/runner/work/deno/deno/tests/node_ ..."},{}],"parallel/test-fs-read-zero-length.js":[true,null,{}],"parallel/test-fs-write-stream-file-handle-2.js":[true,null,{}],"parallel/test-worker-syntax-error.js":[true,null,{}],"parallel/test-fs-cp-async-async-filter-function.mjs":[true,null,{}],"parallel/test-v8-collect-gc-profile-in-worker.js":[true,null,{}],"parallel/test-http-outgoing-end-types.js":[true,null,{}],"parallel/test-net-child-process-connect-reset.js":[true,null,{}],"parallel/test-net-options-lookup.js":[true,null,{}],"parallel/test-worker-message-port-inspect-during-init-hook.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 2, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-inspect-during-init-hook.js:12:16)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-inspect-during-init-hook.js:5:26\n\n"},{}],"parallel/test-child-process-validate-stdio.js":[true,null,{}],"es-module/test-esm-wasm-source-phase-not-defined-dynamic.mjs":[false,{"code":1,"stderr":"\n[process 7302]: --- stderr ---\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\nfalse !== true\n\n  strictEqual(e instanceof SyntaxError, true);\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/test-wasm-source-phase-not-defined-dynamic.mjs:8:3)\n    at expectedException (ext:deno_node/assert.ts:199:19)\n    at expectsError (ext:deno_node/assert.ts:312:5)\n    at rejects (ext:deno_node/assert.ts:571:5)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/test-wasm-source-phase-not-defined-dynamic.mjs:7:1\n\n[process 7302]: --- stdout ---\n\n[process 7302]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 1, expected 0\nspawnSyncAndAssert(\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-source-phase-not-defined-dynamic.mjs:6:1\n"},{}],"parallel/test-fs-cp-sync-dest-name-prefix-match.mjs":[true,null,{}],"parallel/test-regression-object-prototype.js":[true,null,{}],"parallel/test-unicode-node-options.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-inspector-host-warning.js":[false,{"code":1,"stderr":"\n(node:9973) SecurityWarning: Binding the inspector to a public IP with an open port is insecure, as it allows external hosts to connect to the inspector and perform a remote code execution attack.\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'Binding the inspector to a public IP with an open port is insecure, as it allows external hosts to connect to the inspector and perform a remote code execution attack.'\n- 'Binding the inspector to a public IP with an open port is insecure, as it allows external hosts to connect to the inspector and perform a remote code execution attack. Documentation can be found at https://nodejs.org/api/cli.html#--inspecthostport'\n\n      assert.strictEqual(warning.message, message);\n             ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:678:14)\n    at Object.SecurityWarning (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:702:33)\n    at process.emit (ext:deno_node/_events.mjs:427:22)\n    at process.emit (node:process:492:38)\n    at doEmitWarning (node:process:183:11)\n    at Object.processTicksAndRejections (ext:core/01_core.js:373:17)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-host-warning.js:5:26\n"},{}],"parallel/test-heapsnapshot-near-heap-limit-by-api-in-worker.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-http2-server-unknown-protocol.js":[true,null,{}],"parallel/test-process-hrtime.js":[true,null,{}],"parallel/test-worker-stdio-from-preload-module.js":[false,{"code":1,"stderr":"B\nB\nB\nB\nB\nB\nB\nB\nB\nB\n\nerror: Uncaught (in promise) TypeError: Cannot read properties of null (reading 'toString')\n    assert.strictEqual(w.stdout.read().toString(), 'A\\nB\\n');\n                                      ^\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-stdio-from-preload-module.js:18:39)\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at NodeWorker.emit (ext:deno_node/_events.mjs:415:20)\n    at NodeWorker.#pollControl (ext:deno_node/worker_threads.ts:459:22)\n"},{}],"parallel/test-runner-coverage-source-map.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-runner-coverage-source-map.js\nCoverage with source maps ...\n  should work with source maps ... FAILED (243ms)\nCoverage with source maps ... FAILED (due to 1 failed step) (243ms)\n\n ERRORS \n\nCoverage with source maps ... should work with source maps => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'Check a.test.mjs\\n' +\n+   'Check a.test.ts\\n' +\n+   'Check b.test.ts\\n' +\n+   'Check index.test.js\\n' +\n+   'Check stdin.test.js\\n' +\n+   'error: Error: Could not find a matching package for \\'npm:@types/node\\' in the node_modules directory. Ensure you have all your JSR and npm dependencies listed in your deno.json or package.json, then run `deno install`. Alternatively, turn on auto-install by specifying `\"nodeModulesDir\": \"auto\"` in your deno.json file.\\n' +\n+   '    at Object.resolveTypeReferenceDirectiveReferences (ext:deno_cli_tsc/97_ts_host.js:517:26)\\n' +\n+   '    at ext:deno_cli_tsc/97_ts_host.js:749:49\\n' +\n+   '    at spanned (ext:deno_cli_tsc/97_ts_host.js:16:12)\\n' +\n+   '    at Object.host.<computed> [as resolveTypeReferenceDirectiveReferences] (ext:deno_cli_tsc/97_ts_host.js:749:14)\\n' +\n+   '    at resolveTypeReferenceDirectiveNamesWorker (ext:deno_cli_tsc/00_typescript.js:128306:20)\\n' +\n+   '    at resolveNamesReusingOldState (ext:deno_cli_tsc/00_typescript.js:128422:14)\\n' +\n+   '    at resolveTypeReferenceDirectiveNamesReusingOldState (ext:deno_cli_tsc/00_typescript.js:128393:12)\\n' +\n+   '    at processTypeReferenceDirectives (ext:deno_cli_tsc/00_typescript.js:129685:156)\\n' +\n+   '    at findSourceFileWorker (ext:deno_cli_tsc/00_typescript.js:129618:9)\\n' +\n+   '    at findSourceFile (ext:deno_cli_tsc/00_typescript.js:129476:20)\\n'\n- ''\n\n    t.assert.strictEqual(spawned.stderr, '');\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-coverage-source-map. ..."},{"usesNodeTest":1}],"es-module/test-esm-loader-cache-clearing.js":[true,null,{}],"parallel/test-process-threadCpuUsage-main-thread.js":[true,null,{}],"parallel/test-http2-ping-settings-heapdump.js":[true,null,{}],"parallel/test-fs-read-stream-autoClose.js":[true,null,{}],"parallel/test-icu-minimum-version.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module '/home/runner/work/deno/deno/tests/node_compat/runner/suite/tools/icu/icu_versions.json'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-icu-minimum-version.js\nconst { minimum_icu: minimumICU } = require(icuVersionsFile);\n                                    ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-icu-minimum-version.js:13:37)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"module-hooks/test-module-hooks-resolve-builtin-on-disk-import.mjs":[true,null,{}],"es-module/test-esm-shared-loader-dep.mjs":[true,null,{}],"parallel/test-http-extra-response.js":[true,null,{}],"parallel/test-diagnostics-channel-http2-server-stream-error.js":[true,null,{}],"parallel/test-fs-readSync-position-validation.mjs":[true,null,{}],"parallel/test-crypto-key-objects-to-crypto-key.js":[true,null,{}],"parallel/test-crypto-keygen-async-dsa.js":[true,null,{}],"parallel/test-debugger-break.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-child-process-fork-url.mjs":[true,null,{}],"parallel/test-dns-channel-cancel-promise.js":[true,null,{}],"parallel/test-fs-stream-construct-compat-error-write.js":[true,null,{}],"parallel/test-compile-cache-api-success.js":[true,null,{}],"parallel/test-eslint-prefer-common-mustsucceed.js":[true,null,{}],"parallel/test-worker-exit-event-error.js":[true,null,{}],"parallel/test-heap-prof-dir-relative.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(dir))\n\n  assert(fs.existsSync(dir));\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-dir-relative.js:41:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-dir-relative.js:5:26\n"},{}],"parallel/test-diagnostic-channel-http-request-created.js":[true,null,{}],"parallel/test-whatwg-url-override-hostname.js":[true,null,{}],"parallel/test-child-process-spawnsync-timeout.js":[true,null,{}],"parallel/test-stdin-from-file-spawn.js":[true,null,{}],"parallel/test-worker-cli-options.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Initiated Worker with invalid NODE_OPTIONS env variable: --expose-internals\nnew Worker(CODE, { eval: true, env: process.env });\n^\n    at new NodeWorker (ext:deno_node/worker_threads.ts:176:19)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-cli-options.js:23:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-cli-options.js:5:26\n"},{}],"pummel/test-net-pingpong.js":[true,null,{}],"parallel/test-stream-readable-emit-readable-short-stream.js":[true,null,{}],"parallel/test-fs-writev.js":[true,null,{}],"parallel/test-buffer-writeint.js":[true,null,{}],"parallel/test-fs-cp-sync-symlink-points-to-dest-error.mjs":[true,null,{}],"parallel/test-fs-write-sigxfsz.js":["IGNORE",null,{"ignoreReason":"expression evaluated to a falsy value"}],"parallel/test-util-promisify-custom-names.mjs":[true,null,{}],"parallel/test-http-server-connection-list-when-close.js":[true,null,{}],"parallel/test-net-connect-immediate-destroy.js":[true,null,{}],"parallel/test-dgram-close-in-listening.js":[true,null,{}],"parallel/test-http-outgoing-destroyed.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-snapshot-weak-reference.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-tls-set-default-ca-certificates-basic.js":[true,null,{}],"parallel/test-snapshot-incompatible.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-whatwg-encoding-custom-fatal-streaming.js":[true,null,{}],"parallel/test-fs-cp-sync-overwrite-force-true.mjs":[true,null,{}],"es-module/test-esm-no-addons.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Initiated Worker with invalid execArgv flags: --no-addons\n    new Worker(fileURLToPath(import.meta.url), { execArgv });\n    ^\n    at new NodeWorker (ext:deno_node/worker_threads.ts:151:19)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-no-addons.mjs:11:5\n"},{}],"parallel/test-cluster-listening-port.js":[true,null,{}],"parallel/test-promises-unhandled-proxy-rejections.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) #<Object>\n"},{}],"parallel/test-inspector-exit-worker-in-wait-for-connection.js":["IGNORE",null,{"ignoreReason":"times out"}],"parallel/test-child-process-detached.js":[true,null,{}],"parallel/test-debugger-extract-function-name.mjs":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-fs-cp-async-socket.mjs":[true,null,{}],"es-module/test-require-module-detect-entry-point-aou.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-context-merged-esm.mjs":[true,null,{}],"parallel/test-child-process-http-socket-leak.js":[true,null,{}],"parallel/test-stream-readable-to-web-termination-byob.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) RangeError: Failed to construct 'ReadableStream': When underlying source is \"bytes\", strategy.size must be 'undefined'\n  const reader = Readable.toWeb(r, { type: 'bytes' }).getReader({ mode: 'byob' });\n                          ^\n    at new ReadableStream (ext:deno_web/06_streams.js:5274:15)\n    at Object.newReadableStreamFromStreamReadable (ext:deno_node/internal/webstreams/adapters.js:574:10)\n    at Readable.toWeb (ext:deno_node/internal/streams/readable.js:1850:27)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-stream-readable-to-web-termination-byob.js:11:27)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-stream-readable-to-web-termination-byob.js:5:26\n"},{}],"parallel/test-inspector-open-port-integer-overflow.js":[true,null,{}],"parallel/test-stream-writable-end-cb-error.js":[true,null,{}],"parallel/test-http-outgoing-finished.js":[true,null,{}],"parallel/test-stream-pipe-manual-resume.js":[true,null,{}],"test-runner/test-watch-no-file-isolation-none.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"module-hooks/test-module-hooks-resolve-short-circuit.js":[true,null,{}],"es-module/test-require-module-dynamic-import-4.js":[true,null,{}],"parallel/test-http2-options-max-headers-exceeds-nghttp2.js":[true,null,{}],"parallel/test-promise-unhandled-throw.js":[true,null,{}],"parallel/test-sqlite-statement-sync-columns.js":[true,null,{"usesNodeTest":1}],"parallel/test-worker-heap-snapshot.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Not implemented: Worker.prototype.getHeapSnapshot\n  const stream = await worker.getHeapSnapshot();\n                              ^\n    at notImplemented (ext:deno_node/_utils.ts:10:11)\n    at NodeWorker.getHeapSnapshot (ext:deno_node/worker_threads.ts:608:27)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-heap-snapshot.js:12:31\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-heap-snapshot.js:5:26\n"},{}],"parallel/test-repl-editor.js":[true,null,{}],"parallel/test-abortcontroller.js":[false,{"code":1,"stderr":"running 19 tests from ./test/parallel/test-abortcontroller.js\nAbort is fired with the correct event type on AbortControllers ... ok (8ms)\nAbort events are trusted ... ok (0ms)\nAbort events have the same isTrusted reference ... ok (0ms)\nAbortSignal is impossible to construct manually ... FAILED (0ms)\nSymbol.toStringTag is correct ... ok (0ms)\nAbortSignal.abort() creates an already aborted signal ... ok (0ms)\nAbortController properties and methods valiate the receiver ... ok (0ms)\nAbortSignal properties validate the receiver ... ok (0ms)\nAbortController inspection depth 1 or null works ... FAILED (0ms)\nAbortSignal reason is set correctly ... ok (0ms)\nAbortSignal reasonable is set correctly with AbortSignal.abort() ... ok (0ms)\nAbortSignal.timeout() works as expected ... ok (21ms)\nAbortSignal.timeout() does not prevent the signal from being collected ... FAILED (55ms)\nAbortSignal with a timeout is not collected while there is an active listener ... FAILED (85ms)\nSetting a long timeout should not keep the process open ... ok (0ms)\nAbortSignal.reason should default ... ok (0ms)\nabortSignal.throwIfAborted() works as expected ... ok (0ms)\nabortSignal.throwIfAobrted() works as expected (2) ... ok (0ms)\nabortSignal.throwIfAobrted() works as expected (3) ... ok (0ms)\n\n ERRORS \n\nAbortSignal is impossible to construct manually => ./test/parallel/test-abortcontroller.js:75:1\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_ILLEGAL_CONSTRUCTOR'\n- }\n\n  assert.throws(() => new ac.signal.constructor(), {\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-abortcontroller.js:78:10)\n\nAbortController inspection depth 1 or null works => ./test/parallel/test-abortcontroller.js:154:1\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'AbortController {\\n' +\n+   '  signal: AbortSignal { aborted:  ..."},{"usesNodeTest":1}],"parallel/test-http2-respond-file-fd-leak.js":[true,null,{}],"parallel/test-next-tick-fixed-queue-regression.js":[true,null,{}],"parallel/test-webstream-encoding-inspect.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n  'TextEncoderStream {\\n' +\n    \"  encoding: 'utf-8',\\n\" +\n+   '  readable: ReadableStream { locked: false },\\n' +\n+   '  writable: WritableStream { locked: false }\\n' +\n-   \"  readable: ReadableStream { locked: false, state: 'readable', supportsBYOB: false },\\n\" +\n-   \"  writable: WritableStream { locked: false, state: 'writable' }\\n\" +\n    '}'\n\nassert.strictEqual(\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webstream-encoding-inspect.js:10:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webstream-encoding-inspect.js:5:26\n"},{}],"module-hooks/test-async-loader-hooks-never-settling-resolve-esm-with-warning.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-runner-cli-concurrency.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-crypto-default-shake-lengths.js":[true,null,{}],"parallel/test-sync-fileread.js":[true,null,{}],"parallel/test-assert-async.js":[true,null,{}],"parallel/test-tls-alert.js":[true,null,{}],"parallel/test-http-default-encoding.js":[true,null,{}],"parallel/test-webcrypto-webidl.js":["IGNORE",null,{"ignoreReason":"Tests Node's internal/crypto/webidl JS module (WebIDL converters such as converters.boolean, converters.DOMString, requiredArguments) via require('internal/crypto/webidl') with --expose-internals; Deno's WebCrypto is implemented in Rust (ext/crypto/) and does not expose this internal module"}],"parallel/test-process-env-windows-error-reset.js":[true,null,{}],"parallel/test-stream2-readable-non-empty-end.js":[true,null,{}],"sequential/test-crypto-timing-safe-equal-fast.js":[true,null,{}],"parallel/test-cluster-worker-no-exit.js":[true,null,{}],"sequential/test-http2-settings-flood.js":[true,null,{}],"parallel/test-cluster-dgram-bind-fd.js":["IGNORE",null,{"ignoreReason":"times out"}],"parallel/test-buffer-zero-fill-reset.js":[true,null,{}],"parallel/test-stream-pipe-objectmode-to-non-objectmode.js":[false,{"code":1,"stderr":"\nerror: Uncaught TypeError: The \"chunk\" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received an instance of Object\nconst { Readable, Transform, Writable } = require('node:stream');\n                         ^\n    at _write (ext:deno_node/internal/streams/writable.js:529:13)\n    at Transform.write (ext:deno_node/internal/streams/writable.js:560:10)\n    at Readable.ondata (ext:deno_node/internal/streams/readable.js:1089:22)\n    at Readable.emit (ext:deno_node/_events.mjs:415:20)\n    at Readable.read (ext:deno_node/internal/streams/readable.js:850:10)\n    at flow (ext:deno_node/internal/streams/readable.js:1372:53)\n    at resume_ (ext:deno_node/internal/streams/readable.js:1350:3)\n    at Object.processTicksAndRejections (ext:core/01_core.js:376:17)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-stream-pipe-objectmode-to-non-objectmode.js:5:26\n"},{}],"parallel/test-fs-cp-sync-preserve-timestamps.mjs":[true,null,{}],"parallel/test-worker-execargv-invalid.js":[true,null,{}],"parallel/test-http-invalid-te.js":[true,null,{}],"parallel/test-promise-unhandled-error.js":[false,{"code":1,"stderr":"Promise {\n  <rejected> Error: One\n      at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-error.js:11:14)\n      at Module._compile (node:module:1644:34)\n      at loadMaybeCjs (node:module:1672:12)\n      at Object..js (node:module:1654:12)\n      at Module.load (node:module:1515:32)\n      at Module._load (node:module:1212:14)\n      at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-error.js:5:26\n}\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at new Countdown (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/countdown.js:13:30)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-error.js:41:17)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-error.js:5:26\nMismatched <anonymous> function calls. Expected exactly 2, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-error.js:45:40)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-error.js:5:26\n\n"},{}],"parallel/test-fs-filehandle-use-after-close.js":[true,null,{}],"parallel/test-whatwg-url-custom-searchparams-keys.js":[true,null,{}],"test-runner/test-output-force-exit.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ ''\n- 'BEFORE\\n' +\n-   'BEFORE EACH\\n' +\n-   'AFTER EACH\\n' +\n-   'BEFORE EACH\\n' +\n-   'AFTER EACH\\n' +\n-   'AFTER\\n' +\n-   '✔ passes but oops (*ms)\\n' +\n-   '✔ also passes (*ms)\\n' +\n-   'ℹ tests 2\\n' +\n-   'ℹ suites 0\\n' +\n-   'ℹ pass 2\\n' +\n-   'ℹ fail 0\\n' +\n-   'ℹ cancelled 0\\n' +\n-   'ℹ skipped 0\\n' +\n-   'ℹ todo 0\\n' +\n-   'ℹ duration_ms *\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-force-exit.mjs:7:1\n"},{}],"parallel/test-fs-cp-sync-copy-directory-without-recursive-error.mjs":[true,null,{}],"parallel/test-tls-client-default-ciphers.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The \"Done\" validation function is expected to return \"true\". Received undefined\n\nCaught error:\n\nTypeError [ERR_MISSING_ARGS]: The \"options\" or \"port\" or \"path\" argument must be specified\n  assert.throws(tls.connect, Done);\n         ^\n    at test1 (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-client-default-ciphers.js:40:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-client-default-ciphers.js:44:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-client-default-ciphers.js:5:26\n"},{}],"parallel/test-stream-pipeline-queued-end-in-destroy.js":[true,null,{}],"test-runner/test-run-watch-delete.mjs":[false,{"code":1,"stderr":"\nerror: Top-level await promise never resolved\nawait testRunnerWatch({ fileToUpdate: 'test.js', action: 'delete', useRunApi: true });\n^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-run-watch-delete.mjs:8:1)\n"},{}],"module-hooks/test-module-hooks-custom-conditions.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n'default' !== 'foo'\n\n  assert.strictEqual(cjs('foo/second').result, 'foo');\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/module-hooks/test-module-hooks-custom-conditions.mjs:21:10\n"},{}],"parallel/test-http2-compat-serverresponse-end-after-statuses-without-body.js":[true,null,{}],"parallel/test-whatwg-url-custom-searchparams-entries.js":[true,null,{}],"pummel/test-timers.js":[true,null,{}],"parallel/test-performance-resourcetimingbuffersize.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-resourcetimingbuffersize.js:79:29\n    at new Promise (<anonymous>)\n    at waitBufferFullEvent (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-resourcetimingbuffersize.js:78:10)\n    at main (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-resourcetimingbuffersize.js:49:9)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-resourcetimingbuffersize.js:88:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n\n"},{}],"parallel/test-v8-serdes.js":[false,{"code":1,"stderr":"\n(node:13928) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) TypeError: internalBinding(...).JSStream is not a constructor\nconst hostObject = new (internalBinding('js_stream').JSStream)();\n                   ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-serdes.js:36:20)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-serdes.js:5:26\n"},{}],"parallel/test-async-hooks-worker-asyncfn-terminate-3.js":[true,null,{}],"parallel/test-cluster-net-reuseport.js":[true,null,{}],"internet/test-dns-getDefaultResultOrder.js":[true,null,{}],"parallel/test-async-hooks-disable-gc-tracking.js":[true,null,{}],"parallel/test-net-connect-call-socket-connect.js":[true,null,{}],"parallel/test-stream2-pipe-error-once-listener.js":[true,null,{}],"client-proxy/test-http-proxy-request-no-proxy.mjs":[true,null,{}],"sequential/test-write-heapsnapshot-options.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-worker-cleanexit-with-js.js":[true,null,{}],"parallel/test-util-getcallsites.js":[true,null,{}],"parallel/test-whatwg-url-custom-searchparams-append.js":[true,null,{}],"sea/test-single-executable-application-exec-argv-extension-cli.js":[true,null,{}],"parallel/test-inspector-contexts.js":[false,{"code":1,"stderr":"Testing context created/destroyed notifications\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ '/opt/hostedtoolcache/deno/0.0.0-fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a/x64/deno[23237]'\n- 'main realm'\n\n      assert.strictEqual(expects, name);\n             ^\n    at testContextCreatedAndDestroyed (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-contexts.js:42:14)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-contexts.js:5:26\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-contexts.js:165:3\n"},{}],"system-ca/test-use-system-ca-worker-enable.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/system-ca/test-use-system-ca-worker-enable.mjs\nuse-system-ca ...\n  trusts a valid root certificate ... FAILED (95ms)\nuse-system-ca ... FAILED (due to 1 failed step) (100ms)\n\n ERRORS \n\nuse-system-ca ... trusts a valid root certificate => ext:deno_node/testing.ts:1141:21\nerror: TypeError: Cannot read properties of undefined (reading 'code')\n      assert.strictEqual(err.cause.code, 'UNABLE_TO_VERIFY_LEAF_SIGNATURE');\n                                   ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/system-ca/test-use-system-ca-worker-enable.mjs:60:36)\n    at expectedException (ext:deno_node/assert.ts:199:19)\n    at expectsError (ext:deno_node/assert.ts:312:5)\n    at strict.rejects (ext:deno_node/assert.ts:571:5)\n    at async NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/system-ca/test-use-system-ca-worker-enable.mjs:59:5)\n\n FAILURES \n\nuse-system-ca ... trusts a valid root certificate => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 1 failed (1 step) (107ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-http-write-empty-string.js":[true,null,{}],"parallel/test-stream-big-packet.js":[true,null,{}],"parallel/test-zlib-zstd-dictionary.js":[true,null,{}],"parallel/test-http-client-race.js":[true,null,{}],"module-hooks/test-module-hooks-require-wasm.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) ReferenceError: module is not defined\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/simple.wasm:3:8\n\n    info: Deno supports CommonJS modules in .cjs files, or when the closest\n          package.json has a \"type\": \"commonjs\" option.\n    hint: Rewrite this module to ESM,\n          or change the file extension to .cjs,\n          or add package.json next to the file with \"type\": \"commonjs\" option,\n          or pass --unstable-detect-cjs flag to detect CommonJS when loading.\n    docs: https://docs.deno.com/go/commonjs\n"},{}],"parallel/test-net-better-error-messages-port-hostname.js":[true,null,{}],"es-module/test-esm-assert-strict.mjs":[true,null,{}],"parallel/test-uncaught-exception-handler-stack-overflow.js":[true,null,{}],"parallel/test-module-run-main-monkey-patch.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(child.stdout.toString().includes('runMain is monkey patched!'))\n\nassert(child.stdout.toString().includes('runMain is monkey patched!'));\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-run-main-monkey-patch.js:18:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-run-main-monkey-patch.js:5:26\n"},{}],"parallel/test-http-server-clear-timer.js":[true,null,{}],"parallel/test-fs-writesync-crash.js":[false,{"code":1,"stderr":"/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.206\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'Bad file descriptor (os error 9)',\n-   message: '',\n    name: 'Error'\n  }\n\nassert.throws(() => writeSync(fd, 'test'), error);\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-writesync-crash.js:40:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-writesync-crash.js:5:26\n"},{}],"parallel/test-http-dont-set-default-headers.js":[true,null,{}],"parallel/test-tls-empty-sni-context.js":[true,null,{}],"parallel/test-tls-retain-handle-no-abort.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-dgram-bind-error-repeat.js":[true,null,{}],"parallel/test-stream-writable-null.js":[true,null,{}],"parallel/test-module-children.js":[true,null,{}],"parallel/test-fs-cp-promises-async-error.mjs":[true,null,{}],"parallel/test-http2-compat-serverrequest-trailers.js":[true,null,{}],"parallel/test-validators.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_ARG_TYPE'\n- }\n\n  ].forEach((val) => assert.throws(() => validateUint32(val, 'name'), {\n                            ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-validators.js:67:29\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-validators.js:67:5)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-validators.js:5:26\n"},{}],"sequential/test-inspector-network-resource.js":[false,{"code":1,"stderr":"running 5 tests from ./test/sequential/test-inspector-network-resource.js\nshould load and stream a static network resource using loadNetworkResource and IO.read ...\nok | 0 passed | 0 failed (12ms)\n\n\nerror: Promise resolution is still pending but the event loop has already resolved\n"},{"usesNodeTest":1}],"parallel/test-diagnostics-channel-tracing-channel-promise-run-stores.js":[true,null,{}],"parallel/test-http-dump-req-when-res-ends.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-dgram-connect-send-callback-multi-buffer.js":[true,null,{}],"parallel/test-domain-intercept.js":[true,null,{}],"sequential/test-http-keep-alive-large-write.js":[true,null,{}],"parallel/test-promise-hook-create-hook.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /The \"initHook\" argument must be of type function/. Input:\n\n\"TypeError: Cannot read properties of undefined (reading 'createHook')\"\n\n  assert.throws(() => {\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-create-hook.js:7:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-create-hook.js:5:26\n"},{}],"parallel/test-http-upgrade-binary.js":[true,null,{}],"parallel/test-buffer-generic-methods.js":[true,null,{}],"parallel/test-tls-ip-servername-forbidden.js":[true,null,{}],"parallel/test-vm-module-errors.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception (TypeError).\nassert.throws(() => {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-errors.js:164:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-errors.js:5:26\n"},{}],"parallel/test-http-hostname-typechecking.js":[true,null,{}],"pummel/test-buffer-large-size-buffer-alloc.js":[true,null,{}],"parallel/test-crypto-keygen-eddsa.js":[true,null,{}],"parallel/test-repl-multiline-navigation-while-adding.js":[true,null,{}],"module-hooks/test-module-hooks-load-buffers.js":[true,null,{}],"parallel/test-filehandle-autoclose.mjs":[true,null,{}],"parallel/test-fs-promises-file-handle-read.js":[true,null,{}],"module-hooks/test-async-loader-hooks-mixed-opt-in.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-https-server-close-destroy-timeout.js":[true,null,{}],"parallel/test-vm-inherited_properties.js":[true,null,{}],"parallel/test-setproctitle.js":[true,null,{}],"parallel/test-worker-unsupported-eval-on-url.mjs":[true,null,{}],"parallel/test-http2-compat-serverresponse-headers.js":[true,null,{}],"parallel/test-file-write-stream.js":[true,null,{}],"sea/test-build-sea-missing-output.js":[true,null,{}],"sequential/test-http2-large-file.js":[true,null,{}],"parallel/test-webcrypto-sign-verify.js":[false,{"code":1,"stderr":"1..0 # Skipped: Skipping unsupported Ed448 test case\n\nerror: Uncaught (in promise) NotSupportedError: Unrecognized algorithm name\n    const key = await subtle.generateKey({\n                             ^\n    at normalizeAlgorithm (ext:deno_crypto/00_crypto.js:276:11)\n    at SubtleCrypto.generateKey (ext:deno_crypto/00_crypto.js:1704:33)\n    at test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify.js:115:30)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify.js:130:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify.js:5:26\n"},{}],"parallel/test-http-highwatermark.js":[true,null,{}],"parallel/test-readline-interface-no-trailing-newline.js":[true,null,{}],"parallel/test-tls-get-ca-certificates-worker-use-system-ca.js":[true,null,{}],"parallel/test-permission-net-http.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-http2-pipe-named-pipe.js":[true,null,{}],"parallel/test-vm-module-after-evaluate.js":[true,null,{}],"parallel/test-trace-events-bootstrap.js":["IGNORE",null,{"ignoreReason":"Deno does not implement Node.js --trace-event-categories CLI flag, so node_trace.${rotation}.log is never emitted."}],"parallel/test-fs-rmdir-throws-not-found.js":[true,null,{}],"parallel/test-tls-pause.js":[true,null,{}],"parallel/test-vm-data-property-writable.js":[true,null,{}],"parallel/test-async-local-storage-exit-does-not-leak.js":[true,null,{}],"parallel/test-crypto-encap-decap.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'crypto.encapsulate is not a function'\n-   code: 'ERR_INVALID_ARG_TYPE',\n-   message: /The \"key\" argument must be of type/\n  }\n\nassert.throws(() => crypto.encapsulate(), { code: 'ERR_INVALID_ARG_TYPE',\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-crypto-encap-decap.js:17:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-crypto-encap-decap.js:5:26\n"},{}],"parallel/test-cluster-worker-handle-close.js":[true,null,{}],"parallel/test-snapshot-typescript.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-permission-fs-write-report.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"es-module/test-require-module-tla-nested.js":[true,null,{}],"parallel/test-fs-timestamp-parsing-error.js":[true,null,{}],"parallel/test-zlib-deflate-constructors.js":[true,null,{}],"client-proxy/test-http-set-global-proxy-from-env-http-request-restore.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: require(...).setGlobalProxyFromEnv is not a function\n  restore = require('http').setGlobalProxyFromEnv(config);\n                            ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:4:29)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:5:26\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: require(...).setGlobalProxyFromEnv is not a function\\n' +\n+     \"  restore = require('http').setGlobalProxyFromEnv(config);\\n\" +\n+     '                            ^\\n' +\n+     '    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:4:29)\\n' +\n+     '    at Module._compile (node:module:1644:34)\\n' +\n+     '    at loadMaybeCjs (node:module:1672:12)\\n' +\n+     '    at Object..js (node:module:1654:12)\\n' +\n+     '    at Module.load (node:module:1515:32)\\n' +\n+     '    at Module._load (node:module:1212:14)\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:5:26',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello worldHello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-http-request-restore.mjs:11:1\n"},{}],"parallel/test-stream-some-find-every.mjs":[true,null,{}],"parallel/test-zlib-empty-buffer.js":[true,null,{}],"pummel/test-blob-slice-with-large-size.js":[true,null,{}],"parallel/test-repl-tab-complete-custom-completer.js":[true,null,{}],"parallel/test-fs-symlink-dir-junction.js":[true,null,{}],"parallel/test-net-socket-timeout-unref.js":[true,null,{}],"parallel/test-fs-mkdir-recursive-eaccess.js":[true,null,{}],"parallel/test-zlib-from-gzip.js":[true,null,{}],"parallel/test-require-json.js":[true,null,{}],"parallel/test-fs-cp-async-preserve-timestamps.mjs":[true,null,{}],"parallel/test-crypto-keygen-async-explicit-elliptic-curve-encrypted-p256.js":[true,null,{}],"parallel/test-inspector-network-content-type.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-http-timeout-overflow.js":[true,null,{}],"parallel/test-tls-psk-circuit.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: received fatal alert: AccessDenied\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13)\n"},{}],"parallel/test-debugger-invalid-json.mjs":[true,null,{}],"parallel/test-https-client-get-url.js":["IGNORE",null,{"ignoreReason":"Test relies on NODE_TLS_REJECT_UNAUTHORIZED env var to disable TLS verification at runtime; Deno uses the --unsafely-ignore-certificate-errors CLI flag instead"}],"parallel/test-diagnostics-channel-memory-leak.js":[true,null,{}],"parallel/test-webcrypto-sign-verify-kmac.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Failed to execute 'importKey' on 'SubtleCrypto': The provided value 'raw-secret' is not a valid enum value of type KeyFormat\n    subtle.importKey(\n           ^\n    at Array.KeyFormat (ext:deno_webidl/00_webidl.js:896:13)\n    at SubtleCrypto.importKey (ext:deno_crypto/00_crypto.js:996:32)\n    at testVerify (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify-kmac.js:29:12)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify-kmac.js:188:21\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify-kmac.js:193:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-warn-stream-duplex-deprecation.js":[true,null,{}],"parallel/test-diagnostics-channel-tracing-channel-has-subscribers.js":[true,null,{}],"parallel/test-http-client-abort2.js":[true,null,{}],"parallel/test-http2-compat-serverresponse-trailers.js":[true,null,{}],"parallel/test-http-max-header-size.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n16384 !== 10\n\nassert.strictEqual(+child.stdout.toString().trim(), 10);\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-max-header-size.js:11:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-max-header-size.js:5:26\n"},{}],"parallel/test-inspector-async-stack-traces-set-interval.js":[false,{"code":1,"stderr":"[test] Connecting to a child Node process\n[test] Testing /json/list\n[err] Debugger listening on ws://127.0.0.1:40937/aaf67bec-96c1-46d4-9563-a8da3ba829ae\n[err] Visit chrome://inspect to connect to the debugger.\n[err] Deno is waiting for debugger to connect.\n[err] \n[err] Debugger session started.\n[err] \n[test] Skipping the first breakpoint in the eval script\n\n[test] Verify basic properties of asyncStackTrace\nAssertionError [ERR_ASSERTION]: callFrames,reason,hitBreakpoints contains \"asyncStackTrace\" property\n    at checkAsyncStackTrace (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-async-stack-traces-set-interval.js:19:3)\n    at async runTests (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-async-stack-traces-set-interval.js:43:3) {\n  generatedMessage: false,\n  code: 'ERR_ASSERTION',\n  actual: undefined,\n  expected: true,\n  operator: '==',\n  diff: 'simple'\n}\n1\n"},{}],"parallel/test-coverage-with-inspector-disabled.js":[true,null,{}],"parallel/test-http-req-close-robust-from-tampering.js":[true,null,{}],"parallel/test-worker-message-port-arraybuffer.js":[true,null,{}],"parallel/test-tls-client-mindhsize.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\nassert.throws(() => test(512, true, common.mustNotCall()),\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-client-mindhsize.js:94:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-client-mindhsize.js:5:26\n"},{}],"test-runner/test-output-spec-reporter-successful.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ ''\n- '✔ should pass (*ms)\\n' +\n-   'ℹ tests 1\\n' +\n-   'ℹ suites 0\\n' +\n-   'ℹ pass 1\\n' +\n-   'ℹ fail 0\\n' +\n-   'ℹ cancelled 0\\n' +\n-   'ℹ skipped 0\\n' +\n-   'ℹ todo 0\\n' +\n-   'ℹ duration_ms *\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-spec-reporter-successful.mjs:8:1\n"},{}],"parallel/test-fs-watch-recursive-sync-write.js":[true,null,{}],"parallel/test-process-exit-handler.js":[true,null,{}],"parallel/test-uv-errno.js":[false,{"code":1,"stderr":"\n(node:18745) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'UNKNOWN (-111111)'\n- 'Unknown system error -111111'\n\nassert.strictEqual(uv.errname(-111111), 'Unknown system error -111111');\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-uv-errno.js:16:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-uv-errno.js:5:26\n"},{}],"sequential/test-https-connect-localport.js":[true,null,{}],"parallel/test-error-prepare-stack-trace.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'undefined'\n- 'function'\n\nassert.strictEqual(typeof Error.prepareStackTrace, 'function');\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-error-prepare-stack-trace.js:8:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-error-prepare-stack-trace.js:5:26\n"},{}],"parallel/test-internal-util-decorate-error-stack.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-net-end-destroyed.js":[true,null,{}],"parallel/test-fs-readlink-type-check.js":[true,null,{}],"parallel/test-stream-duplex-readable-writable.js":[true,null,{}],"pseudo-tty/test-stdin-write.js":[true,null,{}],"parallel/test-dgram-close.js":[true,null,{}],"parallel/test-util.js":[true,null,{}],"parallel/test-vm-static-this.js":[true,null,{}],"parallel/test-net-listen-close-server-callback-is-not-function.js":[true,null,{}],"parallel/test-child-process-stdin-ipc.js":[true,null,{}],"parallel/test-tls-wrap-econnreset-socket.js":[true,null,{}],"parallel/test-internal-util-isinsidenodemodules.js":[false,{"code":1,"stderr":"\n(node:16815) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) TypeError: cb is not a function\n    at runInsideNodeModules (/workspace/node_modules/test.js:3:12)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-internal-util-isinsidenodemodules.js:24:20)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-internal-util-isinsidenodemodules.js:5:26\n"},{}],"parallel/test-http2-util-update-options-buffer.js":["IGNORE",null,{"ignoreReason":"Test pokes the internal http2 state buffers via internalBinding('http2').optionsBuffer; Deno's http2 binding intentionally does not expose these typed-array views over thread-local Rust state to JS"}],"parallel/test-readline-promises-csi.mjs":[false,{"code":1,"stderr":"\nerror: Import \"internal/readline/utils\" not a dependency\n  hint: If you want to use the npm package, try running `deno add npm:internal/readline/utils`\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-readline-promises-csi.mjs:10:19\n"},{}],"parallel/test-http-keepalive-free.js":[true,null,{}],"parallel/test-http2-server-shutdown-options-errors.js":[true,null,{}],"parallel/test-worker-process-cwd.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-process-cwd.js:23:28)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-process-cwd.js:5:26\n\nerror: Uncaught (in worker \"\") (in promise) AssertionError: The input did not match the regular expression /AtomicsLoad/. Input:\n\n'function cwd() {\\n  return op_fs_cwd();\\n}'\n\n  assert.match(process.cwd.toString(), /AtomicsLoad/);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-process-cwd.js:35:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-process-cwd.js:5:26\n"},{}],"parallel/test-net-socket-local-address.js":[true,null,{}],"parallel/test-crypto-cipheriv-decipheriv.js":[true,null,{}],"parallel/test-process-finalization.mjs":[false,{"code":1,"stderr":"running 7 tests from ./test/parallel/test-process-finalization.mjs\nshould exit file close.mjs with code=0 ... FAILED (56ms)\nshould exit file before-exit.mjs with code=0 ... FAILED (54ms)\nshould exit file gc-not-close.mjs with code=0 ... FAILED (52ms)\nshould exit file unregister.mjs with code=0 ... FAILED (51ms)\nshould exit file different-registry-per-thread.mjs with code=0 ... FAILED (38ms)\nregister is different per thread ... FAILED (41ms)\nshould throw when register undefined value ... FAILED (1ms)\n\n ERRORS \n\nshould exit file close.mjs with code=0 => ./test/parallel/test-process-finalization.mjs:18:3\nerror: Error: - process terminated with status 1, expected 0\n    spawnSyncAndAssert(process.execPath, ['--expose-gc', `${file}`], {\n    ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-finalization.mjs:19:5)\n\nshould exit file before-exit.mjs with code=0 => ./test/parallel/test-process-finalization.mjs:18:3\nerror: Error: - process terminated with status 1, expected 0\n    spawnSyncAndAssert(process.execPath, ['--expose-gc', `${file}`], {\n    ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-finalization.mjs:19:5)\n\nshould exit file gc-not-close.mjs with code=0 => ./test/parallel/test-process-finalization.mjs:18:3\nerror: Error: - process terminated with status 1, expected 0\n    spawnSyncAndAssert(process.execPath, ['--expose-gc', `${file}`], {\n    ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-finalization.mjs:19:5)\n\nshould exit file unregister.mjs with code=0 => ./test/parallel/test-process-finalization.mjs:18:3\nerror: Error: - process terminated with status 1, expected 0\n    spawnSyncAndAssert(process.execPath, ['--expose-gc', `${file}`], {\n    ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_c ..."},{"usesNodeTest":1}],"parallel/test-heap-prof-basic.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(profiles.length, 1);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-basic.js:36:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-basic.js:5:26\n"},{}],"parallel/test-crypto-subtle-zero-length.js":[true,null,{}],"parallel/test-snapshot-coverage.js":[false,{"code":1,"stderr":"Files in tmpdir.path []\n\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(coverage.length, 1);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-snapshot-coverage.js:40:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-snapshot-coverage.js:5:26\n"},{}],"wasi/test-wasi-options-validation.js":[true,null,{}],"parallel/test-event-emitter-num-args.js":[true,null,{}],"parallel/test-crypto-keygen-async-named-elliptic-curve-encrypted-p256.js":[true,null,{}],"parallel/test-whatwg-url-custom-searchparams-stringifier.js":[true,null,{}],"parallel/test-stream-writable-constructor-set-methods.js":[true,null,{}],"pummel/test-https-large-response.js":[true,null,{}],"parallel/test-zlib-brotli-flush.js":[true,null,{}],"parallel/test-http2-compat-client-upload-reject.js":[true,null,{}],"parallel/test-cluster-shared-handle-bind-error.js":[true,null,{}],"sequential/test-http-server-keep-alive-timeout-slow-client-headers.js":[true,null,{}],"sequential/test-resolution-inspect-brk.js":[true,null,{}],"parallel/test-http2-zero-length-write.js":[true,null,{}],"parallel/test-child-process-send-after-close.js":[true,null,{}],"parallel/test-next-tick-doesnt-hang.js":[true,null,{}],"client-proxy/test-http-proxy-request-ipv6.mjs":[false,{"code":1,"stderr":"[STDOUT] Status Code: 200\nHeaders: {\n  date: \"Fri, 22 May 2026 11:07:15 GMT\",\n  connection: \"keep-alive\",\n  \"keep-alive\": \"timeout=5\",\n  \"content-length\": \"11\"\n}\n\n[STDOUT] Hello world\n[CLOSE] 0 null\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   {\n-     headers: {\n-       'proxy-connection': 'keep-alive',\n-       connection: 'keep-alive',\n-       host: '[::1]:37275'\n-     },\n-     method: 'GET',\n-     url: 'http://[::1]:37275/test'\n-   }\n- ]\n\n  assert.deepStrictEqual(logs, expectedLogs);\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-proxy-request-ipv6.mjs:44:10\n"},{}],"es-module/test-esm-forbidden-globals.mjs":[true,null,{}],"parallel/test-dgram-sendto.js":[true,null,{}],"parallel/test-urlpattern.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'URLPattern is not a constructor'\n-   message: 'boom'\n  }\n\nassert.throws(() => {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-urlpattern.js:10:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-urlpattern.js:5:26\n"},{}],"parallel/test-cli-permission-multiple-allow.js":["IGNORE",null,{"ignoreReason":"Node.js permission model (--experimental-permission) is not implemented in Deno"}],"parallel/test-snapshot-argv1.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-module-strip-types.js":[true,null,{"usesNodeTest":1}],"parallel/test-readline-keys.js":[true,null,{}],"es-module/test-esm-type-field-errors-2.js":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-type-field-errors-2.js\nErrors related to ESM type field ...\n  Should throw an error when loading CJS from a `type: \"module\"` package. ... FAILED (4ms)\nErrors related to ESM type field ... FAILED (due to 1 failed step) (5ms)\n\n ERRORS \n\nErrors related to ESM type field ... Should throw an error when loading CJS from a `type: \"module\"` package. => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_REQUIRE_ESM'\n- }\n\n    assert.throws(() => require('../fixtures/es-modules/package-type-module/index.js'), {\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-type-field-errors-2.js:13:12)\n\n FAILURES \n\nErrors related to ESM type field ... Should throw an error when loading CJS from a `type: \"module\"` package. => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 1 failed (1 step) (7ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-next-tick-ordering2.js":[true,null,{}],"parallel/test-buffer-tojson.js":[true,null,{}],"parallel/test-global-webcrypto-classes.js":["IGNORE",null,{"ignoreReason":"Runs with --expose-internals and requires Node's internal/crypto/webcrypto JS module to assert strict-equal identity against the global Crypto / CryptoKey / SubtleCrypto classes; Deno's WebCrypto is implemented in Rust (ext/crypto/) and has no internal JS module to compare against"}],"parallel/test-repl-unsupported-option.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ ''\n- 'Cannot specify --input-type for REPL\\n'\n\nassert.strictEqual(result.stderr.toString(), 'Cannot specify --input-type for REPL\\n');\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-unsupported-option.js:10:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-unsupported-option.js:5:26\n"},{}],"parallel/test-runner-mock-timers-date.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-runner-mock-timers-date.js\nMock Timers Date Test Suite ...\n  should return the initial UNIX epoch if not specified ... FAILED (1ms)\n  should throw an error if setTime is called without enabling timers ... FAILED (1ms)\n  should throw an error if epoch passed to enable is not valid ... FAILED (1ms)\n  should replace the original Date with the mocked one ... FAILED (1ms)\n  should return the ticked time when calling Date.now after tick ... FAILED (1ms)\n  should return the Date as string when calling it as a function ... FAILED (1ms)\n  should return the date with different argument calls ... FAILED (0ms)\n  should return native code when calling Date.toString ... FAILED (0ms)\n  should start with a custom epoch if the second argument is specified ... FAILED (1ms)\n  should replace epoch if setTime is lesser than now and not tick ... FAILED (0ms)\n  should not tick time when setTime is called ... FAILED (1ms)\n  <anonymous> ... FAILED (0ms)\nMock Timers Date Test Suite ... FAILED (due to 12 failed steps) (12ms)\n\n ERRORS \n\nMock Timers Date Test Suite ... should return the initial UNIX epoch if not specified => ext:deno_node/testing.ts:1141:21\nerror: Error: Not implemented: test.mock.timers.enable\n    t.mock.timers.enable({ apis: ['Date'] });\n                  ^\n    at notImplemented (ext:deno_node/_utils.ts:10:11)\n    at Object.enable (ext:deno_node/testing.ts:1516:9)\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-mock-timers-date.js:10:19)\n\nMock Timers Date Test Suite ... should throw an error if setTime is called without enabling timers => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_STATE'\n- }\n\n    assert.throws(\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test ..."},{"usesNodeTest":1}],"es-module/test-esm-json-cache.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 'it comes'\n\nassert.strictEqual(test.one, 'it comes');\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-json-cache.mjs:20:8\n"},{}],"parallel/test-process-dlopen-undefined-exports.js":[true,null,{}],"parallel/test-net-write-fully-async-buffer.js":[true,null,{}],"parallel/test-async-hooks-asyncresource-constructor.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception (TypeError).\nassert.throws(() => {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-asyncresource-constructor.js:15:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-asyncresource-constructor.js:5:26\n"},{}],"parallel/test-global-domexception.js":[true,null,{}],"parallel/test-tls-server-connection-server.js":[true,null,{}],"parallel/test-compile-cache-existing-directory.js":[true,null,{}],"parallel/test-child-process-no-deprecation.js":[true,null,{}],"parallel/test-crypto-keygen-async-elliptic-curve-jwk.js":[true,null,{}],"parallel/test-async-hooks-enable-disable.js":[true,null,{}],"parallel/test-crypto-private-decrypt-gh32240.js":[true,null,{}],"parallel/test-stream-pipe-deadlock.js":[true,null,{}],"parallel/test-dotenv-node-options.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-crypto-webcrypto-aes-decrypt-tag-too-small.js":[true,null,{}],"pummel/test-fs-read-file-sync-utf8-memory.js":[true,null,{}],"sea/test-single-executable-application-use-code-cache.js":[true,null,{}],"parallel/test-child-process-stdio-inherit.js":[true,null,{}],"parallel/test-whatwg-webstreams-compression.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_ARG_VALUE'\n- }\n\n  assert.throws(() => new CompressionStream(i), {\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-compression.js:47:10\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-compression.js:46:25)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-compression.js:5:26\n"},{}],"parallel/test-trace-events-process-exit.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(FILE_NAME))\n\n  assert(fs.existsSync(FILE_NAME));\n  ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-process-exit.js:17:3)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-net-server-keepalive.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-http2-single-headers-validation-disabled.js":[true,null,{}],"parallel/test-fs-cp-sync-verbatim-symlinks-true.mjs":[true,null,{}],"parallel/test-throw-error-with-getter-throw-traced.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-throw-error-with-getter-throw-traced.mjs\n--trace-uncaught ...\n  prints a trace on process exit for uncaught errors ... FAILED (68ms)\n--trace-uncaught ... FAILED (due to 1 failed step) (69ms)\n\n ERRORS \n\n--trace-uncaught ... prints a trace on process exit for uncaught errors => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: The input did not match the regular expression /^Thrown at:$/m. Input:\n\n'error: Uncaught (in promise) Error: weird throw but ok\\n' +\n  '    at Object.get stack ([eval]:3:17)\\n' +\n  '    at Script.#runInContext (ext:deno_node/vm.js:139:12)\\n' +\n  '    at Script.runInThisContext (ext:deno_node/vm.js:149:30)\\n' +\n  '    at Object.runInThisContext (ext:deno_node/vm.js:348:38)\\n' +\n  '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\\n'\n\n    assert.match(stderr, /^Thrown at:$/m);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-throw-error-with-getter-throw-traced.mjs:22:12)\n\n FAILURES \n\n--trace-uncaught ... prints a trace on process exit for uncaught errors => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 1 failed (1 step) (71ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"es-module/test-cjs-prototype-pollution.js":[true,null,{}],"parallel/test-http-client-set-timeout.js":[true,null,{}],"parallel/test-crypto-sign-verify.js":[true,null,{}],"es-module/test-esm-loader-search.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/modules/esm/resolve'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-search.js\n} = require('internal/modules/esm/resolve');\n    ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-search.js:11:5)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-handle-wrap-close-abort.js":[true,null,{}],"parallel/test-http-client-incomingmessage-destroy.js":[true,null,{}],"parallel/test-http-head-request.js":[true,null,{}],"parallel/test-tls-peer-certificate.js":[true,null,{}],"parallel/test-http2-respond-file-with-pipe.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-require-resolve-redirect.js":[true,null,{}],"parallel/test-crypto-op-during-process-exit.js":[true,null,{}],"test-runner/test-output-name-pattern-with-only.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: enabled and only\\n' +\n    '    # Subtest: enabled\\n' +\n    '    ok 1 - enabled\\n' +\n    '      ---\\n' +\n...\n    '  ...\\n' +\n+   \"# 'only' and 'runOnly' require the --test-only command-line option.\\n\" +\n+   '# Subtest: enabled but not only\\n' +\n+   'not ok 2 - enabled but not only\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n+   '# Subtest: only does not match pattern\\n' +\n+   'not ok 3 - only does not match pattern\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n+   '# Subtest: not only and does not match pattern\\n' +\n+   'not ok 4 - not only and does not match pattern\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n+   '1..4\\n' +\n+   '# tests 6\\n' +\n-   '1..1\\n' +\n-   '# tests 3\\n' +\n    '# suites 0\\n' +\n    '# pass 3\\n' +\n+   '# fail 3\\n' +\n-   '# fail 0\\n' +\n    '# cancelled 0\\n' +\n    '# skipped 0\\n' +\n    '# todo 0\\n' +\n    '# duration_ms *\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-name-pattern-with-only.mjs:8:1\n"},{}],"parallel/test-http2-buffersize.js":[true,null,{}],"parallel/test-stream-readable-destroy.js":[true,null,{}],"parallel/test-stream-readable-readable-then-resume.js":[true,null,{}],"parallel/test-runner-run-files-undefined.mjs":[false,{"code":1,"stderr":"Uncaught error from ./test/parallel/test-runner-run-files-undefined.mjs FAILED\n\n ERRORS \n\n./test/parallel/test-runner-run-files-undefined.mjs (uncaught error)\nerror: (in promise) Error: - process terminated with status 1, expected 0\nspawnSyncAndExitWithoutError(process.execPath, ['--input-type=module', '-e', `\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-run-files-undefined.mjs:26:1\nThis error was not caught from a test and caused the test runner to fail on the referenced module.\nIt most likely originated from a dangling promise, event/timeout handler or top-level code.\n\n FAILURES \n\n./test/parallel/test-runner-run-files-undefined.mjs (uncaught error)\n\nFAILED | 0 passed | 1 failed (0ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-dgram-udp6-send-default-host.js":[true,null,{}],"abort/test-process-abort-exitcode.js":[true,null,{}],"parallel/test-buffer-read.js":[true,null,{}],"parallel/test-http-request-method-delete-payload.js":[true,null,{}],"module-hooks/test-async-loader-hooks-register-with-import.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-domain-no-error-handler-abort-on-uncaught-2.js":["IGNORE",null,{"ignoreReason":"Requires Node.js's --abort-on-uncaught-exception V8 flag (via common.childShouldThrowAndAbort), which Deno does not support"}],"parallel/test-runner-error-reporter.js":[false,{"code":1,"stderr":"running 2 tests from ./test/parallel/test-runner-error-reporter.js\nall tests failures reported without FAIL_FAST flag ... FAILED (14ms)\nFAIL_FAST stops test execution after first failure ... FAILED (12ms)\n\n ERRORS \n\nall tests failures reported without FAIL_FAST flag => ./test/parallel/test-runner-error-reporter.js:10:1\nerror: AssertionError: Expected values to be strictly equal:\n\n0 !== 2\n\n  assert.strictEqual(failureCount, 2);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-error-reporter.js:19:10)\n\nFAIL_FAST stops test execution after first failure => ./test/parallel/test-runner-error-reporter.js:22:1\nerror: AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(failureCount, 1);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-error-reporter.js:31:10)\n\n FAILURES \n\nall tests failures reported without FAIL_FAST flag => ./test/parallel/test-runner-error-reporter.js:10:1\nFAIL_FAST stops test execution after first failure => ./test/parallel/test-runner-error-reporter.js:22:1\n\nFAILED | 0 passed | 2 failed (30ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-worker-data-url.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-worker-terminate-source-map.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in worker \"\") (in promise) TypeError: Result of the Symbol.iterator method is not an object\n    at process.emit (node:process:492:38)\n    at process._fatalException (node:process:739:11)\n    at Module._load (node:module:1244:19)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-terminate-source-map.js:5:26\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n3 !== 0\n\n    assert.strictEqual(callCount[0], 0);\n           ^\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-terminate-source-map.js:20:12)\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at NodeWorker.emit (ext:deno_node/_events.mjs:415:20)\n    at NodeWorker.#pollControl (ext:deno_node/worker_threads.ts:436:22)\n"},{}],"parallel/test-promises-warning-on-unhandled-rejection.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) \"This was rejected\"\n"},{}],"sequential/test-fs-watch.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-wrap-js-stream-exceptions.js":[true,null,{}],"parallel/test-compile-cache-disable.js":[true,null,{}],"parallel/test-async-hooks-stack-overflow-try-catch.js":[true,null,{}],"parallel/test-http2-session-unref.js":[true,null,{}],"parallel/test-crypto-ecb.js":[true,null,{}],"parallel/test-dgram-send-callback-multi-buffer.js":[true,null,{}],"parallel/test-tls-ticket-cluster.js":[false,{"code":1,"stderr":"\n[primary] got \"listening\"\n[primary] got \"listening\"\n[primary] got \"listening\"\n[primary] got \"listening\"\n[primary] connecting 40541 session? false\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[primary] connecting 40541 session? true\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[primary] connecting 40541 session? true\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[primary] connecting 40541 session? true\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[primary] connecting 40541 session? true\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[primary] connecting 40541 session? true\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[primary] connecting 40541 session? true\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[primary] connecting 40541 session? true\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[primary] connecting 40541 session? true\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[primary] connecting 40541 session? true\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[primary] connecting 40541 session? true\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[primary] connecting 40541 session? true\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[primary] connecting 40541 session? true\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[primary] connecting 40541 session? true\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[primary] connecting 40541 session? true\n[worker] connection reused? false\n[primary] connecting 40541 session? true\n[primary] got \"not-reused\"\n[worker] connection reused? false\n[primary] got \"not-reused\"\n[worker] got \"die\"\n[worker] got \"die\"\n[worker] got \"die\"\n[worker] got \"die\"\n[worker] server close\n[worker] exit\n[worker] server close\n[worker] exit\n[worker] server close\n[worker] exit\n[worker] server close\n[worker] exit\n[primary] worker died\n[primary] worker die ..."},{}],"parallel/test-util-sleep.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-stream2-writable.js":[true,null,{}],"parallel/test-timers-immediate-unref-simple.js":[true,null,{}],"es-module/test-esm-wasm-non-identifier-exports.mjs":[false,{"code":1,"stderr":"\n[process 7218]: --- stderr ---\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ Global [WebAssembly.Global] {}\n- 12682\n\nstrictEqual(wasmExports['?f!o:o<b>a[r]'], 12682);\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/test-wasm-non-identifier-exports.mjs:5:1\n\n[process 7218]: --- stdout ---\n\n[process 7218]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 1, expected 0\nspawnSyncAndAssert(\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-non-identifier-exports.mjs:6:1\n"},{}],"parallel/test-child-process-fork-closed-channel-segfault.js":["IGNORE",null,{"ignoreReason":"times out"}],"parallel/test-module-prototype-mutation.js":[true,null,{}],"parallel/test-stringbytes-external.js":[true,null,{}],"parallel/test-crypto-pqc-key-objects-slh-dsa.js":[true,null,{}],"client-proxy/test-http-proxy-request-no-proxy-domain.mjs":[true,null,{}],"parallel/test-http-outgoing-writableFinished.js":[true,null,{}],"parallel/test-event-emitter-remove-all-listeners.js":[true,null,{}],"parallel/test-stream-pipeline-http2.js":[true,null,{}],"parallel/test-module-create-require-multibyte.js":[true,null,{}],"sequential/test-net-response-size.js":[true,null,{}],"parallel/test-http2-misbehaving-multiplex.js":[true,null,{}],"parallel/test-http-expect-continue-reuse-race.js":[true,null,{}],"parallel/test-child-process-fork-and-spawn.js":[true,null,{}],"parallel/test-async-wrap-promise-after-enabled.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [\n+   'then',\n    'before',\n-   'then',\n-   'after'\n  ]\n\n  assert.deepStrictEqual(seenEvents, ['before', 'then', 'after']);\n         ^\n    at Immediate.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-promise-after-enabled.js:36:10)\n    at Immediate.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Immediate.callback (ext:deno_node/internal/timers.mjs:367:16)\n    at runImmediates (ext:core/01_core.js:250:21)\n    at runImmediateCallbacks (ext:core/01_core.js:512:7)\n"},{}],"parallel/test-process-argv-0.js":[true,null,{}],"parallel/test-permission-fs-symlink-relative.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"pseudo-tty/test-tty-color-support.js":[true,null,{}],"module-hooks/test-async-loader-hooks-process-exit-sync.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-http-pipeline-flood.js":[true,null,{}],"parallel/test-diagnostics-channel-http2-client-stream-close.js":[true,null,{}],"parallel/test-eval-disallow-code-generation-from-strings.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception (EvalError).\nassert.throws(() => eval('\"eval\"'), EvalError);\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-eval-disallow-code-generation-from-strings.js:9:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-eval-disallow-code-generation-from-strings.js:5:26\n"},{}],"internet/test-tls-autoselectfamily-backing-socket.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: self._handle.connect is not a function\n    at _internalConnectMultiple (ext:deno_node/net.ts:406:26)\n    at defaultTriggerAsyncIdScope (ext:deno_node/internal/async_hooks.ts:275:14)\n    at GetAddrInfoReqWrap.emitLookup [as callback] (ext:deno_node/net.ts:717:9)\n    at GetAddrInfoReqWrap.onlookupall [as oncomplete] (ext:deno_node/dns.ts:36:12)\n    at ext:deno_node/internal_binding/cares_wrap.ts:69:11\n"},{}],"parallel/test-crypto-keygen-rfc8017-a-2-3.js":[true,null,{}],"parallel/test-err-name-deprecation.js":[true,null,{}],"parallel/test-http2-socket-proxy-handler-for-has.js":[true,null,{}],"parallel/test-tls-off-thread-cert-loading.js":[true,null,{}],"parallel/test-http2-createsecureserver-options.js":[true,null,{}],"parallel/test-tls-close-notify.js":[true,null,{}],"parallel/test-stream-pipe-without-listenerCount.js":[true,null,{}],"parallel/test-diff.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-diff.js\ndiff ...\n  throws because actual is nor an array nor a string ... FAILED (2ms)\n  throws because expected is nor an array nor a string ... FAILED (0ms)\n  throws because the actual array does not only contain string ... FAILED (0ms)\n  returns an empty array because actual and expected are the same ... FAILED (1ms)\n  returns the diff for strings ... FAILED (0ms)\n  returns the diff for arrays ... FAILED (0ms)\ndiff ... FAILED (due to 6 failed steps) (5ms)\n\n ERRORS \n\ndiff ... throws because actual is nor an array nor a string => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'diff is not a function'\n-   message: 'The \"actual\" argument must be of type string. Received an instance of Object'\n  }\n\n    assert.throws(() => diff(actual, expected), {\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-diff.js:14:12)\n\ndiff ... throws because expected is nor an array nor a string => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'diff is not a function'\n-   message: 'The \"expected\" argument must be of type string. Received an instance of Object'\n  }\n\n    assert.throws(() => diff(actual, expected), {\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-diff.js:23:12)\n\ndiff ... throws because the actual array does not only contain string => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'diff is not a function'\n-   message: 'The \"actual[1]\" argument must be of type string. Received an instance of Object'\n  }\n\n    assert.throws(() => diff(actual, expected), {\n           ^\n    at ..."},{"usesNodeTest":1}],"parallel/test-fs-cp-async-filter-function.mjs":[true,null,{}],"parallel/test-stream2-readable-wrap-error.js":[true,null,{}],"parallel/test-domain-thrown-error-handler-stack.js":[true,null,{}],"parallel/test-http2-respond-file-errors.js":[true,null,{}],"test-runner/test-output-no-tests.mjs":[true,null,{}],"parallel/test-cluster-uncaught-exception.js":[true,null,{}],"pummel/test-net-many-clients.js":[true,null,{}],"parallel/test-process-execve-abort.js":["IGNORE",null,{"ignoreReason":"process.execve is not a function"}],"parallel/test-vm-global-assignment.js":[true,null,{}],"parallel/test-http2-response-splitting.js":[true,null,{}],"parallel/test-blob-file-backed.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   code: 25,\n-   code: 'ERR_INVALID_STATE',\n    message: 'Invalid state: File-backed Blobs are not cloneable'\n  }\n\n  assert.throws(() => structuredClone(blob), {\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-blob-file-backed.js:137:10\n"},{}],"parallel/test-stream-pipe-after-end.js":[true,null,{}],"parallel/test-http-response-remove-header-after-sent.js":[true,null,{}],"parallel/test-tls-sni-option.js":[true,null,{}],"parallel/test-http-client-default-headers-exist.js":[true,null,{}],"parallel/test-http-outgoing-proto.js":[true,null,{}],"parallel/test-inspector-workers-flat-list.js":[true,null,{}],"es-module/test-esm-initialization.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-initialization.mjs\nESM: ensure initialization happens only once ...\n  <anonymous> ... FAILED (58ms)\nESM: ensure initialization happens only once ... FAILED (due to 1 failed step) (59ms)\n\n ERRORS \n\nESM: ensure initialization happens only once ... <anonymous> => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ \"error: Uncaught SyntaxError: The requested module 'node:module' does not provide an export named 'runMain'\\n\" +\n+   \"import { runMain } from 'node:module';\\n\" +\n+   '         ^\\n' +\n+   '    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/runmain.mjs:1:10)\\n'\n- ''\n\n    assert.strictEqual(stderr, '');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-initialization.mjs:18:12)\n\n FAILURES \n\nESM: ensure initialization happens only once ... <anonymous> => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 1 failed (1 step) (62ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-errors-aborterror.js":[true,null,{}],"parallel/test-temporal-with-zoneinfo.js":[true,null,{}],"parallel/test-process-beforeexit.js":[true,null,{}],"parallel/test-crypto-hkdf.js":[true,null,{}],"parallel/test-tls-secure-context-usage-order.js":[true,null,{}],"test-runner/test-output-abort-suite.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n  'TAP version 13\\n' +\n    '# Subtest: describe timeout signal\\n' +\n-   '    # Subtest: ok 1\\n' +\n-   '    ok 1 - ok 1\\n' +\n-   '      ---\\n' +\n-   '      duration_ms: *\\n' +\n-   \"      type: 'test'\\n\" +\n-   '      ...\\n' +\n-   '    # Subtest: ok 2\\n' +\n-   '    ok 2 - ok 2\\n' +\n-   '      ---\\n' +\n-   '      duration_ms: *\\n' +\n-   \"      type: 'test'\\n\" +\n-   '      ...\\n' +\n-   '    # Subtest: ok 3\\n' +\n-   '    ok 3 - ok 3\\n' +\n-   '      ---\\n' +\n-   '      duration_ms: *\\n' +\n-   \"      type: 'test'\\n\" +\n-   '      ...\\n' +\n-   '    # Subtest: ok 4\\n' +\n-   '    ok 4 - ok 4\\n' +\n-   '      ---\\n' +\n-   '      duration_ms: *\\n' +\n-   \"      type: 'test'\\n\" +\n-   '      ...\\n' +\n-   '    # Subtest: not ok 1\\n' +\n-   '    not ok 5 - not ok 1\\n' +\n-   '      ---\\n' +\n-   '      duration_ms: *\\n' +\n-   \"      type: 'test'\\n\" +\n-   \"      location: '<project-root>/test/fixtures/test-runner/output/abort_suite.js:10:3'\\n\" +\n-   \"      failureType: 'cancelledByParent'\\n\" +\n-   \"      error: 'test did not finish before its parent and was cancelled'\\n\" +\n-   \"      code: 'ERR_TEST_FAILURE'\\n\" +\n-   '      ...\\n' +\n-   '    # Subtest: not ok 2\\n' +\n-   '    not ok 6 - not ok 2\\n' +\n-   '      ---\\n' +\n-   '      duration_ms: *\\n' +\n-   \"      type: 'test'\\n\" +\n-   \"      location: '<project-root>/test/fixtures/test-runner/output/abort_suite.js:11:3'\\n\" +\n-   \"      failureType: 'cancelledByParent'\\n\" +\n-   \"      error: 'test did not finish before its parent and was cancelled'\\n\" +\n-   \"      code: 'ERR_TEST_FAILURE'\\n\" +\n-   '      ...\\n' +\n-   '    # Subtest: not ok 3\\n' +\n-   '    not ok 7 - not ok 3\\n' +\n-   '      ---\\n' +\n-   '      duration_ms: *\\n' +\n-   \"      type: 'test'\\n\" +\n-   \"      location: '<project-root>/test/fixtures/test-runner/output/abort_suite.js:12:3'\\n\" +\n-   \"      failureType: 'testAborted'\\n\" +\n-   \"      error: 'This operation was aborted' ..."},{}],"parallel/test-dgram-bind-socket-close-before-cluster-reply.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"es-module/test-require-module-tla-resolved.js":[true,null,{}],"parallel/test-timers-immediate-queue-throw.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  process.nextTick(() => assert.strictEqual(stage, 1));\n                                ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-timers-immediate-queue-throw.js:49:33\n    at processTicksAndRejections (ext:core/01_core.js:368:13)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-stdout-cannot-be-closed-child-process-pipe.js":[true,null,{}],"parallel/test-fs-readdir-recursive.js":[true,null,{"usesNodeTest":1}],"parallel/test-perf-hooks-histogram.js":[true,null,{}],"parallel/test-worker-internal-modules.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-worker-internal-modules.mjs\nWorker threads should not be able to access internal modules ...\n  worker instantiated with module file path ... FAILED (31ms)\n  worker instantiated with module source ... FAILED (21ms)\n  worker instantiated with data: URL ... FAILED (23ms)\nWorker threads should not be able to access internal modules ... FAILED (due to 3 failed steps) (76ms)\n\n ERRORS \n\nWorker threads should not be able to access internal modules ... worker instantiated with module file path => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_UNKNOWN_BUILTIN_MODULE'\n- }\n\n    await assert.rejects(once(w, 'exit'), { code: 'ERR_UNKNOWN_BUILTIN_MODULE' });\n    ^\n    at async NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-internal-modules.mjs:24:5)\n\nWorker threads should not be able to access internal modules ... worker instantiated with module source => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_UNKNOWN_BUILTIN_MODULE'\n- }\n\n    await assert.rejects(once(w, 'exit'), { code: 'ERR_UNKNOWN_BUILTIN_MODULE' });\n    ^\n    at async NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-internal-modules.mjs:29:5)\n\nWorker threads should not be able to access internal modules ... worker instantiated with data: URL => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_UNKNOWN_BUILTIN_MODULE'\n- }\n\n    await assert.rejects(once(w, 'exit'), { code: 'ERR_UNKNOWN_BUILTIN_MODULE' });\n    ^\n    at async NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tes ..."},{"usesNodeTest":1}],"parallel/test-repl-tab-complete-unary-expressions.js":[true,null,{"usesNodeTest":1}],"parallel/test-windows-abort-exitcode.js":[true,null,{}],"parallel/test-net-during-close.js":[true,null,{}],"internet/test-inspector-help-page.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of null (reading '1')\nconst helpUrl = stderr.match(/For help, see: (.+)/)[1];\n                                                   ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-inspector-help-page.js:14:52)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-inspector-help-page.js:5:26\n"},{}],"parallel/test-http2-stream-removelisteners-after-close.js":[true,null,{}],"parallel/test-stream-unpipe-event.js":[true,null,{}],"parallel/test-https-eof-for-eom.js":[true,null,{}],"parallel/test-fileurltopathbuffer.js":["IGNORE",null,{"ignoreReason":"fileURLToPathBuffer is not a function"}],"parallel/test-http2-connect-tls-with-delay.js":[true,null,{}],"parallel/test-process-execve-permission-fail.js":["IGNORE",null,{"ignoreReason":"ERR_ACCESS_DENIED"}],"internet/test-dgram-multicast-ssmv6-multi-process.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: addSourceSpecificMembership EINVAL\n    listenSocket.addSourceSpecificMembership(sourceAddress, GROUP_ADDRESS);\n                 ^\n    at Socket.addSourceSpecificMembership (ext:deno_node/dgram.ts:154:15)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dgram-multicast-ssmv6-multi-process.js:198:18)\n    at Socket.emit (ext:deno_node/_events.mjs:415:20)\n    at startListening (ext:deno_node/dgram.ts:747:12)\n    at ext:deno_node/dgram.ts:268:9\n    at Object.processTicksAndRejections (ext:core/01_core.js:379:17)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dgram-multicast-ssmv6-multi-process.js:5:26\n[PARENT] Worker 8416 died. 1 dead of 3\nerror: Uncaught Error: addSourceSpecificMembership EINVAL\n    listenSocket.addSourceSpecificMembership(sourceAddress, GROUP_ADDRESS);\n                 ^\n    at Socket.addSourceSpecificMembership (ext:deno_node/dgram.ts:154:15)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dgram-multicast-ssmv6-multi-process.js:198:18)\n    at Socket.emit (ext:deno_node/_events.mjs:415:20)\n    at startListening (ext:deno_node/dgram.ts:747:12)\n    at ext:deno_node/dgram.ts:268:9\n    at Object.processTicksAndRejections (ext:core/01_core.js:379:17)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dgram-multicast-ssmv6-multi-process.js:5:26\n[PARENT] Worker 8421 died. 2 dead of 3\nerror: Uncaught Error: addSourceSpecificMembership EINVAL\n    listenSocket.addSourceSpecificMembership(sourceAddress, GROUP_ADDRESS);\n                 ^\n    at Socket.addSourceSpecificMembership (ext:deno_node/dgram.ts:154:15)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dgram-multicast-ssmv6-multi- ..."},{}],"sequential/test-child-process-emfile.js":["IGNORE",null,{"ignoreReason":"Expected values to be strictly equal"}],"parallel/test-http2-too-large-headers.js":[true,null,{}],"sea/test-single-executable-application-asset-keys.js":[true,null,{}],"parallel/test-http-pause-no-dump.js":[true,null,{}],"parallel/test-http-agent-close.js":[true,null,{}],"parallel/test-http-response-close.js":[true,null,{}],"parallel/test-stream-readable-ended.js":[true,null,{}],"parallel/test-fs-readv-sync.js":[true,null,{}],"parallel/test-util-inspect-long-running.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-sqlite-limits.js":[true,null,{"usesNodeTest":1}],"parallel/test-heap-prof-interval.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(dir))\n\n  assert(fs.existsSync(dir));\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-interval.js:41:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-interval.js:5:26\n"},{}],"parallel/test-util-text-decoder.js":[true,null,{"usesNodeTest":1}],"wasi/test-wasi-clock_getres.js":[true,null,{}],"es-module/test-vm-contextified-script-leak.js":[true,null,{}],"parallel/test-errors-systemerror-stackTraceLimit-custom-setter.js":[true,null,{}],"parallel/test-http2-client-rststream-before-connect.js":[true,null,{}],"parallel/test-http2-graceful-close.js":[true,null,{}],"parallel/test-http2-options-server-response.js":[true,null,{}],"parallel/test-readline-reopen.js":[true,null,{}],"parallel/test-shadow-realm-gc-module.js":["IGNORE",null,{"ignoreReason":"Deno does not expose `ShadowRealm` globally; the spec is still TC39 Stage 2.7"}],"es-module/test-esm-wasm-top-level-execution.mjs":[false,{"code":1,"stderr":"\n[process 7602]: --- stderr ---\n\n[process 7602]: --- stdout ---\n[Object: null prototype] { prop: \"hello world\" }\n\n[process 7602]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - stdout did not match \"[Object: null prototype] { prop: 'hello world' }\"\nspawnSyncAndAssert(\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-top-level-execution.mjs:6:1\n"},{}],"parallel/test-zlib-truncated.js":[true,null,{}],"parallel/test-https-host-headers.js":[true,null,{}],"parallel/test-http-parser-multiple-execute.js":[true,null,{}],"es-module/test-esm-cjs-load-error-note.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-cjs-load-error-note.mjs\nESM: Errors for unexpected exports ...\n  should  include note ... FAILED (39ms)\n  should  include note ... FAILED (36ms)\n  should NOT include note ... ok (42ms)\n  should  include note ... FAILED (37ms)\n  should  include note ... FAILED (39ms)\n  should NOT include note ... ok (41ms)\n  should NOT include note ... ok (42ms)\n  should NOT include note ... ok (38ms)\n  should NOT include note ... ok (40ms)\n  should NOT include note ... ok (39ms)\nESM: Errors for unexpected exports ... FAILED (due to 4 failed steps) (396ms)\n\n ERRORS \n\nESM: Errors for unexpected exports ... should  include note => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/es-note-unexpected-export-1.cjs Failed to load the ES module not found in error: SyntaxError: 'import', and 'export' cannot be used outside of module code\n  |\n2 | export default example;\n  | ~~~~~~\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/es-note-unexpected-export-1.cjs:2:1\n\n      assert.ok(\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-cjs-load-error-note.mjs:89:14)\n\nESM: Errors for unexpected exports ... should  include note => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/es-note-unexpected-import-1.cjs Failed to load the ES module not found in error: SyntaxError: 'import', and 'export' cannot be used outside of module code\n  |\n1 | import \"invalid\";\n  | ~~~~~~\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/es-note-unexpected-import-1.cjs:1:1\n\n      assert.ok(\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es- ..."},{"usesNodeTest":1}],"parallel/test-crypto-dh-shared.js":[true,null,{}],"parallel/test-math-random.js":[true,null,{}],"parallel/test-events-static-geteventlisteners.js":[true,null,{}],"parallel/test-runner-watch-mode-complex.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{"usesNodeTest":1}],"parallel/test-child-process-flush-stdio.js":[true,null,{}],"parallel/test-fs-watch-ignore-recursive-regexp.js":[true,null,{}],"parallel/test-http2-compat-expect-continue.js":[true,null,{}],"parallel/test-readable-from-web-enqueue-then-close.js":[true,null,{}],"parallel/test-stream-writable-aborted.js":[true,null,{}],"parallel/test-http-server-headers-timeout-keepalive.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n\nfalse !== true\n\n    assert.strictEqual(second, true);\n           ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-server-headers-timeout-keepalive.js:81:12)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-tls-cipher-list.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ ''\n- 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!SRP:!CAMELLIA'\n\n      assert.strictEqual(out.trim(), check);\n             ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-cipher-list.js:22:14)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"test-runner/test-output-coverage-with-mock.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'error: Uncaught (in promise) TypeError: mock.module is not a function\\n' +\n+   \"  mock.module('../coverage-with-mock/sum.js', {\\n\" +\n+   '       ^\\n' +\n+   '    at file://<project-root>/test/fixtures/test-runner/output/coverage-with-mock.mjs:4:8\\n' +\n+   '    at ext:deno_node/testing.ts:699:23\\n' +\n+   '    at AsyncLocalStorage.run (ext:deno_node/async_hooks.ts:101:16)\\n' +\n+   '    at queueTapSuite (ext:deno_node/testing.ts:697:11)\\n' +\n+   '    at suite (ext:deno_node/testing.ts:1208:14)\\n' +\n+   '    at file://<project-root>/test/fixtures/test-runner/output/coverage-with-mock.mjs:3:1\\n'\n- 'TAP version 13\\n' +\n-   '# Subtest: module test with mock\\n' +\n-   '    # Subtest: tests correct thing\\n' +\n-   '    ok 1 - tests correct thing\\n' +\n-   '      ---\\n' +\n-   '      duration_ms: *\\n' +\n-   \"      type: 'test'\\n\" +\n-   '      ...\\n' +\n-   '    1..1\\n' +\n-   'ok 1 - module test with mock\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   \"  type: 'suite'\\n\" +\n-   '  ...\\n' +\n-   '1..1\\n' +\n-   '# tests 1\\n' +\n-   '# suites 1\\n' +\n-   '# pass 1\\n' +\n-   '# fail 0\\n' +\n-   '# cancelled 0\\n' +\n-   '# skipped 0\\n' +\n-   '# todo 0\\n' +\n-   '# duration_ms *\\n' +\n-   '# start of coverage report\\n' +\n-   '# ---------------------------------------------------------------------------\\n' +\n-   '# file                       | line % | branch % | funcs % | uncovered lines\\n' +\n-   '# ---------------------------------------------------------------------------\\n' +\n-   '# test                       |        |          |         |\\n' +\n-   '#  fixtures                  |        |          |         |\\n' +\n-   '#   test-runner              |        |          |         |\\n' +\n-   '#    coverage-with-mock      |        |          |         |\\n' +\n-   '#     module.js              | 100.00 |   100.00 |  100.00 |\\n' +\n-   '#    output                  |        |          |      ..."},{}],"parallel/test-string-decoder-end.js":[true,null,{}],"module-hooks/test-module-hooks-load-url-change-require.js":[true,null,{}],"parallel/test-domain-dep0097.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-dep0097.js:10:30)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-dep0097.js:5:26\n\n"},{}],"parallel/test-snapshot-reproducible.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-http-parser-freed-during-execute.js":[true,null,{}],"parallel/test-fs-write-file-flush.js":[false,{"code":1,"stderr":"running 3 tests from ./test/parallel/test-fs-write-file-flush.js\nsynchronous version ...\n  validation ... FAILED (1ms)\n  performs flush ... FAILED (0ms)\n  does not perform flush ... ok (1ms)\nsynchronous version ... FAILED (due to 2 failed steps) (3ms)\ncallback version ...\n  validation ... FAILED (0ms)\n  performs flush ...\n ERRORS \n\nsynchronous version ... validation => ./test/parallel/test-fs-write-file-flush.js:18:11\nerror: AssertionError: Missing expected exception.\n      assert.throws(() => {\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-write-file-flush.js:20:14)\n    at runNodeTestFunction (ext:deno_node/testing.ts:759:18)\n    at runPossiblyExpectingFailure (ext:deno_node/testing.ts:765:28)\n    at fn (ext:deno_node/testing.ts:899:19)\n    at async innerWrapped (ext:cli/40_test.js:232:5)\n    at async Object.outerWrapped [as fn] (ext:cli/40_test.js:175:14)\n    at async TestContext.step (ext:cli/40_test.js:610:22)\n    at async NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-write-file-flush.js:18:3)\n\nsynchronous version ... performs flush => ./test/parallel/test-fs-write-file-flush.js:26:11\nerror: AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n    assert.strictEqual(calls.length, 1);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-write-file-flush.js:31:12)\n    at runNodeTestFunction (ext:deno_node/testing.ts:759:18)\n    at runPossiblyExpectingFailure (ext:deno_node/testing.ts:765:28)\n    at fn (ext:deno_node/testing.ts:899:19)\n    at async innerWrapped (ext:cli/40_test.js:232:5)\n    at async Object.outerWrapped [as fn] (ext:cli/40_test.js:175:14)\n    at async TestContext.step (ext:cli/40_test.js:610:22)\n    at async NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runne ..."},{"usesNodeTest":1}],"internet/test-net-autoselectfamily-timeout-close.js":[true,null,{}],"test-runner/test-output-suite-skip-hooks.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ ''\n- 'BEFORE 2\\n' +\n-   'BEFORE EACH 2\\n' +\n-   'should run 1\\n' +\n-   'AFTER EACH 2\\n' +\n-   'BEFORE EACH 2\\n' +\n-   'should run 2\\n' +\n-   'AFTER EACH 2\\n' +\n-   'AFTER 2\\n' +\n-   '﹣ skip all hooks in this suite (*ms) # SKIP\\n' +\n-   '▶ suite runs with mixture of skipped tests\\n' +\n-   '  ﹣ should not run (*ms) # SKIP\\n' +\n-   '  ✔ should run 1 (*ms)\\n' +\n-   '  ﹣ should not run (*ms) # SKIP\\n' +\n-   '  ✔ should run 2 (*ms)\\n' +\n-   '✔ suite runs with mixture of skipped tests (*ms)\\n' +\n-   'ℹ tests 4\\n' +\n-   'ℹ suites 2\\n' +\n-   'ℹ pass 2\\n' +\n-   'ℹ fail 0\\n' +\n-   'ℹ cancelled 0\\n' +\n-   'ℹ skipped 2\\n' +\n-   'ℹ todo 0\\n' +\n-   'ℹ duration_ms *\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-suite-skip-hooks.mjs:8:1\n"},{}],"parallel/test-async-hooks-promise-triggerid.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== undefined\n\n  assert.strictEqual(async_hooks.executionAsyncId(), promiseAsyncIds[1]);\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-promise-triggerid.js:32:10\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-promise-triggerid.js:5:26\n"},{}],"parallel/test-require-extensions-same-filename-as-dir.js":["IGNORE",null,{"ignoreReason":"Test fixtures rely on Node's implicit CommonJS detection for .js files without a package.json; Deno defaults to ESM."}],"parallel/test-worker-onmessage.js":[true,null,{}],"parallel/test-watch-mode-kill-signal-invalid.mjs":["IGNORE",null,{"ignoreReason":"ERR_UNKNOWN_SIGNAL"}],"parallel/test-repl-autolibs.js":[true,null,{}],"parallel/test-worker-relative-path-double-dot.js":[true,null,{}],"parallel/test-net-server-call-listen-multiple-times.js":[true,null,{}],"parallel/test-domain-error-types.js":[true,null,{}],"parallel/test-console-group.js":[true,null,{}],"parallel/test-fs-promises-file-handle-truncate.js":[true,null,{}],"parallel/test-tls-snicallback-error.js":[true,null,{}],"parallel/test-primitive-timer-leak.js":[true,null,{}],"parallel/test-net-socket-connect-invalid-autoselectfamily.js":[true,null,{}],"parallel/test-stream-writable-finished.js":[true,null,{}],"parallel/test-dns-lookup.js":[true,null,{}],"parallel/test-buffer-backing-arraybuffer.js":["IGNORE",null,{"ignoreReason":"Deno does not allow heap-allocated ArrayBuffer, and we can't change it (for now)"}],"parallel/test-tcp-wrap-connect.js":[true,null,{}],"parallel/test-http2-util-asserts.js":[true,null,{}],"parallel/test-timers-timeout-promisified.js":[true,null,{}],"parallel/test-vm-module-linkmodulerequests-deep.js":[true,null,{"usesNodeTest":1}],"parallel/test-fs-symlink.js":[true,null,{}],"parallel/test-vm-symbols.js":[true,null,{}],"parallel/test-webstream-string-tag.js":[true,null,{}],"parallel/test-stream-decoder-objectmode.js":[true,null,{}],"parallel/test-zlib-maxOutputLength.js":[true,null,{}],"parallel/test-dgram-connect-send-multi-string-array.js":[true,null,{}],"parallel/test-dgram-multicast-setTTL.js":[true,null,{}],"parallel/test-readline-async-iterators.js":[true,null,{}],"es-module/test-require-module-conditional-exports-module.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'require'\n- 'module'\n\nassert.strictEqual(loader.require('import-module-require').resolved, 'module');\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-conditional-exports-module.js:9:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-conditional-exports-module.js:5:26\n"},{}],"internet/test-uv-threadpool-schedule.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: fast I/O took longer to complete, actual: 175, expected: 128\n    assert.ok(fastIOtime < expectedMax,\n           ^\n    at GetAddrInfoReqWrap.onResolve (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-uv-threadpool-schedule.js:41:12)\n    at GetAddrInfoReqWrap.onResolve [as callback] (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at GetAddrInfoReqWrap.onlookup [as oncomplete] (ext:deno_node/dns.ts:18:19)\n    at ext:deno_node/internal_binding/cares_wrap.ts:69:11\n"},{}],"parallel/test-perf-hooks-timerify-return-value.js":[true,null,{}],"parallel/test-inspector-break-when-eval.js":[false,{"code":1,"stderr":"[test] Connecting to a child Node process\n[test] Testing /json/list\n[err] Debugger listening on ws://127.0.0.1:34475/8c84853e-d6de-4fb8-bd56-dc5858579757\n[err] Visit chrome://inspect to connect to the debugger.\n[err] Deno is waiting for debugger to connect.\n[err] \n[err] Debugger session started.\n[err] \n[test] Setting up a debugger\n[out] Loading\n[out] \n[out] Ready!\n[out] \n[test] Breaking in the code\n[out] 0 3\n[out] \n[test] Step over console statement and test output\n\n{ code: -32000, message: \"Can only perform operation while paused.\" }\n1\n"},{}],"parallel/test-stream-writable-ended-state.js":[true,null,{}],"parallel/test-stream-drop-take.js":[true,null,{}],"parallel/test-cluster-send-handle-twice.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: Not implemented: ChildProcess.send with non-TCP net.Socket handle\n    at notImplemented (ext:deno_node/_utils.ts:10:11)\n    at getIpcHandleInfo (ext:deno_node/internal/child_process.ts:1525:9)\n    at process.target.send (ext:deno_node/internal/child_process.ts:1884:22)\n    at onHandleAck (ext:deno_node/internal/child_process.ts:1735:18)\n    at readLoop (ext:deno_node/internal/child_process.ts:1767:15)\nerror: Uncaught (in promise) AssertionError: Worker exited with an error code: 1\n\n1 !== 0\n\n      assert.strictEqual(code, 0, `Worker exited with an error code: ${code}`);\n             ^\n    at Worker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-cluster-send-handle-twice.js:38:14)\n    at Worker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Worker.emit (ext:deno_node/_events.mjs:415:20)\n    at ChildProcess.<anonymous> (ext:deno_node/internal/cluster/primary.ts:131:16)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-stream-readable-unpipe-resume.js":[true,null,{}],"parallel/test-v8-getheapsnapshot-twice.js":[true,null,{}],"system-ca/test-native-root-certs-env.mjs":["IGNORE",null,{"ignoreReason":"Node.js system CA certificate handling is not implemented in Deno"}],"parallel/test-stream-events-prepend.js":[true,null,{}],"parallel/test-dgram-ref.js":[true,null,{}],"parallel/test-repl-sigint-nested-eval.js":["IGNORE",null,{"ignoreReason":"error: Uncaught (in promise) TypeError: Cannot read properties of null (reading "}],"parallel/test-querystring-maxKeys-non-finite.js":[true,null,{}],"parallel/test-common-countdown.js":[true,null,{}],"parallel/test-snapshot-error.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-quic-handshake-ipv6-only.mjs":[true,null,{}],"parallel/test-stream-writable-writable.js":[true,null,{}],"parallel/test-x509-escaping.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'DNS:good.example.com, DNS:evil.example.com'\n- 'DNS:\"good.example.com\\\\u002c DNS:evil.example.com\"'\n\n    assert.strictEqual(cert.subjectAltName, expectedSANs[i]);\n           ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-x509-escaping.js:118:12)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-x509-escaping.js:5:26\n"},{}],"parallel/test-sqlite-timeout.js":[true,null,{"usesNodeTest":1}],"parallel/test-buffer-bytelength.js":[true,null,{}],"parallel/test-http2-compat-serverresponse-createpushresponse.js":[true,null,{}],"parallel/test-cluster-worker-events.js":[true,null,{}],"parallel/test-internal-util-assertCrypto.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"pummel/test-vm-memleak.js":[true,null,{}],"es-module/test-require-module-dynamic-import-1.js":["IGNORE",null,{"ignoreReason":"Test fixtures rely on Node's implicit CommonJS detection for .js files without a package.json; Deno defaults to ESM."}],"parallel/test-debugger-run-after-quit-restart.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"internet/test-snapshot-dns-lookup.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-tls-connect-timeout-option.js":[true,null,{}],"es-module/test-esm-windows.js":[true,null,{}],"test-runner/test-run-watch-without-file.mjs":[false,{"code":1,"stderr":"\nerror: Top-level await promise never resolved\nawait testRunnerWatch({ fileToUpdate: 'test.js', useRunApi: true });\n^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-run-watch-without-file.mjs:8:1)\n"},{}],"parallel/test-cli-syntax-piped-bad.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-http-perf_hooks.js":[true,null,{}],"parallel/test-net-connect-reset-until-connected.js":[true,null,{}],"parallel/test-buffer-safe-unsafe.js":[true,null,{}],"parallel/test-tls-get-ca-certificates-default.js":[true,null,{}],"parallel/test-gc-tls-external-memory.js":[true,null,{}],"parallel/test-http2-compat-serverrequest-pause.js":[true,null,{}],"parallel/test-http-full-response.js":[true,null,{}],"parallel/test-permission-fs-read-entrypoint.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-worker-stack-overflow.js":[true,null,{}],"parallel/test-buffer-tostring-rangeerror.js":[true,null,{}],"parallel/test-double-tls-server.js":[true,null,{}],"parallel/test-whatwg-encoding-custom-textdecoder-invalid-arg.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n-   code: 'ERR_INVALID_ARG_TYPE',\n    name: 'TypeError'\n  }\n\n    assert.throws(() => {\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-encoding-custom-textdecoder-invalid-arg.js:12:12\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-encoding-custom-textdecoder-invalid-arg.js:11:30)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-encoding-custom-textdecoder-invalid-arg.js:5:26\n"},{}],"module-hooks/test-module-hooks-load-chained.js":[true,null,{}],"parallel/test-event-target.js":[true,null,{}],"parallel/test-runner-typechecking.js":[true,null,{"usesNodeTest":1}],"parallel/test-btoa-atob.js":[true,null,{}],"parallel/test-stream-transform-final-sync.js":[true,null,{}],"parallel/test-dns.js":[true,null,{}],"parallel/test-child-process-stdio-reuse-readable-stdio.js":[true,null,{}],"parallel/test-fetch.mjs":[true,null,{}],"parallel/test-webcrypto-derivebits-ecdh.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'Invalid length'\n-   message: /derived bit length is too small/\n  }\n\n        await assert.rejects(subtle.deriveBits({\n        ^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-derivebits-ecdh.js:149:9\n    at async Promise.all (index 1)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-derivebits-ecdh.js:90:3\n"},{}],"es-module/test-require-module-feature-detect.js":["IGNORE",null,{"ignoreReason":"Tests Node's process.features.require_module flag, which Deno does not expose."}],"parallel/test-fastutf8stream-destroy.js":[true,null,{}],"parallel/test-https-server-request-timeout.js":[true,null,{}],"parallel/test-vm-script-throw-in-tostring.js":[true,null,{}],"parallel/test-net-connect-options-allowhalfopen.js":[true,null,{}],"parallel/test-event-emitter-get-max-listeners.js":[true,null,{}],"parallel/test-net-persistent-keepalive.js":[true,null,{}],"parallel/test-compile-cache-typescript-commonjs.js":[true,null,{}],"parallel/test-fs-assert-encoding-error.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   name: 'Error'\n-   code: 'ERR_INVALID_ARG_VALUE',\n-   name: 'TypeError'\n  }\n\nassert.throws(() => {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-assert-encoding-error.js:22:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-assert-encoding-error.js:5:26\n"},{}],"parallel/test-http-automatic-headers.js":[true,null,{}],"pseudo-tty/test-repl-external-module.js":[false,{},{}],"parallel/test-webcrypto-digest.js":[false,{"code":1,"stderr":"1..0 # Skipped: Skipping unsupported test cases\n\nerror: Uncaught (in promise) NotSupportedError: Unrecognized algorithm name\n      new Uint8Array(await subtle.digest({ name: 'cSHAKE128', length: 0 }, Buffer.alloc(1))),\n                                  ^\n    at normalizeAlgorithm (ext:deno_crypto/00_crypto.js:276:11)\n    at SubtleCrypto.digest (ext:deno_crypto/00_crypto.js:578:17)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-digest.js:262:35\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-digest.js:270:5)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-digest.js:5:26\n"},{}],"client-proxy/test-https-proxy-request-proxy-failure-500.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) TypeError: Cannot read properties of null (reading 'length')\nassert.strictEqual(stderr.match(/ERR_PROXY_TUNNEL.*Failed to establish tunnel to .* HTTP\\/1\\.1 500 Connection Error/g).length, 1);\n                                                                                                                      ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-proxy-failure-500.mjs:47:119\n"},{}],"pseudo-tty/test-tty-stdin-end.js":[true,null,{}],"parallel/test-buffer-constructor-node-modules-paths.js":[true,null,{}],"parallel/test-repl-pretty-stack-custom-writer.js":[true,null,{}],"parallel/test-diagnostics-channel-http2-client-stream-finish.js":[true,null,{}],"parallel/test-net-socket-destroy-twice.js":[true,null,{}],"parallel/test-compile-cache-portable-esm.js":["IGNORE",null,{"ignoreReason":"ESM (.mjs) main entry is loaded by Deno's main module loader, which does not route through node:module and so cannot emit the COMPILE_CACHE debug trace expected by this test"}],"parallel/test-repl-harmony.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: The input did not match the regular expression /> Uncaught TypeError: /. Input:\n\n'Deno 2.8.0+fbb5be3\\n' +\n  'exit using ctrl+d, ctrl+c, or close()\\n' +\n  'REPL is running with all permissions allowed.\\n' +\n  'To specify permissions, run `deno repl` with allow flags.\\n' +\n  'Uncaught TypeError: Assignment to constant variable.\\n' +\n  '    at <anonymous>:4:5\\n' +\n  '    at <anonymous>:5:3\\n'\n\n  assert.match(out, expectOut);\n         ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-harmony.js:46:10)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-repl-close.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-zlib-write-after-flush.js":[true,null,{}],"parallel/test-fs-cp-async-symlink-over-file.mjs":[true,null,{}],"parallel/test-zlib-unzip-one-byte-chunks.js":[true,null,{}],"parallel/test-http-server-request-timeout-interrupted-body.js":[true,null,{}],"sequential/test-tls-session-timeout.js":[true,null,{}],"parallel/test-worker.mjs":[true,null,{}],"parallel/test-http-client-timeout-with-data.js":[true,null,{}],"parallel/test-http-status-reason-invalid-chars.js":[true,null,{}],"parallel/test-whatwg-events-eventtarget-this-of-listener.js":[true,null,{}],"parallel/test-repl-require-after-write.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: The expression evaluated to a falsy value:\n\n  assert.ok(out.endsWith('> 1\\n> '))\n\n  assert.ok(out.endsWith('> 1\\n> '));\n         ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-require-after-write.js:27:10)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-net-socket-reset-send.js":[true,null,{}],"parallel/test-whatwg-readablebytestreambyob.js":[true,null,{}],"es-module/test-esm-dynamic-import-commonjs.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(!tickDuringCJSImport)\n\n  assert(!tickDuringCJSImport);\n  ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-dynamic-import-commonjs.js:17:3\n"},{}],"parallel/test-fs-cp-sync-nested-files-folders.mjs":[true,null,{}],"parallel/test-net-keepalive.js":[true,null,{}],"parallel/test-timers-clearImmediate-als.js":[true,null,{}],"parallel/test-signal-args.js":["IGNORE",null,{"ignoreReason":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0."}],"parallel/test-worker-cpu-usage.js":[true,null,{}],"parallel/test-sqlite-data-types.js":[true,null,{"usesNodeTest":1}],"test-runner/test-output-coverage-short-filename.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: Coverage Print Short Filename\\n' +\n    'ok 1 - Coverage Print Short Filename\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n...\n    '# todo 0\\n' +\n+   '# duration_ms *\\n'\n-   '# duration_ms *\\n' +\n-   '# start of coverage report\\n' +\n-   '# ---------------------------------------------------------------------------------------\\n' +\n-   '# file      | line % | branch % | funcs % | uncovered lines\\n' +\n-   '# ---------------------------------------------------------------------------------------\\n' +\n-   '# a.js      |  55.77 |   100.00 |    0.00 | 5-7 9-11 13-15 17-19 29-30 40-42 45-47 50-52\\n' +\n-   '# ---------------------------------------------------------------------------------------\\n' +\n-   '# all files |  55.77 |   100.00 |    0.00 |\\n' +\n-   '# ---------------------------------------------------------------------------------------\\n' +\n-   '# end of coverage report\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-coverage-short-filename.mjs:12:1\n"},{}],"parallel/test-http-client-error-rawbytes.js":[true,null,{}],"parallel/test-runner-option-validation.js":[true,null,{"usesNodeTest":1}],"parallel/test-http2-compat-write-early-hints-invalid-argument-type.js":[true,null,{}],"parallel/test-repl-inspector.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: ifError got unwanted exception: ifError got unwanted exception: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [\n+   [],\n-   [\n-     'myVariable'\n-   ],\n    'myVar'\n  ]\n\n    at EventEmitter.emit (ext:deno_node/_events.mjs:415:20)\n    at _replCaptureCallback (node:repl:61:11)\n    at process._fatalException (node:process:741:5)\n    at uncaughtExceptionHandler (node:process:378:18)\n    at Object.nodeProcessUnhandledRejectionCallback (node:process:1072:13)\n    at processUnhandledPromiseRejection (ext:runtime_main/js/99_main.js:509:15)\n    at __handleRejections (ext:core/01_core.js:491:25)\n"},{}],"parallel/test-http-keep-alive-timeout.js":[true,null,{}],"parallel/test-tls-canonical-ip.js":["IGNORE",null,{"ignoreReason":"Requires internalBinding('cares_wrap').canonicalizeIP, which is not implemented in Deno"}],"module-hooks/test-async-loader-hooks-called-with-register.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"client-proxy/test-http-set-global-proxy-from-env-fetch-https.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: http.setGlobalProxyFromEnv is not a function\n  restore = http.setGlobalProxyFromEnv(config);\n                 ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:6:18\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: http.setGlobalProxyFromEnv is not a function\\n' +\n+     '  restore = http.setGlobalProxyFromEnv(config);\\n' +\n+     '                 ^\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:6:18',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-fetch-https.mjs:16:1\n"},{}],"parallel/test-process-binding.js":[true,null,{}],"parallel/test-source-map-cjs-require-cache.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Test SourceMap of deleted CJS module is cleared failed\n  throw new Error(`Test ${name} failed`);\n        ^\n    at gcUntil (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/gc.js:64:9)\n"},{}],"parallel/test-domain-uncaught-exception.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: test test1 should have sent message: uncaughtException but didn't\n          assert.fail(`test ${test.fn.name} should have sent message: ${\n                 ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-uncaught-exception.js:174:18\n    at Array.forEach (<anonymous>)\n    at ChildProcess.onExit (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-uncaught-exception.js:171:29)\n    at ChildProcess.onExit (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:427:22)\n    at ext:deno_node/internal/child_process.ts:1954:16\n    at processTicksAndRejections (ext:core/01_core.js:368:13)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-dgram-error-message-address.js":[true,null,{}],"parallel/test-cluster-worker-isdead.js":[true,null,{}],"parallel/test-module-wrap.js":[true,null,{}],"test-runner/test-watch-dependency-isolation-process.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-child-process-send-returns-boolean.js":[true,null,{}],"parallel/test-socket-options-invalid.js":[true,null,{}],"parallel/test-http-client-headers-array.js":[true,null,{}],"parallel/test-tls-cli-min-max-conflict.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Failed to parse Node.js CLI arguments: either --tls-min-v1.3 or --tls-max-v1.2 can be used, not both. If you believe this is a valid Node.js flag, please report it at https://github.com/denoland/deno/issues\nchild_process.execFile(process.argv[0], args, common.mustCall((err) => {\n              ^\n    at buildCommand (ext:deno_node/internal/child_process.ts:1229:22)\n    at ChildProcess.#spawnInternal (ext:deno_node/internal/child_process.ts:202:54)\n    at ChildProcess.spawn (ext:deno_node/internal/child_process.ts:173:26)\n    at spawn (ext:deno_node/child_process.ts:169:11)\n    at Object.execFile (ext:deno_node/child_process.ts:342:19)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-cli-min-max-conflict.js:11:15)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n"},{}],"parallel/test-cluster-dgram-reuseport.js":["IGNORE",null,{"ignoreReason":"times out"}],"parallel/test-net-writable.js":[true,null,{}],"parallel/test-https-selfsigned-no-keycertsign-no-crash.js":[true,null,{}],"parallel/test-fastutf8stream-minlength.js":[true,null,{}],"parallel/test-timers-promises.js":[true,null,{"usesNodeTest":1}],"parallel/test-http2-max-invalid-frames.js":[true,null,{}],"parallel/test-webcrypto-get-public-key.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: subtle.getPublicKey is not a function\n  const publicKey = await subtle.getPublicKey(privateKey, usages);\n                                 ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-get-public-key.mjs:35:34\n"},{}],"parallel/test-child-process-server-close.js":[true,null,{}],"parallel/test-vm-preserves-property.js":[true,null,{}],"es-module/test-esm-import-attributes-errors.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_UNKNOWN_MODULE_FORMAT'\n- }\n\nconst jsModuleDataUrl = 'data:text/javascript,exportassert';\n                         ^\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-attributes-errors.js:5:26\n    at async test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-attributes-errors.js:9:3)\n"},{}],"parallel/test-timers-unrefed-in-beforeexit.js":[true,null,{}],"parallel/test-cluster-setup-primary-emit.js":[true,null,{}],"parallel/test-http-agent.js":[true,null,{}],"parallel/test-process-external-stdio-close-spawn.js":[true,null,{}],"parallel/test-events-listener-count-with-listener.js":[true,null,{}],"parallel/test-https-agent-session-reuse.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected \"actual\" to be strictly unequal to:\n\n'64656e6f2d746c7331332d64756d6d792d73657373696f6e3a6167656e74313a3431363039'\n  assert.notStrictEqual(clientSessions.first.toString('hex'),\n         ^\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-agent-session-reuse.js:117:10)\n    at process.emit (ext:deno_node/_events.mjs:415:20)\n    at process.emit (node:process:492:38)\n    at dispatchProcessExitEvent (node:process:1032:13)\n"},{}],"parallel/test-assert-esm-cjs-message-verify.js":[true,null,{"usesNodeTest":1}],"parallel/test-url-urltooptions.js":[true,null,{}],"parallel/test-http-max-sockets.js":[true,null,{}],"test-runner/test-watch-rename-isolation-process.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-vm-module-evaluate-synthethic-module.js":[true,null,{}],"parallel/test-debugger-watch-validation.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-stream-readable-resume-hwm.js":[true,null,{}],"parallel/test-tls-cert-ext-encoding.js":[true,null,{}],"parallel/test-crypto.js":[true,null,{}],"parallel/test-fs-cp-async-no-recursive.mjs":[true,null,{}],"parallel/test-tls-get-ca-certificates-system-without-flag.js":[true,null,{}],"parallel/test-dns-default-order-ipv4.js":[true,null,{}],"parallel/test-worker-safe-getters.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-timers-interval-promisified.js":[true,null,{}],"parallel/test-http-request-arguments.js":[true,null,{}],"parallel/test-repl-save-load-load-dir.js":[true,null,{}],"parallel/test-fs-watch-ignore-glob.js":[true,null,{}],"parallel/test-whatwg-webstreams-adapters-to-readablestream.js":[true,null,{}],"pseudo-tty/test-testpy-env-var-via-comment.js":[false,{"code":1,"stderr":"error: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\r\n+ actual - expected\r\n\r\n+ undefined\r\n- 'A_SET_ENV_VAR_VALUE'\r\n\r\nassert.strictEqual(process.env.A_SET_ENV_VAR, 'A_SET_ENV_VAR_VALUE');\r\n       ^\r\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-testpy-env-var-via-comment.js:12:8)\r\n    at Module._compile (node:module:1644:34)\r\n    at loadMaybeCjs (node:module:1672:12)\r\n    at Object..js (node:module:1654:12)\r\n    at Module.load (node:module:1515:32)\r\n    at Module._load (node:module:1212:14)\r\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-testpy-env-var-via-comment.js:5:26\r\n"},{}],"parallel/test-inspector-port-zero-cluster.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(ports.every((port) => port > 0))\n\n      assert(ports.every((port) => port > 0));\n      ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-port-zero-cluster.js:42:7\n"},{}],"parallel/test-tls-ecdh-multiple.js":[true,null,{}],"parallel/test-child-process-bad-stdio.js":[true,null,{"usesNodeTest":1}],"parallel/test-sqlite.js":[false,{"code":1,"stderr":"running 9 tests from ./test/parallel/test-sqlite.js\naccessing the node:sqlite module ...\n  cannot be accessed without the node: scheme ... FAILED (1ms)\n  can be disabled with --no-experimental-sqlite flag ... FAILED (87ms)\naccessing the node:sqlite module ... FAILED (due to 2 failed steps) (89ms)\nERR_SQLITE_ERROR is thrown for errors originating from SQLite ... ok (9ms)\nin-memory databases are supported ... ok (0ms)\nsqlite constants are defined ... ok (0ms)\nPRAGMAs are supported ... ok (1ms)\nBuffer is supported as the database path ... ok (1ms)\nURL is supported as the database path ... ok (2ms)\nURI query params ...\n  query params are supported with URL objects ... ok (0ms)\n  query params are supported with string ... ok (1ms)\n  query params are supported with Buffer ... ok (1ms)\nURI query params ... ok (4ms)\nSQL APIs enabled at build time ...\n  math functions are enabled ... FAILED (1ms)\n  dbstat is enabled ... ok (2ms)\n  fts3 is enabled ... ok (0ms)\n  fts3 parenthesis ... ok (0ms)\n  fts4 is enabled ... ok (1ms)\n  fts5 is enabled ... ok (1ms)\n  rtree is enabled ... ok (0ms)\n  rbu is enabled ... FAILED (2ms)\n  geopoly is enabled ... FAILED (0ms)\nSQL APIs enabled at build time ... FAILED (due to 3 failed steps) (8ms)\n\n ERRORS \n\naccessing the node:sqlite module ... cannot be accessed without the node: scheme => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Missing expected exception.\n    t.assert.throws(() => {\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-sqlite.js:11:14)\n\naccessing the node:sqlite module ... can be disabled with --no-experimental-sqlite flag => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input did not match the regular expression /No such built-in module: node:sqlite/. Input:\n\n''\n\n    t.assert.match(stderr, /No such built-in module: node:sqlite/);\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/test ..."},{"usesNodeTest":1}],"parallel/test-timers-to-primitive.js":[true,null,{}],"parallel/test-debugger-set-context-line-number.mjs":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-blocklist.js":[true,null,{}],"parallel/test-http-common.js":[true,null,{}],"abort/test-abort-backtrace.js":[true,null,{}],"parallel/test-cluster-accept-fail.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/cluster/round_robin_handle'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-cluster-accept-fail.js\nconst rr = require('internal/cluster/round_robin_handle');\n           ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-cluster-accept-fail.js:7:12)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"es-module/test-wasm-simple.js":[true,null,{}],"parallel/test-tls-use-after-free-regression.js":[true,null,{}],"parallel/test-http2-too-many-streams.js":[true,null,{}],"parallel/test-vm-global-setter.js":[true,null,{}],"parallel/test-http2-respond-file-filehandle.js":[true,null,{}],"parallel/test-stream-readable-flow-recursion.js":[true,null,{}],"es-module/test-esm-symlink.js":[false,{"code":1,"stderr":"\nerror: Expected a JavaScript or TypeScript module, but identified a Json module. Consider importing Json modules with an import attribute with the type of \"json\".\n  Specifier: file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.161/ignore_extension.json\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.161/entry.mjs:6:29\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(code, 0);\n         ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-symlink.js:46:10)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-repl-context.js":[true,null,{}],"parallel/test-whatwg-url-custom-inspect.js":[true,null,{}],"parallel/test-nodeeventtarget.js":[true,null,{}],"parallel/test-trace-sigint-in-worker.js":[true,null,{}],"parallel/test-http-server-options-incoming-message.js":[true,null,{}],"module-hooks/test-async-loader-hooks-initialize-process-exit.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-performance-function-async.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-function-async.js:26:44)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-function-async.js:5:26\n\n"},{}],"parallel/test-http2-endafterheaders.js":[true,null,{}],"parallel/test-signal-safety.js":[false,{"code":1,"stderr":"\n(node:13684) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /^TypeError: Illegal invocation$/. Input:\n\n'TypeError: Signal is not a constructor'\n\nassert.throws(function() {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-signal-safety.js:10:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-signal-safety.js:5:26\n"},{}],"parallel/test-dgram-ipv6only.js":[true,null,{}],"es-module/test-esm-require-cache.mjs":[true,null,{}],"parallel/test-crypto-keygen-invalid-parameter-encoding-dsa.js":[true,null,{}],"parallel/test-trace-events-dynamic-enable-workers-disabled.js":[true,null,{}],"es-module/test-typescript.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-http2-server-session-destroy.js":[true,null,{}],"parallel/test-mime-whatwg.js":[true,null,{}],"es-module/test-require-module-twice.js":["IGNORE",null,{"ignoreReason":"Test fixtures rely on Node's implicit CommonJS detection for .js files without a package.json; Deno defaults to ESM."}],"parallel/test-diagnostics-channel-http2-client-stream-body-single-buffer.js":[true,null,{}],"parallel/test-fs-lchown.js":[true,null,{}],"es-module/test-esm-default-type.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught SyntaxError: The requested module '../fixtures/es-modules/package-type-module/nested-default-type/module.js' does not provide an export named 'default'\nimport asdf from\n       ^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-default-type.mjs:4:8)\n"},{}],"parallel/test-trace-events-worker-metadata.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(FILE_NAME))\n\n    assert(fs.existsSync(FILE_NAME));\n    ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-worker-metadata.js:20:5)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-cluster-worker-destroy.js":[true,null,{}],"parallel/test-webstreams-compression-bad-chunks.js":[false,{"code":1,"stderr":"running 60 tests from ./test/parallel/test-webstreams-compression-bad-chunks.js\nCompressionStream rejects bad chunk (undefined) for deflate ... FAILED (2ms)\nDecompressionStream rejects bad chunk (undefined) for deflate ... FAILED (1ms)\nCompressionStream rejects bad chunk (null) for deflate ... FAILED (1ms)\nDecompressionStream rejects bad chunk (null) for deflate ... FAILED (0ms)\nCompressionStream rejects bad chunk (number) for deflate ... FAILED (0ms)\nDecompressionStream rejects bad chunk (number) for deflate ... FAILED (0ms)\nCompressionStream rejects bad chunk (object) for deflate ... FAILED (0ms)\nDecompressionStream rejects bad chunk (object) for deflate ... FAILED (0ms)\nCompressionStream rejects bad chunk (array) for deflate ... FAILED (0ms)\nDecompressionStream rejects bad chunk (array) for deflate ... FAILED (0ms)\nCompressionStream rejects bad chunk (SharedArrayBuffer) for deflate ... FAILED (0ms)\nDecompressionStream rejects bad chunk (SharedArrayBuffer) for deflate ... FAILED (0ms)\nCompressionStream rejects bad chunk (Uint8Array backed by SharedArrayBuffer) for deflate ... FAILED (0ms)\nDecompressionStream rejects bad chunk (Uint8Array backed by SharedArrayBuffer) for deflate ... FAILED (0ms)\nCompressionStream rejects bad chunk (undefined) for deflate-raw ... FAILED (0ms)\nDecompressionStream rejects bad chunk (undefined) for deflate-raw ... FAILED (0ms)\nCompressionStream rejects bad chunk (null) for deflate-raw ... FAILED (0ms)\nDecompressionStream rejects bad chunk (null) for deflate-raw ... FAILED (0ms)\nCompressionStream rejects bad chunk (number) for deflate-raw ... FAILED (0ms)\nDecompressionStream rejects bad chunk (number) for deflate-raw ... FAILED (0ms)\nCompressionStream rejects bad chunk (object) for deflate-raw ... FAILED (0ms)\nDecompressionStream rejects bad chunk (object) for deflate-raw ... FAILED (0ms)\nCompressionStream rejects bad chunk (array) for deflate-raw ... FAILED (0ms)\nDecompressionStream rejects bad chunk (array) for deflate-raw ... FAILED  ..."},{"usesNodeTest":1}],"parallel/test-http-abort-queued.js":[true,null,{}],"parallel/test-stdin-pipe-resume.js":[true,null,{}],"parallel/test-fs-write-no-fd.js":[true,null,{}],"parallel/test-benchmark-cli.js":["IGNORE",null,{"ignoreReason":"testing private benchmark utility"}],"parallel/test-stream2-read-sync-stack.js":[true,null,{}],"parallel/test-console-count.js":[false,{"code":1,"stderr":"default: 1\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n'' !== 'default: 1\\n'\n\nassert.strictEqual(buf, 'default: 1\\n');\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-count.js:13:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-count.js:5:26\n"},{}],"parallel/test-worker-message-port-transfer-filehandle.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception (DataCloneError).\n  assert.throws(() => {\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-transfer-filehandle.js:14:10\n"},{}],"parallel/test-http2-compat-serverresponse-writehead.js":[true,null,{}],"system-ca/test-set-default-ca-certificates-override-system.mjs":["IGNORE",null,{"ignoreReason":"Node.js system CA certificate handling is not implemented in Deno"}],"parallel/test-net-listen-exclusive-random-ports.js":[true,null,{}],"parallel/test-net-settimeout.js":[true,null,{}],"parallel/test-tls-net-socket-keepalive-12.js":[true,null,{}],"parallel/test-http-header-read.js":[true,null,{}],"parallel/test-net-connect-paused-connection.js":[true,null,{}],"parallel/test-vm-timeout-escape-promise-2.js":[true,null,{}],"parallel/test-eslint-alphabetize-errors.js":[true,null,{}],"parallel/test-process-getactiveresources-track-interval-lifetime.js":[true,null,{}],"parallel/test-child-process-exec-env.js":[true,null,{}],"es-module/test-esm-exports.mjs":[false,{"code":1,"stderr":"\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/baz/index.js\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/baz/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/node_modules\n/home/runner/work/deno/deno/tests/node_compat/node_modules\n/home/runner/work/deno/deno/tests/node_modules\n/home/runner/work/deno/deno/node_modules\n/home/runner/work/deno/node_modules\n/home/runner/work/node_modules\n/home/runner/node_modules\n/home/node_modules\n/node_modules\n\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/bar.js\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/node_modules\n/home/runner/work/deno/deno/tests/node_compat/node_modules\n/home/runner/work/deno/deno/tests/node_modules\n/home/runner/work/deno/deno/node_modules\n/home/runner/work/deno/node_modules\n/home/runner/work/node_modules\n/home/runner/node_modules\n/home/node_modules\n/node_modules\n\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/baz/node_modules/asdf.js\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/baz/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/node_modules\n/home/runner/work/deno/deno/tests/node_ ..."},{}],"parallel/test-tls-generic-stream.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert.ok(clientTLS._handle.writeQueueSize > 0)\n\n  assert.ok(clientTLS._handle.writeQueueSize > 0);\n         ^\n    at TLSSocket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-generic-stream.js:37:10)\n    at TLSSocket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:415:20)\n    at TLSSocket.onConnectSecure (ext:deno_node/_tls_wrap.js:1486:8)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:415:20)\n    at TLSSocket._finishInit (ext:deno_node/_tls_wrap.js:908:8)\n    at TLSWrap.onhandshakedone (ext:deno_node/_tls_wrap.js:244:20)\n    at Object.nativeHandle.readBuffer (ext:deno_node/internal_binding/tls_wrap.ts:124:13)\n    at DuplexSide.ondata (ext:deno_node/internal/js_stream_socket.js:161:22)\n    at DuplexSide.emit (ext:deno_node/_events.mjs:415:20)\n"},{}],"parallel/test-http-agent-keep-alive-timeout-buffer.js":[true,null,{}],"test-runner/test-output-test-timeout-flag-with-test.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-async-hooks-enabledhooksexits.js":[true,null,{}],"es-module/test-require-module-retry-import-evaluating.js":[true,null,{}],"parallel/test-dns-memory-error.js":[true,null,{}],"parallel/test-http-client-agent-abort-close-event.js":[true,null,{}],"parallel/test-http.js":[true,null,{}],"parallel/test-eslint-prefer-proto.js":[true,null,{}],"parallel/test-cli-node-cli-manpage-options.mjs":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-als-defaultvalue-original.js":[true,null,{}],"parallel/test-diagnostics-channel-has-subscribers.js":[true,null,{}],"parallel/test-performance-nodetiming-uvmetricsinfo.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'loopCount')\n  assert.strictEqual(info.loopCount, 0);\n                          ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/test-nodetiming-uvmetricsinfo.js:18:27)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/test-nodetiming-uvmetricsinfo.js:5:26\n\n\n1 !== 0\n\n  assert.strictEqual(status, 0, stderr.toString());\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-nodetiming-uvmetricsinfo.js:23:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-nodetiming-uvmetricsinfo.js:5:26\n"},{}],"parallel/test-inspector-invalid-protocol.js":[true,null,{}],"parallel/test-webcrypto-export-import-cfrg.js":[false,{"code":1,"stderr":"1..0 # Skipped: Skipping unsupported Curve448 test cases\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'Invalid key data'\n-   message: /Invalid key type/\n  }\n\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-export-import-cfrg.js:5:26\n"},{}],"parallel/test-fs-readdir-types.js":[false,{"code":1,"stderr":"\n(node:13523) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n'testing' !== 'empty'\n\n    assert.strictEqual(dirent.name, files[i]);\n           ^\n    at assertDirents (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-readdir-types.js:40:12)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-readdir-types.js:52:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-readdir-types.js:5:26\n"},{}],"es-module/test-esm-import-attributes-validation.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/modules/esm/assert'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-attributes-validation.js\nconst { validateAttributes } = require('internal/modules/esm/assert');\n                               ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-attributes-validation.js:7:32)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-fs-cp-async-invalid-options-type.mjs":[true,null,{}],"parallel/test-fs-cp-async-dir-to-file.mjs":[true,null,{}],"parallel/test-internal-process-binding.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-compression-decompression-stream.js":[false,{"code":1,"stderr":"running 2 tests from ./test/parallel/test-compression-decompression-stream.js\nDecompressionStream kInspect method ...\n  should return a predictable inspection string with DecompressionStream ... FAILED (0ms)\nDecompressionStream kInspect method ... FAILED (due to 1 failed step) (1ms)\nCompressionStream kInspect method ...\n  should return a predictable inspection string with CompressionStream ... FAILED (0ms)\nCompressionStream kInspect method ... FAILED (due to 1 failed step) (0ms)\n\n ERRORS \n\nDecompressionStream kInspect method ... should return a predictable inspection string with DecompressionStream => ext:deno_node/testing.ts:1141:21\nerror: TypeError: decompressionStream[kInspect] is not a function\n    const actual = decompressionStream[kInspect](depth, options);\n                                                ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-compression-decompression-stream.js:22:49)\n\nCompressionStream kInspect method ... should return a predictable inspection string with CompressionStream => ext:deno_node/testing.ts:1141:21\nerror: TypeError: compressionStream[kInspect] is not a function\n    const actual = compressionStream[kInspect](depth, options);\n                                              ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-compression-decompression-stream.js:35:47)\n\n FAILURES \n\nDecompressionStream kInspect method ... should return a predictable inspection string with DecompressionStream => ext:deno_node/testing.ts:1141:21\nCompressionStream kInspect method ... should return a predictable inspection string with CompressionStream => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 2 failed (2 steps) (4ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-http-client-timeout-connect-listener.js":[true,null,{}],"parallel/test-http2-multiplex.js":[true,null,{}],"parallel/test-trace-events-get-category-enabled-buffer.js":[true,null,{"usesNodeTest":1}],"parallel/test-http2-compat-serverrequest-end.js":[true,null,{}],"parallel/test-event-capture-rejections.js":[true,null,{}],"parallel/test-readline-undefined-columns.js":[true,null,{}],"parallel/test-net-better-error-messages-listen-path.js":[true,null,{}],"parallel/test-process-redirect-warnings.js":[false,{"code":1,"stderr":"\n(node:12284) Warning: a bad practice warning\nerror: Uncaught (in promise) AssertionError: ifError got unwanted exception: ENOENT: no such file or directory, open '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.513/warnings.txt'\n    assert.ifError(err);\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:456:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ext:deno_node/fs.ts:385:23\n"},{}],"parallel/test-http-listening.js":[true,null,{}],"parallel/test-http-client-response-domain.js":[true,null,{}],"module-hooks/test-async-loader-hooks-register-with-url-parenturl.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-worker-workerdata-messageport.js":[true,null,{}],"parallel/test-heap-prof-name.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.1224/test.heapprofile'\n- ]\n\n  assert.deepStrictEqual(profiles, [file]);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-name.js:41:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-name.js:5:26\n"},{}],"parallel/test-runner-custom-assertions.js":[false,{"code":1,"stderr":"Uncaught error from ./test/parallel/test-runner-custom-assertions.js FAILED\n\n ERRORS \n\n./test/parallel/test-runner-custom-assertions.js (uncaught error)\nerror: (in promise) TypeError: Cannot read properties of undefined (reading 'register')\ntestAssertions.register('isOdd', common.mustCallAtLeast((n) => {\n               ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-custom-assertions.js:6:16)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-custom-assertions.js:7:9\nThis error was not caught from a test and caused the test runner to fail on the referenced module.\nIt most likely originated from a dangling promise, event/timeout handler or top-level code.\n\n FAILURES \n\n./test/parallel/test-runner-custom-assertions.js (uncaught error)\n\nFAILED | 0 passed | 1 failed (0ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-http-server-request-timeout-pipelining.js":[true,null,{}],"parallel/test-async-hooks-correctly-switch-promise-hook.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   {\n-     after: true,\n-     before: true,\n-     init: true,\n-     promiseResolve: true,\n-     type: 'PROMISE'\n-   },\n-   {\n-     after: false,\n-     before: false,\n-     init: true,\n-     promiseResolve: true,\n-     type: 'PROMISE'\n-   },\n-   {\n-     after: true,\n-     before: true,\n-     init: true,\n-     promiseResolve: true,\n-     type: 'PROMISE'\n-   }\n- ]\n\n  assert.deepStrictEqual(Array.from(layers.values()), [\n         ^\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-correctly-switch-promise-hook.js:54:10)\n    at process.emit (ext:deno_node/_events.mjs:415:20)\n    at process.emit (node:process:492:38)\n    at dispatchProcessExitEvent (node:process:1032:13)\n"},{}],"parallel/test-tls-destroy-stream-12.js":[true,null,{}],"parallel/test-process-cpuUsage.js":[true,null,{}],"es-module/test-esm-wasm-reject-wasm-js-export-names.mjs":[false,{"code":1,"stderr":"\n[process 7960]: --- stderr ---\n\n[process 7960]: --- stdout ---\n\n[process 7960]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 0, expected 1\nspawnSyncAndAssert(\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-reject-wasm-js-export-names.mjs:6:1\n"},{}],"module-hooks/test-module-hooks-resolve-require-resolve-consistency.js":[true,null,{}],"parallel/test-eslint-avoid-prototype-pollution.js":[true,null,{}],"parallel/test-process-execve-validation.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'process.execve is not a function',\n-   code: 'ERR_INVALID_ARG_TYPE',\n-   message: 'The \"execPath\" argument must be of type string. Received type number (123)',\n    name: 'TypeError'\n  }\n\n    assert.throws(() => {\n           ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-execve-validation.js:14:12)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-execve-validation.js:5:26\n"},{}],"sequential/test-tls-connect.js":[true,null,{}],"sequential/test-debugger-custom-port.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-http-client-abort-response-event.js":[true,null,{}],"parallel/test-http2-request-remove-connect-listener.js":[true,null,{}],"parallel/test-https-autoselectfamily.js":[true,null,{}],"parallel/test-spawn-cmd-named-pipe.js":[true,null,{}],"parallel/test-stream-readableListening-state.js":[true,null,{}],"parallel/test-repl-history-perm.js":[true,null,{}],"module-hooks/test-module-hooks-load-esm-mock.js":[true,null,{}],"parallel/test-fs-cp-sync-src-dest-identical-error.mjs":[true,null,{}],"module-hooks/test-module-hooks-resolve-require-resolve-imported-cjs.js":[true,null,{}],"parallel/test-dns-resolveany.js":[true,null,{}],"parallel/test-http-set-trailers.js":[true,null,{}],"parallel/test-path-posix-exists.js":[true,null,{}],"parallel/test-domain-multiple-errors.js":[true,null,{}],"parallel/test-whatwg-transformstream-cancel-write-race.js":[true,null,{"usesNodeTest":1}],"es-module/test-esm-dynamic-import-mutating-fs.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.113/0.02569353110518713.mjs\".\nconst moduleRecord = await import(target);\n                     ^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-dynamic-import-mutating-fs.mjs:15:22\n"},{}],"es-module/test-esm-import-meta-main-eval.mjs":[false,{"code":1,"stderr":"running 2 tests from ./test/es-module/test-esm-import-meta-main-eval.mjs\nimport.meta.main in evaluated scripts ...\n  should evaluate true in evaluated script ... FAILED (67ms)\n  should evaluate true in worker instantiated with module source by evaluated script ... FAILED (76ms)\n  should evaluate true in worker instantiated with `data:` URL by evaluated script ... FAILED (67ms)\nimport.meta.main in evaluated scripts ... FAILED (due to 3 failed steps) (212ms)\nimport.meta.main in typescript scripts ...\n  should evaluate true in evaluated script ... ignored (0ms)\n  should evaluate true in worker instantiated with module source by evaluated script ... ignored (0ms)\n  should evaluate true in worker instantiated with `data:` URL by evaluated script ... ignored (0ms)\nimport.meta.main in typescript scripts ... ok (10ms)\n\n ERRORS \n\nimport.meta.main in evaluated scripts ... should evaluate true in evaluated script => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) SyntaxError: Cannot use import statement outside a module\\n' +\n+     '    at new Script (ext:deno_node/vm.js:100:20)\\n' +\n+     '    at createScript (ext:deno_node/vm.js:315:10)\\n' +\n+     '    at Object.runInThisContext (ext:deno_node/vm.js:348:10)\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\\n',\n-   stderr: '',\n    stdout: ''\n  }\n\n    assert.deepStrictEqual(result, {\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-meta-main-eval.mjs:43:12)\n\nimport.meta.main in evaluated scripts ... should evaluate true in worker instantiated with module source by evaluated script => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n- ..."},{"usesNodeTest":1}],"parallel/test-stdio-pipe-redirect.js":[true,null,{}],"parallel/test-worker-esmodule.js":[true,null,{}],"sequential/test-child-process-pass-fd.js":[true,null,{}],"parallel/test-tls-set-default-ca-certificates-recovery.js":[true,null,{}],"parallel/test-stream-ispaused.js":[true,null,{}],"parallel/test-http2-client-data-end.js":[true,null,{}],"parallel/test-vm-module-hastoplevelawait.js":[false,{"code":1,"stderr":"running 4 tests from ./test/parallel/test-vm-module-hastoplevelawait.js\nsimple module ... FAILED (0ms)\nsimple module with top-level await ... FAILED (0ms)\nsimple module with non top-level await ... FAILED (0ms)\nmodule with a dependency containing top-level await ... FAILED (0ms)\n\n ERRORS \n\nsimple module => ./test/parallel/test-vm-module-hastoplevelawait.js:12:1\nerror: TypeError: foo.hasTopLevelAwait is not a function\n  assert.strictEqual(foo.hasTopLevelAwait(), false);\n                         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-hastoplevelawait.js:17:26)\n\nsimple module with top-level await => ./test/parallel/test-vm-module-hastoplevelawait.js:20:1\nerror: TypeError: foo.hasTopLevelAwait is not a function\n  assert.strictEqual(foo.hasTopLevelAwait(), true);\n                         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-hastoplevelawait.js:27:26)\n\nsimple module with non top-level await => ./test/parallel/test-vm-module-hastoplevelawait.js:30:1\nerror: TypeError: foo.hasTopLevelAwait is not a function\n  assert.strictEqual(foo.hasTopLevelAwait(), false);\n                         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-hastoplevelawait.js:39:26)\n\nmodule with a dependency containing top-level await => ./test/parallel/test-vm-module-hastoplevelawait.js:42:1\nerror: TypeError: foo.hasTopLevelAwait is not a function\n  assert.strictEqual(foo.hasTopLevelAwait(), true);\n                         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-hastoplevelawait.js:57:26)\n\n FAILURES \n\nsimple module => ./test/parallel/test-vm-module-hastoplevelawait.js:12:1\nsimple module with top-level await => ./test/parallel/test-vm-modu ..."},{"usesNodeTest":1}],"parallel/test-runner-aftereach-runtime-skip.js":[true,null,{"usesNodeTest":1}],"parallel/test-common-must-not-call.js":[true,null,{}],"test-runner/test-output-coverage-width-150-uncovered-lines.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: Coverage Print Fixed Width 150\\n' +\n    'ok 1 - Coverage Print Fixed Width 150\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n...\n    '# todo 0\\n' +\n+   '# duration_ms *\\n'\n-   '# duration_ms *\\n' +\n-   '# start of coverage report\\n' +\n-   '# ----------------------------------------------------------------------------------------------------------------------------------------------------\\n' +\n-   '# file                                       | line % | branch % | funcs % | uncovered lines\\n' +\n-   '# ----------------------------------------------------------------------------------------------------------------------------------------------------\\n' +\n-   '# test                                       |        |          |         |\\n' +\n-   '#  fixtures                                  |        |          |         |\\n' +\n-   '#   test-runner                              |        |          |         |\\n' +\n-   '#    coverage-snap                           |        |          |         |\\n' +\n-   '#     a.js                                   |  55.77 |   100.00 |    0.00 | 5-7 9-11 13-15 17-19 29-30 40-42 45-47 50-52\\n' +\n-   '#     b.js                                   |  45.45 |   100.00 |    0.00 | 5-7 9-11\\n' +\n-   '#     many-uncovered-lines.js                |  50.99 |    42.86 |    1.92 | 5-7 9-11 13-15 17-19 29-30 40-42 45-47 50-52 55-57 59-61 63-65 67-69 91…\\n' +\n-   '#    output                                  |        |          |         |\\n' +\n-   '#     coverage-width-150-uncovered-lines.mjs | 100.00 |   100.00 |  100.00 |\\n' +\n-   '# ----------------------------------------------------------------------------------------------------------------------------------------------------\\n' +\n-   '# all files                                  |  53.13 |    60.00 |    1.61 |\\n' +\n-   '# --------- ..."},{}],"parallel/test-crypto-argon2-unsupported.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_CRYPTO_ARGON2_NOT_SUPPORTED'\n- }\n\nassert.throws(() => crypto.argon2(), { code: 'ERR_CRYPTO_ARGON2_NOT_SUPPORTED' });\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-crypto-argon2-unsupported.js:14:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-crypto-argon2-unsupported.js:5:26\n"},{}],"parallel/test-diagnostics-channel-pub-sub.js":[true,null,{}],"parallel/test-tls-interleave.js":[true,null,{}],"parallel/test-repl-underscore.js":[true,null,{}],"pummel/test-heapdump-http2.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-repl-persistent-history.js":[false,{"code":1,"stderr":"Mismatched before function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-persistent-history.js:140:20)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-persistent-history.js:5:26\nMismatched runTest function calls. Expected exactly 10, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-persistent-history.js:189:28)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-persistent-history.js:5:26\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-persistent-history.js:251:28\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at REPLServer.setupHistory (node:repl:1242:7)\n    at Object.createRepl [as createInternalRepl] (ext:deno_node/internal/repl.ts:45:8)\n    at runTest (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-persistent-hist ..."},{}],"parallel/test-module-main-preserve-symlinks-fail.js":[false,{"code":1,"stderr":"\nerror: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/iDoNotExist\".\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(e.toString().match(/Error: Cannot find module/))\n\n      assert(e.toString().match(/Error: Cannot find module/));\n      ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-main-preserve-symlinks-fail.js:15:7)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-main-preserve-symlinks-fail.js:5:26\n"},{}],"parallel/test-tls-hello-parser-failure.js":[true,null,{}],"test-runner/test-output-skip-pattern.mjs":[true,null,{}],"es-module/test-esm-wasm-load-exports.mjs":[true,null,{}],"parallel/test-process-warning.js":[true,null,{}],"parallel/test-fs-watch-recursive-watch-file.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-timers-reset-process-domain-on-throw.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ null\n- undefined\n\n    assert.strictEqual(process.domain, undefined);\n           ^\n    at Domain.handleDomainError (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-timers-reset-process-domain-on-throw.js:32:12)\n    at Domain.emit (ext:deno_node/_events.mjs:415:20)\n    at Domain.emit (ext:deno_node/domain.ts:273:16)\n    at Domain.emitError (ext:deno_node/domain.ts:8:10)\n    at Domain.run (ext:deno_node/domain.ts:175:9)\n    at Timeout.err [as _onTimeout] (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-timers-reset-process-domain-on-throw.js:21:5)\n    at invokeCallback (ext:deno_node/internal/timers.mjs:176:13)\n    at Object.cb [as _onTimeout] (ext:deno_node/internal/timers.mjs:214:16)\n    at listOnTimeout (ext:core/02_timers.js:307:17)\n    at Object.processTimers (ext:core/02_timers.js:250:7)\n"},{}],"pummel/test-heapdump-worker.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"module-hooks/test-module-hooks-create-require-with-url.mjs":[true,null,{}],"parallel/test-child-process-fork-stdio-string-variant.js":[true,null,{}],"parallel/test-zlib-close-after-write.js":[true,null,{}],"parallel/test-https-agent-additional-options.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: unsupported protocol\n    at Object.wrap (ext:deno_node/internal_binding/tls_wrap.ts:53:19)\n    at TLSSocket._wrapHandle (ext:deno_node/_tls_wrap.js:508:23)\n    at new TLSSocket (ext:deno_node/_tls_wrap.js:350:18)\n    at Object.connect (ext:deno_node/_tls_wrap.js:1556:19)\n    at Agent.createConnection (ext:deno_node/https.ts:207:24)\n    at Agent.createSocket (node:_http_agent:342:26)\n    at Agent.addRequest (node:_http_agent:283:10)\n    at new ClientRequest (node:_http_client:504:16)\n    at node:https:request (ext:deno_node/https.ts:247:12)\n    at Object.get (ext:deno_node/https.ts:75:17)\n"},{}],"parallel/test-ttywrap-stack.js":[true,null,{}],"parallel/test-http-mutable-headers.js":[true,null,{}],"parallel/test-stream-readable-hwm-0-no-flow-data.js":[true,null,{}],"parallel/test-http-proxy.js":[true,null,{}],"parallel/test-tls-connect-secure-context.js":[true,null,{}],"parallel/test-node-output-errors.mjs":["IGNORE",null,{"ignoreReason":"Snapshot output tests depend on exact Node.js CLI output formatting and process.config.variables"}],"parallel/test-webcrypto-derivekey-cfrg.js":[false,{"code":1,"stderr":"1..0 # Skipped: Skipping unsupported X448 test case\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_MISSING_OPTION'\n- }\n\nWarning Couldn't format source line: Column 26 is out of bounds (source may have changed at runtime)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-derivekey-cfrg.js:5:26\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-derivekey-cfrg.js:115:5\n"},{}],"parallel/test-http2-server-push-stream-head.js":[true,null,{}],"parallel/test-fs-cp-sync-copy-socket-error.mjs":[true,null,{}],"parallel/test-worker-message-port-constructor.js":[true,null,{}],"parallel/test-internal-webidl-converttoint.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"pummel/test-crypto-pqc-sign-verify-slh-dsa.mjs":[true,null,{}],"sequential/test-diagnostic-dir-cpu-prof.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(dir))\n\n  assert(fs.existsSync(dir));\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-diagnostic-dir-cpu-prof.js:42:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-diagnostic-dir-cpu-prof.js:5:26\n"},{}],"sequential/test-without-async-context-frame.mjs":[false,{"code":1,"stderr":"\n/opt/hostedtoolcache/Python/3.11.15/x64/bin/python3: can't open file '/home/runner/work/deno/deno/tests/node_compat/runner/suite/tools/test.py': [Errno 2] No such file or directory\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n2 !== 0\n\nassert.strictEqual(code, 0);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-without-async-context-frame.mjs:24:8\n"},{}],"internet/test-dgram-broadcast-multi-process.js":[true,null,{}],"parallel/test-fs-options-immutable.js":[true,null,{}],"parallel/test-diagnostics-channel-tracing-channel-sync.js":[true,null,{}],"parallel/test-v8-coverage.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: ENOENT: no such file or directory, readdir '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.1277/cov_1'\n  const coverageFiles = fs.readdirSync(coverageDirectory);\n                           ^\n    at Object.readdirSync (ext:deno_node/_fs/_fs_readdir.ts:120:13)\n    at getFixtureCoverage (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-coverage.js:196:28)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-coverage.js:30:27)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n"},{}],"parallel/test-permission-net-websocket.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-vm-cached-data.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: error: Uncaught (in promise) SyntaxError: Invalid regular expression flags\n    at new Script (ext:deno_node/vm.js:100:20)\n    at [eval]:8:20\n    at Script.#runInContext (ext:deno_node/vm.js:139:12)\n    at Script.runInThisContext (ext:deno_node/vm.js:149:30)\n    at Object.runInThisContext (ext:deno_node/vm.js:348:38)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\n\n\n1 !== 0\n\n  assert.strictEqual(out.status, 0, String(out.stderr));\n         ^\n    at produce (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-cached-data.js:33:10)\n    at testProduceConsume (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-cached-data.js:41:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-cached-data.js:52:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-cached-data.js:5:26\n"},{}],"parallel/test-tls-starttls-server.js":[true,null,{}],"parallel/test-buffer-pending-deprecation.js":[true,null,{}],"es-module/test-require-module-preload.js":["IGNORE",null,{"ignoreReason":"Tests Node's --require / --import preload CLI flags, which Deno does not implement."}],"parallel/test-debugger-object-type-remote-object.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-buffer-isencoding.js":[true,null,{}],"parallel/test-timers-unref-throw-then-ref.js":[true,null,{}],"parallel/test-http2-write-empty-string.js":[true,null,{}],"parallel/test-console-tty-colors-per-stream.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'Hello 42\\n'\n- 'Hello \\x1b[33m42\\x1b[39m\\n'\n         ^\n\nassert.strictEqual(stdout.read(), 'Hello \\x1B[33m42\\x1B[39m\\n');\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-tty-colors-per-stream.js:22:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-tty-colors-per-stream.js:5:26\n"},{}],"parallel/test-http-request-join-authorization-headers.js":[true,null,{}],"parallel/test-permission-child-process-cli.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-worker-non-fatal-uncaught-exception.js":[true,null,{}],"parallel/test-vm-create-context-circular-reference.js":[true,null,{}],"parallel/test-stream2-transform.js":[true,null,{}],"parallel/test-repl-preview-timeout.js":[true,null,{}],"internet/test-dns-ipv6.js":[true,null,{}],"parallel/test-http2-server-push-disabled.js":[true,null,{}],"parallel/test-repl-uncaught-exception-evalcallback.js":[true,null,{}],"parallel/test-http-agent-timeout.js":[true,null,{}],"parallel/test-inspector-has-inspector-false.js":[true,null,{}],"test-runner/test-watch-delete-isolation-none.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"es-module/test-esm-wasm-escape-import-names.mjs":[true,null,{}],"parallel/test-http2-raw-headers-defaults.js":[true,null,{}],"parallel/test-webstreams-adapters-sync-write-error.js":[true,null,{"usesNodeTest":1}],"parallel/test-child-process-execfilesync-maxbuf.js":[true,null,{}],"parallel/test-tls-set-default-ca-certificates-append-fetch.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'code')\n    assert.strictEqual(err.cause.code, 'UNABLE_TO_VERIFY_LEAF_SIGNATURE');\n                                 ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-set-default-ca-certificates-append-fetch.mjs:40:34)\n    at expectedException (ext:deno_node/assert.ts:199:19)\n    at expectsError (ext:deno_node/assert.ts:312:5)\n    at assert.rejects (ext:deno_node/assert.ts:571:5)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-set-default-ca-certificates-append-fetch.mjs:37:1\n"},{}],"parallel/test-shadow-realm-import-value-resolve.js":["IGNORE",null,{"ignoreReason":"Deno does not expose `ShadowRealm` globally; the spec is still TC39 Stage 2.7"}],"parallel/test-v8-take-coverage-noop.js":[false,{"code":1,"stderr":"error: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/v8-coverage/take-coverage\". Maybe add a '.js' extension or run with --sloppy-imports\n\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(output.status, 0);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-take-coverage-noop.js:29:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-take-coverage-noop.js:5:26\n"},{}],"parallel/test-http-response-status-message.js":[true,null,{}],"parallel/test-stream-duplexpair.js":[true,null,{}],"parallel/test-stream-pipe-event.js":[true,null,{}],"parallel/test-fs-cp-sync-copy-symlinks-to-existing-symlinks.mjs":[true,null,{}],"parallel/test-http2-client-priority-before-connect.js":[true,null,{}],"parallel/test-crypto-rsa-dsa.js":[true,null,{}],"parallel/test-child-process-prototype-tampering.mjs":[true,null,{}],"parallel/test-worker-message-port-transfer-target.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: The communication channel is still open at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-transfer-target.js:21\n    assert.fail(\n           ^\n    at Timeout.mustNotCall [as _onTimeout] (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:551:12)\n    at invokeCallback (ext:deno_node/internal/timers.mjs:176:13)\n    at Object.cb [as _onTimeout] (ext:deno_node/internal/timers.mjs:214:16)\n    at listOnTimeout (ext:core/02_timers.js:307:17)\n    at Object.processTimers (ext:core/02_timers.js:250:7)\n    at __eventLoopTick (ext:core/01_core.js:464:33)\n"},{}],"parallel/test-http2-multi-content-length.js":[true,null,{}],"parallel/test-snapshot-dns-lookup-localhost.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-http-res-write-after-end.js":[true,null,{}],"parallel/test-cluster-disconnect-unshared-tcp.js":[true,null,{}],"parallel/test-repl-definecommand.js":[true,null,{}],"parallel/test-require-node-prefix.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   code: 'MODULE_NOT_FOUND',\n+   message: \"Cannot find module 'node:unknown'\"\n-   code: 'ERR_UNKNOWN_BUILTIN_MODULE',\n-   message: /^No such built-in module: /u\n  }\n\n  assert.throws(\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-require-node-prefix.js:15:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-require-node-prefix.js:5:26\n"},{}],"sequential/test-worker-fshandles-open-close-on-termination.js":[true,null,{}],"client-proxy/test-https-proxy-request-max-sockets.mjs":[false,{"code":1,"stderr":"req1 socket acquired\nheaders received for /first { host: \"localhost:34717\", connection: \"keep-alive\" }\nResponding to /first\nreq1 response received\nreq1 end\n\nerror: Uncaught AssertionError: function should not have been called at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-max-sockets.mjs:114\ncalled with arguments: Error: socket hang up\n    at connResetException (ext:deno_node/internal/errors.ts:2225:16)\n    at TLSSocket.socketOnEnd (node:_http_client:780:25)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5) {\n  code: 'ECONNRESET'\n}\n    assert.fail(\n           ^\n    at ClientRequest.mustNotCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:551:12)\n    at ClientRequest.emit (ext:deno_node/_events.mjs:415:20)\n    at emitErrorEvent (node:_http_client:327:11)\n    at TLSSocket.socketOnEnd (node:_http_client:780:5)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"pseudo-tty/test-assert-no-color.js":[true,null,{}],"wasi/test-wasi-gettimeofday.js":[true,null,{}],"parallel/test-stream-writable-write-error.js":[true,null,{}],"parallel/test-url-pathtofileurl.js":[true,null,{}],"test-runner/test-output-typescript-coverage.mjs":[true,null,{}],"parallel/test-http-url.parse-path.js":[true,null,{}],"parallel/test-http2-client-jsstream-destroy.js":[true,null,{}],"parallel/test-util-emit-experimental-warning.js":[true,null,{}],"parallel/test-tls-error-stack.js":[true,null,{}],"parallel/test-eslint-prefer-assert-iferror.js":[true,null,{}],"module-hooks/test-async-loader-hooks-require-resolve-opt-in.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-require-empty-main.js":["IGNORE",null,{"ignoreReason":"Test fixtures rely on Node's implicit CommonJS detection for .js files without a package.json; Deno defaults to ESM."}],"parallel/test-worker-message-type-unknown.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected error not found in: error: Uncaught (in worker \"[worker eval]\") TypeError: getEnvMessagePort is not a function\n    at [ext:runtime/web_worker.rs:1112:35]:8:25\n\n  assert.ok(result.stderr.includes('Unknown worker message type FHQWHGADS'),\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-type-unknown.js:16:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-type-unknown.js:5:26\n"},{}],"parallel/test-webstreams-finished.js":[true,null,{}],"parallel/test-warn-tls-common-deprecation.js":[true,null,{}],"parallel/test-fs-promises-write-optional-params.js":[true,null,{}],"parallel/test-file-write-stream4.js":[true,null,{}],"parallel/test-pipe-outgoing-message-data-emitted-after-ended.js":[true,null,{}],"pummel/test-heapdump-dns.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-url-format-invalid-input.js":[true,null,{"usesNodeTest":1}],"parallel/test-http-readable-data-event.js":[true,null,{}],"parallel/test-http-end-throw-socket-handling.js":[true,null,{}],"parallel/test-cluster-child-index-dgram.js":[true,null,{}],"parallel/test-buffer-of-no-deprecation.js":[true,null,{}],"parallel/test-process-raw-debug.js":[true,null,{}],"parallel/test-set-http-max-http-headers.js":[false,{"code":1,"stderr":"running 3 tests from ./test/parallel/test-set-http-max-http-headers.js\n<anonymous> ...\nok | 0 passed | 0 failed (108ms)\n\n\nerror: Promise resolution is still pending but the event loop has already resolved\n"},{"usesNodeTest":1}],"parallel/test-os-homedir-no-envvar.js":[true,null,{}],"parallel/test-stream3-pause-then-read.js":[true,null,{}],"pummel/test-http-many-keep-alive-connections.js":[true,null,{}],"parallel/test-worker-message-port-move.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(port.postMessage instanceof Function)\n\n    at evalmachine.<anonymous>:3:5\n    at evalmachine.<anonymous>:40:3\n    at Script.#runInContext (ext:deno_node/vm.js:139:12)\n    at Script.runInContext (ext:deno_node/vm.js:154:30)\n    at Object.runInContext (ext:deno_node/vm.js:332:6)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-move.js:22:4)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n"},{}],"parallel/test-perf-hooks-resourcetiming.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(PerformanceResourceTiming)\n\nassert(PerformanceResourceTiming);\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-perf-hooks-resourcetiming.js:16:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-perf-hooks-resourcetiming.js:5:26\n"},{}],"parallel/test-process-getactiveresources-track-active-handles.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-whatwg-url-custom-parsing.js":[true,null,{}],"parallel/test-process-warnings.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-process-warnings.mjs\nprocess warnings ...\n  should emit all warnings by default ... ok (41ms)\n  --no-warnings ...\n    should silence all warnings by default ... ok (41ms)\n  --no-warnings ... ok (41ms)\n  --no-deprecation ...\n    should silence all deprecation warnings ... FAILED (41ms)\n  --no-deprecation ... FAILED (due to 1 failed step) (41ms)\n  --disable-warning ...\n    should silence deprecation warning DEP1 ... FAILED (39ms)\n    should silence deprecation warnings DEP1 and DEP2 ... FAILED (42ms)\n    should silence all deprecation warnings using type DeprecationWarning ... FAILED (38ms)\n    should silence all experimental warnings using type ExperimentalWarning ... FAILED (40ms)\n    should pass down option to worker ... FAILED (70ms)\n    should not support a comma separated list ... ok (74ms)\n    should be specifiable in NODE_OPTIONS ... FAILED (40ms)\n  --disable-warning ... FAILED (due to 6 failed steps) (344ms)\nprocess warnings ... FAILED (due to 2 failed steps) (470ms)\n\n ERRORS \n\nprocess warnings ... --no-deprecation ... should silence all deprecation warnings => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input was expected to not match the regular expression /\\(node:\\d+\\) \\[DEP1\\] DeprecationWarning/. Input:\n\n'(node:11035) [DEP1] DeprecationWarning: Deprecation Warning 1\\n' +\n  '(node:11035) [DEP2] DeprecationWarning: Deprecation Warning 2\\n' +\n  '(node:11035) ExperimentalWarning: Experimental Warning\\n'\n\n      assert.doesNotMatch(stderr, dep1Message);\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-warnings.mjs:53:14)\n\nprocess warnings ... --disable-warning ... should silence deprecation warning DEP1 => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input was expected to not match the regular expression /\\(node:\\d+\\) \\[DEP1\\] DeprecationWarning/. Input:\n\n'(node:11052) [DEP1] DeprecationWarning:  ..."},{"usesNodeTest":1}],"parallel/test-inspector-dom-storage.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Inspector error -32601: 'Storage.getStorageKey' wasn't found\nconst assert = require('assert');\n                         ^\n    at Session.#onMessage (ext:deno_node/inspector.js:125:15)\n    at Session.#drainMessages (ext:deno_node/inspector.js:158:24)\n    at ext:deno_node/inspector.js:148:49\n    at Object.processTicksAndRejections (ext:core/01_core.js:368:13)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-dom-storage.js:5:26\n"},{}],"parallel/test-tls-connect-allow-half-open-option.js":[true,null,{}],"parallel/test-tls-off-thread-cert-loading-disabled.js":[true,null,{}],"parallel/test-structuredClone-domexception.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   name: 'TypeError'\n-   name: 'DataCloneError'\n  }\n\n  assert.throws(() => {\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-structuredClone-domexception.js:43:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-structuredClone-domexception.js:5:26\n"},{}],"parallel/test-whatwg-readablebytestream-bad-buffers-and-views.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n-   code: 'ERR_INVALID_STATE',\n    name: 'TypeError'\n  }\n\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-readablebytestream-bad-buffers-and-views.js:5:26\n"},{}],"parallel/test-http-agent-scheduling.js":[true,null,{}],"es-module/test-require-module-default-extension.js":[false,{"code":1,"stderr":"{ entry: \"cjs\" }\n\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\nassert.throws(() => {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-default-extension.js:10:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-default-extension.js:5:26\n"},{}],"parallel/test-dgram-send-multi-string-array.js":[true,null,{}],"parallel/test-process-uptime.js":[true,null,{}],"parallel/test-net-write-fully-async-hex-string.js":[true,null,{}],"parallel/test-events-on-async-iterator.js":[true,null,{}],"parallel/test-http-chunked-smuggling.js":[true,null,{}],"client-proxy/test-https-proxy-request-ipv6.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   {\n-     headers: {\n-       'proxy-connection': 'keep-alive',\n-       host: 'localhost:35127'\n-     },\n-     method: 'CONNECT',\n-     url: 'localhost:35127'\n-   }\n- ]\n\n  assert.deepStrictEqual(logs, expectedLogs);\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-ipv6.mjs:55:10\n"},{}],"parallel/test-runner-mock-timers-scheduler.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-runner-mock-timers-scheduler.js\nMock Timers Scheduler Test Suite ...\n  should advance in time and trigger timers when calling the .tick function ... FAILED (1ms)\n  should advance in time and trigger timers when calling the .tick function multiple times ... FAILED (0ms)\n  should work with the same params as the original timers/promises/scheduler.wait ... FAILED (1ms)\n  should abort operation if timers/promises/scheduler.wait received an aborted signal ... FAILED (0ms)\n  should abort operation even if the .tick was not called ... FAILED (0ms)\n  should abort operation when .abort is called before calling setInterval ... FAILED (1ms)\n  should reject given an an invalid signal instance ... FAILED (0ms)\nMock Timers Scheduler Test Suite ... FAILED (due to 7 failed steps) (5ms)\n\n ERRORS \n\nMock Timers Scheduler Test Suite ... should advance in time and trigger timers when calling the .tick function => ext:deno_node/testing.ts:1141:21\nerror: Error: Not implemented: test.mock.timers.enable\n    t.mock.timers.enable({ apis: ['scheduler.wait'] });\n                  ^\n    at notImplemented (ext:deno_node/_utils.ts:10:11)\n    at Object.enable (ext:deno_node/testing.ts:1516:9)\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-mock-timers-scheduler.js:11:19)\n\nMock Timers Scheduler Test Suite ... should advance in time and trigger timers when calling the .tick function multiple times => ext:deno_node/testing.ts:1034:37\nerror: Error: Not implemented: test.mock.timers.enable\n    t.mock.timers.enable({ apis: ['scheduler.wait'] });\n                  ^\n    at notImplemented (ext:deno_node/_utils.ts:10:11)\n    at Object.enable (ext:deno_node/testing.ts:1516:9)\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-mock-timers-scheduler.js:29:19)\n\nMock Timers Scheduler Test Suite ... should work with th ..."},{"usesNodeTest":1}],"parallel/test-zlib-params.js":[true,null,{}],"parallel/test-fs-write-buffer.js":[true,null,{}],"parallel/test-http2-client-settings-before-connect.js":[true,null,{}],"parallel/test-inspector-vm-global-accessors-sideeffects.js":[true,null,{}],"test-runner/test-output-name-pattern.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n+   '# Subtest: top level test disabled\\n' +\n+   'not ok 1 - top level test disabled\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n+   '# Subtest: top level skipped test disabled\\n' +\n+   'ok 2 - top level skipped test disabled # SKIP\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n    '# Subtest: top level skipped test enabled\\n' +\n+   'ok 3 - top level skipped test enabled # SKIP\\n' +\n-   'ok 1 - top level skipped test enabled # SKIP\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'test'\\n\" +\n    '  ...\\n' +\n    '# Subtest: top level it enabled\\n' +\n+   'ok 4 - top level it enabled\\n' +\n-   'ok 2 - top level it enabled\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'test'\\n\" +\n    '  ...\\n' +\n+   '# Subtest: top level it disabled\\n' +\n+   'not ok 5 - top level it disabled\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n+   '# Subtest: top level skipped it disabled\\n' +\n+   'ok 6 - top level skipped it disabled # SKIP\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n    '# Subtest: top level skipped it enabled\\n' +\n+   'ok 7 - top level skipped it enabled # SKIP\\n' +\n-   'ok 3 - top level skipped it enabled # SKIP\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'test'\\n\" +\n    '  ...\\n' +\n+   '# Subtest: top level describe never disabled\\n' +\n+   'ok 8 - top level describe never disabled\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'suite'\\n\" +\n+   '  ...\\n' +\n+   '# Subtest: top level skipped describe disabled\\n' +\n+   'ok 9 - top level skipped describe disabled # SKIP\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'suite'\\n\" +\n+   '  ...\\n' +\n    '# Subtest: top level skipped describe enab ..."},{}],"parallel/test-net-socket-byteswritten.js":[true,null,{}],"parallel/test-inspector-async-hook-setup-at-signal.js":[false,{"code":1,"stderr":"[err] Waiting until a signal enables the inspector...\n[err] \n[err] started\n[err] \n[test] Connecting to a child Node process\n[test] Testing /json/list\nMismatched noop function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-async-hook-setup-at-signal.js:87:24)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-async-hook-setup-at-signal.js:5:26\n\n[err] child process crashed, signal SIGUSR1\n"},{}],"parallel/test-worker-broadcastchannel.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: \"Failed to construct 'BroadcastChannel': 1 argument required, but only 0 present\"\n-   message: /The \"name\" argument must be specified/\n  }\n\nassert.throws(() => new BroadcastChannel(), {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-broadcastchannel.js:16:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-broadcastchannel.js:5:26\n"},{}],"parallel/test-dgram-createSocket-type.js":[true,null,{}],"parallel/test-permission-fs-require.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-whatwg-webstreams-coverage.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'Illegal invocation',\n-   message: /Cannot read private member/,\n    name: 'TypeError'\n  }\n\nassert.throws(() => {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-coverage.js:26:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-coverage.js:5:26\n"},{}],"parallel/test-readline-interface-recursive-writes.js":[true,null,{}],"es-module/test-typescript-module.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-stream2-readable-wrap.js":[true,null,{}],"parallel/test-http-agent-uninitialized-with-handle.js":[true,null,{}],"parallel/test-tls-socket-default-options.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-process-ref-unref.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-process-ref-unref.js\nprocess.ref/unref work as expected ...\n  refs... ... FAILED (1ms)\nprocess.ref/unref work as expected ... FAILED (due to 1 failed step) (1ms)\n\n ERRORS \n\nprocess.ref/unref work as expected ... refs... => ext:deno_node/testing.ts:1141:21\nerror: TypeError: process.ref is not a function\n    process.ref(foo1);\n            ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-ref-unref.js:40:13)\n\n FAILURES \n\nprocess.ref/unref work as expected ... refs... => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 1 failed (1 step) (3ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-worker-terminate-timers.js":[true,null,{}],"parallel/test-whatwg-url-custom-searchparams-foreach.js":[true,null,{}],"parallel/test-timers-clear-object-does-not-throw-error.js":[true,null,{}],"es-module/test-esm-repl-imports.js":["IGNORE",null,{"ignoreReason":"requires `deno --interactive` flag (not yet implemented); previously passed only because the test runner did not await Node-style `done` callbacks, which masked the failing assertion"}],"parallel/test-vm-deleting-property.js":[true,null,{}],"parallel/test-http-parser-lazy-loaded.js":[true,null,{}],"pummel/test-net-pause.js":[true,null,{}],"client-proxy/test-http-proxy-request-invalid-char-in-options.mjs":[true,null,{}],"parallel/test-tls-zero-clear-in.js":[true,null,{}],"parallel/test-fs-promises-watch-iterator.js":[true,null,{}],"sequential/test-heapdump.js":[true,null,{}],"parallel/test-eventemitter-asyncresource.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: this.asyncResource.triggerAsyncId is not a function\n  assert.strictEqual(foo.triggerAsyncId, origExecutionAsyncId);\n                         ^\n    at Foo.get triggerAsyncId (ext:deno_node/_events.mjs:1242:33)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-eventemitter-asyncresource.js:67:26\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-eventemitter-asyncresource.js:87:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-eventemitter-asyncresource.js:5:26\n"},{}],"parallel/test-performance-measure-detail.js":[true,null,{}],"parallel/test-require-nul.js":[true,null,{}],"parallel/test-util-inspect.js":[false,{"code":1,"stderr":"\n(node:11111) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n  `\"1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1'\\\\n\" +\\n` +\n+   \"  '\\\\x1d\\\\n' +\\n\" +\n+   \"  '\\\\x03\\\\x85\\\\x7f~\\\\x9f '\"\n-   \"  '\\\\x1D\\\\n' +\\n\" +\n-   \"  '\\\\x03\\\\x85\\\\x7F~\\\\x9F '\"\n\nassert.strictEqual(\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-inspect.js:97:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-inspect.js:5:26\n"},{}],"parallel/test-dgram-connect-send-default-host.js":[true,null,{}],"parallel/test-stream-readable-from-web-termination.js":[true,null,{}],"parallel/test-http-client-timeout.js":[true,null,{}],"parallel/test-vm-module-import-meta.js":[false,{"code":1,"stderr":"\n\n============================================================\nDeno has panicked. This is a bug in Deno. Please report this\nat https://github.com/denoland/deno/issues/new.\nIf you can reliably reproduce this panic, include the\nreproduction steps and re-run with the RUST_BACKTRACE=1 env\nvar set and include the backtrace in your report.\n\nPlatform: linux x86_64\nVersion: 2.8.0+fbb5be3\nArgs: [\"/opt/hostedtoolcache/deno/0.0.0-fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a/x64/deno\", \"run\", \"-A\", \"--quiet\", \"--unstable-unsafe-proto\", \"--unstable-bare-node-builtins\", \"test/parallel/test-vm-module-import-meta.js\"]\n\nView stack trace at:\nhttps://panic.deno.com/v2.8.0+fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a/x86_64-unknown-linux-gnu/-4_5xGyk-5xGkjx5tEg6w5tEg5w5tEg3w5tEg0w5tEgp5ouEg1949Egxn48Cgnl_kDggzrnDA\n\nthread 'main' (14480) panicked at libs/core/runtime/bindings.rs:974:6:\nModule not found\nnote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n"},{}],"parallel/test-stream-pipe-cleanup-pause.js":[true,null,{}],"parallel/test-net-persistent-nodelay.js":[true,null,{}],"parallel/test-http2-goaway-delayed-request.js":[true,null,{}],"parallel/test-fs-cp-async-nested-files-folders.mjs":[true,null,{}],"parallel/test-runner-test-rerun-failures.js":[false,{"code":1,"stderr":"running 3 tests from ./test/parallel/test-runner-test-rerun-failures.js\ntest should pass on third rerun ... FAILED (11ms)\ntest should pass on third rerun with `--test` ... FAILED (8ms)\nusing `run` api ... FAILED (14ms)\n\n ERRORS \n\ntest should pass on third rerun => ./test/parallel/test-runner-test-rerun-failures.js:78:1\nerror: AssertionError: The input did not match the regular expression /pass 11/. Input:\n\n''\n\n  assert.match(stdout, /pass 11/);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-test-rerun-failures.js:84:10)\n\ntest should pass on third rerun with `--test` => ./test/parallel/test-runner-test-rerun-failures.js:107:1\nerror: AssertionError: The input did not match the regular expression /pass 11/. Input:\n\n''\n\n  assert.match(stdout, /pass 11/);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-test-rerun-failures.js:113:10)\n\nusing `run` api => ./test/parallel/test-runner-test-rerun-failures.js:136:1\nerror: Error: ENOENT: no such file or directory, open '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/test-runner/rerun-state.json'\n    at ext:deno_node/fs.ts:1210:16\n\n FAILURES \n\ntest should pass on third rerun => ./test/parallel/test-runner-test-rerun-failures.js:78:1\ntest should pass on third rerun with `--test` => ./test/parallel/test-runner-test-rerun-failures.js:107:1\nusing `run` api => ./test/parallel/test-runner-test-rerun-failures.js:136:1\n\nFAILED | 0 passed | 3 failed (37ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-http2-respond-file-304.js":[true,null,{}],"parallel/test-http2-misbehaving-flow-control-paused.js":[true,null,{}],"parallel/test-cluster-setup-primary-multiple.js":[true,null,{}],"client-proxy/test-https-proxy-request.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   {\n-     headers: {\n-       'proxy-connection': 'keep-alive',\n-       host: 'localhost:35831'\n-     },\n-     method: 'CONNECT',\n-     url: 'localhost:35831'\n-   }\n- ]\n\n  assert.deepStrictEqual(logs, expectedLogs);\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request.mjs:55:10\n"},{}],"parallel/test-http-server-timeouts-validation.js":[true,null,{}],"parallel/test-module-main-extension-lookup.js":[true,null,{}],"parallel/test-child-process-exec-timeout-kill.js":[true,null,{}],"parallel/test-crypto-argon2.js":[true,null,{}],"parallel/test-snapshot-umd.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-net-remote-address-port.js":[true,null,{}],"parallel/test-http2-error-order.js":[true,null,{}],"parallel/test-net-socket-constructor.js":[true,null,{}],"parallel/test-process-really-exit.js":[true,null,{}],"sequential/test-get-heapsnapshot-options.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-http2-too-many-headers.js":[true,null,{}],"parallel/test-crypto-keygen-empty-passphrase-no-error.js":[true,null,{}],"internet/test-net-connect-timeout.js":[true,null,{}],"parallel/test-diagnostics-channel-tracing-channel-promise-early-exit.js":[true,null,{}],"parallel/test-fastutf8stream-reopen.js":[true,null,{}],"parallel/test-dgram-multicast-loopback.js":[true,null,{}],"parallel/test-runner-plan.mjs":[false,{"code":1,"stderr":"running 2 tests from ./test/parallel/test-runner-plan.mjs\ninput validation ...\n  throws if options is not an object ... FAILED (1ms)\n  throws if options.wait is not a number or a boolean ... FAILED (1ms)\n  throws if count is not a number ... ok (1ms)\ninput validation ... FAILED (due to 2 failed steps) (4ms)\ntest planning ...\n  should pass when assertions match plan ... ok (2ms)\n  should fail when less assertions than planned ... ok (1ms)\n  should fail when more assertions than planned ... ok (1ms)\n  should handle plan with subtests correctly ... ok (1ms)\n  should handle plan via options ... ok (0ms)\n  should handle streaming with plan ... ok (0ms)\n  should handle nested subtests with plan ... ok (0ms)\n  with timeout ...\n    should handle basic timeout scenarios ... ok (0ms)\n    should fail when timeout expires before plan is met ... ok (0ms)\n    should handle wait:true option specifically ... ok (1ms)\n    should handle wait:false option (should not wait) ... ok (0ms)\n  with timeout ... ok (3ms)\ntest planning ... ok (21ms)\n\n ERRORS \n\ninput validation ... throws if options is not an object => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Missing expected exception.\n    t.assert.throws(() => {\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-plan.mjs:10:14)\n\ninput validation ... throws if options.wait is not a number or a boolean => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Missing expected exception.\n    t.assert.throws(() => {\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-plan.mjs:19:14)\n\n FAILURES \n\ninput validation ... throws if options is not an object => ext:deno_node/testing.ts:1141:21\ninput validation ... throws if options.wait is not a number or a boolean => ext:deno_node/testing.ts:1034:37\n\nFAILED | 1 passed (13 steps) | 1 failed (2 steps) (28ms)\n\n ..."},{"usesNodeTest":1}],"parallel/test-cluster-dgram-1.js":["IGNORE",null,{"ignoreReason":"times out"}],"parallel/test-http2-server-async-dispose.js":[true,null,{}],"parallel/test-http2-compat-serverrequest-headers.js":[true,null,{}],"parallel/test-http2-raw-headers.js":[true,null,{}],"parallel/test-http2-head-request.js":[true,null,{}],"parallel/test-net-connect-immediate-finish.js":[true,null,{}],"parallel/test-shadow-realm-allowed-builtin-modules.js":["IGNORE",null,{"ignoreReason":"Deno does not expose `ShadowRealm` globally; the spec is still TC39 Stage 2.7"}],"parallel/test-child-process-spawn-argv0.js":[true,null,{}],"parallel/test-internal-net-isLoopback.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-cli-node-print-help.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-vm-global-identity.js":[true,null,{}],"parallel/test-snapshot-stack-trace-limit-mutation.js":[false,{"code":1,"stderr":"\n[process 21153]: --- stderr ---\n\n[process 21153]: --- stdout ---\n\n[process 21153]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - stderr did not match expectation, checker throws:\nAssertionError [ERR_ASSERTION]: The input did not match the regular expression /Error\\.stackTraceLimit has been modified by the snapshot builder script/. Input:\n\n''\n\n    at stderr (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-snapshot-stack-trace-limit-mutation.js:31:14)\n    at checkOutput (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:52:7)\n    at expectSyncExit (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:122:32)\n    at spawnSyncAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:155:10)\n    at test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-snapshot-stack-trace-limit-mutation.js:17:3)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-snapshot-stack-trace-limit-mutation.js:43:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32) {\n  generatedMessage: true,\n  code: 'ERR_ASSERTION',\n  actual: '',\n  expected: /Error\\.stackTraceLimit has been modified by the snapshot builder script/,\n  operator: 'match',\n  diff: 'simple'\n}\n  spawnSyncAndAssert(process.execPath, [\n  ^\n    at test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-snapshot-stack-trace-limit-mutation.js:17:3)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-snapshot-stack-trace-limit-mutation.js:43:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js ( ..."},{}],"parallel/test-dgram-connect-send-callback-buffer-length.js":[true,null,{}],"parallel/test-fs-cp-sync-resolve-relative-symlinks-default.mjs":[true,null,{}],"parallel/test-http-client-abort-unix-socket.js":[true,null,{}],"es-module/test-require-module-dynamic-import-2.js":["IGNORE",null,{"ignoreReason":"Test fixtures rely on Node's implicit CommonJS detection for .js files without a package.json; Deno defaults to ESM."}],"parallel/test-fs-watchfile.js":[true,null,{}],"parallel/test-socketaddress.js":[true,null,{"usesNodeTest":1}],"parallel/test-promises-unhandled-rejections.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-http-request-large-payload.js":[true,null,{}],"sequential/test-net-connect-handle-econnrefused.js":[true,null,{}],"parallel/test-worker-track-unmanaged-fds.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in worker \"[worker eval]\") SyntaxError: Identifier '__filename' has already been declared\n    at <anonymous> ([ext:runtime/web_worker.rs:1112:35]:8:7)\nerror: Uncaught (in promise) SyntaxError: Identifier '__filename' has already been declared\n"},{}],"parallel/test-diagnostics-channel-tracing-channel-args-types.js":[true,null,{}],"parallel/test-runner-aliases.js":[true,null,{"usesNodeTest":1}],"parallel/test-child-process-fork-ref.js":[true,null,{}],"parallel/test-worker-message-port-transfer-terminate.js":[true,null,{}],"parallel/test-child-process-kill.js":[true,null,{}],"parallel/test-tls-connect-no-host.js":[true,null,{}],"parallel/test-whatwg-url-properties.js":[true,null,{}],"parallel/test-net-write-cb-on-destroy-before-connect.js":[true,null,{}],"parallel/test-util-parse-env.js":[true,null,{}],"parallel/test-http-correct-hostname.js":[true,null,{}],"sea/test-single-executable-application-exec-argv-extension-env.js":[true,null,{}],"parallel/test-inspector-already-activated-cli.js":[true,null,{}],"parallel/test-event-emitter-invalid-listener.js":[true,null,{}],"parallel/test-fs-promises-exists.js":[true,null,{}],"parallel/test-http2-pipe.js":[true,null,{}],"parallel/test-fs-stream-construct-compat-graceful-fs.js":[true,null,{}],"parallel/test-unhandled-exception-rethrow-error.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 7\n\n  assert.strictEqual(result.status, 7);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-unhandled-exception-rethrow-error.js:20:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-unhandled-exception-rethrow-error.js:5:26\n"},{}],"parallel/test-fs-watch-ignore-regexp.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-builtin-builtin-import.mjs":[true,null,{}],"parallel/test-tls-over-http-tunnel.js":[true,null,{}],"parallel/test-net-server-capture-rejection.js":[true,null,{}],"parallel/test-fs-cp-sync-copy-to-subdirectory-error.mjs":[true,null,{}],"parallel/test-worker-execargv.js":[true,null,{}],"parallel/test-fs-read-offset-null.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-builtin-on-disk-require-with-prefix.js":[true,null,{}],"es-module/test-require-module-error-catching.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'Error: hello\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/runtime-error-esm.js:2:7\\n' +\n+     '    at loadESMFromCJS (node:module:1716:102)\\n' +\n+     '    at Module._compile (node:module:1629:14)\\n' +\n+     '    at loadMaybeCjs (node:module:1672:12)\\n' +\n+     '    at Object..js (node:module:1654:12)\\n' +\n+     '    at Module.load (node:module:1515:32)\\n' +\n+     '    at Module._load (node:module:1212:14)\\n' +\n+     '    at Module.require (node:module:1544:19)\\n' +\n+     '    at require (node:module:1780:16)\\n' +\n+     '    at assert.throws.message (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-error-catching.js:10:3)'\n-   message: 'hello'\n  }\n\nassert.throws(() => {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-error-catching.js:9:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-error-catching.js:5:26\n"},{}],"parallel/test-tls-streamwrap-buffersize.js":[true,null,{}],"parallel/test-http2-window-size.js":[true,null,{}],"parallel/test-http-parser-free.js":[true,null,{}],"parallel/test-fs-readdir-stack-overflow.js":[true,null,{}],"es-module/test-esm-extension-lookup-deprecation.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-extension-lookup-deprecation.mjs\nESM in main field ...\n  should handle fully-specified relative path without any warning ... FAILED (80ms)\n  should handle fully-specified absolute path without any warning ... FAILED (212ms)\n  should emit warning when \"main\" and \"exports\" are missing ... FAILED (87ms)\n  should emit warning when \"main\" is falsy ... FAILED (80ms)\n  should emit warning when \"main\" is a relative path without extension ... FAILED (78ms)\n  should emit warning when \"main\" is an absolute path without extension ... FAILED (64ms)\nESM in main field ... FAILED (due to 6 failed steps) (606ms)\n\n ERRORS \n\nESM in main field ... should handle fully-specified relative path without any warning => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'error: Uncaught (in promise) SyntaxError: Cannot use import statement outside a module\\n' +\n+   '    process.getBuiltinModule(\"vm\").runInThisContext(\"import \\\\\"pkg\\\\\"\", { filename: \"[eval]\" })\\n' +\n+   '                                   ^\\n' +\n+   '    at new Script (ext:deno_node/vm.js:100:20)\\n' +\n+   '    at createScript (ext:deno_node/vm.js:315:10)\\n' +\n+   '    at Object.runInThisContext (ext:deno_node/vm.js:348:10)\\n' +\n+   '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.157/0.671364981896448/$deno$eval.mts:6:36\\n'\n- ''\n\n    assert.strictEqual(stderr, '');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-extension-lookup-deprecation.mjs:27:12)\n\nESM in main field ... should handle fully-specified absolute path without any warning => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'error: Uncaught (in promise) SyntaxError: Cannot use import statement outside a module\\n' +\n+   '    process.getBuiltinModule(\"vm\").runInThi ..."},{"usesNodeTest":1}],"parallel/test-http-upgrade-server-callback.js":[true,null,{}],"parallel/test-fs-cp-sync-copy-symlink-not-pointing-to-folder.mjs":[true,null,{}],"client-proxy/test-http-set-global-proxy-from-env-override-http.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: require(...).setGlobalProxyFromEnv is not a function\n  restore = require('http').setGlobalProxyFromEnv(config);\n                            ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:4:29)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:5:26\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: require(...).setGlobalProxyFromEnv is not a function\\n' +\n+     \"  restore = require('http').setGlobalProxyFromEnv(config);\\n\" +\n+     '                            ^\\n' +\n+     '    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:4:29)\\n' +\n+     '    at Module._compile (node:module:1644:34)\\n' +\n+     '    at loadMaybeCjs (node:module:1672:12)\\n' +\n+     '    at Object..js (node:module:1654:12)\\n' +\n+     '    at Module.load (node:module:1515:32)\\n' +\n+     '    at Module._load (node:module:1212:14)\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:5:26',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-override-http.mjs:14:1\n"},{}],"parallel/test-module-circular-dependency-warning.js":[true,null,{}],"parallel/test-readline-line-separators.js":[true,null,{}],"parallel/test-stream-write-destroy.js":[true,null,{}],"parallel/test-http-client-request-options.js":[true,null,{}],"parallel/test-dsa-fips-invalid-key.js":[true,null,{}],"parallel/test-url-relative.js":[true,null,{}],"es-module/test-esm-undefined-cjs-global-like-variables.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /require is not defined in ES module scope, you can use import instead$/. Input:\n\n'ReferenceError: require is not defined'\n\n\n    info: Deno supports CommonJS modules in .cjs files, or when the closest\n          package.json has a \"type\": \"commonjs\" option.\n    hint: Rewrite this module to ESM,\n          or change the file extension to .cjs,\n          or add package.json next to the file with \"type\": \"commonjs\" option,\n          or pass --unstable-detect-cjs flag to detect CommonJS when loading.\n    docs: https://docs.deno.com/go/commonjs\n"},{}],"parallel/test-zlib-dictionary-fail.js":[true,null,{}],"parallel/test-crypto-key-objects.js":[true,null,{}],"parallel/test-http-expect-continue.js":[true,null,{}],"parallel/test-http2-ip-address-host.js":[true,null,{}],"module-hooks/test-async-loader-hooks-no-leak-internals.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-util-types-exists.js":[true,null,{}],"parallel/test-net-listen-close-server.js":[true,null,{}],"parallel/test-intl-v8BreakIterator.js":[true,null,{}],"pummel/test-next-tick-infinite-calls.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-tls-delayed-attach-error.js":[true,null,{}],"parallel/test-net-better-error-messages-listen.js":[true,null,{}],"parallel/test-dgram-connect.js":[true,null,{}],"parallel/test-disable-sigusr1.js":[true,null,{"usesNodeTest":1}],"parallel/test-sync-io-option.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of null (reading 'length')\n      assert.strictEqual(actualWarnings.length, warnings);\n                                        ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-sync-io-option.js:37:41\n"},{}],"parallel/test-net-pause-resume-connecting.js":[true,null,{}],"parallel/test-vm-module-link.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: request for 'bar' can not be resolved on module 'vm:module(10)' that is not linked\nconst common = require('../common');\n                         ^\n    at SourceTextModule.[kLink] (ext:deno_node/vm.js:583:5)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-link.js:5:26\n    at async SourceTextModule.[kLink] (ext:deno_node/vm.js:577:9)\n    at async circular (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-link.js:85:3)\n    at async main (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-link.js:164:3)\n"},{}],"test-runner/test-output-coverage-width-150.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: Coverage Print Fixed Width 150\\n' +\n    'ok 1 - Coverage Print Fixed Width 150\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n...\n    '# todo 0\\n' +\n+   '# duration_ms *\\n'\n-   '# duration_ms *\\n' +\n-   '# start of coverage report\\n' +\n-   '# --------------------------------------------------------------------------------------------------------\\n' +\n-   '# file                       | line % | branch % | funcs % | uncovered lines\\n' +\n-   '# --------------------------------------------------------------------------------------------------------\\n' +\n-   '# test                       |        |          |         |\\n' +\n-   '#  fixtures                  |        |          |         |\\n' +\n-   '#   test-runner              |        |          |         |\\n' +\n-   '#    coverage-snap           |        |          |         |\\n' +\n-   '#     a.js                   |  55.77 |   100.00 |    0.00 | 5-7 9-11 13-15 17-19 29-30 40-42 45-47 50-52\\n' +\n-   '#     b.js                   |  45.45 |   100.00 |    0.00 | 5-7 9-11\\n' +\n-   '#    output                  |        |          |         |\\n' +\n-   '#     coverage-width-150.mjs | 100.00 |   100.00 |  100.00 |\\n' +\n-   '# --------------------------------------------------------------------------------------------------------\\n' +\n-   '# all files                  |  61.84 |   100.00 |    0.00 |\\n' +\n-   '# --------------------------------------------------------------------------------------------------------\\n' +\n-   '# end of coverage report\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/ass ..."},{}],"parallel/test-http-client-pipe-end.js":[true,null,{}],"parallel/test-fs-cp-promises-file-url.mjs":[true,null,{}],"parallel/test-fs-cp-sync-mode-flags.mjs":[true,null,{}],"parallel/test-inspector-console-top-frame.js":[false,{"code":1,"stderr":"Log a message\n\nerror: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'url')\nassert.strictEqual(basename(topFrame.url), basename(__filename));\n                                     ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-console-top-frame.js:30:38)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-console-top-frame.js:5:26\n"},{}],"sequential/test-http-server-keep-alive-timeout-slow-server.js":[true,null,{}],"parallel/test-http-keep-alive-close-on-header.js":[true,null,{}],"parallel/test-http2-compat-serverresponse-destroy.js":[true,null,{}],"test-runner/test-output-non-tty-forced-color-output.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ '(node:<pid>) [DEP0104] DeprecationWarning: Assigning any value other than a string, number, or boolean to a process.env property is deprecated. Please make sure to convert the value to a string before setting process.env with it.\\n'\n- '\\x1b[32m✔ passing test \\x1b[90m(*ms)\\x1b[39m\\x1b[39m\\n' +\n-   '\\x1b[34mℹ tests 1\\x1b[39m\\n' +\n-   '\\x1b[34mℹ suites 0\\x1b[39m\\n' +\n-   '\\x1b[34mℹ pass 1\\x1b[39m\\n' +\n-   '\\x1b[34mℹ fail 0\\x1b[39m\\n' +\n-   '\\x1b[34mℹ cancelled 0\\x1b[39m\\n' +\n-   '\\x1b[34mℹ skipped 0\\x1b[39m\\n' +\n-   '\\x1b[34mℹ todo 0\\x1b[39m\\n' +\n-   '\\x1b[34mℹ duration_ms *\\x1b[39m\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-non-tty-forced-color-output.mjs:8:1\n"},{}],"parallel/test-child-process-advanced-serialization-splitted-length-field.js":[true,null,{}],"parallel/test-util-stripvtcontrolcharacters.js":[true,null,{"usesNodeTest":1}],"parallel/test-event-emitter-add-listeners.js":[true,null,{}],"parallel/test-parse-test-envs.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-parse-test-envs.js\nenv var via comment ...\n  should set env var A_SET_ENV_VAR ... FAILED (1ms)\n  should set env var B_SET_ENV_VAR ... FAILED (0ms)\n  should interop with flags ... FAILED (0ms)\nenv var via comment ... FAILED (due to 3 failed steps) (3ms)\n\n ERRORS \n\nenv var via comment ... should set env var A_SET_ENV_VAR => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'A_SET_ENV_VAR_VALUE'\n\n    assert.strictEqual(process.env.A_SET_ENV_VAR, 'A_SET_ENV_VAR_VALUE');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-parse-test-envs.js:16:12)\n\nenv var via comment ... should set env var B_SET_ENV_VAR => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'B_SET_ENV_VAR_VALUE'\n\n    assert.strictEqual(process.env.B_SET_ENV_VAR, 'B_SET_ENV_VAR_VALUE');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-parse-test-envs.js:19:12)\n\nenv var via comment ... should interop with flags => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'none'\n\n    assert.strictEqual(flag, 'none');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-parse-test-envs.js:24:12)\n\n FAILURES \n\nenv var via comment ... should set env var A_SET_ENV_VAR => ext:deno_node/testing.ts:1141:21\nenv var via comment ... should set env var B_SET_ENV_VAR => ext:deno_node/testing.ts:1034:37\nenv var via comment ... should interop with flags => ext:deno_node/testing.ts:1034:37\n\nFAILED | 0 passed | 1 failed (3 steps) (5ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"client-proxy/test-http-proxy-request-proxy-failure-500.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: socket hang up\n    at connResetException (ext:deno_node/internal/errors.ts:2225:16)\n    at Socket.socketOnEnd (node:_http_client:780:25)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5) {\n  code: \"ECONNRESET\"\n}\n\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /Proxy error ECONNRESET: socket hang up/. Input:\n\n''\n\nassert.match(stdout, /Proxy error ECONNRESET: socket hang up/);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-proxy-request-proxy-failure-500.mjs:33:8\n"},{}],"parallel/test-fs-watch-recursive-update-file.js":[true,null,{}],"parallel/test-source-map-enable.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'Download https://ci.nodejs.org/418\\n'\n- ''\n\n  assert.strictEqual(output.stderr.toString(), '');\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-source-map-enable.js:32:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-source-map-enable.js:5:26\n"},{}],"sequential/test-dgram-implicit-bind-failure.js":[true,null,{}],"parallel/test-http-client-reject-cr-no-lf.js":[true,null,{}],"parallel/test-tls-wrap-econnreset.js":[true,null,{}],"parallel/test-process-env-allowed-flags-are-documented.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: ENOENT: no such file or directory, open '/home/runner/work/deno/deno/tests/node_compat/runner/suite/doc/api/cli.md'\nconst cliText = fs.readFileSync(cliMd, { encoding: 'utf8' });\n                   ^\n    at Object.readFileSync (ext:deno_node/fs.ts:411:15)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-env-allowed-flags-are-documented.js:12:20)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-gc-http-client-connaborted.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-common-must-not-mutate-object-deep.mjs":[true,null,{}],"parallel/test-diagnostics-channel-http-server-start.js":[true,null,{}],"pummel/test-buffer-large-size-buffer-alloc-unsafe-slow.js":[true,null,{}],"es-module/test-require-module-cycle-esm-cjs-esm.js":[false,{"code":1,"stderr":"\n[process 7065]: --- stderr ---\n(node:7065) Warning: Accessing non-existent property 'default' of module exports inside circular dependency\n\n[process 7065]: --- stdout ---\nrequire a.mjs in b.cjs undefined\nimport b.cjs from a.mjs {}\n\n[process 7065]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 0, expected 1\n  spawnSyncAndAssert(\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-cycle-esm-cjs-esm.js:9:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-cycle-esm-cjs-esm.js:5:26\n"},{}],"pummel/test-heapdump-urlpattern.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-runner-extraneous-async-activity.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /Error: Test \"extraneous async activity test\" at .+extraneous_set_immediate_async\\.mjs:3:1 generated asynchronous activity after the test ended/m. Input:\n\n'running 1 test from ./test/fixtures/test-runner/extraneous_set_immediate_async.mjs\\n' +\n  'extraneous async activity test ...\\n' +\n  'Uncaught error from ./test/fixtures/test-runner/extraneous_set_immediate_async.mjs FAILED\\n' +\n  'extraneous async activity test ... cancelled (0ms)\\n' +\n  '\\n' +\n  ' ERRORS \\n' +\n  '\\n' +\n  './test/fixtures/test-runner/extraneous_set_immediate_async.mjs (uncaught error)\\n' +\n  'error: Error\\n' +\n  '  setImmediate(() => { throw new Error(); });\\n' +\n  '                             ^\\n' +\n  '    at Immediate.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/test-runner/extraneous_set_immediate_async.mjs:4:30)\\n' +\n  'This error was not caught from a test and caused the test runner to fail on the referenced module.\\n' +\n  'It most likely originated from a dangling promise, event/timeout handler or top-level code.\\n' +\n  '\\n' +\n  ' FAILURES \\n' +\n  '\\n' +\n  './test/fixtures/test-runner/extraneous_set_immediate_async.mjs (uncaught error)\\n' +\n  '\\n' +\n  'FAILED | 0 passed | 2 failed (13ms)\\n' +\n  '\\n'\n\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-extraneous-async-activity.js:13:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-extraneous-async-activity.js:5:26\n"},{}],"module-hooks/test-module-hooks-resolve-require-resolve-loaded-with-source.js":["IGNORE",null,{"ignoreReason":"Depends on deprecated module.register() loader hooks, which Deno intentionally does not implement"}],"parallel/test-stream-readable-strategy-option.js":[true,null,{}],"parallel/test-net-buffersize.js":[true,null,{}],"parallel/test-child-process-execfile-maxbuf.js":[true,null,{}],"parallel/test-webcrypto-supports.mjs":["IGNORE",null,{"ignoreReason":"Requires the WebCrypto Level 2 SubtleCrypto.supports() static method, which Deno does not implement; the test also exercises algorithms Deno does not support (SHA-3, KMAC, Argon2, X448 KEM, encapsulateKey/decapsulateBits). Could be revisited if SubtleCrypto.supports lands in ext/crypto/ along with the algorithms it advertises"}],"parallel/test-webstreams-compression-buffer-source.js":[false,{"code":1,"stderr":"running 2 tests from ./test/parallel/test-webstreams-compression-buffer-source.js\nDecompressionStream accepts ArrayBuffer chunks ... ok (8ms)\nCompressionStream round-trip with ArrayBuffer input ...\nok | 1 passed | 0 failed (11ms)\n\n\nerror: Promise resolution is still pending but the event loop has already resolved\n"},{"usesNodeTest":1}],"parallel/test-pipe-file-to-http.js":[true,null,{}],"parallel/test-buffer-pool-untransferable.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception (TypeError).\nassert.throws(() => a.buffer.transfer(), {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-buffer-pool-untransferable.js:26:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-buffer-pool-untransferable.js:5:26\n"},{}],"parallel/test-tls-env-bad-extra-ca.js":["IGNORE",null,{"ignoreReason":"error: Uncaught (in promise) AssertionError: The input did not match the regular"}],"parallel/test-dgram-send-empty-array.js":[true,null,{}],"parallel/test-whatwg-encoding-custom-textdecoder-streaming.js":[true,null,{}],"parallel/test-https-connecting-to-http.js":[true,null,{}],"parallel/test-repl-load-multiline.js":[true,null,{}],"parallel/test-cli-eval.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-priority-queue.js":[true,null,{}],"parallel/test-crypto-ecdh-convert-key.js":[true,null,{}],"parallel/test-utf8-scripts.js":[true,null,{}],"parallel/test-fs-cp-sync-dest-parent-name-prefix-match.mjs":[true,null,{}],"parallel/test-stream-transform-constructor-set-methods.js":[true,null,{}],"parallel/test-http-response-no-headers.js":[true,null,{}],"parallel/test-permission-net-https.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-worker-no-stdin-stdout-interaction.js":[true,null,{}],"parallel/test-stream-big-push.js":[true,null,{}],"parallel/test-repl-colors.js":[true,null,{}],"parallel/test-file-write-stream5.js":[true,null,{"usesNodeTest":1}],"parallel/test-repl-save-load.js":[true,null,{}],"internet/test-net-autoselectfamily-events-failure.js":[true,null,{}],"parallel/test-url-parse-invalid-input.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\n    assert.throws(() => url.parse(badURL), {\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-url-parse-invalid-input.js:91:12\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-url-parse-invalid-input.js:90:11)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-url-parse-invalid-input.js:5:26\n"},{}],"parallel/test-abortsignal-drop-settled-signals.mjs":[false,{"code":1,"stderr":"running 4 tests from ./test/parallel/test-abortsignal-drop-settled-signals.mjs\nwhen there is a long-lived signal ...\n  drops settled dependent signals ... FAILED (73ms)\n  keeps all active dependent signals ... FAILED (61ms)\nwhen there is a long-lived signal ... FAILED (due to 2 failed steps) (135ms)\ndoes not prevent source signal from being GCed if it is short-lived ... ok (52ms)\ndrops settled dependent signals when signal is composite ... FAILED (0ms)\ndrops settled signals even when there are listeners ... ok (112ms)\n\n ERRORS \n\nwhen there is a long-lived signal ... drops settled dependent signals => ext:deno_node/testing.ts:1141:21\nerror: TypeError: Cannot read properties of undefined (reading 'size')\n        t.assert.strictEqual(signal[dependantSignalsKey].size, 0);\n                                                         ^\n    at Immediate.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-abortsignal-drop-settled-signals.mjs:109:58)\n\nwhen there is a long-lived signal ... keeps all active dependent signals => ext:deno_node/testing.ts:1034:37\nerror: TypeError: Cannot read properties of undefined (reading 'size')\n      t.assert.strictEqual(signal[dependantSignalsKey].size, limit);\n                                                       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-abortsignal-drop-settled-signals.mjs:117:56\n    at Immediate.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-abortsignal-drop-settled-signals.mjs:20:9)\n\ndrops settled dependent signals when signal is composite => ./test/parallel/test-abortsignal-drop-settled-signals.mjs:135:1\nerror: TypeError: Cannot read properties of undefined (reading 'size')\n  t.assert.strictEqual(controllers[0].signal[kDependantSignals].size, 2);\n                                                                ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno ..."},{"usesNodeTest":1}],"parallel/test-http2-clean-output.js":[true,null,{}],"parallel/test-crypto-gcm-explicit-short-tag.js":[true,null,{}],"es-module/test-wasm-web-api.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: \"Failed to execute 'WebAssembly.compileStreaming': Argument 1 is not of type Response\",\n-   code: 'ERR_INVALID_ARG_TYPE',\n-   message: /^The \"source\" argument .*$/,\n    name: 'TypeError'\n  }\n\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-wasm-web-api.js:5:26\n    at async Promise.all (index 0)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-wasm-web-api.js:73:5\n"},{}],"parallel/test-http2-client-promisify-connect-error.js":[true,null,{}],"parallel/test-zlib-brotli.js":[true,null,{}],"parallel/test-common-expect-warning.js":[true,null,{}],"parallel/test-buffer-tostring-4gb.js":[true,null,{}],"parallel/test-tls-enable-keylog-cli.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: ENOENT: no such file or directory, open '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.682/keylog.log'\n  const log = fs.readFileSync(file, 'utf8').trim().split('\\n');\n                 ^\n    at Object.readFileSync (ext:deno_node/fs.ts:411:15)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-enable-keylog-cli.js:26:18)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"parallel/test-http-agent-destroyed-socket.js":[true,null,{}],"parallel/test-config-file.js":[false,{"code":1,"stderr":"running 31 tests from ./test/parallel/test-config-file.js\nshould handle non existing json ... FAILED (60ms)\nshould handle empty json ... FAILED (57ms)\nshould handle empty object json ... ok (66ms)\nshould parse boolean flag ... ignored (0ms)\nshould parse boolean flag defaulted to true ... FAILED (58ms)\nshould throw an error when a flag is declared twice ... FAILED (39ms)\nshould override env-file ... ignored (0ms)\nshould not override NODE_OPTIONS ... ignored (0ms)\nshould not override CLI flags ... ignored (0ms)\nshould parse array flag correctly ... FAILED (160ms)\nshould validate invalid array flag ... FAILED (158ms)\nshould validate array flag as string ... FAILED (159ms)\nshould throw at unknown flag ... FAILED (58ms)\nshould throw at flag not available in NODE_OPTIONS ... FAILED (59ms)\nunsigned flag should be parsed correctly ... FAILED (57ms)\nnumeric flag should not allow negative values ... FAILED (56ms)\nv8 flag should not be allowed in config file ... FAILED (61ms)\nstring flag should be parsed correctly ... FAILED (75ms)\nhost port flag should be parsed correctly ... FAILED (63ms)\n--inspect=true should be parsed correctly ... FAILED (57ms)\n--inspect=false should be parsed correctly ... ok (57ms)\nno op flag should throw ... FAILED (61ms)\nshould not allow users to sneak in a flag ... FAILED (59ms)\nnon object root ... FAILED (59ms)\nnon object node options ... FAILED (56ms)\nshould throw correct error when a json is broken ... FAILED (55ms)\nbroken value in node_options ... FAILED (63ms)\nshould use node.config.json as default ... FAILED (62ms)\nshould override node.config.json when specificied ... FAILED (60ms)\nshould throw an error when the file is non readable ... FAILED (61ms)\nnamespace-scoped options ...\n  should parse a namespace-scoped option correctly ... FAILED (58ms)\n  should throw an error when a namespace-scoped option is not recognised ... FAILED (58ms)\n  should not throw an error when a namespace is not recognised ... ok (56ms)\n  should handle an empty namespac ..."},{"usesNodeTest":1}],"es-module/test-esm-tla-unfinished.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-tla-unfinished.mjs\nESM: unsettled and rejected promises ...\n  should exit for an unsettled TLA promise via --eval with a warning ... FAILED (60ms)\n  should exit for an unsettled TLA promise via --eval without warning ... FAILED (60ms)\n  should throw for a rejected TLA promise via --eval ... FAILED (61ms)\n  should exit for an unsettled TLA promise and respect explicit exit code via --eval ... FAILED (61ms)\n  should throw for a rejected TLA promise and ignore explicit exit code via --eval ... FAILED (61ms)\n  should exit for an unsettled TLA promise with warning ... FAILED (35ms)\n  should exit for an unsettled TLA promise without warning ... FAILED (35ms)\n  should throw for a rejected TLA promise via stdin ... ok (34ms)\n  should exit for an unsettled TLA promise and respect explicit exit code ... FAILED (35ms)\n  should throw for a rejected TLA promise and ignore explicit exit code via stdin ... ok (34ms)\n  should exit successfully when calling `process.exit()` in `.mjs` file ... ok (33ms)\n  should be unaffected by `process.exit()` in worker thread ... FAILED (62ms)\n  should be unaffected by `process.exit()` in worker thread without warning ... FAILED (61ms)\n  with exit listener ...\n    the process exit event should provide the correct code ... FAILED (34ms)\n    should exit for an unsettled TLA promise and respect explicit exit code in process exit event ... FAILED (34ms)\n  with exit listener ... FAILED (due to 2 failed steps) (69ms)\nESM: unsettled and rejected promises ... FAILED (due to 11 failed steps) (704ms)\n\n ERRORS \n\nESM: unsettled and rejected promises ... should exit for an unsettled TLA promise via --eval with a warning => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: The input did not match the regular expression /Warning: Detected unsettled top-level await at.+\\[eval1\\]:1/. Input:\n\n'error: Uncaught (in promise) SyntaxError: await is only valid in async functions and the top level bodies of modules\\n' +\n ..."},{"usesNodeTest":1}],"parallel/test-string-decoder-fuzz.js":[true,null,{}],"parallel/test-timers-clearImmediate.js":[true,null,{}],"parallel/test-internal-async-context-frame-disable.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"pseudo-tty/test-stdout-read.js":[false,{},{}],"parallel/test-cluster-rr-ref.js":[true,null,{}],"sequential/test-cpu-prof-dir-relative.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(dir))\n\n  assert(fs.existsSync(dir));\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-dir-relative.js:40:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-dir-relative.js:5:26\n"},{}],"parallel/test-cluster-eaccess.js":[true,null,{}],"parallel/test-net-socket-connect-invalid-autoselectfamilyattempttimeout.js":[true,null,{}],"parallel/test-tls-server-failed-handshake-emits-clienterror.js":[true,null,{}],"parallel/test-assert-fail.js":[true,null,{"usesNodeTest":1}],"parallel/test-permission-child-process-inherit-flags.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-permission-no-addons.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-permission-fs-symlink-target-write.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"es-module/test-esm-cjs-builtins.js":[true,null,{"usesNodeTest":1}],"parallel/test-icu-stringwidth.js":[true,null,{}],"parallel/test-https-timeout.js":[true,null,{}],"parallel/test-crypto-keygen-rsa-pss.js":[true,null,{}],"parallel/test-inspect-async-hook-setup-at-inspect.js":[false,{"code":1,"stderr":"[test] Connecting to a child Node process\n[test] Testing /json/list\n[err] Debugger listening on ws://127.0.0.1:37193/abcd74e1-3045-40ea-bef3-79dd83faa076\n[err] Visit chrome://inspect to connect to the debugger.\n[err] \n[err] Debugger session started.\n[err] \n[err] Waiting until the inspector is activated...\n[err] \n[err] Debugger ready, setting up timeout with a break\n[err] \n\n[test] Waiting for initial setup\n[test] Setting up timeout for async stack trace\n[test] Verify basic properties of asyncStackTrace\nAssertionError [ERR_ASSERTION]: callFrames,reason,hitBreakpoints contains \"asyncStackTrace\" property\n    at checkAsyncStackTrace (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspect-async-hook-setup-at-inspect.js:40:3)\n    at async runTests (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspect-async-hook-setup-at-inspect.js:61:3) {\n  generatedMessage: false,\n  code: 'ERR_ASSERTION',\n  actual: undefined,\n  expected: true,\n  operator: '==',\n  diff: 'simple'\n}\n1\n"},{}],"es-module/test-esm-syntax-error.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-webstream-readable-from.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n-   code: 'ERR_ARG_NOT_ITERABLE',\n    name: 'TypeError'\n  }\n\nassert.throws(\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webstream-readable-from.js:6:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webstream-readable-from.js:5:26\n"},{}],"parallel/test-http2-server-settimeout-no-callback.js":[true,null,{}],"parallel/test-stdin-from-file.js":[true,null,{}],"parallel/test-net-connect-reset-after-destroy.js":[true,null,{}],"parallel/test-internal-util-classwrapper.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-cwd-enoent.js":["IGNORE",null,{"ignoreReason":"Expected values to be strictly equal"}],"parallel/test-crypto-keygen-async-elliptic-curve-jwk-ec.js":[true,null,{}],"parallel/test-net-client-bind-twice.js":[true,null,{}],"parallel/test-repl-clear-immediate-crash.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-vm-measure-memory-multi-context.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Not implemented: measureMemory\n  vm.measureMemory({ mode: 'detailed', execution: 'eager' })\n     ^\n    at notImplemented (ext:deno_node/_utils.ts:10:11)\n    at Object.measureMemory (ext:deno_node/vm.js:424:3)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-measure-memory-multi-context.js:21:6)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-measure-memory-multi-context.js:5:26\n"},{}],"parallel/test-child-process-fork.js":[true,null,{}],"module-hooks/test-async-loader-hooks-never-settling-load-esm-with-warning.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-whatwg-events-customevent.js":[true,null,{}],"wasi/test-wasi-initialize-validation.js":[true,null,{}],"parallel/test-child-process-windows-hide.js":[true,null,{"usesNodeTest":1}],"parallel/test-errors-hide-stack-frames.js":[true,null,{}],"sequential/test-cli-syntax-bad.js":[true,null,{"usesNodeTest":1}],"parallel/test-http2-backpressure.js":[true,null,{}],"test-runner/test-output-test-timeout-flag.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"sequential/test-pipe.js":[true,null,{}],"parallel/test-worker-message-port-transfer-fake-js-transferable-internal.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'undefined'\n- 'symbol'\n\n  assert.strictEqual(typeof kTransfer, 'symbol');\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-transfer-fake-js-transferable-internal.js:17:10\n"},{}],"parallel/test-async-hooks-close-during-destroy.js":[true,null,{}],"pummel/test-crypto-dh-hash.js":[true,null,{}],"parallel/test-constants.js":[false,{"code":1,"stderr":"\n(node:18966) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert.ok(Object.isFrozen(constants))\n\nassert.ok(Object.isFrozen(constants));\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-constants.js:30:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-constants.js:5:26\n"},{}],"parallel/test-process-get-builtin.mjs":[true,null,{}],"parallel/test-http-response-setheaders.js":[true,null,{}],"sea/test-build-sea-invalid-boolean-fields.js":[true,null,{}],"test-runner/test-run-watch-esm-dependency.mjs":[false,{"code":1,"stderr":"\nerror: Top-level await promise never resolved\nawait testRunnerWatch({ file: 'test.js', fileToUpdate: 'dependency.mjs', useRunApi: true });\n^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-run-watch-esm-dependency.mjs:8:1)\n"},{}],"test-runner/test-output-unfinished-suite-async-error.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: unfinished suite with asynchronous error\\n' +\n    '    # Subtest: uses callback\\n' +\n+   '    ok 1 - uses callback\\n' +\n-   '    not ok 1 - uses callback\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 'test'\\n\" +\n-   \"      location: '<project-root>/test/fixtures/test-runner/output/unfinished-suite-async-error.js:5:3'\\n\" +\n-   \"      failureType: 'uncaughtException'\\n\" +\n-   \"      error: 'callback test does not complete'\\n\" +\n-   \"      code: 'ERR_TEST_FAILURE'\\n\" +\n-   '      stack: |-\\n' +\n-   '        Immediate.<anonymous> (<project-root>/test/fixtures/test-runner/output/unfinished-suite-async-error.js:7:13)\\n' +\n-   '        <node-internal-frames>\\n' +\n    '      ...\\n' +\n    '    # Subtest: should pass 1\\n' +\n    '    ok 2 - should pass 1\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n...\n    '    1..2\\n' +\n+   'ok 1 - unfinished suite with asynchronous error\\n' +\n-   'not ok 1 - unfinished suite with asynchronous error\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'suite'\\n\" +\n-   \"  location: '<project-root>/test/fixtures/test-runner/output/unfinished-suite-async-error.js:4:1'\\n\" +\n-   \"  failureType: 'subtestsFailed'\\n\" +\n-   \"  error: '1 subtest failed'\\n\" +\n-   \"  code: 'ERR_TEST_FAILURE'\\n\" +\n    '  ...\\n' +\n    '# Subtest: should pass 2\\n' +\n    'ok 2 - should pass 2\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n...\n    '# suites 1\\n' +\n+   '# pass 3\\n' +\n+   '# fail 0\\n' +\n-   '# pass 2\\n' +\n-   '# fail 1\\n' +\n    '# cancelled 0\\n' +\n    '# skipped 0\\n' +\n    '# todo 0\\n' +\n+   '# duration_ms *\\n' +\n+   'error: Uncaught Error: callback test does not complete\\n' +\n+   \"      throw new Error('callback test does not complete');\\n\" +\n+   '            ^\\n' +\n+   '    at Immediate.<anonymous> (file://<project-root>/test/fixtures/test-runner/output/ ..."},{}],"module-hooks/test-module-hooks-preload.js":["IGNORE",null,{"ignoreReason":"Depends on deprecated module.register() loader hooks, which Deno intentionally does not implement"}],"parallel/test-fs-existssync-false.js":[true,null,{}],"parallel/test-errors-systemerror-stackTraceLimit-deleted-and-Error-sealed.js":[true,null,{}],"parallel/test-debugger-list.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"es-module/test-esm-type-field-errors.js":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-type-field-errors.js\nESM type field errors ...\n  .cjs file ... ok (8ms)\n  .mjs file ... ok (8ms)\n  package.json with \"type\": \"module\" ... ok (16ms)\n  package.json with \"type\": \"commonjs\" ... ok (12ms)\n  package.json with no \"type\" field ... ok (15ms)\n  --input-type=module disallowed for files ... ok (11ms)\n\nok | 0 passed (6 steps) | 0 failed (164ms)\n\n\nerror: AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Command failed: /opt/hostedtoolcache/deno/0.0.0-fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a/x64/deno /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/package-type-module/index.js\nerror: Uncaught (in promise) ReferenceError: module is not defined\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/package-type-module/node_modules/dep-without-package-json/dep.js:2:1\n\n    info: Deno supports CommonJS modules in .cjs files, or when the closest\n          package.json has a \"type\": \"commonjs\" option.\n    hint: Rewrite this module to ESM,\n          or change the file extension to .cjs,\n          or add package.json next to the file with \"type\": \"commonjs\" option,\n          or pass --unstable-detect-cjs flag to detect CommonJS when loading.\n    docs: https://docs.deno.com/go/commonjs\n\n    at ChildProcess.exithandler (ext:deno_node/child_process.ts:387:14)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{"usesNodeTest":1}],"parallel/test-promise-hook-on-init.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /The \"initHook\" argument must be of type function/. Input:\n\n\"TypeError: Cannot read properties of undefined (reading 'onInit')\"\n\nassert.throws(() => {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-on-init.js:6:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-on-init.js:5:26\n"},{}],"parallel/test-fs-read-stream-err.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-read-stream-err.js:32:27)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-read-stream-err.js:5:26\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-read-stream-err.js:39:19)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-read-stream-err.js:5:26\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-read-stream-err.js:45:18)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-read-stream-err.js:5:26\n\n"},{}],"parallel/test-worker-eval-typescript.js":[false,{"code":1,"stderr":"running 7 tests from ./test/parallel/test-worker-eval-typescript.js\nWorker eval module typescript without input-type ... ignored (0ms)\nWorker eval module typescript with --input-type=module-typescript ... ignored (0ms)\nWorker eval module typescript with --input-type=commonjs-typescript ... ignored (0ms)\nWorker eval module typescript with --input-type=module ... FAILED (1ms)\nWorker eval commonjs typescript without input-type ... ignored (0ms)\nWorker eval commonjs typescript with --input-type=commonjs-typescript ... ignored (0ms)\nWorker eval commonjs typescript with --input-type=module-typescript ... ignored (0ms)\n\n ERRORS \n\nWorker eval module typescript with --input-type=module => ./test/parallel/test-worker-eval-typescript.js:44:1\nerror: Error: Initiated Worker with invalid execArgv flags: --disable-warning=ExperimentalWarning\n  const w = new Worker(esmHelloWorld, { eval: true, execArgv: ['--input-type=module',\n            ^\n    at new NodeWorker (ext:deno_node/worker_threads.ts:151:19)\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-eval-typescript.js:45:13)\n\n FAILURES \n\nWorker eval module typescript with --input-type=module => ./test/parallel/test-worker-eval-typescript.js:44:1\n\nFAILED | 0 passed | 1 failed | 6 ignored (4ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-buffer-fill.js":[true,null,{}],"es-module/test-vm-compile-function-leak.js":[true,null,{}],"es-module/test-esm-invalid-data-urls.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   code: 'ERR_MODULE_NOT_FOUND',\n+   message: 'Expected a JavaScript or TypeScript module, but identified a Unknown module. Importing these types of modules is currently not supported.\\n' +\n+     '  Specifier: data:text/plain,export default0'\n-   code: 'ERR_UNKNOWN_MODULE_FORMAT',\n-   message: 'Unknown module format: text/plain for URL data:text/plain,export default0'\n  }\n\n  await assert.rejects(import('data:text/plain,export default0'), {\n  ^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-invalid-data-urls.js:6:3\n"},{}],"es-module/test-esm-resolve-type.mjs":[false,{"code":1,"stderr":"\nerror: No such built-in module: node:internal/modules/esm/resolve\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-resolve-type.mjs:26:29\n"},{}],"parallel/test-worker-dns-terminate.js":[true,null,{}],"parallel/test-worker-message-port-close-while-receiving.js":[true,null,{}],"parallel/test-http2-max-session-memory-leak.js":[true,null,{}],"module-hooks/test-async-loader-hooks-register-with-ports.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-http-no-content-length.js":[true,null,{}],"parallel/test-worker-voluntarily-exit-followed-by-addition.js":[true,null,{}],"parallel/test-stream-readable-unshift.js":[true,null,{}],"parallel/test-http-response-statuscode.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n\n400 !== 200\n\n    assert.strictEqual(res.statusCode, 200);\n           ^\n    at ClientRequest.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-response-statuscode.js:81:12)\n    at ClientRequest.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ClientRequest.emit (ext:deno_node/_events.mjs:415:20)\n    at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:928:27)\n    at HTTPParser.parserOnHeadersComplete (node:_http_common:113:17)\n    at doExecute (ext:deno_node/internal_binding/http_parser.ts:154:40)\n    at AsyncResource.runInAsyncScope (ext:deno_node/async_hooks.ts:37:18)\n    at HTTPParser.execute (ext:deno_node/internal_binding/http_parser.ts:155:62)\n    at Socket.socketOnData (node:_http_client:793:22)\n"},{}],"parallel/test-webcrypto-wrap-unwrap.js":[false,{"code":1,"stderr":"1..0 # Skipped: Skipping unsupported AES-KW test case\n1..0 # Skipped: Skipping unsupported AES-KW test case\n1..0 # Skipped: Skipping unsupported Curve test cases\n\nerror: Uncaught (in promise) NotSupportedError: Unrecognized algorithm name\n    const keys = await subtle.generateKey(params.algorithm, true, usages);\n                              ^\n    at normalizeAlgorithm (ext:deno_crypto/00_crypto.js:276:11)\n    at SubtleCrypto.generateKey (ext:deno_crypto/00_crypto.js:1704:33)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-wrap-unwrap.js:252:31\n    at Array.map (<anonymous>)\n    at generateKeysToWrap (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-wrap-unwrap.js:247:48)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-wrap-unwrap.js:374:22\n"},{}],"parallel/test-fs-realpath.js":[true,null,{}],"parallel/test-async-hooks-promise.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'triggerId')\nassert.strictEqual(initCalls[0].triggerId, 1);\n                                ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-promise.js:28:33)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-promise.js:5:26\n"},{}],"parallel/test-process-setgroups.js":["IGNORE",null,{"ignoreReason":"process.setgroups is not a function"}],"parallel/test-runner-coverage-thresholds.js":[false,{"code":1,"stderr":"running 21 tests from ./test/parallel/test-runner-coverage-thresholds.js\ntest passing --test-coverage-lines ... FAILED (81ms)\ntest passing --test-coverage-lines with custom reporter ... FAILED (75ms)\ntest failing --test-coverage-lines with red color ... FAILED (75ms)\ntest failing --test-coverage-lines ... FAILED (75ms)\ntest failing --test-coverage-lines with custom reporter ... FAILED (75ms)\ntest out-of-range --test-coverage-lines (too high) ... FAILED (76ms)\ntest out-of-range --test-coverage-lines (too low) ... FAILED (1ms)\ntest passing --test-coverage-functions ... FAILED (75ms)\ntest passing --test-coverage-functions with custom reporter ... FAILED (75ms)\ntest failing --test-coverage-functions with red color ... FAILED (77ms)\ntest failing --test-coverage-functions ... FAILED (76ms)\ntest failing --test-coverage-functions with custom reporter ... FAILED (77ms)\ntest out-of-range --test-coverage-functions (too high) ... FAILED (76ms)\ntest out-of-range --test-coverage-functions (too low) ... FAILED (0ms)\ntest passing --test-coverage-branches ... FAILED (75ms)\ntest passing --test-coverage-branches with custom reporter ... FAILED (76ms)\ntest failing --test-coverage-branches with red color ... FAILED (79ms)\ntest failing --test-coverage-branches ... FAILED (75ms)\ntest failing --test-coverage-branches with custom reporter ... FAILED (75ms)\ntest out-of-range --test-coverage-branches (too high) ... FAILED (75ms)\ntest out-of-range --test-coverage-branches (too low) ... FAILED (0ms)\n\n ERRORS \n\ntest passing --test-coverage-lines => ./test/parallel/test-runner-coverage-thresholds.js:60:3\nerror: AssertionError: The expression evaluated to a falsy value:\n\n  assert(stdout.includes(getTapCoverageFixtureReport()))\n\n    assert(stdout.includes(getTapCoverageFixtureReport()));\n    ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-coverage-thresholds.js:71:5)\n\ntest passing --test-coverage-lines with custom rep ..."},{"usesNodeTest":1}],"parallel/test-buffer-slow.js":[true,null,{}],"parallel/test-net-socket-reset-twice.js":[true,null,{}],"parallel/test-stream3-cork-end.js":[true,null,{}],"es-module/test-esm-wasm-vm-source-phase-dynamic.mjs":[false,{"code":1,"stderr":"\n[process 7967]: --- stderr ---\nerror: Uncaught (in promise) TypeError: Import \"y\" not a dependency\n    at async vm:module(0):1:1\n\n[process 7967]: --- stdout ---\n\n[process 7967]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - stderr did not match /Source phase import object is not defined for module/\nspawnSyncAndAssert(\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-vm-source-phase-dynamic.mjs:6:1\n"},{}],"parallel/test-pipe-writev.js":[true,null,{}],"parallel/test-http-localaddress-bind-error.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-load-import-inline-typescript-override.mjs":[true,null,{}],"parallel/test-stream-duplex-writable-finished.js":[true,null,{}],"parallel/test-stream-reduce.js":[true,null,{}],"parallel/test-http-default-port.js":[true,null,{}],"parallel/test-fs-read-stream-file-handle.js":[true,null,{}],"parallel/test-child-process-stdin.js":[true,null,{}],"parallel/test-worker-hasref.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'hasRef')\nassert.strictEqual(handle.hasRef(), true);\n                          ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-hasref.js:21:27)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-hasref.js:5:26\n"},{}],"parallel/test-zlib-type-error.js":[true,null,{"usesNodeTest":1}],"parallel/test-snapshot-namespaced-builtin.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-runner-run-global-hooks.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-runner-run-global-hooks.mjs\nrequire('node:test').run with global hooks ...\n  with isolation : none ...\n    should run globalSetup and globalTeardown functions ... FAILED (46ms)\n    should run setup-only module ... FAILED (40ms)\n    should run teardown-only module ... FAILED (1ms)\n    should share context between setup and teardown ... ignored (0ms)\n    should handle async setup and teardown ... FAILED (1ms)\n    should run TypeScript globalSetup and globalTeardown functions ... ignored (0ms)\n    should run ESM globalSetup and globalTeardown functions ... FAILED (51ms)\n  with isolation : none ... FAILED (due to 5 failed steps) (141ms)\n  with isolation : process ...\n    should run globalSetup and globalTeardown functions ... FAILED (51ms)\n    should run setup-only module ... FAILED (45ms)\n    should run teardown-only module ... FAILED (0ms)\n    should share context between setup and teardown ... ignored (0ms)\n    should handle async setup and teardown ... FAILED (0ms)\n    should run TypeScript globalSetup and globalTeardown functions ... ignored (0ms)\n    should run ESM globalSetup and globalTeardown functions ... FAILED (37ms)\n  with isolation : process ... FAILED (due to 5 failed steps) (135ms)\n  should validate that globalSetupPath is a string ... FAILED (1ms)\nrequire('node:test').run with global hooks ... FAILED (due to 3 failed steps) (280ms)\n\n ERRORS \n\nrequire('node:test').run with global hooks ... with isolation : none ... should run globalSetup and globalTeardown functions => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'error: No such built-in module: node:test/reporters\\n' +\n+   '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/test-runner/test-runner-global-hooks.mjs:2:22\\n'\n- ''\n\n    assert.strictEqual(stderr, '');\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/para ..."},{"usesNodeTest":1}],"parallel/test-http-header-overflow.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ ''\n- 'HTTP/1.1 431 Request Header Fields Too Large\\r\\nConnection: close\\r\\n\\r\\n'\n\n    assert.strictEqual(\n           ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-header-overflow.js:39:12)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-runner-concurrency.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{"usesNodeTest":1}],"parallel/test-http-abort-before-end.js":[true,null,{}],"client-proxy/test-http-set-global-proxy-from-env-fetch-default.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: http.setGlobalProxyFromEnv is not a function\n  restore = http.setGlobalProxyFromEnv();\n                 ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:8:18\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: http.setGlobalProxyFromEnv is not a function\\n' +\n+     '  restore = http.setGlobalProxyFromEnv();\\n' +\n+     '                 ^\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:8:18',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-fetch-default.mjs:12:1\n"},{}],"parallel/test-destroy-socket-in-lookup.js":[true,null,{}],"parallel/test-tls-alpn-server-client.js":[true,null,{}],"parallel/test-tz-version.js":[true,null,{}],"sequential/test-runner-run-inspect.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(code, 0);\n         ^\n    at spawnRunner (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-runner-run-inspect.mjs:20:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-runner-run-inspect.mjs:74:3\n"},{}],"parallel/test-repl-sigint.js":["IGNORE",null,{"ignoreReason":"error: Uncaught (in promise) TypeError: Cannot read properties of null (reading "}],"test-runner/test-output-default-output.mjs":["IGNORE",null,{"ignoreReason":"Expected values to be strictly equal"}],"parallel/test-dns-default-order-ipv6.js":[true,null,{}],"parallel/test-http-after-connect.js":[true,null,{}],"parallel/test-stream-readable-needReadable.js":[true,null,{}],"parallel/test-http-server-async-dispose.js":[true,null,{}],"sequential/test-zlib-crc32-fast-api.js":[true,null,{}],"test-runner/test-output-filtered-suite-order.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'Execution order was:\\n' +\n-   ' * A > A\\n' +\n-   ' * A > C > A\\n' +\n-   ' * A > D > A\\n' +\n-   ' * B > A\\n' +\n-   ' * B > B\\n' +\n-   ' * B > C > A\\n' +\n-   ' * C > A\\n' +\n-   ' * C > C > A\\n' +\n-   ' * C > C > B\\n' +\n-   ' * C > D > B\\n' +\n-   ' * D > B\\n' +\n-   ' * E > A\\n' +\n-   ' * E > B\\n' +\n-   ' * F\\n' +\n-   'with global after()\\n' +\n    'TAP version 13\\n' +\n    '# Subtest: A\\n' +\n    '    # Subtest: A\\n' +\n+   ' * A\\n' +\n    '    ok 1 - A\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 'test'\\n\" +\n    '      ...\\n' +\n+   \"    # 'only' and 'runOnly' require the --test-only command-line option.\\n\" +\n+   '    # Subtest: B\\n' +\n+   ' * B\\n' +\n+   '    ok 2 - B\\n' +\n+   '      ---\\n' +\n+   '      duration_ms: *\\n' +\n+   \"      type: 'test'\\n\" +\n+   '      ...\\n' +\n    '    # Subtest: C\\n' +\n    '        # Subtest: A\\n' +\n+   ' * A\\n' +\n    '        ok 1 - A\\n' +\n    '          ---\\n' +\n    '          duration_ms: *\\n' +\n    \"          type: 'test'\\n\" +\n    '          ...\\n' +\n+   \"        # 'only' and 'runOnly' require the --test-only command-line option.\\n\" +\n+   '        # Subtest: B\\n' +\n+   ' * B\\n' +\n+   '        ok 2 - B\\n' +\n+   '          ---\\n' +\n+   '          duration_ms: *\\n' +\n+   \"          type: 'test'\\n\" +\n+   '          ...\\n' +\n+   '        1..2\\n' +\n+   '    ok 3 - C\\n' +\n-   '        1..1\\n' +\n-   '    ok 2 - C\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 'suite'\\n\" +\n    '      ...\\n' +\n    '    # Subtest: D\\n' +\n    '        # Subtest: A\\n' +\n+   ' * A\\n' +\n    '        ok 1 - A\\n' +\n    '          ---\\n' +\n    '          duration_ms: *\\n' +\n    \"          type: 'test'\\n\" +\n    '          ...\\n' +\n+   \"        # 'only' and 'runOnly' require the --test-only command-line option.\\n\" +\n+   '        # Subtest: B\\n' +\n+   ' * B\\n' +\n+   '        ok 2 - B\\n' +\n+   '         ..."},{}],"parallel/test-http2-allow-http1-upgrade-ws.js":[true,null,{}],"parallel/test-http-allow-content-length-304.js":[true,null,{}],"parallel/test-tls-on-empty-socket.js":[true,null,{}],"parallel/test-snapshot-cwd.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-socket-write-after-fin-error.js":[true,null,{}],"parallel/test-vm-property-not-on-sandbox.js":[true,null,{}],"parallel/test-fs-promises-file-handle-write.js":[true,null,{}],"parallel/test-global-encoder.js":[true,null,{}],"es-module/test-esm-preserve-symlinks-not-found-plain.mjs":[false,{"code":1,"stderr":"\nerror: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/not-found.js\".\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-preserve-symlinks-not-found-plain.mjs:3:8\n"},{}],"parallel/test-http-import-websocket.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- [class WebSocket extends EventTarget]\n\nassert.strictEqual(NodeHttpWebSocket, WebSocket);\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-import-websocket.js:12:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-import-websocket.js:5:26\n"},{}],"parallel/test-http2-compat-serverresponse-end.js":[true,null,{}],"parallel/test-http2-compat-serverresponse.js":[true,null,{}],"parallel/test-fs-cp-async-same-dir-twice.mjs":[true,null,{}],"parallel/test-http-invalid-urls.js":[true,null,{}],"parallel/test-v8-global-setter.js":[true,null,{}],"parallel/test-worker-cleanexit-with-moduleload.js":[true,null,{}],"parallel/test-trace-events-dynamic-enable.js":[false,{"code":1,"stderr":"\n(node:18535) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) Error: {\"code\":\"ERR_INSPECTOR_COMMAND\",\"name\":\"Error\"}\n        reject(new Error(JSON.stringify(err)));\n               ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-dynamic-enable.js:34:16\n    at Session.#onMessage (ext:deno_node/inspector.js:124:20)\n    at Session.#drainMessages (ext:deno_node/inspector.js:158:24)\n    at ext:deno_node/inspector.js:148:49\n    at Object.processTicksAndRejections (ext:core/01_core.js:368:13)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-dynamic-enable.js:5:26\n"},{}],"parallel/test-http-server-request-timeout-interrupted-headers.js":[true,null,{}],"parallel/test-repl-preprocess-top-level-await.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/repl/await'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-preprocess-top-level-await.js\nconst { processTopLevelAwait } = require('internal/repl/await');\n                                 ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-preprocess-top-level-await.js:5:34)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"pseudo-tty/test-assert-position-indicator.js":[true,null,{}],"parallel/test-stdio-closed.js":[true,null,{}],"sequential/test-cpu-prof-default.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(profiles.length, 1);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-default.js:35:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-default.js:5:26\n"},{}],"internet/test-dns-any.js":[true,null,{}],"parallel/test-diagnostics-channel-module-require.js":[true,null,{}],"parallel/test-cli-node-options-disallowed.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-https-strict.js":["IGNORE",null,{"ignoreReason":"NODE_TLS_REJECT_UNAUTHORIZED=0 does not fully suppress cert verification errors"}],"es-module/test-esm-dynamic-import-commonjs.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(!tickDuringCJSImport)\n\nassert(!tickDuringCJSImport);\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-dynamic-import-commonjs.mjs:9:1\n"},{}],"parallel/test-tracing-no-crash.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: undefinederror: Uncaught (in promise) Error\n    at [eval]:1:7\n    at Script.#runInContext (ext:deno_node/vm.js:139:12)\n    at Script.runInThisContext (ext:deno_node/vm.js:149:30)\n    at Object.runInThisContext (ext:deno_node/vm.js:348:38)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\n\n  assert(stderr.includes('throw new Error()'), stderr);\n  ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tracing-no-crash.js:20:3)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-sqlite-config.js":[true,null,{"usesNodeTest":1}],"parallel/test-fs-utimes-y2K38.js":[true,null,{}],"parallel/test-tls-set-default-ca-certificates-reset-fetch.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: error sending request for url (https://localhost:46789/custom-ca-test): client error (Connect): invalid peer certificate: Other(OtherError(UnsupportedCertVersion))\nconst response1 = await fetch(`https://localhost:${server.address().port}/custom-ca-test`);\n                  ^\n    at async mainFetch (ext:deno_fetch/26_fetch.js:437:12)\n    at async fetch (ext:deno_fetch/26_fetch.js:827:9)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-set-default-ca-certificates-reset-fetch.mjs:31:19\n\n    hint: Run again with the `--unsafely-ignore-certificate-errors` flag to bypass certificate errors.\n"},{}],"parallel/test-v8-flag-type-check.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception (TypeError).\n  assert.throws(\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-flag-type-check.js:7:10\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-flag-type-check.js:6:16)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-flag-type-check.js:5:26\n"},{}],"es-module/test-require-module-warning.js":["IGNORE",null,{"ignoreReason":"Tests Node's --trace-require-module / ExperimentalWarning stderr emissions, which Deno does not emit."}],"parallel/test-http-client-close-event.js":[true,null,{}],"parallel/test-tls-get-ca-certificates-error.js":[true,null,{}],"parallel/test-stream-once-readable-pipe.js":[true,null,{}],"parallel/test-fs-cp-async-file-url.mjs":[true,null,{}],"parallel/test-dgram-send-callback-buffer-empty-address.js":[true,null,{}],"parallel/test-console-log-throw-primitive.js":[true,null,{}],"client-proxy/test-http-set-global-proxy-from-env-invalid-url.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_PROXY_INVALID_CONFIG'\n- }\n\nassert.throws(() => {\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-invalid-url.mjs:7:8\n"},{}],"parallel/test-net-socket-end-before-connect.js":[true,null,{}],"parallel/test-diagnostics-channel-module-import-error.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   {\n-     name: 'start',\n-     parentURL: 'file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-diagnostics-channel-module-import-error.js',\n-     url: 'does-not-exist'\n-   },\n-   {\n-     name: 'end',\n-     parentURL: 'file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-diagnostics-channel-module-import-error.js',\n-     url: 'does-not-exist'\n-   },\n-   {\n-     error: TypeError: Import \"does-not-exist\" not a dependency\n-         at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-diagnostics-channel-module-import-error.js:31:23\n-     \n-         at async waitForActual (ext:deno_node/assert.ts:260:7)\n-         at async assert.rejects (ext:deno_node/assert.ts:571:27) {\n-       code: 'ERR_MODULE_NOT_FOUND'\n-     },\n-     name: 'error',\n-     parentURL: 'file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-diagnostics-channel-module-import-error.js',\n-     url: 'does-not-exist'\n-   },\n-   {\n-     error: TypeError: Import \"does-not-exist\" not a dependency\n-         at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-diagnostics-channel-module-import-error.js:31:23\n-     \n-         at async waitForActual (ext:deno_node/assert.ts:260:7)\n-         at async assert.rejects (ext:deno_node/assert.ts:571:27) {\n-       code: 'ERR_MODULE_NOT_FOUND'\n-     },\n-     name: 'asyncStart',\n-     parentURL: 'file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-diagnostics-channel-module-import-error.js',\n-     url: 'does-not-exist'\n-   },\n-   {\n-     error: TypeError: Import \"does-not-exist\" not a dependency\n-         at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-diagnostics-channel-module-import-error.js:31:23\n-     \n-         at as ..."},{}],"parallel/test-worker-arraybuffer-zerofill.js":[true,null,{"usesNodeTest":1}],"parallel/test-worker-workerdata-sharedarraybuffer.js":[true,null,{}],"parallel/test-worker-esm-exit.js":[true,null,{}],"parallel/test-crypto-secret-keygen.js":[true,null,{}],"es-module/test-esm-loader-spawn-promisified.mjs":[false,{"code":1,"stderr":"running 2 tests from ./test/es-module/test-esm-loader-spawn-promisified.mjs\nLoader hooks throwing errors ...\n  throws on nonexistent modules ... FAILED (61ms)\n  throws on unknown extensions ... FAILED (62ms)\n  throws on invalid return values ... FAILED (57ms)\n  throws on boolean false ... FAILED (61ms)\n  throws on boolean true ... FAILED (61ms)\n  throws on invalid returned object ... FAILED (61ms)\n  throws on unsupported format ... FAILED (58ms)\n  throws on invalid format property type ... FAILED (62ms)\n  rejects dynamic imports for all of the error cases checked above ... FAILED (61ms)\nLoader hooks throwing errors ... FAILED (due to 9 failed steps) (546ms)\nLoader hooks parsing modules ...\n  can parse .js files as ESM ... FAILED (58ms)\n  can define .ext files as ESM ... FAILED (61ms)\n  can predetermine the format in the custom loader resolve hook ... FAILED (58ms)\n  can provide source for a nonexistent file ... FAILED (58ms)\n  ensures that loaders have a separate context from userland ... FAILED (61ms)\n  ensures that user loaders are not bound to the internal loader ... ok (60ms)\n  throw maximum call stack error on the loader ... FAILED (61ms)\nLoader hooks parsing modules ... FAILED (due to 6 failed steps) (417ms)\n\n ERRORS \n\nLoader hooks throwing errors ... throws on nonexistent modules => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: The input did not match the regular expression /ERR_MODULE_NOT_FOUND/. Input:\n\n'error: Uncaught (in promise) SyntaxError: Cannot use import statement outside a module\\n' +\n  '    process.getBuiltinModule(\"vm\").runInThisContext(\"import \\\\\"nonexistent/file.mjs\\\\\"\", { filename: \"[eval]\" })\\n' +\n  '                                   ^\\n' +\n  '    at new Script (ext:deno_node/vm.js:100:20)\\n' +\n  '    at createScript (ext:deno_node/vm.js:315:10)\\n' +\n  '    at Object.runInThisContext (ext:deno_node/vm.js:348:10)\\n' +\n  '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\\n'\n\n    assert.matc ..."},{"usesNodeTest":1}],"parallel/test-tls-get-ca-certificates-system.js":[true,null,{}],"parallel/test-net-connect-no-arg.js":[true,null,{}],"parallel/test-readable-from.js":[true,null,{}],"parallel/test-path-normalize.js":[true,null,{}],"client-proxy/test-http-proxy-request.mjs":[false,{"code":1,"stderr":"[STDOUT] Status Code: 200\n\n[STDOUT] Headers: {\n  date: \"Fri, 22 May 2026 11:08:01 GMT\",\n  connection: \"keep-alive\",\n  \"keep-alive\": \"timeout=5\",\n  \"content-length\": \"11\"\n}\n\n[STDOUT] Hello world\n[CLOSE] 0 null\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   {\n-     headers: {\n-       'proxy-connection': 'keep-alive',\n-       connection: 'keep-alive',\n-       host: 'localhost:34873'\n-     },\n-     method: 'GET',\n-     url: 'http://localhost:34873/test'\n-   }\n- ]\n\n  assert.deepStrictEqual(logs, expectedLogs);\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-proxy-request.mjs:43:10\n"},{}],"parallel/test-permission-net-dns.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-quic-handshake.mjs":[true,null,{}],"parallel/test-fs-read-stream-concurrent-reads.js":[true,null,{}],"parallel/test-http-client-response-timeout.js":[true,null,{}],"parallel/test-perf-hooks-timerify-error.js":[true,null,{}],"parallel/test-http-should-keep-alive.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-load-builtin-override-both.js":[true,null,{}],"parallel/test-http2-sensitive-headers.js":[true,null,{}],"parallel/test-stream2-readable-empty-buffer-no-eof.js":[true,null,{}],"parallel/test-permission-fs-absolute-path.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-http2-compat-serverrequest-pipe.js":[true,null,{}],"parallel/test-stream-readable-hwm-0.js":[true,null,{}],"parallel/test-http-server-keep-alive-max-requests-null.js":[true,null,{}],"parallel/test-http-remove-connection-header-persists-connection.js":[true,null,{}],"parallel/test-stream3-pipeline-async-iterator.js":[true,null,{}],"parallel/test-http2-multistream-destroy-on-read-tls.js":[true,null,{}],"parallel/test-diagnostics-channel-gc-maintains-subcriptions.js":[true,null,{}],"parallel/test-net-connect-buffer.js":[true,null,{}],"test-runner/test-output-spec-reporter-watch-restart.mjs":[false,{"code":1,"stderr":"\nerror: No such built-in module: node:test/reporters\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-spec-reporter-watch-restart.mjs:2:38\n"},{}],"parallel/test-stream-toArray.js":[true,null,{}],"parallel/test-stream-writable-end-cb-uncaught.js":[true,null,{}],"module-hooks/test-async-loader-hooks-without-worker-permission.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"message/test-testpy-env-var-via-comment.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'A_SET_ENV_VAR_VALUE'\n\nassert.strictEqual(process.env.A_SET_ENV_VAR, 'A_SET_ENV_VAR_VALUE');\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/message/test-testpy-env-var-via-comment.js:12:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/message/test-testpy-env-var-via-comment.js:5:26\n"},{}],"parallel/test-tls-keylog-tlsv13.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 5, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-keylog-tlsv13.js:24:30)\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:538:14)\n    at Server.emit (ext:deno_node/_events.mjs:415:20)\n    at _emitListeningNT (ext:deno_node/net.ts:1541:14)\n    at Object.processTicksAndRejections (ext:core/01_core.js:373:17)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-keylog-tlsv13.js:5:26\nMismatched <anonymous> function calls. Expected exactly 5, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-keylog-tlsv13.js:28:30)\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:538:14)\n    at Server.emit (ext:deno_node/_events.mjs:415:20)\n    at _emitListeningNT (ext:deno_node/net.ts:1541:14)\n    at Object.processTicksAndRejections (ext:core/01_core.js:373:17)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-keylog-tlsv13.js:5:26\n\n"},{}],"parallel/test-timers-uncaught-exception.js":[true,null,{}],"parallel/test-fs-promises-file-handle-readFile.js":[true,null,{}],"parallel/test-stream2-readable-wrap-destroy.js":[true,null,{}],"parallel/test-next-tick-intentional-starvation.js":[true,null,{}],"parallel/test-stream-filter.js":[true,null,{}],"client-proxy/test-http-proxy-request-invalid-proxy.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\n  assert.throws(() => {\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-proxy-request-invalid-proxy.mjs:26:10\n"},{}],"parallel/test-http-pause-resume-one-end.js":[true,null,{}],"parallel/test-tls-wrap-timeout.js":[true,null,{}],"parallel/test-http2-compat-serverresponse-write.js":[true,null,{}],"parallel/test-fs-cp-async-error-on-exist.mjs":[true,null,{}],"parallel/test-domain-stack.js":[true,null,{}],"parallel/test-http-upgrade-client.js":[true,null,{}],"parallel/test-tls-client-reject-12.js":[true,null,{}],"parallel/test-net-autoselectfamily-attempt-timeout-default-value.js":[true,null,{}],"parallel/test-worker-console-listeners.js":[true,null,{}],"parallel/test-stream-auto-destroy.js":[true,null,{}],"parallel/test-net-isipv4.js":[true,null,{}],"parallel/test-stream-iterator-helpers-test262-tests.mjs":[true,null,{}],"parallel/test-compile-cache-typescript-esm.js":[true,null,{}],"sequential/test-watch-mode-watch-flags.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{"usesNodeTest":1}],"parallel/test-async-hooks-run-in-async-scope-this-arg.js":[true,null,{}],"pseudo-tty/test-tty-window-size.js":[true,null,{}],"es-module/test-vm-main-context-default-loader-eval.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_MODULE_NOT_FOUND'\n- }\n\n    await assert.rejects(s.runInContext(ctx), { code: 'ERR_MODULE_NOT_FOUND' });\n    ^\n    at async main (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-vm-main-context-default-loader-eval.js:53:5)\n"},{}],"parallel/test-tls-close-error.js":[true,null,{}],"parallel/test-module-readonly.js":[true,null,{}],"parallel/test-crypto-keygen-bit-length.js":[true,null,{}],"parallel/test-http2-respond-file-push.js":[true,null,{}],"parallel/test-https-client-resume.js":[true,null,{}],"parallel/test-cluster-worker-init.js":[true,null,{}],"parallel/test-fs-mkdtemp.js":[true,null,{}],"parallel/test-whatwg-webstreams-adapters-to-streamwritable.js":[false,{"code":1,"stderr":"\nerror: Uncaught TypeError: Cannot read properties of undefined (reading 'state')\n    assert.strictEqual(writableStream[kState].state, 'closed');\n                                              ^\n    at Writable.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-adapters-to-streamwritable.js:86:47)\n    at Writable.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Writable.emit (ext:deno_node/_events.mjs:415:20)\n    at emitCloseNT (ext:deno_node/internal/streams/destroy.js:153:10)\n    at processTicksAndRejections (ext:core/01_core.js:373:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-readline.js":[true,null,{}],"parallel/test-freeze-intrinsics.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception (TypeError).\nassert.throws(\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-freeze-intrinsics.js:6:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-freeze-intrinsics.js:5:26\n"},{}],"parallel/test-stream-pipe-error-handling.js":[true,null,{}],"parallel/test-stream-wrap-encoding.js":[true,null,{}],"parallel/test-strace-openat-openssl.js":["IGNORE",null,{"ignoreReason":"error: Uncaught AssertionError: /opt/hostedtoolcache/deno/0.0.0-8ea25a3b12434ec8"}],"parallel/test-tls-reinitialize-listeners.js":[true,null,{}],"parallel/test-blob.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_ARG_TYPE'\n- }\n\nassert.throws(() => new Blob(false), {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-blob.js:17:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-blob.js:5:26\n"},{}],"parallel/test-snapshot-eval.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-fs-write-file.js":[true,null,{}],"parallel/test-eslint-prefer-util-format-errors.js":[true,null,{}],"parallel/test-repl-multiline-navigation.js":[true,null,{}],"parallel/test-webcrypto-derivebits-hkdf.js":[false,{"code":1,"stderr":"1..0 # Skipped: Skipping unsupported test cases\n\nerror: Uncaught (in promise) OperationError: Invalid length\n    return crypto.subtle.deriveBits({\n                         ^\n    at deriveBits (ext:deno_crypto/00_crypto.js:5075:15)\n    at SubtleCrypto.deriveBits (ext:deno_crypto/00_crypto.js:1147:26)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-derivebits-hkdf.js:633:26\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-derivebits-hkdf.js:5:26\n"},{}],"parallel/test-fs-write-stream-end.js":[true,null,{}],"pummel/test-heapdump-zlib.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-tls-set-default-ca-certificates-precedence-bundled.js":[true,null,{}],"parallel/test-dgram-send-callback-recursive.js":[true,null,{}],"parallel/test-shadow-realm.js":["IGNORE",null,{"ignoreReason":"Deno does not expose `ShadowRealm` globally; the spec is still TC39 Stage 2.7"}],"parallel/test-path-isabsolute.js":[true,null,{}],"parallel/test-http-server-request-timeout-upgrade.js":[true,null,{}],"parallel/test-stream-construct.js":[true,null,{}],"parallel/test-crypto-domain.js":[true,null,{}],"parallel/test-cli-options-precedence.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"module-hooks/test-module-hooks-load-mock.js":[true,null,{}],"parallel/test-crypto-randomfillsync-regression.js":[true,null,{}],"parallel/test-crypto-dh-odd-key.js":[true,null,{}],"parallel/test-dgram-udp4.js":[true,null,{}],"parallel/test-async-hooks-execution-async-resource-await.js":[true,null,{}],"parallel/test-compile-cache-permission-allowed.js":["IGNORE",null,{"ignoreReason":"Node.js permission model (--experimental-permission) is not implemented in Deno"}],"parallel/test-stream-readable-resumeScheduled.js":[true,null,{}],"parallel/test-binding-constants.js":[false,{"code":1,"stderr":"\n(node:10942) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [\n    'crypto',\n    'fs',\n-   'internal',\n    'os',\n    'trace',\n    'zlib'\n  ]\n\nassert.deepStrictEqual(\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-binding-constants.js:9:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-binding-constants.js:5:26\n"},{}],"parallel/test-https-server-options-incoming-message.js":[true,null,{}],"parallel/test-readline-promises-interface.js":[false,{"code":1,"stderr":"Mismatched noop function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-readline-promises-interface.js:958:22\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-readline-promises-interface.js:782:15)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\nMismatched noop function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-readline-promises-interface.js:966:22\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-readline-promises-interface.js:782:15)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\nMismatched noop function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-readline-promises-interface.js:958:22\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-readline-promises-interface.js:782:15)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    a ..."},{}],"sequential/test-tls-lookup.js":[true,null,{}],"parallel/test-primordials-apply.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-fs-link.js":[true,null,{}],"parallel/test-child-process-fork-abort-signal.js":[true,null,{}],"parallel/test-fs-close-errors.js":[true,null,{}],"parallel/test-fastutf8stream-end.js":[true,null,{}],"internet/test-dns-lookup.js":[true,null,{}],"parallel/test-fs-write-stream-double-close.js":[true,null,{}],"parallel/test-require-invalid-main-no-exports.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-load-require-inline-typescript.js":[true,null,{}],"parallel/test-esm-loader-hooks-inspect-brk.js":[true,null,{}],"parallel/test-crypto-des3-wrap.js":[true,null,{}],"parallel/test-net-socket-write-error.js":[true,null,{}],"parallel/test-events-getmaxlisteners.js":[true,null,{}],"parallel/test-webcrypto-export-import-ec.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'unsupported algorithm'\n-   message: /Invalid key type/\n  }\n\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-export-import-ec.js:5:26\n"},{}],"parallel/test-whatwg-writablestream-close.js":[true,null,{"usesNodeTest":1}],"client-proxy/test-http-set-global-proxy-from-env-fetch-no-proxy.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: http.setGlobalProxyFromEnv is not a function\n  restore = http.setGlobalProxyFromEnv(config);\n                 ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:6:18\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: http.setGlobalProxyFromEnv is not a function\\n' +\n+     '  restore = http.setGlobalProxyFromEnv(config);\\n' +\n+     '                 ^\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:6:18',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-fetch-no-proxy.mjs:10:1\n"},{}],"parallel/test-tty-stdin-pipe.js":[true,null,{}],"parallel/test-warn-stream-passthrough-deprecation.js":[true,null,{}],"parallel/test-webcrypto-export-import-rsa.js":[false,{"code":1,"stderr":"1..0 # Skipped: Skipping unsupported SHA-3 test cases\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'unsupported algorithm'\n-   message: /Invalid key type/\n  }\n\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-export-import-rsa.js:5:26\n"},{}],"parallel/test-net-large-string.js":[true,null,{}],"parallel/test-worker-message-port-transfer-native.js":[false,{"code":1,"stderr":"\n(node:22581) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) TypeError: internalBinding(...).JSStream is not a constructor\n  const nativeObject = new (internalBinding('js_stream').JSStream)();\n                       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-transfer-native.js:28:24)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-transfer-native.js:5:26\n"},{}],"parallel/test-runner-snapshot-tests.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-worker-relative-path.js":[true,null,{}],"parallel/test-console-diagnostics-channels.js":[false,{"code":1,"stderr":"string { key: /value/ } [ 1, 2, 3 ]\nstring { key: /value/ } [ 1, 2, 3 ]\nstring { key: /value/ } [ 1, 2, 3 ]\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-diagnostics-channels.js:54:30)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-diagnostics-channels.js:5:26\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-diagnostics-channels.js:66:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-diagnostics-channels.js:5:26\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-diagnostics-channels.js:54:30)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at f ..."},{}],"parallel/test-timers-fast-calls.js":["IGNORE",null,{"ignoreReason":"Tests V8 fast API call counts via internalBinding('timers') and %PrepareFunctionForOptimization natives syntax"}],"parallel/test-compile-cache-dynamic-import.js":["IGNORE",null,{"ignoreReason":"Dynamic import() from CJS uses Deno's ESM module loader directly; the COMPILE_CACHE debug trace for the imported ESM module is not produced because the load bypasses node:module"}],"parallel/test-buffer-arraybuffer.js":[true,null,{}],"parallel/test-http-chunk-extensions-limit.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ ''\n- 'HTTP/1.1 413 Payload Too Large\\r\\nConnection: close\\r\\n\\r\\n'\n\n      assert.strictEqual(data, 'HTTP/1.1 413 Payload Too Large\\r\\nConnection: close\\r\\n\\r\\n');\n             ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-chunk-extensions-limit.js:32:14)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-tls-set-default-ca-certificates-append-https-request.js":[true,null,{}],"parallel/test-http2-info-headers-errors.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (internalBinding('http2')) which are not exposed in Deno"}],"es-module/test-esm-loader-programmatically.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-loader-programmatically.mjs\nESM: programmatically register loaders ...\n  works with only a dummy CLI argument ... FAILED (65ms)\n  registering via --import ...\n    should programmatically register a loader from a MJS file ... FAILED (58ms)\n    should programmatically register a loader from a CJS file ... FAILED (60ms)\n  registering via --import ... FAILED (due to 2 failed steps) (120ms)\n  programmatically registered loaders are appended to an existing chaining ... FAILED (61ms)\n  works registering loaders across files ... FAILED (61ms)\n  works registering loaders across virtual files ... FAILED (62ms)\n  works registering the same loaders more them once ... FAILED (58ms)\n  works registering loaders as package name ... FAILED (58ms)\n  works without a CLI flag ... FAILED (58ms)\n  does not work with a loader specifier that does not exist ... FAILED (58ms)\n  does not work with a loader that got syntax errors ... ok (61ms)\nESM: programmatically register loaders ... FAILED (due to 9 failed steps) (663ms)\n\n ERRORS \n\nESM: programmatically register loaders ... works with only a dummy CLI argument => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'error: Uncaught (in promise) SyntaxError: Cannot use import statement outside a module\\n' +\n+   '    at new Script (ext:deno_node/vm.js:100:20)\\n' +\n+   '    at createScript (ext:deno_node/vm.js:315:10)\\n' +\n+   '    at Object.runInThisContext (ext:deno_node/vm.js:348:10)\\n' +\n+   '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\\n'\n- ''\n\n    assert.strictEqual(stderr, '');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-programmatically.mjs:37:12)\n\nESM: programmatically register loaders ... registering via --import ... should programmatically register a loader from a MJS file => e ..."},{"usesNodeTest":1}],"parallel/test-http2-perf_hooks.js":[true,null,{}],"es-module/test-esm-export-not-found.mjs":[true,null,{"usesNodeTest":1}],"es-module/test-require-module-retry-import-errored-2.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'Error: test\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/throw-error.mjs:1:7\\n' +\n+     '    at loadESMFromCJS (node:module:1716:102)\\n' +\n+     '    at Object.loadEsm [as .mjs] (node:module:1699:5)\\n' +\n+     '    at Module.load (node:module:1515:32)\\n' +\n+     '    at Module._load (node:module:1212:14)\\n' +\n+     '    at Module.require (node:module:1544:19)\\n' +\n+     '    at require (node:module:1780:16)\\n' +\n+     '    at assert.throws.message (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-retry-import-errored-2.js:9:3)\\n' +\n+     '    at getActual (ext:deno_node/assert.ts:230:7)\\n' +\n+     '    at assert.throws (ext:deno_node/assert.ts:359:26)'\n-   message: 'test'\n  }\n\nassert.throws(() => {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-retry-import-errored-2.js:8:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-retry-import-errored-2.js:5:26\n"},{}],"parallel/test-stream-readable-emittedReadable.js":[true,null,{}],"parallel/test-warn-stream-wrap-deprecation.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module '_stream_wrap'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-warn-stream-wrap-deprecation.js\nrequire('_stream_wrap');\n^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-warn-stream-wrap-deprecation.js:10:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"es-module/test-cjs-legacyMainResolve-permission.js":["IGNORE",null,{"ignoreReason":"Tests `node:internal/modules/esm/resolve.legacyMainResolve` against Node's `--permission` model; neither is supported in Deno"}],"parallel/test-dotenv.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'basic'\n\nassert.strictEqual(process.env.BASIC, 'basic');\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dotenv.js:8:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dotenv.js:5:26\n"},{}],"pseudo-tty/test-set-raw-mode-reset-process-exit.js":[true,null,{}],"parallel/test-internal-errors.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"sequential/test-child-process-execsync.js":[true,null,{}],"parallel/test-fs-promises-watch-ignore-invalid.mjs":[true,null,{}],"parallel/test-http-client-abort3.js":[true,null,{}],"parallel/test-buffer-set-inspect-max-bytes.js":[true,null,{}],"parallel/test-require-long-path.js":[true,null,{}],"es-module/test-esm-dynamic-import.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'ERR_MODULE_NOT_FOUND'\n- 'ERR_UNKNOWN_BUILTIN_MODULE'\n       ^\n\n    assert.strictEqual(error.code, code);\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-dynamic-import.js:12:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n"},{}],"parallel/test-timers-this.js":[true,null,{}],"parallel/test-child-process-pipe-dataflow.js":["IGNORE",null,{"ignoreReason":"times out"}],"parallel/test-http-zero-length-write.js":[true,null,{}],"parallel/test-readline-input-onerror.js":[true,null,{}],"parallel/test-webstreams-clone-unref.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-readline-carriage-return-between-chunks.js":[true,null,{}],"parallel/test-fs-rmdir-throws-on-file.js":[true,null,{}],"parallel/test-no-node-snapshot.js":[true,null,{}],"parallel/test-stdin-pause-resume.js":[true,null,{}],"parallel/test-process-env-symbols.js":[true,null,{}],"parallel/test-domain-vm-promise-isolation.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ null\n- Domain {\n-   Symbol(kCapture): false,\n-   _events: [Object: null prototype] {},\n-   _eventsCount: 0,\n-   _maxListeners: undefined,\n-   members: []\n- }\n\n      assert.strictEqual(process.domain, d);\n             ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-vm-promise-isolation.js:21:14\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-vm-promise-isolation.js:5:26\n"},{}],"parallel/test-permission-allow-addons-cli.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-tls-key-mismatch.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\nassert.throws(function() {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-key-mismatch.js:43:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-key-mismatch.js:5:26\n"},{}],"parallel/test-http-client-timeout-option-with-agent.js":[true,null,{}],"parallel/test-net-eaddrinuse.js":[true,null,{}],"parallel/test-crypto-lazy-transform-writable.js":[true,null,{}],"parallel/test-fs-promises-writefile-typedarray.js":[true,null,{}],"parallel/test-tls-client-verify.js":[true,null,{}],"parallel/test-runner-root-duration.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-runner-root-duration.js\nroot duration is longer than test duration ... FAILED (41ms)\n\n ERRORS \n\nroot duration is longer than test duration => ./test/parallel/test-runner-root-duration.js:7:1\nerror: AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(code, 0);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-root-duration.js:17:10)\n\n FAILURES \n\nroot duration is longer than test duration => ./test/parallel/test-runner-root-duration.js:7:1\n\nFAILED | 0 passed | 1 failed (43ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-net-write-after-close.js":[true,null,{}],"module-hooks/test-module-hooks-load-short-circuit.js":[true,null,{}],"parallel/test-domain-from-timer.js":[true,null,{}],"parallel/test-dns-multi-channel.js":[true,null,{}],"parallel/test-zlib-from-string.js":[true,null,{}],"parallel/test-http-outgoing-finish-writable.js":[true,null,{}],"parallel/test-stream-writable-change-default-encoding.js":[true,null,{}],"test-runner/test-watch-run-repeatedly-isolation-none.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-runner-inspect.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-http-client-spurious-aborted.js":[true,null,{}],"parallel/test-dns-lookup-promises-options-deprecated.js":[true,null,{}],"sequential/test-cpu-prof-name.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.32/test.cpuprofile'\n- ]\n\n  assert.deepStrictEqual(profiles, [file]);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-name.js:43:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-name.js:5:26\n"},{}],"parallel/test-crypto-pqc-sign-verify-ml-dsa.js":[true,null,{}],"parallel/test-stream-typedarray.js":[true,null,{}],"parallel/test-repl-custom-eval-previews.js":[true,null,{"usesNodeTest":1}],"parallel/test-event-emitter-modify-in-emit.js":[true,null,{}],"parallel/test-tcp-wrap-listen.js":[false,{"code":1,"stderr":"\n(node:18849) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) TypeError: expected i32\n  server.bind6('::', 0) :\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tcp-wrap-listen.js:18:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tcp-wrap-listen.js:5:26\n"},{}],"parallel/test-snapshot-config.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-buffer-readdouble.js":[true,null,{}],"parallel/test-require-extensions-main.js":["IGNORE",null,{"ignoreReason":"Test fixtures rely on Node's implicit CommonJS detection for .js files without a package.json; Deno defaults to ESM."}],"parallel/test-cluster-worker-disconnect-on-error.js":[true,null,{}],"test-runner/test-output-eval-spec.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ ''\n- '✔ passes (*ms)\\n' +\n-   '✖ fails (*ms)\\n' +\n-   'ℹ tests 2\\n' +\n-   'ℹ suites 0\\n' +\n-   'ℹ pass 1\\n' +\n-   'ℹ fail 1\\n' +\n-   'ℹ cancelled 0\\n' +\n-   'ℹ skipped 0\\n' +\n-   'ℹ todo 0\\n' +\n-   'ℹ duration_ms *\\n' +\n-   '\\n' +\n-   '✖ failing tests:\\n' +\n-   '\\n' +\n-   '✖ fails (*ms)\\n' +\n-   '  Error: fail\\n' +\n-   '      at TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_spec.js:3:1), <anonymous>:6:11)\\n' +\n-   '      at <node-internal-frames>\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-eval-spec.mjs:7:1\n"},{}],"parallel/test-tls-client-allow-partial-trust-chain.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-tls-client-allow-partial-trust-chain.js\nallowPartialTrustChain ...\n  can connect successfully with allowPartialTrustChain: true ... ok (45ms)\n  fails without with allowPartialTrustChain: true for an intermediate cert in the CA ... FAILED (5ms)\nallowPartialTrustChain ... FAILED (due to 1 failed step) (53ms)\n\n ERRORS \n\nallowPartialTrustChain ... fails without with allowPartialTrustChain: true for an intermediate cert in the CA => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Missing expected rejection.\n    await assert.rejects(async () => {\n    ^\n    at async NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-client-allow-partial-trust-chain.js:48:5)\n\n FAILURES \n\nallowPartialTrustChain ... fails without with allowPartialTrustChain: true for an intermediate cert in the CA => ext:deno_node/testing.ts:1034:37\n\nFAILED | 0 passed (1 step) | 1 failed (1 step) (57ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-http2-session-gc-while-write-scheduled.js":[true,null,{}],"parallel/test-timers-max-duration-warning.js":[true,null,{}],"pummel/test-tls-server-large-request.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-http-client-headers-host-array.js":[true,null,{}],"parallel/test-http-keep-alive-max-requests.js":[true,null,{}],"parallel/test-http2-respond-file-error-dir.js":[true,null,{}],"internet/test-dns-idna2008.js":[true,null,{}],"parallel/test-http-server-multiheaders2.js":[true,null,{}],"parallel/test-http-double-content-length.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-buffer-equals.js":[true,null,{}],"parallel/test-tls-cli-min-version-1.0.js":[false,{"code":1,"stderr":"test: U U U U U SSLv2_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:98:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U SSLv3_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:100:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U hokey-pokey U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:108:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U %s_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:113:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U TLSv1.2 TLS1_2_method U expect U U ERR_TLS_PROTOCOL_VERSION_CONFLICT\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:117:1)\nclient undefined\nserver ERR_TLS_PROTOCOL_VERSION_CONFLICT\ntest: U U U TLSv1.2 U TLS1_2_method U expect U U ERR_TLS_PROTOCOL_VERSION_CONFLICT\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:119:1)\nclient undefined\nserver ERR_TLS_PROTOCOL_VERSION_CONFLICT\ntest: U U SSLv2_method U U U U expect U ERR_TLS_INVALID_PROTOCOL_METHOD U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:102:1)\nclient ERR_TLS_INVALID_PROTOCOL_METHOD\nserver undefined\ntest: U U SSLv3_method U U U U expect U ERR_TLS_INVALID_PROTOCOL_METHOD U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:104:1)\nclient ERR_TLS_INVALID_PROTOCOL_METHOD\nserver u ..."},{}],"parallel/test-process-exception-capture-should-abort-on-uncaught-setflagsfromstring.js":[true,null,{}],"parallel/test-zlib-deflate-raw-inherits.js":[true,null,{}],"parallel/test-https-server-async-dispose.js":[true,null,{}],"parallel/test-child-process-send-cb.js":[true,null,{}],"parallel/test-child-process-exec-error.js":[true,null,{}],"parallel/test-http-flush-headers.js":[true,null,{}],"parallel/test-node-output-vm.mjs":["IGNORE",null,{"ignoreReason":"Snapshot output tests depend on exact Node.js CLI output formatting and process.config.variables"}],"test-runner/test-watch-esm-dependency-isolation-none.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-sqlite-aggregate-function.mjs":[false,{"code":1,"stderr":"running 7 tests from ./test/parallel/test-sqlite-aggregate-function.mjs\nDatabaseSync.prototype.aggregate() ...\n  input validation ...\n    throws if options.start is not provided ... ok (0ms)\n    throws if options.step is not a function ... ok (1ms)\n    throws if options.useBigIntArguments is not a boolean ... ok (0ms)\n    throws if options.varargs is not a boolean ... ok (0ms)\n    throws if options.directOnly is not a boolean ... ok (0ms)\n    throws if options.inverse is not a function ... ok (0ms)\n  input validation ... ok (4ms)\nDatabaseSync.prototype.aggregate() ... ok (11ms)\nvarargs ...\n  supports variable number of arguments when true ... ok (0ms)\n  uses the max between step.length and inverse.length when false ... ok (1ms)\n  throws if an incorrect number of arguments is provided when false ... ok (0ms)\nvarargs ... ok (2ms)\ndirectOnly ...\n  is false by default ... ok (0ms)\n  set SQLITE_DIRECT_ONLY flag when true ... ok (1ms)\ndirectOnly ... ok (1ms)\nstart ...\n  start option as a value ... ok (1ms)\n  start option as a function ... ok (0ms)\n  start option can hold any js value ... ok (1ms)\n  throws if start throws an error ... ok (0ms)\nstart ... ok (2ms)\nstep ...\n  throws if step throws an error ... ok (0ms)\nstep ... ok (0ms)\nresult ...\n  throws if result throws an error ... ok (1ms)\n  executes once when options.inverse is not present ... ok (0ms)\n  executes once per row when options.inverse is present ... ok (1ms)\nresult ... ok (2ms)\nthrows an error when trying to use as windown function but didn't provide options.inverse ... ok (0ms)\n\n\n============================================================\nDeno has panicked. This is a bug in Deno. Please report this\nat https://github.com/denoland/deno/issues/new.\nIf you can reliably reproduce this panic, include the\nreproduction steps and re-run with the RUST_BACKTRACE=1 env\nvar set and include the backtrace in your report.\n\nPlatform: linux x86_64\nVersion: 2.8.0+fbb5be3\nArgs: [\"/opt/hostedtoolcache/deno/0.0.0-fbb5be31ac23ef ..."},{"usesNodeTest":1}],"parallel/test-web-locks.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-web-locks.js\nWeb Locks with worker threads ...\n  should handle exclusive locks ...\nok | 0 passed | 0 failed (32ms)\n\n\nerror: Uncaught (in worker \"[worker eval]\") TypeError: Cannot read properties of undefined (reading 'request')\n    at [ext:runtime/web_worker.rs:1112:35]:9:23\nerror: Promise resolution is still pending but the event loop has already resolved\n"},{"usesNodeTest":1}],"sequential/test-http2-max-session-memory.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"test-runner/test-output-coverage-width-80-uncovered-lines-color.mjs":[true,null,{}],"parallel/test-stream-pipe-same-destination-twice.js":[true,null,{}],"parallel/test-http2-single-headers-validation.js":[true,null,{}],"module-hooks/test-async-loader-hooks-process-exit-top-level.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-stream-readable-didRead.js":[true,null,{}],"parallel/test-stream-writev.js":[true,null,{}],"module-hooks/test-async-loader-hooks-throw-null.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-stream-duplex-destroy.js":[true,null,{}],"parallel/test-tls-net-socket-keepalive.js":[true,null,{}],"parallel/test-fs-promises-file-handle-stream.js":[true,null,{}],"parallel/test-tls-pfx-authorizationerror.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: received fatal alert: AccessDenied\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13)\n"},{}],"parallel/test-vm-module-basic.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-repl-syntax-error-handling.js":[true,null,{}],"parallel/test-quic-test-server.mjs":[true,null,{}],"parallel/test-zlib-brotli-from-brotli.js":[true,null,{}],"parallel/test-buffer-inspect.js":[true,null,{}],"parallel/test-stream-forEach.js":[true,null,{}],"internet/test-http-dns-fail.js":[true,null,{}],"parallel/test-zlib-brotli-16GB.js":[true,null,{}],"sea/test-single-executable-application-assets.js":[true,null,{}],"parallel/test-bootstrap-modules.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: These builtins are now no longer loaded before pre-execution.\nIf this is intentional, remove them from `expected.beforePreExec`.\n\n--- These could be removed from expected.beforePreExec ---\n[\n  'Internal Binding async_context_frame',\n  'Internal Binding async_wrap',\n  'Internal Binding blob',\n  'Internal Binding buffer',\n  'Internal Binding builtins',\n  'Internal Binding cjs_lexer',\n  'Internal Binding config',\n  'Internal Binding constants',\n  'Internal Binding contextify',\n  'Internal Binding credentials',\n  'Internal Binding diagnostics_channel',\n  'Internal Binding encoding_binding',\n  'Internal Binding errors',\n  'Internal Binding fs',\n  'Internal Binding inspector',\n  'Internal Binding messaging',\n  'Internal Binding mksnapshot',\n  'Internal Binding module_wrap',\n  'Internal Binding modules',\n  'Internal Binding options',\n  'Internal Binding performance',\n  'Internal Binding permission',\n  'Internal Binding process_methods',\n  'Internal Binding string_decoder',\n  'Internal Binding symbols',\n  'Internal Binding task_queue',\n  'Internal Binding timers',\n  'Internal Binding trace_events',\n  'Internal Binding types',\n  'Internal Binding url',\n  'Internal Binding url_pattern',\n  'Internal Binding util',\n  'Internal Binding wasm_web_api',\n  'Internal Binding worker',\n  'NativeModule async_hooks',\n  'NativeModule buffer',\n  'NativeModule diagnostics_channel',\n  'NativeModule events',\n  'NativeModule fs',\n  'NativeModule internal/assert',\n  'NativeModule internal/async_context_frame',\n  'NativeModule internal/async_hooks',\n  'NativeModule internal/blob',\n  'NativeModule internal/buffer',\n  'NativeModule internal/console/constructor',\n  'NativeModule internal/console/global',\n  'NativeModule internal/constants',\n  'NativeModule internal/data_url',\n  'NativeModule internal/dns/utils',\n  'NativeModule internal/encoding',\n  'NativeModule internal/encoding/single-byte',\n  'NativeModule internal/encoding/util',\n  'NativeModule in ..."},{}],"sequential/test-fs-readdir-recursive.js":[true,null,{}],"parallel/test-child-process-fork-detached.js":[true,null,{}],"parallel/test-require-resolve-opts-paths-relative.js":[true,null,{}],"parallel/test-net-server-max-connections.js":[true,null,{}],"parallel/test-http-outgoing-first-chunk-singlebyte-encoding.js":[true,null,{}],"parallel/test-tls-set-secure-context.js":[true,null,{}],"client-proxy/test-http-set-global-proxy-from-env-http-request-default.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: require(...).setGlobalProxyFromEnv is not a function\n  restore = require('http').setGlobalProxyFromEnv();\n                            ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:6:29)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:5:26\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: require(...).setGlobalProxyFromEnv is not a function\\n' +\n+     \"  restore = require('http').setGlobalProxyFromEnv();\\n\" +\n+     '                            ^\\n' +\n+     '    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:6:29)\\n' +\n+     '    at Module._compile (node:module:1644:34)\\n' +\n+     '    at loadMaybeCjs (node:module:1672:12)\\n' +\n+     '    at Object..js (node:module:1654:12)\\n' +\n+     '    at Module.load (node:module:1515:32)\\n' +\n+     '    at Module._load (node:module:1212:14)\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:5:26',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-http-request-default.mjs:12:1\n"},{}],"test-runner/test-output-tap-escape.mjs":[true,null,{}],"pseudo-tty/test-trace-sigint-disabled.js":[true,null,{}],"wasi/test-wasi-worker-terminate.js":[true,null,{}],"parallel/test-vm-module-evaluate-while-evaluating.js":[false,{"code":1,"stderr":"\n\n============================================================\nDeno has panicked. This is a bug in Deno. Please report this\nat https://github.com/denoland/deno/issues/new.\nIf you can reliably reproduce this panic, include the\nreproduction steps and re-run with the RUST_BACKTRACE=1 env\nvar set and include the backtrace in your report.\n\nPlatform: linux x86_64\nVersion: 2.8.0+fbb5be3\nArgs: [\"/opt/hostedtoolcache/deno/0.0.0-fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a/x64/deno\", \"run\", \"-A\", \"--quiet\", \"--unstable-unsafe-proto\", \"--unstable-bare-node-builtins\", \"test/parallel/test-vm-module-evaluate-while-evaluating.js\"]\n\nView stack trace at:\nhttps://panic.deno.com/v2.8.0+fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a/x86_64-unknown-linux-gnu/-4_5xGyk-5xGkjx5tEg6w5tEg5w5tEg3w5tEg0w5tEw2jouEgvj64Cg4qykDg8vo6Cg2_mnFA\n\nthread 'main' (11224) panicked at cli/lib.rs:600:5:\nFatal error in :0: Check failed: module_status == kLinked || module_status == kEvaluatingAsync || module_status == kEvaluated.\nnote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n"},{}],"parallel/test-http2-stream-client.js":[true,null,{}],"parallel/test-v8-collect-gc-profile-using.js":[true,null,{}],"module-hooks/test-async-loader-hooks-throw-string.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-repl-tab-complete-on-editor-mode.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: ifError got unwanted exception: ifError got unwanted exception: Cannot read properties of undefined (reading 'length')\n    at EventEmitter.emit (ext:deno_node/_events.mjs:415:20)\n    at _replCaptureCallback (node:repl:61:11)\n    at process._fatalException (node:process:741:5)\n    at uncaughtExceptionHandler (node:process:378:18)\n    at Object.nodeProcessUnhandledRejectionCallback (node:process:1072:13)\n    at processUnhandledPromiseRejection (ext:runtime_main/js/99_main.js:509:15)\n    at __handleRejections (ext:core/01_core.js:491:25)\n"},{}],"parallel/test-buffer-badhex.js":[true,null,{}],"parallel/test-dgram-bind-socket-close-before-lookup.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: function should not have been called at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dgram-bind-socket-close-before-lookup.js:16\ncalled with arguments: Error: an error\n    at Timeout._onTimeout (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dgram-bind-socket-close-before-lookup.js:11:19)\n    at invokeCallback (ext:deno_node/internal/timers.mjs:176:13)\n    at Object.cb [as _onTimeout] (ext:deno_node/internal/timers.mjs:214:16)\n    at listOnTimeout (ext:core/02_timers.js:307:17)\n    at Object.processTimers (ext:core/02_timers.js:250:7)\n    at __eventLoopTick (ext:core/01_core.js:464:33)\n    assert.fail(\n           ^\n    at Socket.mustNotCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:551:12)\n    at Socket.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/dgram.ts:240:16\n    at Timeout._onTimeout (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dgram-bind-socket-close-before-lookup.js:11:18)\n    at invokeCallback (ext:deno_node/internal/timers.mjs:176:13)\n    at Object.cb [as _onTimeout] (ext:deno_node/internal/timers.mjs:214:16)\n    at listOnTimeout (ext:core/02_timers.js:307:17)\n    at Object.processTimers (ext:core/02_timers.js:250:7)\n    at __eventLoopTick (ext:core/01_core.js:464:33)\n"},{}],"parallel/test-watch-mode-kill-signal-override.mjs":["IGNORE",null,{"ignoreReason":"linux: [MESSAGE] script ready 19171; darwin: [MESSAGE] script ready 1733"}],"parallel/test-fs-read-stream.js":[true,null,{}],"parallel/test-zlib-flush-flags.js":[true,null,{}],"parallel/test-http2-invalidargtypes-errors.js":[true,null,{}],"parallel/test-http2-compat-serverresponse-headers-after-destroy.js":[true,null,{}],"parallel/test-http-uncaught-from-request-callback.js":[true,null,{}],"parallel/test-runner-module-mocking.js":[false,{"code":1,"stderr":"running 18 tests from ./test/parallel/test-runner-module-mocking.js\ninput validation ...\n  throws if specifier is not a string ... FAILED (1ms)\n  throws if options is not an object ... FAILED (1ms)\n  throws if cache is not a boolean ... FAILED (1ms)\n  throws if namedExports is not an object ... FAILED (1ms)\ninput validation ... FAILED (due to 4 failed steps) (4ms)\ncore module mocking with namedExports option ...\n  does not cache by default ... FAILED (3ms)\n  explicitly enables caching ... FAILED (0ms)\n  explicitly disables caching ... FAILED (1ms)\n  named exports are applied to defaultExport ... FAILED (1ms)\n  throws if named exports cannot be applied to defaultExport ... FAILED (0ms)\ncore module mocking with namedExports option ... FAILED (due to 5 failed steps) (6ms)\nCJS mocking with namedExports option ...\n  does not cache by default ... FAILED (1ms)\n  explicitly enables caching ... FAILED (0ms)\n  explicitly disables caching ... FAILED (0ms)\n  named exports are applied to defaultExport ... FAILED (1ms)\n  throws if named exports cannot be applied to defaultExport ... FAILED (0ms)\nCJS mocking with namedExports option ... FAILED (due to 5 failed steps) (4ms)\nESM mocking with namedExports option ...\n  does not cache by default ... FAILED (1ms)\n  explicitly enables caching ... FAILED (0ms)\n  explicitly disables caching ... FAILED (0ms)\n  named exports are not applied to defaultExport ... FAILED (1ms)\n  throws if named exports cannot be applied to defaultExport as CJS ... FAILED (1ms)\nESM mocking with namedExports option ... FAILED (due to 5 failed steps) (4ms)\nJSON mocking ...\n  with defaultExport ... FAILED (1ms)\n  throws without appropriate import attributes ... FAILED (1ms)\nJSON mocking ... FAILED (due to 2 failed steps) (1ms)\nmodules cannot be mocked multiple times at once ...\n  CJS ... FAILED (0ms)\n  ESM ... FAILED (0ms)\n  Importing a Windows path should fail ... ignored (0ms)\n  Importing a module with a quote in its URL should work ... FAILED (0ms)\nmodules canno ..."},{"usesNodeTest":1}],"parallel/test-process-execve-no-args.js":[true,null,{}],"test-runner/test-output-source-mapped-locations.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n  'TAP version 13\\n' +\n    '# Subtest: fails\\n' +\n    'not ok 1 - fails\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'test'\\n\" +\n-   \"  location: '<project-root>/test/fixtures/test-runner/output/source_mapped_locations.ts:5:1'\\n\" +\n-   \"  failureType: 'testCodeFailure'\\n\" +\n-   '  error: |-\\n' +\n-   '    Expected values to be strictly equal:\\n' +\n-   '\\n' +\n-   '    1 !== 2\\n' +\n-   '\\n' +\n-   \"  code: 'ERR_ASSERTION'\\n\" +\n-   \"  name: 'AssertionError'\\n\" +\n-   '  expected: 2\\n' +\n-   '  actual: 1\\n' +\n-   \"  operator: 'strictEqual'\\n\" +\n-   '  stack: |-\\n' +\n-   '    TestContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/source_mapped_locations.ts:6:3)\\n' +\n-   '    <node-internal-frames>\\n' +\n    '  ...\\n' +\n    '1..1\\n' +\n    '# tests 1\\n' +\n    '# suites 0\\n' +\n    '# pass 0\\n' +\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-source-mapped-locations.mjs:8:1\n"},{}],"sequential/test-net-GH-5504.js":[true,null,{}],"parallel/test-child-process-fork-exec-path.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-child-process-fork-exec-path.js:55:28)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-child-process-fork-exec-path.js:5:26\n\n"},{}],"internet/test-dgram-multicast-set-interface-lo.js":[true,null,{}],"parallel/test-http-server-close-idle-wait-response.js":[true,null,{}],"sea/test-single-executable-application-assets-invalid-type.js":[false,{"code":1,"stderr":"\n[process 23826]: --- stderr ---\n\n[process 23826]: --- stdout ---\nDeno 2.8.0+fbb5be3\nexit using ctrl+d, ctrl+c, or close()\nREPL is running with all permissions allowed.\nTo specify permissions, run `deno repl` with allow flags.\n\n[process 23826]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 0, expected 1\nspawnSyncAndExit(\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sea/test-single-executable-application-assets-invalid-type.js:25:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sea/test-single-executable-application-assets-invalid-type.js:5:26\n"},{}],"es-module/test-esm-import-attributes-errors.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_UNKNOWN_MODULE_FORMAT'\n- }\n\nawait assert.rejects(\n^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-attributes-errors.mjs:7:1\n"},{}],"parallel/test-http-outgoing-message-write-callback.js":[true,null,{}],"parallel/test-http-debug.js":[true,null,{}],"parallel/test-http-url.parse-auth-with-header-in-request.js":[true,null,{}],"parallel/test-domain-abort-on-uncaught.js":[false,{"code":1,"stderr":"\nerror: unexpected argument '--abort-on-uncaught-exception' found\n\n  tip: to pass '--abort-on-uncaught-exception' as a value, use '-- --abort-on-uncaught-exception'\n\nUsage: deno [OPTIONS] [COMMAND]\n\nerror: Uncaught (in promise) AssertionError: Test index 0 failed: Error: Command failed: ulimit -c 0 && \"${ESCAPED_0}\" --abort-on-uncaught-exception \"${ESCAPED_1}\" child ${ESCAPED_2}\nerror: unexpected argument '--abort-on-uncaught-exception' found\n\n  tip: to pass '--abort-on-uncaught-exception' as a value, use '-- --abort-on-uncaught-exception'\n\nUsage: deno [OPTIONS] [COMMAND]\n\n\n      assert.fail(`Test index ${testIndex} failed: ${e}`);\n             ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-abort-on-uncaught.js:215:14\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-abort-on-uncaught.js:204:9)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-abort-on-uncaught.js:5:26\n"},{}],"parallel/test-os-eol.js":[true,null,{}],"parallel/test-net-listen-invalid-port.js":[true,null,{}],"parallel/test-runner-v8-deserializer.mjs":[false,{"code":1,"stderr":"\nerror: Import \"internal/test_runner/runner\" not a dependency\n  hint: If you want to use the npm package, try running `deno add npm:internal/test_runner/runner`\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-v8-deserializer.mjs:9:20\n"},{"usesNodeTest":1}],"parallel/test-fs-promises-file-handle-chmod.js":[true,null,{}],"parallel/test-url-is-url-internal.js":[true,null,{"usesNodeTest":1}],"parallel/test-vm-module-linkmodulerequests.js":[true,null,{"usesNodeTest":1}],"parallel/test-global-webcrypto.js":[true,null,{}],"parallel/test-http-incoming-message-destroy.js":[true,null,{}],"parallel/test-http-client-input-function.js":[true,null,{}],"parallel/test-fs-watch-recursive-assert-leaks.js":[true,null,{}],"parallel/test-cluster-disconnect-before-exit.js":[true,null,{}],"parallel/test-diagnostics-channel-tracing-channel-promise-unhandled.js":[true,null,{}],"sequential/test-diagnostic-dir-heap-prof.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(dir))\n\n  assert(fs.existsSync(dir));\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-diagnostic-dir-heap-prof.js:85:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-diagnostic-dir-heap-prof.js:5:26\n"},{}],"parallel/test-vm-global-configurable-properties.js":[true,null,{}],"es-module/test-esm-non-js.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-non-js.mjs\nESM: non-js extensions fail ...\n  <anonymous> ... FAILED (66ms)\nESM: non-js extensions fail ... FAILED (due to 1 failed step) (67ms)\n\n ERRORS \n\nESM: non-js extensions fail ... <anonymous> => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: The input did not match the regular expression /ERR_UNKNOWN_FILE_EXTENSION/. Input:\n\n'error: Uncaught (in promise) SyntaxError: Cannot use import statement outside a module\\n' +\n  '    at new Script (ext:deno_node/vm.js:100:20)\\n' +\n  '    at createScript (ext:deno_node/vm.js:315:10)\\n' +\n  '    at Object.runInThisContext (ext:deno_node/vm.js:348:10)\\n' +\n  '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\\n'\n\n    assert.match(stderr, /ERR_UNKNOWN_FILE_EXTENSION/);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-non-js.mjs:16:12)\n\n FAILURES \n\nESM: non-js extensions fail ... <anonymous> => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 1 failed (1 step) (69ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-crypto-hash-stream-pipe.js":[true,null,{}],"parallel/test-tls-handshake-error.js":[true,null,{}],"parallel/test-repl-require-cache.js":[true,null,{}],"parallel/test-cluster-net-send.js":[true,null,{}],"parallel/test-http2-server-shutdown-redundant.js":[true,null,{}],"parallel/test-domain-no-error-handler-abort-on-uncaught-9.js":["IGNORE",null,{"ignoreReason":"Requires Node.js's --abort-on-uncaught-exception V8 flag (via common.childShouldThrowAndAbort), which Deno does not support"}],"parallel/test-fs-writefile-with-fd.js":[true,null,{}],"sea/test-build-sea.js":[true,null,{}],"parallel/test-http2-client-upload.js":[true,null,{}],"parallel/test-quic-internal-endpoint-stats-state.mjs":[true,null,{}],"parallel/test-worker-crypto-sign-transfer-result.js":[true,null,{}],"parallel/test-sqlite-named-parameters.js":[true,null,{"usesNodeTest":1}],"parallel/test-trace-events-http.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(FILE_NAME))\n\n  assert(fs.existsSync(FILE_NAME));\n  ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-http.js:28:3)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-http2-origin.js":[true,null,{}],"parallel/test-crypto-dh-errors.js":[true,null,{}],"parallel/test-child-process-default-options.js":[true,null,{}],"parallel/test-http-server-delete-parser.js":[true,null,{}],"parallel/test-tls-no-sslv23.js":[true,null,{}],"parallel/test-fs-stat-bigint.js":[true,null,{}],"test-runner/test-output-hooks-with-no-global-test.mjs":[true,null,{}],"parallel/test-net-pipe-connect-errors.js":[true,null,{}],"parallel/test-error-reporting.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /throw {\\r?\\n\\^\\r?\\n{ toString: \\[Function: toString] }\\r?\\n\\r?\\nNode\\.js \\S+\\r?\\n$/. Input:\n\n\"error: unexpected argument '--enable-source-maps' found\\n\" +\n  '\\n' +\n  \"  tip: a similar argument exists: '--unstable-process'\\n\" +\n  \"  tip: to pass '--enable-source-maps' as a value, use '-- --enable-source-maps'\\n\" +\n  '\\n' +\n  'Usage: deno run [OPTIONS] [SCRIPT_ARG]...\\n' +\n  '\\n'\n\n  assert.match(stderr, /throw {\\r?\\n\\^\\r?\\n{ toString: \\[Function: toString] }\\r?\\n\\r?\\nNode\\.js \\S+\\r?\\n$/);\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-error-reporting.js:86:10\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-error-reporting.js:39:5\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ChildProcess.exithandler (ext:deno_node/child_process.ts:393:7)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"parallel/test-debug-process.js":[true,null,{}],"es-module/test-require-esm-from-imported-cjs.js":[false,{"code":1,"stderr":"\n[process 6647]: --- stderr ---\nerror: Loading unprepared module: file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/require-esm-in-cjs-cache/app.cjs\n\n[process 6647]: --- stdout ---\n\n[process 6647]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 1, expected 0\nspawnSyncAndAssert(\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-esm-from-imported-cjs.js:10:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-esm-from-imported-cjs.js:5:26\n"},{}],"parallel/test-vm-util-lazy-properties.js":[true,null,{}],"parallel/test-crypto-dh-stateless-async.js":[true,null,{}],"parallel/test-child-process-spawn-typeerror.js":[true,null,{}],"pseudo-tty/test-tty-color-support-warning-2.js":[true,null,{}],"parallel/test-domexception-subclass.js":[true,null,{}],"parallel/test-crypto-update-encoding.js":[true,null,{}],"parallel/test-whatwg-readablestream.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_ARG_VALUE'\n- }\n\n    assert.throws(() => r.getReader({ mode }), {\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-readablestream.js:68:12\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-readablestream.js:67:22)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-readablestream.js:5:26\n"},{}],"parallel/test-worker-debug.js":[false,{"code":1,"stderr":"Test basic debug scenario\n\n{\"code\":\"ERR_INSPECTOR_COMMAND\",\"name\":\"Error\"}\n"},{}],"parallel/test-process-execve-worker-threads.js":[true,null,{}],"parallel/test-eslint-lowercase-name-for-primitive.js":[true,null,{}],"parallel/test-http2-close-while-writing.js":[true,null,{}],"parallel/test-http2-respond-file.js":[true,null,{}],"parallel/test-worker-ref-onexit.js":[true,null,{}],"es-module/test-disable-require-module-with-detection.js":[false,{"code":1,"stderr":"executed\n\nerror: Uncaught (in promise) AssertionError: Missing expected exception (SyntaxError).\nassert.throws(\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-disable-require-module-with-detection.js:14:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-disable-require-module-with-detection.js:5:26\n"},{}],"parallel/test-http-server-connections-checking-leak.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at new Countdown (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/countdown.js:13:30)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-server-connections-checking-leak.js:15:19)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-server-connections-checking-leak.js:5:26\n\n"},{}],"parallel/test-http-server-request-timeout-delayed-body.js":[true,null,{}],"es-module/test-import-preload-require-cycle.js":["IGNORE",null,{"ignoreReason":"Preload fixture calls module.registerHooks(), which is not implemented yet in Deno (tracked in #34081). The test previously appeared to pass because --import was silently dropped by the node->deno CLI translator; once --import is forwarded properly the preload runs and trips on the missing API."}],"parallel/test-fs-cp-sync-copy-file-to-directory-error.mjs":[true,null,{}],"parallel/test-microtask-queue-run.js":[true,null,{}],"parallel/test-fs-readfilesync-enoent.js":[true,null,{}],"parallel/test-async-hooks-worker-asyncfn-terminate-4.js":[true,null,{}],"sequential/test-https-server-keep-alive-timeout.js":[true,null,{}],"parallel/test-tls-server-verify.js":[true,null,{}],"parallel/test-runner-subtest-after-hook.js":[true,null,{"usesNodeTest":1}],"parallel/test-http2-compat-socket-set.js":[true,null,{}],"parallel/test-fs-chmod.js":[true,null,{}],"parallel/test-whatwg-encoding-singlebyte.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-timers-nan-duration-warning.js":[true,null,{}],"parallel/test-net-connect-options-fd.js":[true,null,{}],"parallel/test-http-set-cookies.js":[true,null,{}],"test-runner/test-watch-no-file-isolation-process.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"pummel/test-dh-regr.js":[true,null,{}],"es-module/test-esm-process.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught SyntaxError: The requested module 'process' does not provide an export named 'report'\nimport process, { report } from 'process';\n                  ^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-process.mjs:3:19)\n"},{}],"parallel/test-debugger-exec-scope.mjs":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-trace-events-async-hooks.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'executionAsyncId')\n      return (trace.args.data.executionAsyncId > 0 &&\n                              ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-async-hooks.js:61:31\n    at Array.every (<anonymous>)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-async-hooks.js:60:26\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ext:deno_node/fs.ts:384:9\n    at processTicksAndRejections (ext:core/01_core.js:403:7)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-http-server-options-server-response.js":[true,null,{}],"parallel/test-fs-stream-double-close.js":[true,null,{}],"parallel/test-runner-global-setup-teardown.mjs":[false,{"code":1,"stderr":"running 3 tests from ./test/parallel/test-runner-global-setup-teardown.mjs\ntest runner global hooks with isolation=none and --test: true ...\n  should run globalSetup and globalTeardown functions ... FAILED (88ms)\n  should run setup-only module ... FAILED (97ms)\n  should run teardown-only module ... FAILED (88ms)\n  should run globalTeardown only after all tests are done in case of more than one test file ... FAILED (161ms)\n  should share context between setup and teardown ... ignored (0ms)\n  should handle async setup and teardown ... FAILED (83ms)\n  should handle error in setup ... FAILED (84ms)\n  should run TypeScript globalSetup and globalTeardown functions ... ignored (0ms)\n  should run ESM globalSetup and globalTeardown functions ... FAILED (99ms)\n  should run globalSetup only once for run ... FAILED (82ms)\n  should run globalSetup and globalTeardown only once for run ... FAILED (85ms)\n  should run globalSetup and globalTeardown only once for run with multiple test files ... FAILED (137ms)\n  interop with --require and --import ...\n    should run required module after globalSetup ... FAILED (86ms)\n    should run imported module after globalSetup ... FAILED (95ms)\n    should execute globalSetup and globalTeardown correctly with imported module containing tests ... FAILED (79ms)\n  interop with --require and --import ... FAILED (due to 3 failed steps) (262ms)\ntest runner global hooks with isolation=none and --test: true ... FAILED (due to 11 failed steps) (1s)\ntest runner global hooks with isolation=process and --test: true ...\n  should run globalSetup and globalTeardown functions ... FAILED (77ms)\n  should run setup-only module ... FAILED (76ms)\n  should run teardown-only module ... FAILED (79ms)\n  should run globalTeardown only after all tests are done in case of more than one test file ... FAILED (141ms)\n  should share context between setup and teardown ... ignored (0ms)\n  should handle async setup and teardown ... FAILED (90ms)\n  should handle error in setup ...  ..."},{"usesNodeTest":1}],"parallel/test-http2-socket-proxy.js":[true,null,{}],"parallel/test-fs-glob-throw.mjs":[true,null,{}],"parallel/test-buffer-isutf8.js":[true,null,{}],"parallel/test-stream-writable-decoded-encoding.js":[true,null,{}],"parallel/test-fs-promises-statfs-validate-path.js":[true,null,{}],"parallel/test-crypto-authenticated.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression / auth/. Input:\n\n'AssertionError [ERR_ASSERTION]: Cannot change encoding'\n\n        assert.throws(function() { decrypt.final('hex'); }, errMessages.auth);\n               ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-crypto-authenticated.js:126:16)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-crypto-authenticated.js:5:26\n"},{}],"sequential/test-timers-block-eventloop.js":[true,null,{}],"parallel/test-http-server-optimize-empty-requests.js":[true,null,{}],"parallel/test-http2-create-client-secure-session.js":[true,null,{}],"parallel/test-fs-symlink-dir.js":[true,null,{}],"test-runner/test-output-abort-hooks.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'TAP version 13\\n' +\n- 'before\\n' +\n-   '2.1\\n' +\n-   '2.2\\n' +\n-   'after\\n' +\n-   'beforeEach\\n' +\n-   '4.1\\n' +\n-   'afterEach\\n' +\n-   '4.2\\n' +\n-   'TAP version 13\\n' +\n    '# Subtest: 1 before describe\\n' +\n    '    # Subtest: test 1\\n' +\n+   '1.1\\n' +\n+   '    ok 1 - test 1\\n' +\n-   '    not ok 1 - test 1\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 'test'\\n\" +\n-   \"      location: '<project-root>/test/fixtures/test-runner/output/abort_hooks.js:11:3'\\n\" +\n-   \"      failureType: 'cancelledByParent'\\n\" +\n-   \"      error: 'test did not finish before its parent and was cancelled'\\n\" +\n-   \"      code: 'ERR_TEST_FAILURE'\\n\" +\n    '      ...\\n' +\n    '    # Subtest: test 2\\n' +\n+   '1.2\\n' +\n+   '    ok 2 - test 2\\n' +\n-   '    not ok 2 - test 2\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 'test'\\n\" +\n-   \"      location: '<project-root>/test/fixtures/test-runner/output/abort_hooks.js:14:3'\\n\" +\n-   \"      failureType: 'cancelledByParent'\\n\" +\n-   \"      error: 'test did not finish before its parent and was cancelled'\\n\" +\n-   \"      code: 'ERR_TEST_FAILURE'\\n\" +\n    '      ...\\n' +\n    '    1..2\\n' +\n+   'ok 1 - 1 before describe\\n' +\n-   'not ok 1 - 1 before describe\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'suite'\\n\" +\n-   \"  location: '<project-root>/test/fixtures/test-runner/output/abort_hooks.js:4:1'\\n\" +\n-   \"  failureType: 'hookFailed'\\n\" +\n-   \"  error: 'This operation was aborted'\\n\" +\n-   '  code: 20\\n' +\n-   \"  name: 'AbortError'\\n\" +\n-   '  stack: |-\\n' +\n-   '    <node-internal-frames>\\n' +\n-   '    before.signal (<project-root>/test/fixtures/test-runner/output/abort_hooks.js:8:8)\\n' +\n-   '    <node-internal-frames>\\n' +\n    '  ...\\n' +\n    '# Subtest: 2 after describe\\n' +\n    '    # Subtest: test 1\\n' +\n+   '2.1\\n' +\n    '    ok 1 - test 1\\n' +\n    '      ---\\n' +\n   ..."},{}],"parallel/test-tls-sni-server-client.js":[true,null,{}],"parallel/test-zlib-zstd-flush.js":[true,null,{}],"parallel/test-tls-get-ca-certificates-bundled-subset.js":[true,null,{}],"es-module/test-extensionless-esm-type-commonjs.js":[false,{"code":1,"stderr":"\n[process 6495]: --- stderr ---\n\n[process 6495]: --- stdout ---\nscript STARTED\nv24.2.0\n\n[process 6495]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 0, expected 1\nspawnSyncAndAssert(process.execPath, [\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-extensionless-esm-type-commonjs.js:7:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-extensionless-esm-type-commonjs.js:5:26\n"},{}],"parallel/test-child-process-send-type-error.js":[true,null,{}],"parallel/test-process-load-env-file.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-process-load-env-file.js\nprocess.loadEnvFile() ...\n  supports passing path ... ok (68ms)\n  supports not-passing a path ... ok (64ms)\n  should throw when file does not exist ... ok (1ms)\n  should throw when `.env` does not exist ... FAILED (1ms)\n  should check for permissions ... FAILED (66ms)\n  loadEnvFile does not mutate --env-file output ... FAILED (64ms)\nprocess.loadEnvFile() ... FAILED (due to 3 failed steps) (265ms)\n\n ERRORS \n\nprocess.loadEnvFile() ... should throw when `.env` does not exist => ext:deno_node/testing.ts:1034:37\nerror: Error: ENOENT: no such file or directory, chdir '/home/runner/work/deno/deno/tests/node_compat/runner/suite' -> '/home/runner/work/deno/deno/tests/node_compat/runner/suite/lib'\n        process.chdir(join(originalCwd, 'lib'));\n                ^\n    at process.chdir (ext:deno_node/_process/process.ts:41:13)\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-load-env-file.js:63:17)\n\nprocess.loadEnvFile() ... should check for permissions => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input did not match the regular expression /Error: Access to this API has been restricted/. Input:\n\n'error: Uncaught (in promise) Error: ENOENT: no such file or directory, open \\'/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/dir%20with unusual\"chars \\'åß∂ƒ©∆¬…`/non-existent-file.env\\'\\n' +\n  '    at process.loadEnvFile (node:process:867:11)\\n' +\n  '    at [eval]:1:9\\n' +\n  '    at Script.#runInContext (ext:deno_node/vm.js:139:12)\\n' +\n  '    at Script.runInThisContext (ext:deno_node/vm.js:149:30)\\n' +\n  '    at Object.runInThisContext (ext:deno_node/vm.js:348:38)\\n' +\n  '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/$deno$eval.mts:6:36\\n'\n\n    assert.match(child.stderr, /Error: Access to this API has been restricted/);\n           ^\n    at NodeTes ..."},{"usesNodeTest":1}],"parallel/test-permission-inspector-brk.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"es-module/test-esm-loader-mock.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ [Module: null prototype] {\n+       EventEmitter: <ref *1> [Function: EventEmitter] {\n+       EventEmitter: [Circular *1],\n+       EventEmitterAsyncResource: [Getter: <Inspection threw (Symbol.prototype.description requires that 'this' be a Symbol)>],\n+       addAbortListener: [Function: addAbortListener],\n+       captureRejectionSymbol: Symbol(nodejs.rejection),\n+       captureRejections: [Getter/Setter: false],\n+       defaultMaxListeners: [Getter/Setter: 10],\n+       errorMonitor: Symbol(events.errorMonitor),\n+       getEventListeners: [Function: getEventListeners],\n+       getMaxListeners: [Function: getMaxListeners],\n+       init: [Function (anonymous)],\n+       listenerCount: [Function: listenerCount],\n+       on: [Function: on],\n+       once: [AsyncFunction: once],\n+       setMaxListeners: [Function: setMaxListeners],\n+       usingDomains: false\n+     },\n+       EventEmitterAsyncResource: [class EventEmitterAsyncResource extends EventEmitter],\n+       addAbortListener: [Function: addAbortListener],\n+       captureRejectionSymbol: Symbol(nodejs.rejection),\n+       default: <ref *1> [Function: EventEmitter] {\n+         EventEmitter: [Circular *1],\n+         EventEmitterAsyncResource: [Getter: <Inspection threw (Symbol.prototype.description requires that 'this' be a Symbol)>],\n+         addAbortListener: [Function: addAbortListener],\n+         captureRejectionSymbol: Symbol(nodejs.rejection),\n+         captureRejections: [Getter/Setter: false],\n+         defaultMaxListeners: [Getter/Setter: 10],\n+         errorMonitor: Symbol(events.errorMonitor),\n+         getEventListeners: [Function: getEventListeners],\n+         getMaxListeners: [Function: getMaxListeners],\n+         init: [Function (anonymous)],\n+         listenerCount: [Function: listenerCount],\n+         on: [Function: on],\n+         once: [AsyncFunction: once],\n+         setMaxListeners: [Functi ..."},{}],"parallel/test-zlib-zero-byte.js":[true,null,{}],"parallel/test-fs-cp-async-copy-non-directory-symlink.mjs":[true,null,{}],"parallel/test-http-agent-null.js":[true,null,{}],"parallel/test-http-client-read-in-error.js":[true,null,{}],"parallel/test-http2-dont-override.js":[true,null,{}],"parallel/test-tls-client-destroy-soon.js":[true,null,{}],"parallel/test-process-threadCpuUsage-worker-threads.js":["IGNORE",null,{"ignoreReason":"This test is flaky and/or timing out. Needs to be investigated"}],"parallel/test-buffer-compare-offset.js":[true,null,{}],"parallel/test-options-binding.js":[true,null,{}],"parallel/test-stream2-push.js":[true,null,{}],"sequential/test-net-localport.js":[true,null,{}],"parallel/test-child-process-exec-std-encoding.js":[true,null,{}],"wasi/test-wasi-exitcode.js":[true,null,{}],"test-runner/test-output-abort.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-process-getactiveresources-track-multiple-timers.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 10\n\nassert.strictEqual(process.getActiveResourcesInfo().filter(\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-getactiveresources-track-multiple-timers.js:19:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-getactiveresources-track-multiple-timers.js:5:26\n"},{}],"parallel/test-trace-env.js":[false,{"code":1,"stderr":"\n[process 18288]: --- stderr ---\n\n[process 18288]: --- stdout ---\n\n[process 18288]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - stderr did not match expectation, checker throws:\nAssertionError [ERR_ASSERTION]: The input did not match the regular expression /get \"NODE_EXTRA_CA_CERTS\"/. Input:\n\n''\n\n    at stderr (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-env.js:20:14)\n    at checkOutput (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:52:7)\n    at expectSyncExit (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:122:32)\n    at spawnSyncAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:155:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-env.js:10:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14) {\n  generatedMessage: true,\n  code: 'ERR_ASSERTION',\n  actual: '',\n  expected: /get \"NODE_EXTRA_CA_CERTS\"/,\n  operator: 'match',\n  diff: 'simple'\n}\nspawnSyncAndAssert(process.execPath, ['--trace-env', fixtures.path('empty.js')], {\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-env.js:10:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-env.js:5:26\n"},{}],"parallel/test-crypto-keygen-async-explicit-elliptic-curve-encrypted.js.js":[true,null,{}],"parallel/test-cluster-dgram-ipv6only.js":[true,null,{}],"parallel/test-whatwg-url-custom-global.js":[true,null,{}],"parallel/test-cluster-message.js":[true,null,{}],"parallel/test-fs-rmSync-special-char.js":[true,null,{}],"parallel/test-process-available-memory.js":[true,null,{}],"parallel/test-abort-controller-any-timeout.js":[true,null,{"usesNodeTest":1}],"parallel/test-net-socket-timeout.js":[true,null,{}],"parallel/test-permission-fs-wildcard.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-async-local-storage-http-agent.js":[true,null,{}],"parallel/test-child-process-recv-handle.js":["IGNORE",null,{"ignoreReason":"Uses internal/child_process kChannelHandle with readStop/readStart which is not exposed in Deno"}],"parallel/test-tls-js-stream.js":[true,null,{}],"parallel/test-zlib-failed-init.js":[true,null,{}],"parallel/test-net-socket-no-halfopen-enforcer.js":[true,null,{}],"parallel/test-http2-trailers-after-session-close.js":[true,null,{}],"parallel/test-vm-run-in-new-context.js":[true,null,{}],"parallel/test-fs-open-no-close.js":[true,null,{}],"parallel/test-tls-connect-hwm-option.js":[true,null,{}],"parallel/test-fs-watch-recursive-add-file-with-url.js":[true,null,{}],"parallel/test-http-agent-keepalive-delay.js":[true,null,{}],"parallel/test-domain-no-error-handler-abort-on-uncaught-3.js":["IGNORE",null,{"ignoreReason":"Requires Node.js's --abort-on-uncaught-exception V8 flag (via common.childShouldThrowAndAbort), which Deno does not support"}],"parallel/test-inspector-exit-worker-in-wait-for-connection2.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-npm-install.js":[false,{"code":1,"stderr":"\nerror: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/deps/npm/bin/npm-cli.js\".\nerror: Uncaught (in promise) AssertionError: npm install got error code 1\n\n1 !== 0\n\n  assert.strictEqual(code, 0, `npm install got error code ${code}`);\n         ^\n    at handleExit (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-npm-install.js:66:10)\n    at handleExit (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.exithandler (ext:deno_node/child_process.ts:393:7)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"parallel/test-runner-worker-id.js":[false,{"code":1,"stderr":"running 7 tests from ./test/parallel/test-runner-worker-id.js\nNODE_TEST_WORKER_ID is set for concurrent test files ... FAILED (191ms)\nNODE_TEST_WORKER_ID is set with explicit concurrency ... FAILED (120ms)\nNODE_TEST_WORKER_ID is 1 with concurrency=1 ... FAILED (74ms)\nNODE_TEST_WORKER_ID with explicit isolation=process ... FAILED (144ms)\nNODE_TEST_WORKER_ID is 1 with isolation=none ... FAILED (142ms)\ncontext.workerId matches NODE_TEST_WORKER_ID ... FAILED (83ms)\nworker IDs are reused when more tests than concurrency ... FAILED (596ms)\n\n ERRORS \n\nNODE_TEST_WORKER_ID is set for concurrent test files => ./test/parallel/test-runner-worker-id.js:8:1\nerror: AssertionError: Test failed: error: Test failed\n\n\n1 !== 0\n\n  assert.strictEqual(result.status, 0, `Test failed: ${result.stderr.toString()}`);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-worker-id.js:20:10)\n\nNODE_TEST_WORKER_ID is set with explicit concurrency => ./test/parallel/test-runner-worker-id.js:23:1\nerror: AssertionError: Test failed: error: Test failed\n\n\n1 !== 0\n\n  assert.strictEqual(result.status, 0, `Test failed: ${result.stderr.toString()}`);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-worker-id.js:35:10)\n\nNODE_TEST_WORKER_ID is 1 with concurrency=1 => ./test/parallel/test-runner-worker-id.js:38:1\nerror: AssertionError: Test failed: error: Test failed\n\n\n1 !== 0\n\n  assert.strictEqual(result.status, 0, `Test failed: ${result.stderr.toString()}`);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-worker-id.js:45:10)\n\nNODE_TEST_WORKER_ID with explicit isolation=process => ./test/parallel/test-runner-worker-id.js:48:1\nerror: AssertionError: Test failed: error: Test failed\n\n\n1 !== 0\n\n  assert.strictEqual(result.status, 0, `Test failed: ${r ..."},{"usesNodeTest":1}],"parallel/test-http-client-keep-alive-hint.js":[true,null,{}],"parallel/test-http-outgoing-renderHeaders.js":[true,null,{}],"es-module/test-esm-loader-chaining.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-loader-chaining.mjs\nESM: loader chaining ...\n  should load unadulterated source when there are no loaders ... FAILED (61ms)\n  should load properly different source when only load changes something ... FAILED (63ms)\n  should result in proper output from multiple changes in resolve hooks ... FAILED (60ms)\n  should respect modified context within resolve chain ... FAILED (57ms)\n  should accept only the correct arguments ... FAILED (57ms)\n  should result in proper output from multiple changes in resolve hooks ... FAILED (57ms)\n  should provide the correct \"next\" fn when multiple calls to next within same loader ... FAILED (60ms)\n  should use the correct `name` for next<HookName>'s function ... FAILED (57ms)\n  should throw for incomplete resolve chain, citing errant loader & hook ... FAILED (57ms)\n  should NOT throw when nested resolve hook signaled a short circuit ... FAILED (60ms)\n  should NOT throw when nested load hook signaled a short circuit ... FAILED (57ms)\n  should allow loaders to influence subsequent loader resolutions ... FAILED (57ms)\n  should throw when the resolve chain is broken ... FAILED (60ms)\n  should throw for incomplete load chain, citing errant loader & hook ... FAILED (57ms)\n  should throw when the load chain is broken ... FAILED (63ms)\n  should throw when invalid `specifier` argument passed to `nextResolve` ... FAILED (65ms)\n  should throw when resolve hook is invalid ... FAILED (61ms)\n  should throw when invalid `context` argument passed to `nextResolve` ... FAILED (61ms)\n  should throw when load hook is invalid ... FAILED (64ms)\n  should throw when invalid `url` argument passed to `nextLoad` ... FAILED (66ms)\n  should throw when invalid `url` argument passed to `nextLoad` ... FAILED (60ms)\n  should throw when invalid `context` argument passed to `nextLoad` ... FAILED (60ms)\n  should allow loaders to influence subsequent loader `import()` calls in `resolve` ... FAILED (63ms)\n  should allow loaders to ..."},{"usesNodeTest":1}],"internet/test-dgram-connect.js":[true,null,{}],"parallel/test-http2-request-response-proto.js":[true,null,{}],"parallel/test-child-process-internal.js":[true,null,{}],"parallel/test-diagnostics-channel-http2-client-stream-start.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [Object: null prototype] {\n    ':authority': 'localhost:36963',\n    ':method': 'GET',\n    ':path': '/',\n    ':scheme': 'http',\n+   Symbol(sensitiveHeaders): [],\n+   pushheader: 'pushValue'\n-   requestHeader: 'requestValue'\n  }\n\n    assert.deepStrictEqual(headers, {\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-diagnostics-channel-http2-client-stream-start.js:33:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at Channel.publish (ext:deno_node/diagnostics_channel.js:165:9)\n    at Http2Session.onSessionHeaders (ext:deno_node/http2.ts:1073:38)\n    at Socket.<anonymous> (ext:deno_node/http2.ts:2506:16)\n    at Socket.emit (ext:deno_node/_events.mjs:415:20)\n    at addChunk (ext:deno_node/internal/streams/readable.js:607:12)\n    at readableAddChunkPushByteMode (ext:deno_node/internal/streams/readable.js:555:3)\n    at Socket.push (ext:deno_node/internal/streams/readable.js:424:7)\n    at TCPWrap.onStreamRead [as onread] (ext:deno_node/internal/stream_base_commons.ts:200:25)\n"},{}],"sequential/test-cluster-net-listen-ipv6only-rr.js":["IGNORE",null,{"ignoreReason":"error: Uncaught Error: listen EADDRINUSE: address already in use 0.0.0.0:12346"}],"parallel/test-vfs.js":[false,{"code":1,"stderr":"\n(node:16677) ExperimentalWarning: Module._stat is an experimental feature and might change at any time\nerror: Uncaught (in promise) NotADirectory: Not a directory (os error 20)\nassert.deepStrictEqual(require(vfsFile), { x: 'y' });\n                       ^\n    at toRealPath (node:module:818:14)\n    at Module._findPath (node:module:1003:20)\n    at Module._resolveFilename (node:module:1374:27)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vfs.js:89:24)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n"},{}],"parallel/test-tls-getcertificate-x509.js":[true,null,{}],"parallel/test-child-process-stdout-ipc.js":[true,null,{}],"parallel/test-repl-save-load-editor-mode.js":[true,null,{}],"parallel/test-require-enoent-dir.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module '../foo.cjs'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.689/delete_me/bar.cjs\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-require-enoent-dir.js\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at module.exports (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.689/delete_me/bar.cjs:2:28)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-require-enoent-dir.js:30:21)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n"},{}],"parallel/test-process-default.js":[true,null,{}],"parallel/test-shadow-realm-module.js":["IGNORE",null,{"ignoreReason":"Deno does not expose `ShadowRealm` globally; the spec is still TC39 Stage 2.7"}],"parallel/test-fs-read-promises-optional-params.js":[true,null,{}],"es-module/test-esm-import-meta-main.mjs":[true,null,{}],"pummel/test-regress-GH-892.js":[true,null,{}],"parallel/test-internal-util-getCIDR.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-readline-set-raw-mode.js":[true,null,{}],"parallel/test-perf-hooks-usertiming.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(PerformanceMark)\n\nassert(PerformanceMark);\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-perf-hooks-usertiming.js:18:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-perf-hooks-usertiming.js:5:26\n"},{}],"parallel/test-vm-attributes-property-not-on-sandbox.js":[true,null,{}],"parallel/test-fs-readdir-buffer.js":[true,null,{}],"parallel/test-worker-terminate-null-handler.js":[true,null,{}],"parallel/test-whatwg-url-custom-searchparams-set.js":[true,null,{}],"parallel/test-child-process-can-write-to-stdout.js":[true,null,{}],"parallel/test-event-emitter-max-listeners-warning.js":[true,null,{}],"parallel/test-tls-set-default-ca-certificates-error.js":[true,null,{}],"parallel/test-cli-print-promise.mjs":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-stream-writable-properties.js":[true,null,{}],"parallel/test-buffer-zero-fill.js":[true,null,{}],"parallel/test-timers-immediate-queue.js":[true,null,{}],"parallel/test-util-inherits.js":[true,null,{}],"parallel/test-crypto-encoding-validation-error.js":[true,null,{}],"parallel/test-child-process-spawn-event.js":[true,null,{}],"parallel/test-module-symlinked-peer-modules.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) ReferenceError: ReferenceError: module is not defined\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.1331/moduleA/index.js:1:1\n    at loadESMFromCJS (node:module:1716:102)\n    at Module._compile (node:module:1622:12)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.1331/app/index.js:1:15)\n'use strict'; require('moduleA');\n              ^\n    at loadESMFromCJS (node:module:1716:102)\n    at Module._compile (node:module:1622:12)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.1331/app/index.js:1:15)\n    at Module._compile (node:module:1644:34)\n\n    info: Deno supports CommonJS modules in .cjs files, or when the closest\n          package.json has a \"type\": \"commonjs\" option.\n    hint: Rewrite this module to ESM,\n          or change the file extension to .cjs,\n          or add package.json next to the file with \"type\": \"commonjs\" option,\n          or pass --unstable-detect-cjs flag to detect CommonJS when loading.\n    docs: https://docs.deno.com/go/commonjs\n"},{}],"parallel/test-cluster-worker-exit.js":[true,null,{}],"client-proxy/test-https-proxy-request-no-proxy.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /Status Code: 200/. Input:\n\n''\n\nassert.match(stdout, /Status Code: 200/);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-no-proxy.mjs:47:8\n"},{}],"es-module/test-esm-path-win32.mjs":[true,null,{}],"parallel/test-http2-misc-util.js":[true,null,{}],"parallel/test-repl-pretty-stack.js":[true,null,{}],"parallel/test-stream-pipe-flow-after-unpipe.js":[true,null,{}],"sequential/test-async-wrap-getasyncid.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: expected AsyncWrap\n  assert.strictEqual(req.getAsyncId(), -1);\n                         ^\n    at testUninitialized (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-async-wrap-getasyncid.js:89:26)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-async-wrap-getasyncid.js:105:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-async-wrap-getasyncid.js:5:26\n"},{}],"parallel/test-http2-compat-expect-handling.js":[true,null,{}],"parallel/test-require-delete-array-iterator.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Spread syntax requires ...iterable[Symbol.iterator] to be a function\n    at process.emit (node:process:492:38)\n    at process._fatalException (node:process:739:11)\n    at Module._load (node:module:1244:19)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-require-delete-array-iterator.js:5:26\n"},{}],"parallel/test-stream2-finish-pipe.js":[true,null,{}],"parallel/test-net-dns-lookup-skip.js":[true,null,{}],"parallel/test-performance-gc.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected at least 1, actual 0.\n    at Proxy.mustCallAtLeast (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:463:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-gc.js:28:46)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-gc.js:5:26\n\n"},{}],"parallel/test-tls-env-extra-ca.js":[true,null,{}],"parallel/test-buffer-tostring.js":[true,null,{}],"parallel/test-punycode.js":[true,null,{}],"parallel/test-inspector-resource-name-to-url.js":[true,null,{}],"parallel/test-net-server-listen-path.js":[true,null,{}],"parallel/test-fs-realpath-native.js":[true,null,{}],"parallel/test-net-listening.js":[true,null,{}],"parallel/test-http-request-host-header.js":[true,null,{}],"parallel/test-throw-undefined-or-null-traced.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-throw-undefined-or-null-traced.mjs\n--trace-uncaught ...\n  prints a trace on process exit for uncaught errors ... FAILED (66ms)\n--trace-uncaught ... FAILED (due to 1 failed step) (66ms)\n\n ERRORS \n\n--trace-uncaught ... prints a trace on process exit for uncaught errors => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: The input did not match the regular expression /^Thrown at:$/m. Input:\n\n'error: Uncaught (in promise) null\\n'\n\n      assert.match(stderr, /^Thrown at:$/m);\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-throw-undefined-or-null-traced.mjs:15:14)\n\n FAILURES \n\n--trace-uncaught ... prints a trace on process exit for uncaught errors => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 1 failed (1 step) (69ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"test-runner/test-output-global-after-should-fail-the-test.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'TAP version 13\\n' +\n- 'this is a test\\n' +\n-   'TAP version 13\\n' +\n    '# Subtest: this is a test\\n' +\n+   'this is a test\\n' +\n    'ok 1 - this is a test\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'test'\\n\" +\n    '  ...\\n' +\n-   'not ok 2 - <project-root>/test/fixtures/test-runner/output/global_after_should_fail_the_test.js\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   \"  location: '<project-root>/test/fixtures/test-runner/output/global_after_should_fail_the_test.js:4:1'\\n\" +\n-   \"  failureType: 'hookFailed'\\n\" +\n-   \"  error: 'this should fail the test'\\n\" +\n-   \"  code: 'ERR_TEST_FAILURE'\\n\" +\n-   '  stack: |-\\n' +\n-   '    TestContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/global_after_should_fail_the_test.js:5:9)\\n' +\n-   '    <node-internal-frames>\\n' +\n-   '  ...\\n' +\n    '1..1\\n' +\n    '# tests 1\\n' +\n    '# suites 0\\n' +\n    '# pass 1\\n' +\n    '# fail 0\\n' +\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-global-after-should-fail-the-test.mjs:8:1\n"},{}],"parallel/test-stream-preprocess.js":[true,null,{}],"test-runner/test-output-output.mjs":[true,null,{}],"module-hooks/test-module-hooks-custom-conditions-cjs.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n'default' !== 'foo'\n\n    assert.strictEqual(cjs('foo/second').result, 'foo');\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/module-hooks/test-module-hooks-custom-conditions-cjs.js:24:12\n"},{}],"parallel/test-child-process-fork-net-socket.js":[true,null,{}],"parallel/test-http2-respond-with-fd-errors.js":[true,null,{}],"parallel/test-worker-message-port-drain.js":[false,{"code":1,"stderr":"1 threadId: 1\n2 threadId: 1\n[\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1\n]\n1 threadId: 2\n2 threadId: 2\n[\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,\n  1, 1, 1, 1\n]\n\nerror: Uncaught AssertionError: The expression evaluated to a falsy value:\n\n  assert.ok(workerOutput.includes(`1 threadId: ${threadId}`))\n\n      assert.ok(workerOutput.includes(`1 threadId: ${threadId}`));\n             ^\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-drain.js:32:14)\n    at process.emit (ext:deno_node/_events.mjs:415:20)\n    at process.emit (node:process:492:38)\n    at dispatchProcessExitEvent (node:process:1032:13)\n"},{}],"es-module/test-esm-wasm-reject-wasm-js-import-module.mjs":[false,{"code":1,"stderr":"\n[process 7281]: --- stderr ---\nerror: Uncaught (in promise) TypeError: Unsupported scheme \"wasm-js\" for module \"wasm-js:invalid\". Supported schemes:\n - \"blob\"\n - \"data\"\n - \"file\"\n - \"http\"\n - \"https\"\n - \"jsr\"\n - \"npm\"\nawait import(url);\n^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/test-wasm-reject-wasm-js-import-module.mjs:6:1\n\n[process 7281]: --- stdout ---\n\n[process 7281]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - stderr did not match /Invalid Wasm import/\nspawnSyncAndAssert(\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-reject-wasm-js-import-module.mjs:6:1\n"},{}],"parallel/test-vm-module-dynamic-import.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'ERR_MODULE_NOT_FOUND'\n- 'ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING'\n       ^\n\n    assert.strictEqual(err.code, 'ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING');\n           ^\n    at testNoCallback (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-dynamic-import.js:22:12)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-dynamic-import.js:114:3\n"},{}],"parallel/test-async-hooks-enable-during-promise.js":[false,{"code":1,"stderr":"Mismatched noop function calls. Expected at least 2, actual 1.\n    at Proxy.mustCallAtLeast (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:463:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-enable-during-promise.js:9:19\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-enable-during-promise.js:5:26\n\n"},{}],"parallel/test-repl-domain.js":[false,{"code":1,"stderr":"\nUncaught:\nError [ERR_UNCAUGHT_EXCEPTION_CAPTURE_ALREADY_SET]: `process.setupUncaughtExceptionCapture()` was called while a capture callback was already active {\n  code: 'ERR_UNCAUGHT_EXCEPTION_CAPTURE_ALREADY_SET'\n}\n\n"},{}],"parallel/test-zlib-crc32.js":[true,null,{}],"parallel/test-util-promisify.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at _expectWarning (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:670:10)\n    at Proxy.expectWarning (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:706:31)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-promisify.js:19:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at _expectWarning (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:670:10)\n    at Proxy.expectWarning (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:706:31)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-promisify.js:26:10\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-promisify.js:5:26\n\n"},{}],"parallel/test-fs-filehandle.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'ERR_ASSERTION'\n- 'ERR_INVALID_STATE'\n       ^\n\n  assert.strictEqual(err.code, 'ERR_INVALID_STATE');\n         ^\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-filehandle.js:16:10)\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at process.emit (ext:deno_node/_events.mjs:415:20)\n    at process.emit (node:process:492:38)\n    at process._fatalException (node:process:745:13)\n    at uncaughtExceptionHandler (node:process:378:18)\n    at Object.nodeProcessUnhandledRejectionCallback (node:process:1072:13)\n    at processUnhandledPromiseRejection (ext:runtime_main/js/99_main.js:509:15)\n    at processPromiseRejections (ext:core/01_core.js:337:25)\n    at processTicksAndRejections (ext:core/01_core.js:404:34)\n"},{}],"parallel/test-diagnostics-channel-http2-client-stream-body-multiple-buffers.js":[true,null,{}],"parallel/test-diagnostics-channel-tracing-channel-callback-run-stores.js":[true,null,{}],"parallel/test-diagnostics-channel-http2-client-stream-created.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [Object: null prototype] {\n    ':authority': 'localhost:38523',\n    ':method': 'GET',\n    ':path': '/',\n    ':scheme': 'http',\n+   Symbol(sensitiveHeaders): [],\n+   pushheader: 'pushValue'\n-   requestHeader: 'requestValue'\n  }\n\n    assert.deepStrictEqual(headers, {\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-diagnostics-channel-http2-client-stream-created.js:33:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at Channel.publish (ext:deno_node/diagnostics_channel.js:165:9)\n    at Http2Session.onSessionHeaders (ext:deno_node/http2.ts:1067:40)\n    at Socket.<anonymous> (ext:deno_node/http2.ts:2506:16)\n    at Socket.emit (ext:deno_node/_events.mjs:415:20)\n    at addChunk (ext:deno_node/internal/streams/readable.js:607:12)\n    at readableAddChunkPushByteMode (ext:deno_node/internal/streams/readable.js:555:3)\n    at Socket.push (ext:deno_node/internal/streams/readable.js:424:7)\n    at TCPWrap.onStreamRead [as onread] (ext:deno_node/internal/stream_base_commons.ts:200:25)\n"},{}],"parallel/test-http-outgoing-end-cork.js":[true,null,{}],"sequential/test-http-keepalive-maxsockets.js":[true,null,{}],"parallel/test-http2-createserver-options.js":[true,null,{}],"parallel/test-http2-settings-unsolicited-ack.js":[true,null,{}],"parallel/test-webcrypto-encap-decap-ml-kem.js":[true,null,{}],"parallel/test-fs-watch-file-enoent-after-deletion.js":[true,null,{}],"internet/test-dns-setserver-in-callback-of-resolve4.js":[true,null,{}],"parallel/test-promise-unhandled-warn-no-hook.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: uncaughtException at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-warn-no-hook.js:17\ncalled with arguments: AssertionError [ERR_ASSERTION]: uncaughtException at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-warn-no-hook.js:17\ncalled with arguments: Error: One\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-warn-no-hook.js:9:9\n    at new Promise (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-warn-no-hook.js:8:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-warn-no-hook.js:5:26, 'unhandledRejection'\n    at process.mustNotCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:551:12)\n    at process.emit (ext:deno_node/_events.mjs:415:20)\n    at process.emit (node:process:492:38)\n    at process._fatalException (node:process:745:13)\n    at uncaughtExceptionHandler (node:process:378:18)\n    at Object.nodeProcessUnhandledRejectionCallback (node:process:1072:13)\n    at processUnhandledPromiseRejection (ext:runtime_main/js/99_main.js:509:15)\n    at processPromiseRejections (ext:core/01_core.js:337:25)\n    at Object.processTicksAndRejections (ext:core/01_core.js:404:34)\n    at Module._load (node:module:1255:10) {\n  generatedMessage: false,\n  code: 'ERR_ASSERTION',\n  actual: undefined,\n  expected: undefined,\n  operator: 'fail',\n  diff: 'simple'\n}, 'unhandledRejection'\n    assert.fail(\n           ^\n    at process.mustNotCall (file:///home/runner/work/deno/deno/tests/node_compat/runne ..."},{}],"parallel/test-perf-hooks-eventlooputilization.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-http-abort-stream-end.js":[true,null,{}],"parallel/test-uv-unmapped-exception.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: UVException is not a constructor\n  const exception = new UVException({ errno: 100, syscall: 'open' });\n                    ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-uv-unmapped-exception.js:8:21)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-uv-unmapped-exception.js:5:26\n"},{}],"parallel/test-http2-timeouts.js":[true,null,{}],"parallel/test-http-res-write-end-dont-take-array.js":[true,null,{}],"parallel/test-http2-client-set-priority.js":[true,null,{}],"parallel/test-filehandle-close.js":[true,null,{}],"parallel/test-compile-cache-portable.js":[true,null,{}],"parallel/test-repl-import-referrer.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-tls-socket-allow-half-open-option.js":[true,null,{}],"parallel/test-http2-server-push-stream.js":[true,null,{}],"module-hooks/test-async-loader-hooks-globalpreload-no-warning-with-initialize.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-http2-ping-unsolicited-ack.js":[true,null,{}],"parallel/test-buffer-constants.js":[true,null,{}],"parallel/test-eslint-prefer-assert-methods.js":[true,null,{}],"module-hooks/test-module-hooks-load-context-merged-esm.mjs":[true,null,{}],"parallel/test-event-emitter-remove-listeners.js":[true,null,{}],"parallel/test-sea-get-asset-keys.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'node:sea'\nconst { getAssetKeys } = require('node:sea');\n                         ^\n    at Module._resolveFilename (node:module:1314:17)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-sea-get-asset-keys.js:5:26)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-querystring-multichar-separator.js":[true,null,{}],"parallel/test-process-umask-mask.js":[true,null,{}],"parallel/test-assert-deep-with-error.js":[true,null,{"usesNodeTest":1}],"parallel/test-debugger-watchers.mjs":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-promise-unhandled-silent.js":[true,null,{}],"parallel/test-util-inspect-namespace.js":[true,null,{}],"parallel/test-path-dirname.js":[true,null,{}],"parallel/test-crypto-pqc-keygen-ml-dsa.js":[true,null,{}],"parallel/test-async-hooks-prevent-double-destroy.js":[true,null,{}],"es-module/test-esm-dynamic-import-attribute.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'rejected'\n- 'fulfilled'\n\n    assert.strictEqual(results[1].status, 'fulfilled');\n           ^\n    at test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-dynamic-import-attribute.js:13:12)\n"},{}],"parallel/test-fs-watch-ignore-invalid.js":[true,null,{}],"parallel/test-fs-promises-file-handle-op-errors.js":[true,null,{}],"parallel/test-max-old-space-size-percentage.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected exit code 0 for valid input 1\n\n1 !== 0\n\n  assert.strictEqual(result.status, 0, `Expected exit code 0 for valid input ${input}`);\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-max-old-space-size-percentage.js:34:10\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-max-old-space-size-percentage.js:30:18)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-max-old-space-size-percentage.js:5:26\n"},{}],"parallel/test-v8-serialize-leak.js":["IGNORE",null,{"ignoreReason":"memory leak check fails on windows/darwin; also fails on linux-aarch64"}],"parallel/test-tls-peer-certificate-encoding.js":[true,null,{}],"parallel/test-errors-systemerror-stackTraceLimit-not-writable.js":[true,null,{}],"parallel/test-fs-readfile-flags.js":[true,null,{}],"parallel/test-timers-nested.js":[true,null,{}],"parallel/test-diagnostics-channel-safe-subscriber-errors.js":[true,null,{}],"pummel/test-net-timeout.js":[true,null,{}],"parallel/test-webstream-structured-clone-no-leftovers.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-http2-compat-errors.js":[true,null,{}],"parallel/test-http2-options-max-reserved-streams.js":[true,null,{}],"parallel/test-compile-cache-api-error.js":[true,null,{}],"parallel/test-http-many-ended-pipelines.js":[true,null,{}],"parallel/test-zlib-invalid-input.js":[true,null,{}],"parallel/test-timers-interval-throw.js":[true,null,{}],"parallel/test-snapshot-worker.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-http-keep-alive-timeout-custom.js":[true,null,{}],"parallel/test-http-head-throw-on-response-body-write.js":[true,null,{}],"wasi/test-wasi-stat.js":[true,null,{}],"sea/test-single-executable-application-inspect-in-sea-flags.js":[true,null,{}],"parallel/test-http-raw-headers.js":[true,null,{}],"parallel/test-heapsnapshot-near-heap-limit-worker.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-tls-buffersize.js":[true,null,{}],"parallel/test-stream-readable-async-iterators.js":[true,null,{}],"parallel/test-diagnostics-channel-http2-server-stream-created-start-timing.js":[true,null,{}],"parallel/test-inspector-inspect-brk-node.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-messaging-marktransfermode.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/test/transfer'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-messaging-marktransfermode.js\nconst { E, F } = require('internal/test/transfer');\n                 ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-messaging-marktransfermode.js:7:18)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-repl-empty.js":[true,null,{}],"parallel/test-crypto-dh-leak.js":[true,null,{}],"parallel/test-windows-failed-heap-allocation.js":[true,null,{}],"parallel/test-fs-write-stream-autoclose-option.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_THIS'\n- }\n\nassert.throws(() => fs.WriteStream.prototype.autoClose, {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-write-stream-autoclose-option.js:59:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-write-stream-autoclose-option.js:5:26\n"},{}],"parallel/test-temporal.js":[true,null,{}],"parallel/test-buffer-writeuint.js":[true,null,{}],"parallel/test-stdout-close-catch.js":[true,null,{}],"parallel/test-fs-writev-promises.js":[true,null,{}],"parallel/test-stream2-objects.js":[true,null,{}],"parallel/test-http-client-finished.js":[true,null,{}],"parallel/test-repl-tab-complete-new-expression.js":[true,null,{"usesNodeTest":1}],"parallel/test-internal-socket-list-receive.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-stream-readable-error-end.js":[true,null,{}],"module-hooks/test-async-loader-hooks-remove-beforeexit-listener.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-util-deprecate-invalid-code.js":[true,null,{}],"parallel/test-process-chdir-errormessage.js":[true,null,{}],"parallel/test-http-client-abort-keep-alive-queued-unix-socket.js":[true,null,{}],"parallel/test-dns-channel-cancel.js":[true,null,{}],"parallel/test-http2-compat-write-early-hints-invalid-argument-value.js":[true,null,{}],"parallel/test-tls-cert-chains-concat.js":[true,null,{}],"abort/test-abort-fatal-error.js":["IGNORE",null,{"ignoreReason":"expression evaluated to a falsy value"}],"parallel/test-events-uncaught-exception-stack.js":[true,null,{}],"parallel/test-fs-write-stream-patch-open.js":[true,null,{}],"parallel/test-buffer-over-max-length.js":[true,null,{}],"parallel/test-readline-async-iterators-backpressure.js":[true,null,{}],"parallel/test-async-hooks-destroy-on-gc.js":[true,null,{}],"parallel/test-worker-messageport-hasref.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   'WORKER'\n- ]\n\nassert.deepStrictEqual(getActiveWorkerAndMessagePortTypes(), ['WORKER']);\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-messageport-hasref.js:33:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-messageport-hasref.js:5:26\n"},{}],"parallel/test-crypto-keygen-async-encrypted-private-key-der.js":[true,null,{}],"parallel/test-fs-cp-sync-async-filter-error.mjs":[true,null,{}],"es-module/test-require-module-implicit.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\n  assert.throws(() => {\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-implicit.js:12:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-implicit.js:5:26\n"},{}],"parallel/test-domain-bind-timeout.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ [Function (anonymous)]\n- undefined\n\n  assert.strictEqual(err.domainBound, undefined);\n         ^\n    at Domain.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-bind-timeout.js:13:10)\n    at Domain.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Domain.emit (ext:deno_node/_events.mjs:415:20)\n    at Domain.emit (ext:deno_node/domain.ts:273:16)\n    at Domain.emitError (ext:deno_node/domain.ts:8:10)\n    at Timeout._onTimeout (ext:deno_node/domain.ts:112:11)\n    at invokeCallback (ext:deno_node/internal/timers.mjs:176:13)\n    at Object.cb [as _onTimeout] (ext:deno_node/internal/timers.mjs:196:21)\n    at listOnTimeout (ext:core/02_timers.js:307:17)\n    at Object.processTimers (ext:core/02_timers.js:250:7)\n"},{}],"parallel/test-preload-worker.js":[true,null,{}],"parallel/test-dns-setserver-when-querying.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\n    assert.throws(resolver.setServers.bind(resolver, localhost), {\n           ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dns-setserver-when-querying.js:17:12)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dns-setserver-when-querying.js:5:26\n"},{}],"es-module/test-esm-loader-http-imports.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-loader-http-imports.mjs\nESM: http import via loader ...\n  should load using --import flag ... FAILED (61ms)\n  should load using import inside --eval code ... FAILED (62ms)\nESM: http import via loader ... FAILED (due to 2 failed steps) (124ms)\n\n ERRORS \n\nESM: http import via loader ... should load using --import flag => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'error: Uncaught (in promise) ReferenceError: sum is not defined\\n' +\n+   '    at [eval]:1:9\\n' +\n+   '    at Script.#runInContext (ext:deno_node/vm.js:139:12)\\n' +\n+   '    at Script.runInThisContext (ext:deno_node/vm.js:149:30)\\n' +\n+   '    at Object.runInThisContext (ext:deno_node/vm.js:348:38)\\n' +\n+   '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\\n'\n- ''\n\n    assert.strictEqual(stderr, '');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-http-imports.mjs:63:12)\n\nESM: http import via loader ... should load using import inside --eval code => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'error: Uncaught (in promise) SyntaxError: Cannot use import statement outside a module\\n' +\n+   '    at new Script (ext:deno_node/vm.js:100:20)\\n' +\n+   '    at createScript (ext:deno_node/vm.js:315:10)\\n' +\n+   '    at Object.runInThisContext (ext:deno_node/vm.js:348:10)\\n' +\n+   '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\\n'\n- ''\n\n    assert.strictEqual(stderr, '');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-http-imports.mjs:82:12)\n\n FAILURES \n\nESM: http import via loader ... should load using --import flag => ext:deno_node/testing.ts:1141 ..."},{"usesNodeTest":1}],"parallel/test-fs-cp-async-dest-symlink-points-to-src-error.mjs":[true,null,{}],"parallel/test-listen-fd-server.js":["IGNORE",null,{"ignoreReason":"linux: server listening on 36155; darwin: server listening on 51593"}],"es-module/test-esm-named-exports.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught SyntaxError: The requested module 'fs' does not provide an export named '__fromLoader'\nimport { readFile, __fromLoader } from 'fs';\n                   ^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-named-exports.mjs:3:20)\n"},{}],"parallel/test-eslint-duplicate-requires.js":[true,null,{}],"parallel/test-http-set-timeout-server.js":[true,null,{}],"parallel/test-fs-write-file-invalid-path.js":[true,null,{}],"parallel/test-https-agent-sni.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'null'\n- undefined\n\n      assert.strictEqual(res.headers['x-sni'],\n             ^\n    at ClientRequest.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-agent-sni.js:34:14)\n    at ClientRequest.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ClientRequest.emit (ext:deno_node/_events.mjs:415:20)\n    at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:928:27)\n    at HTTPParser.parserOnHeadersComplete (node:_http_common:113:17)\n    at doExecute (ext:deno_node/internal_binding/http_parser.ts:154:40)\n    at AsyncResource.runInAsyncScope (ext:deno_node/async_hooks.ts:37:18)\n    at HTTPParser.execute (ext:deno_node/internal_binding/http_parser.ts:155:62)\n    at TLSSocket.socketOnData (node:_http_client:793:22)\n"},{}],"module-hooks/test-module-hooks-import-wasm.mjs":[true,null,{}],"parallel/test-path-win32-exists.js":[true,null,{}],"parallel/test-messagechannel.js":[true,null,{}],"parallel/test-process-exec-argv.js":[false,{"code":1,"stderr":"[\"--pending-deprecation\"]\nerror: Uncaught (in promise) Error: Initiated Worker with invalid execArgv flags: --\n          child = new Worker(__filename, {\n                  ^\n    at new NodeWorker (ext:deno_node/worker_threads.ts:151:19)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-exec-argv.js:44:19)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-exec-argv.js:5:26\n"},{}],"parallel/test-child-process-set-blocking.js":[true,null,{}],"parallel/test-dgram-async-dispose.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-dgram-bind-fd-error.js":["IGNORE",null,{"ignoreReason":"error: Uncaught AssertionError: Missing expected exception (Error)."}],"parallel/test-tls-ticket-invalid-arg.js":[true,null,{}],"parallel/test-whatwg-url-custom-searchparams-constructor.js":[true,null,{}],"sequential/test-inspector-open-dispose.mjs":[true,null,{}],"parallel/test-fs-write-stream-file-handle.js":[true,null,{}],"parallel/test-http2-util-headers-list.js":[true,null,{}],"parallel/test-net-server-unref-persistent.js":[true,null,{}],"parallel/test-zlib-from-concatenated-gzip.js":[true,null,{}],"parallel/test-diagnostics-channel-tracing-channel-sync-error.js":[true,null,{}],"parallel/test-eslint-crypto-check.js":[true,null,{}],"parallel/test-http-client-abort-event.js":[true,null,{}],"parallel/test-http-agent-false.js":[true,null,{}],"parallel/test-net-normalize-args.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal module (require('internal/net'))"}],"parallel/test-promise-unhandled-flag.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Failed to parse Node.js CLI arguments: invalid value for --unhandled-rejections. If you believe this is a valid Node.js flag, please report it at https://github.com/denoland/deno/issues\nconst child = cp.spawnSync(\n                 ^\n    at buildCommand (ext:deno_node/internal/child_process.ts:1229:22)\n    at Object.spawnSync (ext:deno_node/internal/child_process.ts:1382:47)\n    at Object.spawnSync (ext:deno_node/child_process.ts:220:33)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-flag.js:9:18)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-flag.js:5:26\n"},{}],"parallel/test-snapshot-dns-resolve-localhost-promise.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-inspector-stop-profile-after-done.js":[true,null,{}],"parallel/test-runner-flag-propagation.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-runner-flag-propagation.js\ntest runner flag propagation ...\n  via command line ...\n    should propagate --experimental-config-file to child tests as expected ... FAILED (37ms)\n    should propagate --experimental-default-config-file to child tests as expected ... FAILED (36ms)\n    should propagate --env-file to child tests as expected ... FAILED (37ms)\n    should propagate --env-file-if-exists to child tests as expected ... FAILED (37ms)\n    should propagate --test-concurrency to child tests as expected ... FAILED (35ms)\n    should propagate --test-timeout to child tests as expected ... FAILED (45ms)\n    should propagate --test-coverage-branches to child tests as expected ... FAILED (43ms)\n    should propagate --test-coverage-functions to child tests as expected ... FAILED (35ms)\n    should propagate --test-coverage-lines to child tests as expected ... FAILED (35ms)\n    should propagate --experimental-test-coverage to child tests as expected ... FAILED (37ms)\n    should propagate --test-coverage-exclude to child tests as expected ... FAILED (34ms)\n    should propagate --test-coverage-include to child tests as expected ... FAILED (36ms)\n    should propagate --test-update-snapshots to child tests as expected ... FAILED (34ms)\n    should propagate --import to child tests as expected ... FAILED (49ms)\n    should propagate --require to child tests as expected ... FAILED (36ms)\n  via command line ... FAILED (due to 15 failed steps) (572ms)\n  via config file ...\n    should propagate --test-concurrency from config file (test) to child tests ... FAILED (37ms)\n    should propagate --test-timeout from config file (test) to child tests ... FAILED (38ms)\n    should propagate --test-coverage-branches from config file (test) to child tests ... FAILED (34ms)\n    should propagate --test-coverage-functions from config file (test) to child tests ... FAILED (36ms)\n    should propagate --test-coverage-lines from config file (test) to child tests . ..."},{"usesNodeTest":1}],"parallel/test-child-process-spawnsync-maxbuf.js":[true,null,{}],"parallel/test-pipe-abstract-socket-http.js":[true,null,{}],"parallel/test-stream-readable-object-multi-push-async.js":[true,null,{}],"parallel/test-internal-util-normalizeencoding.js":[true,null,{}],"parallel/test-cluster-advanced-serialization.js":[true,null,{}],"parallel/test-http-server-client-error.js":[false,{"code":1,"stderr":"ext:deno_node/assert.ts:3465: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'HPE_ERROR'\n- 'HPE_INVALID_METHOD'\n       ^\n\n\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ ''\n- 'HTTP/1.1 400 Bad Request\\r\\n\\r\\n'\n\n      assert.strictEqual(chunks, 'HTTP/1.1 400 Bad Request\\r\\n\\r\\n');\n             ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-server-client-error.js:35:14)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:538:14)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"wasi/test-wasi-readdir.js":[true,null,{}],"parallel/test-process-env.js":[false,{"code":1,"stderr":"\n(node:17376) [DEP0104] DeprecationWarning: Assigning any value other than a string, number, or boolean to a process.env property is deprecated. Please make sure to convert the value to a string before setting process.env with it.\n(node:17376) [DEP0104] DeprecationWarning: Assigning any value other than a string, number, or boolean to a process.env property is deprecated. Please make sure to convert the value to a string before setting process.env with it.\nerror: Uncaught (in promise) DataCloneError: #<Object> could not be cloned.\n  const env = structuredClone(process.env);\n              ^\n    at structuredClone (ext:deno_web/13_message_port.js:863:15)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-env.js:114:15)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-env.js:5:26\n"},{}],"module-hooks/test-module-hooks-resolve-context-merged.js":[true,null,{}],"parallel/test-child-process-stdio-merge-stdouts-into-cat.js":[true,null,{}],"parallel/test-repl-use-global.js":[true,null,{}],"parallel/test-dgram-listen-after-bind.js":[true,null,{}],"parallel/test-fs-statfs.js":[true,null,{}],"parallel/test-domain-safe-exit.js":[true,null,{}],"parallel/test-stream-transform-final.js":[true,null,{}],"parallel/test-stdin-resume-pause.js":[true,null,{}],"parallel/test-domain-implicit-binding.js":[true,null,{}],"parallel/test-async-wrap-destroyid.js":[false,{"code":1,"stderr":"\n(node:20555) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) TypeError: async_wrap.queueDestroyAsyncId is not a function\n  async_wrap.queueDestroyAsyncId(test_id);\n             ^\n    at runner (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-destroyid.js:37:14)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-destroyid.js:39:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-destroyid.js:5:26\n"},{}],"parallel/test-http2-server-rst-before-respond.js":[true,null,{}],"parallel/test-crypto-padding-aes256.js":[true,null,{}],"parallel/test-timers-timeout-to-interval.js":[true,null,{}],"parallel/test-tls-cert-regression.js":[true,null,{}],"parallel/test-vm-module-evaluate-source-text-module.js":[true,null,{}],"parallel/test-http-multi-line-headers.js":[true,null,{}],"parallel/test-http-req-res-close.js":[true,null,{}],"client-proxy/test-http-proxy-request-max-sockets.mjs":[false,{"code":1,"stderr":"req1 socket acquired\nResponding to /first\nreq1 response received\nreq1 end\n\nerror: Uncaught AssertionError: function should not have been called at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-proxy-request-max-sockets.mjs:117\ncalled with arguments: Error: socket hang up\n    at connResetException (ext:deno_node/internal/errors.ts:2225:16)\n    at Socket.socketOnEnd (node:_http_client:780:25)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5) {\n  code: 'ECONNRESET'\n}\n    assert.fail(\n           ^\n    at ClientRequest.mustNotCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:551:12)\n    at ClientRequest.emit (ext:deno_node/_events.mjs:415:20)\n    at emitErrorEvent (node:_http_client:327:11)\n    at Socket.socketOnEnd (node:_http_client:780:5)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-fs-cp-async-subdirectory-of-self.mjs":[true,null,{}],"parallel/test-cluster-kill-infinite-loop.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-repl-history-init-fail-leak.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/repl/history'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-history-init-fail-leak.js\nconst { ReplHistory } = require('internal/repl/history');\n                        ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-history-init-fail-leak.js:7:25)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-console-not-call-toString.js":[true,null,{}],"parallel/test-net-server-async-dispose.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-tls-invalid-pfx.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'mac verify failure'\n- 'Unable to load private key from PFX data'\n\n  assert.strictEqual(e.message, 'Unable to load private key from PFX data');\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-invalid-pfx.js:21:10\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/tls-connect.js:78:9)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:538:14)\n    at Server.emit (ext:deno_node/_events.mjs:415:20)\n    at _emitListeningNT (ext:deno_node/net.ts:1541:14)\n    at Object.processTicksAndRejections (ext:core/01_core.js:373:17)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-invalid-pfx.js:5:26\n"},{}],"es-module/test-esm-cjs-main.js":[true,null,{"usesNodeTest":1}],"parallel/test-stream-readable-data.js":[true,null,{}],"parallel/test-stream-base-prototype-accessors-enumerability.js":[true,null,{}],"parallel/test-tls-cli-min-version-1.3.js":[false,{"code":1,"stderr":"test: U U U U U SSLv2_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:98:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U SSLv3_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:100:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U hokey-pokey U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:108:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U %s_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:113:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U TLSv1.2 TLS1_2_method U expect U U ERR_TLS_PROTOCOL_VERSION_CONFLICT\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:117:1)\nclient undefined\nserver ERR_TLS_PROTOCOL_VERSION_CONFLICT\ntest: U U U TLSv1.2 U TLS1_2_method U expect U U ERR_TLS_PROTOCOL_VERSION_CONFLICT\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:119:1)\nclient undefined\nserver ERR_TLS_PROTOCOL_VERSION_CONFLICT\ntest: U U SSLv2_method U U U U expect U ERR_TLS_INVALID_PROTOCOL_METHOD U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:102:1)\nclient ERR_TLS_INVALID_PROTOCOL_METHOD\nserver undefined\ntest: U U SSLv3_method U U U U expect U ERR_TLS_INVALID_PROTOCOL_METHOD U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:104:1)\nclient ERR_TLS_INVALID_PROTOCOL_METHOD\nserver u ..."},{}],"parallel/test-fs-cp-sync-file-url.mjs":[true,null,{}],"parallel/test-fs-cp-sync-no-overwrite-force-false.mjs":[true,null,{}],"parallel/test-permission-warning-flags.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"client-proxy/test-https-proxy-request-proxy-failure-502.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) TypeError: Cannot read properties of null (reading 'length')\nassert.strictEqual(stderr.match(/ERR_PROXY_TUNNEL.*Failed to establish tunnel to .* HTTP\\/1\\.1 502 Bad Gateway/g).length, 1);\n                                                                                                                 ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-proxy-failure-502.mjs:45:114\n"},{}],"parallel/test-http-client-agent-end-close-event.js":[true,null,{}],"parallel/test-inspector-network-http.js":[true,null,{}],"parallel/test-fs-cp-async-symlink-points-to-dest.mjs":[true,null,{}],"parallel/test-webstreams-pipeline.js":[true,null,{}],"parallel/test-http-outgoing-write-types.js":[true,null,{}],"parallel/test-net-listen-fd0.js":[true,null,{}],"parallel/test-http-timeout.js":[true,null,{}],"es-module/test-require-module-synchronous-rejection-handling.js":[true,null,{}],"parallel/test-repl-tab-complete-computed-props.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-repl-tab-complete-computed-props.js\nREPL tab object completion on computed properties ...\n  simple string cases ...\n    works with double quoted strings ... FAILED (3ms)\n    works with single quoted strings ... FAILED (1ms)\n    works with template strings ... FAILED (1ms)\n    works with nested objects ... FAILED (1ms)\n    works with nested objects combining different type of strings ... FAILED (1ms)\n    works with strings with spaces ... FAILED (1ms)\n  simple string cases ... FAILED (due to 6 failed steps) (22ms)\n  variables as indexes ...\n    works with a simple variable ... FAILED (0ms)\n    works with a computed variable ... FAILED (0ms)\n    works with a simple inlined computed property ... FAILED (0ms)\n    works with a ternary inlined computed property ... FAILED (0ms)\n    works with an inlined computed property with a nested property lookup ... FAILED (0ms)\n    works with an inlined computed property with a nested inlined computer property lookup ... FAILED (1ms)\n  variables as indexes ... FAILED (due to 6 failed steps) (19ms)\nREPL tab object completion on computed properties ... FAILED (due to 2 failed steps) (43ms)\n\n ERRORS \n\nREPL tab object completion on computed properties ... simple string cases ... works with double quoted strings => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [\n+   [],\n-   [\n-     'obj[\"one\"].toFixed'\n-   ],\n    'obj[\"one\"].toFi'\n  ]\n\n      assert.deepStrictEqual(data, [expectedCompletions, input]);\n             ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-tab-complete-computed-props.js:12:14\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at _doComplete (node:repl:718:9)\n    at REPLServer.completer (node:repl:631:7)\n    at REPLServer.complete (node:repl:1510:13)\n    at testCompletion (file:///home/runner/work/de ..."},{"usesNodeTest":1}],"parallel/test-process-external-stdio-close.js":[true,null,{}],"parallel/test-domain-no-error-handler-abort-on-uncaught-0.js":["IGNORE",null,{"ignoreReason":"Requires Node.js's --abort-on-uncaught-exception V8 flag (via common.childShouldThrowAndAbort), which Deno does not support"}],"parallel/test-file-write-stream2.js":[true,null,{}],"parallel/test-http2-generic-streams-sendfile.js":[true,null,{}],"parallel/test-fs-makeStatsCallback.js":[true,null,{}],"parallel/test-net-connect-reset.js":[true,null,{}],"parallel/test-require-unicode.js":["IGNORE",null,{"ignoreReason":"Test fixtures rely on Node's implicit CommonJS detection for .js files without a package.json; Deno defaults to ESM."}],"parallel/test-dgram-unref-in-cluster.js":[true,null,{}],"parallel/test-process-constants-noatime.js":[true,null,{}],"parallel/test-http2-compat-write-head-destroyed.js":[true,null,{}],"parallel/test-https-abortcontroller.js":[true,null,{}],"parallel/test-cluster-worker-wait-server-close.js":[true,null,{}],"parallel/test-http2-server-errors.js":[true,null,{}],"parallel/test-tls-get-ca-certificates-extra.js":[true,null,{}],"parallel/test-whatwg-encoding-custom-internals.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/encoding'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-encoding-custom-internals.js\nconst { getEncodingFromLabel } = require('internal/encoding');\n                                 ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-encoding-custom-internals.js:9:34)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"sea/test-single-executable-application.js":[true,null,{}],"parallel/test-tls-socket-snicallback-without-server.js":[true,null,{}],"parallel/test-worker-message-port-terminate-transfer-list.js":[true,null,{}],"parallel/test-https-expect-continue-reuse-race.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: request timed out\n      const err = new Error('request timed out');\n                  ^\n    at Timeout._onTimeout (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-expect-continue-reuse-race.js:87:19)\n    at invokeCallback (ext:deno_node/internal/timers.mjs:176:13)\n    at Object.cb [as _onTimeout] (ext:deno_node/internal/timers.mjs:214:16)\n    at listOnTimeout (ext:core/02_timers.js:307:17)\n    at Object.processTimers (ext:core/02_timers.js:250:7)\n    at __eventLoopTick (ext:core/01_core.js:464:33)\n"},{}],"parallel/test-net-after-close.js":[true,null,{}],"es-module/test-require-node-modules-warning.js":["IGNORE",null,{"ignoreReason":"Tests Node's --trace-require-module / ExperimentalWarning stderr emissions, which Deno does not emit."}],"parallel/test-tls-cli-max-version-1.2.js":[false,{"code":1,"stderr":"test: U U U U U SSLv2_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:98:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U SSLv3_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:100:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U hokey-pokey U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:108:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U %s_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:113:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U TLSv1.2 TLS1_2_method U expect U U ERR_TLS_PROTOCOL_VERSION_CONFLICT\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:117:1)\nclient undefined\nserver ERR_TLS_PROTOCOL_VERSION_CONFLICT\ntest: U U U TLSv1.2 U TLS1_2_method U expect U U ERR_TLS_PROTOCOL_VERSION_CONFLICT\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:119:1)\nclient undefined\nserver ERR_TLS_PROTOCOL_VERSION_CONFLICT\ntest: U U SSLv2_method U U U U expect U ERR_TLS_INVALID_PROTOCOL_METHOD U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:102:1)\nclient ERR_TLS_INVALID_PROTOCOL_METHOD\nserver undefined\ntest: U U SSLv3_method U U U U expect U ERR_TLS_INVALID_PROTOCOL_METHOD U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:104:1)\nclient ERR_TLS_INVALID_PROTOCOL_METHOD\nserver u ..."},{}],"parallel/test-stream-pipe-multiple-pipes.js":[true,null,{}],"pummel/test-fs-watch-non-recursive.js":[true,null,{}],"parallel/test-http-sync-write-error-during-continue.js":[true,null,{}],"test-runner/test-output-coverage-width-infinity-uncovered-lines.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: Coverage Print Fixed Width Infinity\\n' +\n    'ok 1 - Coverage Print Fixed Width Infinity\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n...\n    '# todo 0\\n' +\n+   '# duration_ms *\\n'\n-   '# duration_ms *\\n' +\n-   '# start of coverage report\\n' +\n-   '# -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\\n' +\n-   '# file                                            | line % | branch % | funcs % | uncovered lines\\n' +\n-   '# -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\\n' +\n-   '# test                                            |        |          |         |\\n' +\n-   '#  fixtures                                       |        |          |         |\\n' +\n-   '#   test-runner                                   |        |          |         |\\n' +\n-   '#    coverage-snap                                |        |          |         |\\n' +\n-   '#     a.js                                        |  55.77 |   100.00 |    0.00 | 5-7 9-11 13-15 17-19 29-30 40-42 45-47 50-52\\n' +\n-   '#     b.js                        ..."},{}],"es-module/test-esm-symlink-main.js":[true,null,{}],"parallel/test-fs-readfile-eof.js":["IGNORE",null,{"ignoreReason":"Command failed"}],"parallel/test-worker-heap-statistics.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in worker \"Hello Thread\") (in promise) Error: connectToMainThread not supported\nsession.connectToMainThread();\n        ^\n    at Session.connectToMainThread (ext:deno_node/inspector.js:110:24)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/worker-name.js:8:9)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/worker-name.js:5:26\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n    assert.strictEqual(code, 0);\n           ^\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-heap-statistics.js:59:12)\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at NodeWorker.emit (ext:deno_node/_events.mjs:415:20)\n    at NodeWorker.#pollControl (ext:deno_node/worker_threads.ts:436:22)\n"},{}],"parallel/test-path.js":[true,null,{}],"parallel/test-http-client-upload.js":[true,null,{}],"parallel/test-http-content-length-mismatch.js":[true,null,{}],"parallel/test-file-read-noexist.js":[true,null,{}],"parallel/test-http2-many-writes-and-destroy.js":[true,null,{}],"parallel/test-http2-large-write-multiple-requests.js":[true,null,{}],"parallel/test-warn-tls-wrap-deprecation.js":[true,null,{}],"parallel/test-inspector-waiting-for-disconnect.js":[true,null,{}],"parallel/test-debugger-breakpoint-exists.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-http2-multiheaders-raw.js":[true,null,{}],"parallel/test-timers-process-tampering.js":[true,null,{}],"parallel/test-cluster-disconnect-leak.js":[true,null,{}],"parallel/test-stream-destroy-event-order.js":[true,null,{}],"parallel/test-http2-reset-flood.js":[true,null,{}],"pummel/test-heapdump-env.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-http2-session-stream-state.js":[true,null,{}],"parallel/test-event-emitter-once.js":[true,null,{}],"parallel/test-outgoing-message-destroy.js":[true,null,{}],"parallel/test-https-set-timeout-server.js":[true,null,{}],"parallel/test-cluster-worker-constructor.js":[true,null,{}],"es-module/test-esm-cyclic-dynamic-import.mjs":[true,null,{}],"parallel/test-https-localaddress-bind-error.js":[true,null,{}],"parallel/test-worker-unsupported-path.js":[true,null,{}],"parallel/test-http-status-code.js":[true,null,{}],"parallel/test-inspector-strip-types.js":[true,null,{}],"parallel/test-fastutf8stream-flush.js":[true,null,{}],"parallel/test-inspector.js":[false,{"code":1,"stderr":"[test] Testing /json\n[err] Debugger listening on ws://127.0.0.1:34685/7b26a96a-b4b8-4e16-9717-05ec572428e3\n[err] Visit chrome://inspect to connect to the debugger.\n[err] Deno is waiting for debugger to connect.\n[err] \n[test] Testing /json/list\n[test] Testing /json/version\n\nAssertionError [ERR_ASSERTION]: Expected values to be strictly equal:\n+ actual - expected\n\n+ '{\"Browser\":\"Deno/2.8.0+fbb5be3\",\"Protocol-Version\":\"1.3\",\"V8-Version\":\"14.9.207.2-rusty\"}'\n- '{\"Browser\":\"node.js/v24.2.0\",\"Protocol-Version\":\"1.1\"}'\n\n    at checkVersion (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector.js:29:10)\n    at runTest (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector.js:298:3)\n    at processTicksAndRejections (ext:core/01_core.js:403:7)\n    at drainTicks (ext:core/01_core.js:430:5) {\n  generatedMessage: true,\n  code: 'ERR_ASSERTION',\n  actual: '{\"Browser\":\"Deno/2.8.0+fbb5be3\",\"Protocol-Version\":\"1.3\",\"V8-Version\":\"14.9.207.2-rusty\"}',\n  expected: '{\"Browser\":\"node.js/v24.2.0\",\"Protocol-Version\":\"1.1\"}',\n  operator: 'strictEqual',\n  diff: 'simple'\n}\n1\n"},{}],"parallel/test-stream-duplex-props.js":[true,null,{}],"parallel/test-heap-prof-invalid-args.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Failed to parse Node.js CLI arguments: --heap-prof-name must be used with --heap-prof. If you believe this is a valid Node.js flag, please report it at https://github.com/denoland/deno/issues\n  const output = spawnSync(process.execPath, [\n                 ^\n    at buildCommand (ext:deno_node/internal/child_process.ts:1229:22)\n    at Object.spawnSync (ext:deno_node/internal/child_process.ts:1382:47)\n    at spawnSync (ext:deno_node/child_process.ts:220:33)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-invalid-args.js:23:18)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-invalid-args.js:5:26\n"},{}],"parallel/test-crypto-oneshot-hash-xof.js":[true,null,{}],"parallel/test-tls-multiple-cas-as-string.js":[true,null,{}],"parallel/test-console-instance.js":[true,null,{}],"parallel/test-worker-message-channel-sharedarraybuffer.js":[true,null,{}],"parallel/test-tls-finished.js":[true,null,{}],"wasi/test-return-on-exit.js":[true,null,{}],"parallel/test-fs-sync-fd-leak.js":[false,{"code":1,"stderr":"\n(node:9163) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\nassert.throws(function() {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-sync-fd-leak.js:53:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-sync-fd-leak.js:5:26\n"},{}],"parallel/test-directory-import.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /Did you mean/. Input:\n\n\"TypeError: [ERR_UNSUPPORTED_DIR_IMPORT] Directory import 'file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/packages/main' is not supported resolving ES modules\"\n\n"},{}],"parallel/test-handle-wrap-hasref.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'hasRef')\n  assert.strictEqual(cp._handle.hasRef(), true);\n                                ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-handle-wrap-hasref.js:13:33)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-handle-wrap-hasref.js:5:26\n"},{}],"client-proxy/test-http-set-global-proxy-from-env-http-request.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: require(...).setGlobalProxyFromEnv is not a function\n  restore = require('http').setGlobalProxyFromEnv(config);\n                            ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:4:29)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:5:26\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: require(...).setGlobalProxyFromEnv is not a function\\n' +\n+     \"  restore = require('http').setGlobalProxyFromEnv(config);\\n\" +\n+     '                            ^\\n' +\n+     '    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:4:29)\\n' +\n+     '    at Module._compile (node:module:1644:34)\\n' +\n+     '    at loadMaybeCjs (node:module:1672:12)\\n' +\n+     '    at Object..js (node:module:1654:12)\\n' +\n+     '    at Module.load (node:module:1515:32)\\n' +\n+     '    at Module._load (node:module:1212:14)\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:5:26',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-http-request.mjs:10:1\n"},{}],"parallel/test-buffer-no-negative-allocation.js":[true,null,{}],"parallel/test-fs-write-sync-optional-params.js":[true,null,{}],"es-module/test-esm-wasm-reject-wasm-export-names.mjs":[false,{"code":1,"stderr":"\n[process 7132]: --- stderr ---\n\n[process 7132]: --- stdout ---\n\n[process 7132]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 0, expected 1\nspawnSyncAndAssert(\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-reject-wasm-export-names.mjs:6:1\n"},{}],"parallel/test-http2-respond-file-fd-errors.js":[true,null,{}],"parallel/test-https-byteswritten.js":[true,null,{}],"parallel/test-v8-stop-coverage.js":[false,{"code":1,"stderr":"error: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/v8-coverage/stop-coverage\". Maybe add a '.js' extension or run with --sloppy-imports\n\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(output.status, 0);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-stop-coverage.js:31:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-stop-coverage.js:5:26\n"},{}],"parallel/test-assert.js":[true,null,{"usesNodeTest":1}],"es-module/test-esm-wasm-module-instances-warning.mjs":[false,{"code":1,"stderr":"\n[process 7252]: --- stderr ---\n\n[process 7252]: --- stdout ---\n\n[process 7252]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - stderr did not match expectation, checker throws:\nAssertionError [ERR_ASSERTION]: The input did not match the regular expression /ExperimentalWarning/. Input:\n\n''\n\n    at stderr (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-module-instances-warning.mjs:13:14)\n    at checkOutput (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:52:7)\n    at expectSyncExit (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:122:32)\n    at spawnSyncAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:155:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-module-instances-warning.mjs:8:1 {\n  generatedMessage: true,\n  code: 'ERR_ASSERTION',\n  actual: '',\n  expected: /ExperimentalWarning/,\n  operator: 'match',\n  diff: 'simple'\n}\nspawnSyncAndAssert(\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-module-instances-warning.mjs:8:1\n"},{}],"parallel/test-inspector-async-context-brk.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"sequential/test-repl-timeout-throw.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of null (reading 'setEncoding')\nchild.stdout.setEncoding('utf8');\n             ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-repl-timeout-throw.js:12:14)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-repl-timeout-throw.js:5:26\n"},{}],"parallel/test-webcrypto-sign-verify-eddsa.js":[false,{"code":1,"stderr":"1..0 # Skipped: Skipping unsupported Ed448 test cases\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'The requested operation is not valid for the provided key'\n-   message: /Unable to use this key to verify/\n  }\n\n  await assert.rejects(\n  ^\n    at async testVerify (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify-eddsa.js:91:3)\n    at async Promise.all (index 0)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify-eddsa.js:264:3\n"},{}],"parallel/test-fs-cp-sync-src-parent-of-dest-error.mjs":[true,null,{}],"parallel/test-fs-opendir.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_THIS'\n- }\n\n  assert.throws(() => dir.constructor.prototype.path, {\n         ^\n    at assertDir (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-opendir.js:31:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-opendir.js:63:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-opendir.js:5:26\n"},{}],"parallel/test-process-env-deprecation.js":[true,null,{}],"parallel/test-fs-cp-sync-unicode-folder-names.mjs":[true,null,{}],"parallel/test-timers-api-refs.js":[true,null,{}],"parallel/test-dgram-exclusive-implicit-bind.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-async-hooks-worker-asyncfn-terminate-1.js":[true,null,{}],"parallel/test-crypto-hmac.js":[true,null,{}],"parallel/test-repl-tab-complete.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-repl-tab-complete.js\nREPL tab completion (core functionality) ...\n  does not break with variable declarations without an initialization ... ok (5ms)\n  does not break in an object literal ... ok (6ms)\n  works with optional chaining ... ok (3ms)\n  returns object completions ... ok (4ms)\n  does not break in a ternary operator with () ... ok (4ms)\n  works on literals ... FAILED (3ms)\n  does not return a function's local variable ... ok (4ms)\n  does not return a function's local variable even when the function has parameters ... ok (4ms)\n  does not return a function's local variableeven if the scope is nested inside an immediately executed function ... ok (4ms)\n  does not return a function's local variableeven if the scope is nested inside an immediately executed function(the definition has the params and { on a separate line) ... ok (3ms)\n  currently does not work, but should not break (local inner) ... ok (4ms)\n  currently does not work, but should not break (local inner parens next line) ... ok (4ms)\n  works on non-Objects ... ok (2ms)\n  should be case-insensitive if member part is lower-case ... ok (4ms)\n  should be case-insensitive if member part is upper-case ... ok (5ms)\n  should not break on spaces ... ok (2ms)\n  should pick up the global \"toString\" object, and any other properties up the \"global\" object's prototype chain ... ok (1ms)\n  should make own properties shadow properties on the prototype ... ok (3ms)\n  works on context properties ... ok (2ms)\n  doesn't crash REPL with half-baked proxy objects ... ok (5ms)\n  does not include integer members of an Array ... ok (2ms)\n  does not include integer keys in an object ... ok (2ms)\n  does not try to complete results of non-simple expressions ... ok (2ms)\n  works when prefixed with spaces ... ok (4ms)\n  works inside assignments ... ok (2ms)\n  works for defined commands ... ok (5ms)\n  does not include __defineSetter__ and friends ... ok (3ms)\n  works with builtin values ... F ..."},{"usesNodeTest":1}],"parallel/test-repl-uncaught-exception-standalone.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [\n+   'exit using ctrl+d, ctrl+c, or close()',\n+   'REPL is running with all permissions allowed.',\n+   'To specify permissions, run `deno repl` with allow flags.',\n+   'Uncaught ReferenceError: x is not defined',\n+   '    at <anonymous>:1:22',\n+   'short',\n-   'Type \".help\" for more information.',\n-   '> Uncaught ReferenceError: x is not defined',\n-   '> short',\n    'undefined',\n+   'Uncaught ReferenceError: x is not defined',\n+   '    at <anonymous>:1:22',\n+   ''\n-   '> Foobar',\n-   '> '\n  ]\n\n  assert.deepStrictEqual(\n         ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-uncaught-exception-standalone.js:16:10)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-timers-unrefed-in-callback.js":[true,null,{}],"parallel/test-domain-ee-error-listener.js":[true,null,{}],"parallel/test-runner-exit-code.js":[false,{"code":1,"stderr":"Uncaught error from ./test/parallel/test-runner-exit-code.js FAILED\n\n ERRORS \n\n./test/parallel/test-runner-exit-code.js (uncaught error)\nerror: (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(child.status, 0);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-exit-code.js:61:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-exit-code.js:7:9\nThis error was not caught from a test and caused the test runner to fail on the referenced module.\nIt most likely originated from a dangling promise, event/timeout handler or top-level code.\n\n FAILURES \n\n./test/parallel/test-runner-exit-code.js (uncaught error)\n\nFAILED | 0 passed | 1 failed (0ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-timers-same-timeout-wrong-list-deleted.js":[true,null,{}],"test-runner/test-watch-delete-isolation-process.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"pseudo-tty/test-tty-isatty.js":[true,null,{}],"parallel/test-trace-events-net.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(FILE_NAME))\n\n  assert(fs.existsSync(FILE_NAME));\n  ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-net.js:30:3)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-stream-readable-to-web-termination.js":[true,null,{}],"parallel/test-stream2-compatibility.js":[true,null,{}],"module-hooks/test-module-hooks-load-builtin-override-module.js":[true,null,{}],"parallel/test-fs-readv-promises.js":[true,null,{}],"parallel/test-snapshot-basic.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"module-hooks/test-module-hooks-resolve-short-circuit-required-middle.js":[true,null,{}],"sea/test-single-executable-application-snapshot-worker.js":[true,null,{}],"parallel/test-fs-copyfile-respect-permissions.js":[true,null,{}],"parallel/test-debugger-auto-resume.mjs":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"module-hooks/test-async-loader-hooks-use-hooks-require-esm.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"module-hooks/test-module-hooks-load-context-optional.js":[true,null,{}],"sea/test-single-executable-application-esm.js":[true,null,{}],"parallel/test-worker-message-port.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-fs-unlink-type-check.js":[true,null,{}],"parallel/test-js-stream-call-properties.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal C++ binding (internalBinding('js_stream').JSStream) which is not implemented in Deno"}],"parallel/test-eslint-alphabetize-primordials.js":[true,null,{}],"es-module/test-esm-assertionless-json-import.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Attempted to load JSON module without specifying \"type\": \"json\" attribute in the import statement.\n    const [secret0, secret1] = await Promise.all([\n                               ^\n    at async Promise.all (index 0)\n    at async test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-assertionless-json-import.js:8:32)\n"},{}],"parallel/test-http-pipeline-requests-connection-leak.js":["IGNORE",null,{"ignoreReason":"error: Uncaught Error: read ECONNRESET"}],"test-runner/test-output-lcov-reporter.mjs":[true,null,{}],"parallel/test-http-server-keepalive-req-gc.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-worker-parent-port-ref.js":[true,null,{}],"parallel/test-perf-hooks-timerify-invalid-args.js":[true,null,{}],"parallel/test-debugger-unavailable-port.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-repl-options.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-webcrypto-derivebits-argon2.js":[true,null,{}],"parallel/test-https-agent.js":[true,null,{}],"parallel/test-net-server-listen-handle.js":["IGNORE",null,{"ignoreReason":"linux: error: Uncaught Error: listen EEXIST: file already exists; darwin: error: Uncaught (in promise) TypeError: The argument 'options' must have the pro"}],"parallel/test-v8-take-coverage.js":[false,{"code":1,"stderr":"error: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/v8-coverage/take-coverage\". Maybe add a '.js' extension or run with --sloppy-imports\n\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(output.status, 0);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-take-coverage.js:29:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-take-coverage.js:5:26\n"},{}],"internet/test-https-autoselectfamily-slow-timeout.js":["IGNORE",null,{"ignoreReason":"AggregateError"}],"parallel/test-inspector-open.js":[true,null,{}],"parallel/test-stack-size-limit.js":[true,null,{}],"parallel/test-whatwg-transformstream.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_ARG_VALUE'\n- }\n\nassert.throws(() => new TransformStream({ readableType: 1 }), {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-transformstream.js:26:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-transformstream.js:5:26\n"},{}],"parallel/test-stream-unshift-empty-chunk.js":[true,null,{}],"parallel/test-inspector-debug-async-hook.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{"usesNodeTest":1}],"es-module/test-esm-wasm-globals-all-types.mjs":[false,{"code":1,"stderr":"\n[process 7169]: --- stderr ---\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ Global [WebAssembly.Global] {}\n- 42\n\n  strictEqual(wasmExports.importedI32, 42);\n  ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/test-wasm-globals-all-types.mjs:15:3\n\n[process 7169]: --- stdout ---\n\n[process 7169]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 1, expected 0\nspawnSyncAndAssert(\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-globals-all-types.mjs:6:1\n"},{}],"parallel/test-worker-sharedarraybuffer-from-worker-thread.js":[true,null,{}],"parallel/test-cluster-net-listen-relative-path.js":[true,null,{}],"parallel/test-tls-exportkeyingmaterial.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-wrap-js-stream-destroy.js":[true,null,{}],"parallel/test-buffer-includes.js":[true,null,{}],"parallel/test-fastutf8stream-mode.js":[true,null,{}],"parallel/test-async-wrap-tlssocket-asyncreset.js":[true,null,{}],"parallel/test-release-changelog.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: ENOENT: no such file or directory, open '/home/runner/work/deno/deno/tests/node_compat/runner/suite/src/node_version.h'\nconst versionText = fs.readFileSync(versionFile, { encoding: 'utf8' });\n                       ^\n    at Object.readFileSync (ext:deno_node/fs.ts:411:15)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-release-changelog.js:20:24)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"client-proxy/test-http-proxy-fetch.mjs":[false,{"code":1,"stderr":"[STDOUT] Hello world\n\n[CLOSE] 0 null\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [\n    {\n      headers: {\n+       'accept-encoding': 'gzip,br',\n+       'accept-language': '*',\n+       'user-agent': 'Deno/2.8.0+fbb5be3',\n+       accept: '*/*',\n-       'proxy-connection': 'keep-alive',\n-       connection: 'close',\n        host: 'localhost:46681'\n      },\n+     method: 'GET',\n+     url: 'http://localhost:46681/test'\n-     method: 'CONNECT',\n-     url: 'localhost:46681'\n    }\n  ]\n\nassert.deepStrictEqual(logs, expectedLogs);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-proxy-fetch.mjs:42:8\n"},{}],"parallel/test-signal-handler-remove-on-exit.js":[true,null,{}],"parallel/test-http-host-header-ipv6-fail.js":[true,null,{}],"es-module/test-esm-detect-ambiguous.mjs":[false,{"code":1,"stderr":"running 4 tests from ./test/es-module/test-esm-detect-ambiguous.mjs\nModule syntax detection ...\n  string input ...\n    permits ESM syntax in --eval input without requiring --input-type=module ... FAILED (59ms)\n    permits ESM syntax in STDIN input without requiring --input-type=module ... ok (35ms)\n    should be overridden by --input-type ... ok (60ms)\n    should not switch to module if code is parsable as script ... ok (60ms)\n    does not trigger detection via source code `eval()` ... ok (59ms)\n  string input ... FAILED (due to 1 failed step) (275ms)\n  .js file input in a typeless package ...\n    permits CommonJS syntax in a .js entry point ... ok (37ms)\n    permits ESM syntax in a .js entry point ... ok (37ms)\n    permits CommonJS syntax in a .js file imported by a CommonJS entry point ... ok (37ms)\n    permits ESM syntax in a .js file imported by a CommonJS entry point ... ok (37ms)\n    permits CommonJS syntax in a .js file imported by an ESM entry point ... ok (34ms)\n    permits ESM syntax in a .js file imported by an ESM entry point ... ok (33ms)\n  .js file input in a typeless package ... ok (216ms)\n  extensionless file input in a typeless package ...\n    permits CommonJS syntax in an extensionless entry point ... ok (37ms)\n    permits ESM syntax in an extensionless entry point ... ok (36ms)\n    permits CommonJS syntax in an extensionless file imported by a CommonJS entry point ... ok (38ms)\n    permits ESM syntax in an extensionless file imported by a CommonJS entry point ... ok (34ms)\n    permits CommonJS syntax in an extensionless file imported by an ESM entry point ... ok (35ms)\n    permits ESM syntax in an extensionless file imported by an ESM entry point ... ok (34ms)\n    should not hint wrong format in resolve hook ... FAILED (36ms)\n  extensionless file input in a typeless package ... FAILED (due to 1 failed step) (251ms)\n  file input in a \"type\": \"commonjs\" package ...\n    disallows ESM syntax in a .js entry point ... FAILED (36ms)\n    disallows ESM syn ..."},{"usesNodeTest":1}],"parallel/test-child-process-fork-stdio.js":[true,null,{}],"parallel/test-crypto-rsa-pss-default-salt-length.js":[true,null,{}],"es-module/test-esm-error-cache.js":[true,null,{}],"pseudo-tty/test-tty-stdout-end.js":[true,null,{}],"parallel/test-inspector-multisession-ws.js":[true,null,{}],"parallel/test-worker-stdio-flush-inflight.js":[true,null,{}],"parallel/test-tls-min-max-version.js":[false,{"code":1,"stderr":"test: U U U U U SSLv2_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:98:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U SSLv3_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:100:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U hokey-pokey U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:108:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U %s_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:113:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U TLSv1.2 TLS1_2_method U expect U U ERR_TLS_PROTOCOL_VERSION_CONFLICT\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:117:1)\nclient undefined\nserver ERR_TLS_PROTOCOL_VERSION_CONFLICT\ntest: U U U TLSv1.2 U TLS1_2_method U expect U U ERR_TLS_PROTOCOL_VERSION_CONFLICT\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:119:1)\nclient undefined\nserver ERR_TLS_PROTOCOL_VERSION_CONFLICT\ntest: U U SSLv2_method U U U U expect U ERR_TLS_INVALID_PROTOCOL_METHOD U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:102:1)\nclient ERR_TLS_INVALID_PROTOCOL_METHOD\nserver undefined\ntest: U U SSLv3_method U U U U expect U ERR_TLS_INVALID_PROTOCOL_METHOD U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:104:1)\nclient ERR_TLS_INVALID_PROTOCOL_METHOD\nserver u ..."},{}],"parallel/test-child-process-exec-cwd.js":[true,null,{}],"parallel/test-permission-allow-wasi-cli.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"pummel/test-heapsnapshot-near-heap-limit-bounded.js":[true,null,{}],"parallel/test-promise-unhandled-default.js":[true,null,{}],"parallel/test-util-format.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ '118059162071741140000 118059162071741140000 123123123'\n- '118_059_162_071_741_140_000 118_059_162_071_741_140_000 123_123_123'\n\n  assert.strictEqual(\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-format.js:86:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-format.js:5:26\n"},{}],"parallel/test-sqlite-database-sync-dispose.js":[true,null,{"usesNodeTest":1}],"parallel/test-performance-timeline.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [\n+   'three',\n+   'two',\n    'one',\n-   'two',\n-   'three'\n  ]\n\nassert.deepStrictEqual(entries.map((x) => x.name), ['one', 'two', 'three']);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-timeline.mjs:23:8\n"},{}],"parallel/test-cluster-send-socket-to-worker-http-server.js":[true,null,{}],"parallel/test-fs-null-bytes.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   code: 'EINVAL',\n-   code: 'ERR_INVALID_ARG_VALUE',\n    name: 'TypeError'\n  }\n\n    assert.throws(\n           ^\n    at check (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-null-bytes.js:32:12)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-null-bytes.js:56:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-null-bytes.js:5:26\n"},{}],"es-module/test-loaders-unknown-builtin-module.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   code: 'ERR_MODULE_NOT_FOUND',\n-   code: 'ERR_UNKNOWN_BUILTIN_MODULE',\n    message: 'No such built-in module: node:unknown-builtin-module'\n  }\n\n    assert.throws(() => { throw error; }, validator);\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:726:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n"},{}],"sequential/test-next-tick-error-spin.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: child is hung\n    throw new Error('child is hung');\n          ^\n    at Timeout._onTimeout (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-next-tick-error-spin.js:32:11)\n    at invokeCallback (ext:deno_node/internal/timers.mjs:176:13)\n    at Object.cb [as _onTimeout] (ext:deno_node/internal/timers.mjs:214:16)\n    at listOnTimeout (ext:core/02_timers.js:307:17)\n    at Object.processTimers (ext:core/02_timers.js:250:7)\n    at __eventLoopTick (ext:core/01_core.js:464:33)\n"},{}],"parallel/test-dns-resolvesrv.js":[true,null,{}],"parallel/test-worker-name.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-name.js:25:33)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-name.js:5:26\n\nerror: Uncaught (in worker \"HelloThread\") (in promise) Error: connectToMainThread not supported\nsession.connectToMainThread();\n        ^\n    at Session.connectToMainThread (ext:deno_node/inspector.js:110:24)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/worker-name.js:8:9)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/worker-name.js:5:26\n"},{}],"sequential/test-cpu-prof-exit.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(profiles.length, 1);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-exit.js:37:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-exit.js:5:26\n"},{}],"parallel/test-http-write-head-2.js":[true,null,{}],"parallel/test-vm-strict-assign.js":[true,null,{}],"parallel/test-dgram-cluster-bind-error.js":[true,null,{}],"parallel/test-http2-debug.js":["IGNORE",null,{"ignoreReason":"Asserts on NODE_DEBUG_NATIVE=http2 native debug log output that mirrors Node's C++ http2 binding diagnostic strings; Deno's http2 polyfill does not emit these native debug logs."}],"module-hooks/test-async-loader-hooks-initialize-rejecting.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-vm-harmony-symbols.js":[true,null,{}],"pseudo-tty/test-start-trace-sigint.js":[true,null,{}],"parallel/test-http-server-write-after-end.js":[true,null,{}],"parallel/test-trace-exit-stack-limit.js":[false,{"code":1,"stderr":"\n[process 18646]: --- stderr ---\n\n[process 18646]: --- stdout ---\n\n[process 18646]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - stderr did not match expectation, checker throws:\nAssertionError [ERR_ASSERTION]: Expected values to be strictly equal:\n\n0 !== 30\n\n    at stderr (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-exit-stack-limit.js:22:14)\n    at checkOutput (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:52:7)\n    at expectSyncExit (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:122:32)\n    at spawnSyncAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:155:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-exit-stack-limit.js:10:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14) {\n  generatedMessage: true,\n  code: 'ERR_ASSERTION',\n  actual: 0,\n  expected: 30,\n  operator: 'strictEqual',\n  diff: 'simple'\n}\nspawnSyncAndAssert(\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-exit-stack-limit.js:10:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-exit-stack-limit.js:5:26\n"},{}],"parallel/test-trace-events-api.js":[true,null,{}],"parallel/test-vm-set-property-proxy.js":[true,null,{}],"parallel/test-debugger-heap-profiler.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-worker-uncaught-exception.js":[true,null,{}],"parallel/test-http-keep-alive.js":[true,null,{}],"parallel/test-http-autoselectfamily.js":[true,null,{}],"parallel/test-dgram-send-callback-buffer.js":[true,null,{}],"internet/test-snapshot-dns-resolve.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-module-create-require.js":[true,null,{}],"parallel/test-diagnostics-channel-http2-server-stream-finish.js":[true,null,{}],"client-proxy/test-http-proxy-request-no-proxy-ip.mjs":[true,null,{}],"parallel/test-domain-top-level-error-handler-clears-stack.js":[true,null,{}],"parallel/test-module-parent-setter-deprecation.js":[true,null,{}],"parallel/test-worker-terminate-http2-respond-with-file.js":[true,null,{}],"parallel/test-aborted-util.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{"usesNodeTest":1}],"parallel/test-crypto-pqc-key-objects-ml-dsa.js":[true,null,{}],"parallel/test-stream-writable-write-writev-finish.js":[true,null,{}],"parallel/test-promise-hook-exceptions.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:\n+ + actual - expected\n+ \n+ + TypeError: Cannot read properties of undefined (reading 'onInit')\n+ +     at testHook (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-exceptions.js:9:28)\n+ +     at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-exceptions.js:24:1)\n+ +     at Module._compile (node:module:1644:34)\n+ +     at loadMaybeCjs (node:module:1672:12)\n+ +     at Object..js (node:module:1654:12)\n+ +     at Module.load (node:module:1515:32)\n+ +     at Module._load (node:module:1212:14)\n+ +     at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-exceptions.js:5:26\n+ - undefined\n+ \n+     at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-exceptions.js:21:10)\n+     at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n+     at process.emit (ext:deno_node/_events.mjs:415:20)\n+     at process.emit (node:process:492:38)\n+     at process._fatalException (node:process:745:13)\n+     at Module._load (node:module:1244:19)\n+     at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-exceptions.js:5:26 {\n+   actual: TypeError: Cannot read properties of undefined (reading 'onInit')\n+       at testHook (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-exceptions.js:9:28)\n+       at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-exceptions.js:24:1)\n+       at Module._compile (node:module:1644:34)\n+       at loadMaybeCjs (node:module:1672:12)\n+       at Obje ..."},{}],"parallel/test-console-async-write-error.js":[true,null,{}],"es-module/test-require-module-detect-entry-point.js":[true,null,{}],"parallel/test-fs-watch.js":[true,null,{}],"parallel/test-whatwg-encoding-custom-textdecoder-fatal.js":[true,null,{}],"parallel/test-module-setsourcemapssupport.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /ERR_INVALID_ARG_TYPE/. Input:\n\n'TypeError: Module.setSourceMapsSupport is not a function'\n\n    assert.throws(() => {\n           ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-setsourcemapssupport.js:18:12)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-setsourcemapssupport.js:5:26\n"},{}],"parallel/test-fs-readdir-ucs2.js":["IGNORE",null,{"ignoreReason":"error: Uncaught (in promise) AssertionError: Expected values to be strictly deep"}],"parallel/test-stdout-stderr-reading.js":[true,null,{}],"pummel/test-buffer-large-size-buffer-write.js":[true,null,{}],"parallel/test-child-process-execsync-maxbuf.js":[true,null,{}],"parallel/test-module-wrapper.js":[true,null,{}],"parallel/test-inspector-not-blocked-on-idle.js":[true,null,{}],"parallel/test-force-repl-with-eval.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: The expression evaluated to a falsy value:\n\n  assert(gotToEnd)\n\n  assert(gotToEnd);\n  ^\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-force-repl-with-eval.js:22:3)\n    at process.emit (ext:deno_node/_events.mjs:415:20)\n    at process.emit (node:process:492:38)\n    at dispatchProcessExitEvent (node:process:1032:13)\n"},{}],"parallel/test-tls-cnnic-whitelist.js":[true,null,{}],"parallel/test-finalization-registry-shutdown.js":[true,null,{}],"parallel/test-zlib-reset-before-write.js":[true,null,{}],"sequential/test-worker-eventlooputil.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-cppheap-stats.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: v8.getCppHeapStatistics is not a function\nconst heapStatsDetailed = v8.getCppHeapStatistics('detailed');\n                             ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-cppheap-stats.js:9:30)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-cppheap-stats.js:5:26\n"},{}],"parallel/test-exception-handler2.js":[true,null,{}],"parallel/test-inspector-close-worker.js":[true,null,{}],"parallel/test-vm-sigint.js":["IGNORE",null,{"ignoreReason":"times out"}],"parallel/test-stream-push-strings.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-import-cjs.js":[true,null,{}],"parallel/test-http-dont-set-default-headers-with-set-header.js":[true,null,{}],"parallel/test-set-incoming-message-header.js":[true,null,{}],"parallel/test-startup-large-pages.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Failed to parse Node.js CLI arguments: invalid value for --use-largepages. If you believe this is a valid Node.js flag, please report it at https://github.com/denoland/deno/issues\n  const child = spawnSync(process.execPath,\n                ^\n    at buildCommand (ext:deno_node/internal/child_process.ts:1229:22)\n    at Object.spawnSync (ext:deno_node/internal/child_process.ts:1382:47)\n    at spawnSync (ext:deno_node/child_process.ts:220:33)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-startup-large-pages.js:21:17)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-startup-large-pages.js:5:26\n"},{}],"test-runner/test-output-dot-output-custom-columns.mjs":["IGNORE",null,{"ignoreReason":"Expected values to be strictly equal"}],"es-module/test-esm-loader-with-source.mjs":[false,{"code":1,"stderr":".cjs file\n\nerror: Uncaught (in promise) TypeError: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/no-such-file.cjs\".\nconst { default: noSuchFileSource } = await import(new URL('./no-such-file.cjs', import.meta.url));\n                                      ^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-with-source.mjs:7:39\n"},{}],"parallel/test-runner-enable-source-maps-issue.js":[true,null,{"usesNodeTest":1}],"parallel/test-worker-on-process-exit.js":[true,null,{}],"parallel/test-url-domain-ascii-unicode.js":[true,null,{"usesNodeTest":1}],"parallel/test-fs-watch-ignore-recursive-glob.js":[true,null,{}],"parallel/test-compile-cache-api-tmpdir.js":[true,null,{}],"parallel/test-https-max-headers-count.js":[true,null,{}],"parallel/test-cwd-enoent-improved-message.js":["IGNORE",null,{"ignoreReason":"error: Uncaught (in promise) AssertionError: Expected values to be strictly deep"}],"parallel/test-http2-compat-serverresponse-statusmessage-property.js":[true,null,{}],"parallel/test-assert-myers-diff.js":[true,null,{}],"parallel/test-tls-connect-simple.js":[true,null,{}],"parallel/test-inspector-heap-allocation-tracker.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError\n  assert(data.includes('PassThrough'), data);\n  ^\n    at Timeout.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-heap-allocation-tracker.js:43:3)\n    at Timeout._onTimeout (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at invokeCallback (ext:deno_node/internal/timers.mjs:176:13)\n    at Object.cb [as _onTimeout] (ext:deno_node/internal/timers.mjs:214:16)\n    at listOnTimeout (ext:core/02_timers.js:307:17)\n    at Object.processTimers (ext:core/02_timers.js:250:7)\n    at __eventLoopTick (ext:core/01_core.js:464:33)\n"},{}],"parallel/test-repl-no-terminal.js":[true,null,{}],"parallel/test-internal-validators-validateoneof.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-whatwg-webstreams-adapters-to-readablewritablepair.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_readableState')\n    at destroy (ext:deno_node/internal/streams/destroy.js:56:18)\n    at Object.abort (ext:deno_node/internal/webstreams/adapters.js:667:7)\n    at Object.invokeCallbackFunction (ext:deno_webidl/00_webidl.js:1154:16)\n    at WritableStreamDefaultController.abortAlgorithm (ext:deno_web/06_streams.js:4050:14)\n    at WritableStreamDefaultController.[[[AbortSteps]]] (ext:deno_web/06_streams.js:6806:41)\n    at writableStreamFinishErroring (ext:deno_web/06_streams.js:4826:51)\n    at writableStreamDefaultControllerAdvanceQueueIfNeeded (ext:deno_web/06_streams.js:4497:5)\n    at ext:deno_web/06_streams.js:3984:5\n    at ext:deno_web/06_streams.js:233:9\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n"},{}],"parallel/test-sqlite-transactions.js":[true,null,{"usesNodeTest":1}],"parallel/test-net-server-close.js":[true,null,{}],"parallel/test-eventtarget-brandcheck.js":[true,null,{}],"parallel/test-cluster-worker-kill-signal.js":[true,null,{}],"parallel/test-http-server-headers-timeout-pipelining.js":[true,null,{}],"parallel/test-timers-refresh-in-callback.js":[true,null,{}],"parallel/test-fs-cp-sync-dereference-twice.mjs":[true,null,{}],"parallel/test-assert-checktag.js":["IGNORE",null,{"ignoreReason":"globalThis is now deeply equal to a plain object copy because Node.js timers are used as default globals, eliminating the proxy-based timer function difference that previously made them unequal"}],"parallel/test-process-execve-permission-granted.js":["IGNORE",null,{"ignoreReason":"process.execve is not a function"}],"parallel/test-http-keepalive-override.js":[true,null,{}],"parallel/test-worker-messaging-errors-timeout.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   code: 'ERR_WORKER_MESSAGING_FAILED',\n-   code: 'ERR_WORKER_MESSAGING_TIMEOUT',\n    name: 'Error'\n  }\n\nWarning Couldn't format source line: Column 26 is out of bounds (source may have changed at runtime)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-messaging-errors-timeout.js:5:26\n    at async test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-messaging-errors-timeout.js:17:3)\n"},{}],"parallel/test-heap-prof-sigint.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(profiles.length, 1);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-sigint.js:41:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-sigint.js:5:26\n"},{}],"parallel/test-crypto-keygen-async-named-elliptic-curve-encrypted.js":[true,null,{}],"parallel/test-stream-writable-final-async.js":[true,null,{}],"parallel/test-permission-fs-write-v8.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-inspector-esm.js":[true,null,{}],"parallel/test-http-early-hints-invalid-argument.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: function should not have been called at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-early-hints-invalid-argument.js:47\ncalled with arguments: {\n  statusCode: 103,\n  statusMessage: 'Early Hints',\n  httpVersion: '1.1',\n  httpVersionMajor: 1,\n  httpVersionMinor: 1,\n  headers: { link: '</>;' },\n  rawHeaders: [ 'Link', '</>;' ]\n}\n    assert.fail(\n           ^\n    at ClientRequest.mustNotCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:551:12)\n    at ClientRequest.emit (ext:deno_node/_events.mjs:415:20)\n    at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:864:9)\n    at HTTPParser.parserOnHeadersComplete (node:_http_common:113:17)\n    at doExecute (ext:deno_node/internal_binding/http_parser.ts:154:40)\n    at AsyncResource.runInAsyncScope (ext:deno_node/async_hooks.ts:37:18)\n    at HTTPParser.execute (ext:deno_node/internal_binding/http_parser.ts:155:62)\n    at Socket.socketOnData (node:_http_client:793:22)\n    at Socket.emit (ext:deno_node/_events.mjs:415:20)\n    at addChunk (ext:deno_node/internal/streams/readable.js:607:12)\n"},{}],"parallel/test-trace-events-promises.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) 1\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(file))\n\n    assert(fs.existsSync(file));\n    ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-promises.js:30:5)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-http-response-cork.js":[true,null,{}],"client-proxy/test-https-proxy-request-socket-keep-alive.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   {\n-     headers: {\n-       'proxy-connection': 'keep-alive',\n-       host: 'localhost:42523'\n-     },\n-     method: 'CONNECT',\n-     url: 'localhost:42523'\n-   }\n- ]\n\n        assert.deepStrictEqual(logs, [{\n               ^\n    at IncomingMessage.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-socket-keep-alive.mjs:87:16)\n    at IncomingMessage.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at IncomingMessage.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-tls-addca.js":[true,null,{}],"sequential/test-debugger-debug-brk.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-icu-data-dir.js":[true,null,{}],"parallel/test-net-bytes-written-large.js":[true,null,{}],"parallel/test-vm-syntax-error-message.js":[true,null,{}],"parallel/test-http2-server-stream-session-destroy.js":[true,null,{}],"es-module/test-vm-synthetic-module-leak.js":[true,null,{}],"parallel/test-crypto-classes.js":[true,null,{}],"parallel/test-diagnostics-channel-object-channel-pub-sub.js":[true,null,{}],"parallel/test-dgram-setBroadcast.js":[true,null,{}],"parallel/test-debugger-repeat-last.js":[true,null,{}],"system-ca/test-native-root-certs.mjs":["IGNORE",null,{"ignoreReason":"Node.js system CA certificate handling is not implemented in Deno"}],"es-module/test-esm-shebang.mjs":[true,null,{}],"parallel/test-tls-wrap-econnreset-localaddress.js":[true,null,{}],"parallel/test-listen-fd-detached-inherit.js":[true,null,{}],"parallel/test-dgram-send-error.js":[true,null,{}],"parallel/test-performance-nodetiming.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'node'\n\nassert.strictEqual(nodeTiming.name, 'node');\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-nodetiming.js:9:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-nodetiming.js:5:26\n"},{}],"parallel/test-net-autoselectfamily-ipv4first.js":[true,null,{}],"parallel/test-fs-readfile-unlink.js":[true,null,{}],"parallel/test-stream-writable-finish-destroyed.js":[true,null,{}],"parallel/test-watch-mode-files_watcher.mjs":[false,{"code":1,"stderr":"\nerror: Import \"internal/watch_mode/files_watcher\" not a dependency\n  hint: If you want to use the npm package, try running `deno add npm:internal/watch_mode/files_watcher`\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-watch-mode-files_watcher.mjs:14:21\n"},{"usesNodeTest":1}],"parallel/test-worker-stdio.js":[true,null,{}],"sequential/test-http2-timeout-large-write-file.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected at least 1, actual 0.\n    at Proxy.mustCallAtLeast (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:463:10)\n    at Http2SecureServer.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-http2-timeout-large-write-file.js:64:25)\n    at Http2SecureServer.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:538:14)\n    at Http2SecureServer.emit (ext:deno_node/_events.mjs:415:20)\n    at _emitListeningNT (ext:deno_node/net.ts:1541:14)\n    at Object.processTicksAndRejections (ext:core/01_core.js:373:17)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-http2-timeout-large-write-file.js:5:26\n\n"},{}],"parallel/test-eventtarget-once-twice.js":[true,null,{}],"parallel/test-vm-timeout-escape-promise-module.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: escaped timeout at 2000 milliseconds!\n      throw new Error(\n            ^\n    at loop (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-timeout-escape-promise-module.js:22:13)\n    at vm:module(0):1:30\n    at SourceTextModule.evaluate (ext:deno_node/vm.js:599:14)\n    at assert.rejects.code (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-timeout-escape-promise-module.js:38:16)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-timeout-escape-promise-module.js:5:26\n"},{}],"parallel/test-global-console-exists.js":[true,null,{}],"parallel/test-event-emitter-listeners.js":[true,null,{}],"abort/test-addon-uv-handle-leak.js":[true,null,{}],"parallel/test-compile-cache-api-permission.js":["IGNORE",null,{"ignoreReason":"Node.js permission model (--experimental-permission) is not implemented in Deno"}],"parallel/test-cluster-disconnect-unshared-udp.js":["IGNORE",null,{"ignoreReason":"times out"}],"sequential/test-gc-http-client-onerror.js":[true,null,{}],"parallel/test-http-client-override-global-agent.js":[true,null,{}],"parallel/test-stream-writable-write-cb-error.js":[true,null,{}],"parallel/test-zlib-write-after-close.js":[true,null,{}],"parallel/test-eslint-no-unescaped-regexp-dot.js":[true,null,{}],"parallel/test-http2-connect.js":[true,null,{}],"sequential/test-worker-heapsnapshot-options.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Not implemented: Worker.prototype.getHeapSnapshot\n    const stream = await w.getHeapSnapshot(options);\n                           ^\n    at notImplemented (ext:deno_node/_utils.ts:10:11)\n    at NodeWorker.getHeapSnapshot (ext:deno_node/worker_threads.ts:608:27)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-worker-heapsnapshot-options.js:15:28\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-worker-heapsnapshot-options.js:5:26\n"},{}],"parallel/test-timers-unref.js":[true,null,{}],"parallel/test-fs-readv.js":[true,null,{}],"test-runner/test-run-watch-different-runner-cwd-isolation-process.mjs":[false,{"code":1,"stderr":"\nerror: Top-level await promise never resolved\nawait testRunnerWatch({\n^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-run-watch-different-runner-cwd-isolation-process.mjs:10:1)\n"},{}],"es-module/test-esm-long-path-win.js":[true,null,{"usesNodeTest":1}],"parallel/test-http2-client-stream-destroy-before-connect.js":[true,null,{}],"pummel/test-worker-take-heapsnapshot.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Not implemented: Worker.prototype.getHeapSnapshot\n  const stream = await w.getHeapSnapshot();\n                         ^\n    at notImplemented (ext:deno_node/_utils.ts:10:11)\n    at NodeWorker.getHeapSnapshot (ext:deno_node/worker_threads.ts:608:27)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pummel/test-worker-take-heapsnapshot.js:12:26\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pummel/test-worker-take-heapsnapshot.js:5:26\n"},{}],"parallel/test-http-url.parse-https.request.js":[true,null,{}],"parallel/test-net-end-without-connect.js":[true,null,{}],"parallel/test-cluster-invalid-message.js":[true,null,{}],"parallel/test-tls-set-ciphers-error.js":[true,null,{}],"parallel/test-vm-ownpropertysymbols.js":[true,null,{}],"parallel/test-whatwg-url-custom-searchparams-values.js":[true,null,{}],"parallel/test-http-generic-streams.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 2, actual 1.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-generic-streams.js:34:43)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-generic-streams.js:5:26\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at doRequest (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-generic-streams.js:47:15)\n    at IncomingMessage.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-generic-streams.js:59:5)\n    at IncomingMessage.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at IncomingMessage.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at Object.processTicksAndRejections (ext:core/01_core.js:376:17)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-generic-streams.js:5:26\n\n"},{}],"parallel/test-fs-empty-readStream.js":[true,null,{}],"parallel/test-repl-preview-without-inspector.js":[true,null,{}],"parallel/test-http-buffer-sanity.js":[true,null,{}],"parallel/test-tls-honorcipherorder.js":[true,null,{}],"parallel/test-console-sync-write-error.js":[true,null,{}],"es-module/test-esm-wasm-source-phase-no-execute-dynamic.mjs":[false,{"code":1,"stderr":"\n[process 7964]: --- stderr ---\nerror: Uncaught (in promise) TypeError: Import \"FAIL\" not a dependency\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/unimportable.wasm:1:50\nawait import.source(unimportableUrl);\n^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/test-wasm-source-phase-no-execute-dynamic.mjs:6:1\n\n[process 7964]: --- stdout ---\n\n[process 7964]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 1, expected 0\nspawnSyncAndAssert(\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-source-phase-no-execute-dynamic.mjs:6:1\n"},{}],"test-runner/test-watch-create-isolation-none.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-net-binary.js":[true,null,{}],"parallel/test-http2-respond-file-fd-range.js":[true,null,{}],"parallel/test-http-pipe-fs.js":[true,null,{}],"parallel/test-stream-readable-readable.js":[true,null,{}],"es-module/test-esm-import-flag.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-import-flag.mjs\nimport modules using --import ...\n  should import when using --eval ... FAILED (64ms)\n  should import when using --eval and --input-type=module ... FAILED (61ms)\n  should import when main entrypoint is a cjs file ... ok (42ms)\n  should import mjs when entrypoint is a cjs file ... ok (37ms)\n  should import cjs when entrypoint is a mjs file ... ok (39ms)\n  should import mjs when entrypoint is a cjs file ... ok (52ms)\n  should de-duplicate redundant `--import`s ... ok (44ms)\n  should import when running --check ... FAILED (43ms)\n  should import when running --check fails ... ok (52ms)\n  should import --require before --import ... FAILED (83ms)\n  should import a module with top level await ... ok (61ms)\n  should import files sequentially ... ok (50ms)\n  should import files from the env before ones from the CLI ... FAILED (46ms)\nimport modules using --import ... FAILED (due to 5 failed steps) (678ms)\n\n ERRORS \n\nimport modules using --import ... should import when using --eval => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: The input did not match the regular expression /^\\.mjs file\\r?\\nlog\\r?\\n$/. Input:\n\n'log\\n'\n\n    assert.match(stdout, /^\\.mjs file\\r?\\nlog\\r?\\n$/);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-flag.mjs:25:12)\n\nimport modules using --import ... should import when using --eval and --input-type=module => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input did not match the regular expression /^\\.mjs file\\r?\\nlog\\r?\\n$/. Input:\n\n'log\\n'\n\n    assert.match(stdout, /^\\.mjs file\\r?\\nlog\\r?\\n$/);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-flag.mjs:41:12)\n\nimport modules using --import ... should import when running --check => ext:deno_node/testing.ts:1034:37\nerror: AssertionE ..."},{"usesNodeTest":1}],"parallel/test-zlib-zstd-kmaxlength-rangeerror.js":["IGNORE",null,{"ignoreReason":"Deno pre-loads polyfills as ESM, so kMaxLength is a live binding that can't be snapshotted like Node.js CJS require"}],"parallel/test-buffer-alloc-unsafe-is-initialized-with-zero-fill-flag.js":[true,null,{}],"parallel/test-module-builtin.js":[true,null,{}],"parallel/test-vm-global-property-interceptors.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\nassert.throws(() => vm.runInContext(`\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-global-property-interceptors.js:126:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-global-property-interceptors.js:5:26\n"},{}],"parallel/test-tls-destroy-stream.js":[true,null,{}],"parallel/test-https-hwm.js":[true,null,{}],"test-runner/test-run-watch-dependency-repeatedly.mjs":[false,{"code":1,"stderr":"\nerror: Top-level await promise never resolved\nawait testRunnerWatch({ file: 'test.js', fileToUpdate: 'dependency.js', useRunApi: true });\n^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-run-watch-dependency-repeatedly.mjs:8:1)\n"},{}],"parallel/test-http-parser-timeout-reset.js":[true,null,{}],"parallel/test-repl-save-load-load-non-existent.js":[true,null,{}],"parallel/test-permission-fs-read.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"es-module/test-esm-fs-promises.mjs":[true,null,{}],"parallel/test-cluster-setup-primary-argv.js":[true,null,{}],"parallel/test-inspector-bindings.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-env-newprotomethod-remove-unnecessary-prototypes.js":[true,null,{}],"parallel/test-cluster-bind-twice.js":[true,null,{}],"parallel/test-worker-nested-uncaught.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Proxy.expectsError (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:716:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-nested-uncaught.js:11:22)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-nested-uncaught.js:5:26\n\nerror: Uncaught (in worker \"[worker eval]\") Error: uncaught\n    at [ext:runtime/web_worker.rs:1112:35]:5:7\n"},{}],"parallel/test-stream-end-of-streams.js":[true,null,{}],"parallel/test-inspector-port-zero.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: The input did not match the regular expression /Debugger listening on (.+)/. Input:\n\n\"error: invalid value 'localhost:0' for '--inspect-brk[=<HOST_PORT>]': Invalid inspector host 'localhost': AddrParseError(Ip)\\n\" +\n  '\\n' +\n  '\\n' +\n  'Caused by:\\n' +\n  \"    Invalid inspector host 'localhost': AddrParseError(Ip)\\n\"\n\n    assert.match(stderr, /Debugger listening on (.+)/);\n           ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-port-zero.js:22:12)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at addChunk (ext:deno_node/internal/streams/readable.js:607:12)\n    at readableAddChunkPushByteMode (ext:deno_node/internal/streams/readable.js:555:3)\n    at Socket.push (ext:deno_node/internal/streams/readable.js:424:7)\n    at PipeWrap.onStreamRead [as onread] (ext:deno_node/internal/stream_base_commons.ts:200:25)\n"},{}],"parallel/test-cluster-child-index-net.js":[true,null,{}],"parallel/test-dgram-bytes-length.js":[true,null,{}],"wasi/test-wasi-poll.js":[true,null,{}],"parallel/test-fs-promises.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n    code: 'ENOENT',\n    message: \"ENOENT: no such file or directory, access 'this file does not exist'\",\n    name: 'Error',\n+   stack: \"Error: ENOENT: no such file or directory, access 'this file does not exist'\\n\" +\n+     '    at ext:deno_node/fs.ts:564:19'\n-   stack: /at async assert\\.rejects/\n  }\n\n"},{}],"es-module/test-esm-import-meta.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [\n+   'url',\n-   'dirname',\n-   'filename',\n    'main',\n    'resolve',\n+   'filename',\n+   'dirname'\n-   'url'\n  ]\n\nassert.deepStrictEqual(Reflect.ownKeys(import.meta), keys);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-meta.mjs:7:8\n"},{}],"es-module/test-esm-import-attributes-2.mjs":[true,null,{}],"parallel/test-error-aggregateTwoErrors.js":[true,null,{}],"parallel/test-timers.js":[true,null,{}],"parallel/test-child-process-spawnsync-validation-errors.js":[true,null,{}],"parallel/test-asyncresource-bind.js":[true,null,{}],"pseudo-tty/test-handle-wrap-hasref-tty.js":[false,{"code":1,"stderr":"error: Uncaught (in promise) TypeError: isTTY is not a function\r\nassert.ok(isTTY(0), 'tty_wrap: stdin is not a TTY');\r\n          ^\r\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-handle-wrap-hasref-tty.js:12:11)\r\n    at Module._compile (node:module:1644:34)\r\n    at loadMaybeCjs (node:module:1672:12)\r\n    at Object..js (node:module:1654:12)\r\n    at Module.load (node:module:1515:32)\r\n    at Module._load (node:module:1212:14)\r\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-handle-wrap-hasref-tty.js:5:26\r\n"},{}],"parallel/test-fastutf8stream-write.js":[true,null,{}],"module-hooks/test-async-loader-hooks-never-settling-import-meta-resolve.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-tls-timeout-server.js":[true,null,{}],"parallel/test-process-binding-internalbinding-allowlist.js":[true,null,{}],"parallel/test-whatwg-url-custom-searchparams-has.js":[true,null,{}],"parallel/test-http2-byteswritten-server.js":[true,null,{}],"parallel/test-repl-async-iife.js":[true,null,{}],"pummel/test-https-no-reader.js":["IGNORE",null,{"ignoreReason":"expression evaluated to a falsy value"}],"parallel/test-fs-read-stream-pos.js":[true,null,{}],"parallel/test-uv-binding-constant.js":[true,null,{}],"parallel/test-webstorage-without-sqlite.js":[true,null,{}],"parallel/test-wrap-js-stream-read-stop.js":[true,null,{}],"parallel/test-process-exit-recursive.js":[true,null,{}],"parallel/test-stream-writable-invalid-chunk.js":[true,null,{}],"parallel/test-os-process-priority.js":[true,null,{}],"sea/test-build-sea-invalid-json.js":[true,null,{}],"parallel/test-tls-ecdh.js":[true,null,{}],"parallel/test-v8-cpu-profile.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: v8.startCpuProfile is not a function\nconst handle = v8.startCpuProfile();\n                  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-cpu-profile.js:7:19)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-cpu-profile.js:5:26\n"},{}],"parallel/test-net-server-pause-on-connect.js":[true,null,{}],"parallel/test-debugger-pid.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-worker-process-env-shared.js":[true,null,{}],"parallel/test-module-loading-deprecated.js":[false,{"code":1,"stderr":"\n(node:12571) [DEP0128] DeprecationWarning: Invalid 'main' field in '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/packages/missing-main/package.json' of 'doesnotexist.js'. Please either fix that or report it to the module author\nerror: Uncaught (in promise) ReferenceError: ReferenceError: exports is not defined\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/packages/missing-main/index.js:22:1\n    at loadESMFromCJS (node:module:1716:102)\n    at Module._compile (node:module:1622:12)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-loading-deprecated.js:10:20)\nassert.strictEqual(require('../fixtures/packages/missing-main').ok, 'ok');\n                   ^\n    at loadESMFromCJS (node:module:1716:102)\n    at Module._compile (node:module:1622:12)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-loading-deprecated.js:10:20)\n    at Module._compile (node:module:1644:34)\n\n    info: Deno supports CommonJS modules in .cjs files, or when the closest\n          package.json has a \"type\": \"commonjs\" option.\n    hint: Rewrite this module to ESM,\n          or change the file extension to .cjs,\n          or add package.json next to the file with \"type\": \"commonjs\" option,\n          or pass --unstable-detect-cjs flag to detect CommonJS when loading.\n    docs: https://docs.deno.com/go/commonjs\n"},{}],"parallel/test-fs-cp-async-overwrites-force-true.mjs":[true,null,{}],"parallel/test-crypto-keygen-invalid-parameter-encoding-ec.js":[true,null,{}],"parallel/test-http2-server-sessionerror.js":[true,null,{}],"parallel/test-tls-disable-renegotiation.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Missing expected exception (TypeError).\n    assert.throws(() => client.renegotiate(), {\n           ^\n    at TLSSocket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-disable-renegotiation.js:53:12)\n    at TLSSocket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:538:14)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:415:20)\n    at TLSSocket.onConnectSecure (ext:deno_node/_tls_wrap.js:1486:8)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:415:20)\n    at TLSSocket._finishInit (ext:deno_node/_tls_wrap.js:908:8)\n    at TLSWrap.onhandshakedone (ext:deno_node/_tls_wrap.js:244:20)\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13)\n"},{}],"parallel/test-signal-unregister.js":[true,null,{}],"parallel/test-http-header-validators.js":[true,null,{}],"parallel/test-next-tick-domain.js":[true,null,{}],"parallel/test-http2-client-onconnect-errors.js":[true,null,{}],"wasi/test-wasi-getentropy.js":[true,null,{}],"parallel/test-fs-cp-promises-nested-folder-recursive.mjs":[true,null,{}],"parallel/test-dns-resolve-promises.js":["IGNORE",null,{"ignoreReason":"Requires --expose-internals and internalBinding('cares_wrap') which is not supported in Deno"}],"parallel/test-permission-net-uds.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-worker-http2-stream-terminate.js":[true,null,{}],"parallel/test-webcrypto-keygen.js":[false,{"code":1,"stderr":"1..0 # Skipped: Skipping unsupported test cases\n1..0 # Skipped: Skipping unsupported SHA-3 test case\n1..0 # Skipped: Skipping unsupported AES-KW test cases\n1..0 # Skipped: Skipping unsupported SHA-3 test cases\n1..0 # Skipped: Skipping unsupported Curve448 test cases\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'Unrecognized algorithm name'\n-   message: /Usages cannot be empty/\n  }\n\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-keygen.js:5:26\n    at async test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-keygen.js:250:5)\n    at async Promise.all (index 12)\n"},{}],"sequential/test-net-server-address.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-require-resolve-create-require.js":[true,null,{}],"sequential/test-util-debug.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(!c)\n\n    assert(!c);\n    ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-util-debug.js:102:5)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"parallel/test-http2-priority-event.js":[true,null,{}],"parallel/test-zlib-no-stream.js":[true,null,{}],"parallel/test-vm-options-validation.js":[true,null,{}],"parallel/test-trace-events-fs-async.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(traceFile))\n\n  assert(fs.existsSync(traceFile));\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-fs-async.js:325:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-fs-async.js:5:26\n"},{}],"parallel/test-vm-create-context-accessors.js":[true,null,{}],"parallel/test-console-tty-colors.js":[true,null,{}],"parallel/test-dns-lookupService-promises.js":[true,null,{}],"parallel/test-path-posix-relative-on-windows.js":[true,null,{}],"parallel/test-webcrypto-derivekey-ecdh.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_MISSING_OPTION'\n- }\n\n    await assert.rejects(\n    ^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-derivekey-ecdh.js:125:5\n"},{}],"client-proxy/test-https-proxy-request-invalid-char-in-url.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: function should not have been called at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-invalid-char-in-url.mjs:101\ncalled with arguments: Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE'\n}\n    assert.fail(\n           ^\n    at ClientRequest.mustNotCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:551:12)\n    at ClientRequest.emit (ext:deno_node/_events.mjs:415:20)\n    at emitErrorEvent (node:_http_client:327:11)\n    at TLSSocket.socketErrorListener (node:_http_client:761:5)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:415:20)\n    at emitErrorNT (ext:deno_node/internal/streams/destroy.js:175:8)\n    at emitErrorCloseNT (ext:deno_node/internal/streams/destroy.js:134:3)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-tls-translate-peer-certificate.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/tls/common'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-translate-peer-certificate.js\nconst { translatePeerCertificate } = require('internal/tls/common');\n                                     ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-translate-peer-certificate.js:10:38)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-crypto-keygen-missing-oid.js":[true,null,{}],"parallel/test-debugger-sb-before-load.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-http-max-headers-count.js":[true,null,{}],"parallel/test-compile-cache-typescript-transform.js":[true,null,{}],"parallel/test-net-connect-custom-lookup-non-string-address.mjs":[false,{"code":1,"stderr":"running 2 tests from ./test/parallel/test-net-connect-custom-lookup-non-string-address.mjs\nwhen family is ipv4 ...\n  socket emits an error when lookup does not return a string ... FAILED (4ms)\nwhen family is ipv4 ... FAILED (due to 1 failed step) (5ms)\nwhen family is ipv6 ...\n  socket emits an error when lookup does not return a string ... FAILED (1ms)\nwhen family is ipv6 ... FAILED (due to 1 failed step) (1ms)\n\n ERRORS \n\nwhen family is ipv4 ... socket emits an error when lookup does not return a string => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'ECONNREFUSED'\n- 'ERR_INVALID_IP_ADDRESS'\n\n      t.assert.strictEqual(err.code, 'ERR_INVALID_IP_ADDRESS');\n               ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-net-connect-custom-lookup-non-string-address.mjs:21:16)\n\nwhen family is ipv6 ... socket emits an error when lookup does not return a string => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'ECONNREFUSED'\n- 'ERR_INVALID_IP_ADDRESS'\n\n      t.assert.strictEqual(err.code, 'ERR_INVALID_IP_ADDRESS');\n               ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-net-connect-custom-lookup-non-string-address.mjs:39:16)\n\n FAILURES \n\nwhen family is ipv4 ... socket emits an error when lookup does not return a string => ext:deno_node/testing.ts:1141:21\nwhen family is ipv6 ... socket emits an error when lookup does not return a string => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 2 failed (2 steps) (10ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-domain-load-after-set-uncaught-exception-capture.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: function should not have been called at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-load-after-set-uncaught-exception-capture.js:5\ncalled with arguments: AssertionError [ERR_ASSERTION]: function should not have been called at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-load-after-set-uncaught-exception-capture.js:5\ncalled with arguments: AssertionError [ERR_ASSERTION]: Missing expected exception (Error).\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-load-after-set-uncaught-exception-capture.js:7:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-load-after-set-uncaught-exception-capture.js:5:26 {\n  generatedMessage: false,\n  code: 'ERR_ASSERTION',\n  actual: undefined,\n  expected: [Object],\n  operator: 'throws',\n  diff: 'simple'\n}\n    at mustNotCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:551:12)\n    at process._fatalException (node:process:741:5)\n    at Module._load (node:module:1244:19)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-load-after-set-uncaught-exception-capture.js:5:26 {\n  generatedMessage: false,\n  code: 'ERR_ASSERTION',\n  actual: undefined,\n  expected: undefined,\n  operator: 'fail',\n  diff: 'simple'\n}\n    assert.fail(\n           ^\n    at mustNotCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:551:12)\n    at process._fatalException (node:process:741:5)\n    at uncaughtExceptionHandler (node:process:378:18)\n    at Object.nodeProcessUnhandledRejectionCallback (node:process ..."},{}],"parallel/test-stream2-unpipe-drain.js":[true,null,{}],"parallel/test-dns-resolvens-typeerror.js":[true,null,{}],"parallel/test-http-server-headers-timeout-delayed-headers.js":[true,null,{}],"test-runner/test-output-before-and-after-each-with-timeout-too-many-listeners.mjs":[true,null,{}],"parallel/test-cluster-fork-stdio.js":[true,null,{}],"parallel/test-node-output-eval.mjs":["IGNORE",null,{"ignoreReason":"Snapshot output tests depend on exact Node.js CLI output formatting and process.config.variables"}],"parallel/test-worker-message-mark-as-uncloneable.js":[true,null,{}],"parallel/test-vm-module-referrer-realm.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING'\n- }\n\n    await assert.rejects(result, {\n    ^\n    at async testMissing (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-referrer-realm.mjs:59:5)\n    at async Promise.all (index 1)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-referrer-realm.mjs:79:1\n"},{}],"es-module/test-esm-loader-dependency.mjs":[true,null,{}],"parallel/test-vm-is-context.js":[true,null,{}],"module-hooks/test-module-hooks-load-builtin-import.mjs":[true,null,{}],"parallel/test-buffer-readuint.js":[true,null,{}],"parallel/test-whatwg-url-custom-tostringtag.js":[true,null,{}],"parallel/test-cli-syntax-piped-good.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-https-request-arguments.js":[true,null,{}],"parallel/test-fs-lchmod.js":[true,null,{}],"parallel/test-async-local-storage-isolation.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'store3'\n\n  assert.strictEqual(als2.getStore(), 'store3');\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-local-storage-isolation.js:33:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-local-storage-isolation.js:5:26\n"},{}],"parallel/test-debugger-profile.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-runner-no-isolation-hooks.mjs":[false,{"code":1,"stderr":"running 3 tests from ./test/parallel/test-runner-no-isolation-hooks.mjs\nuse --import (CJS) to define global hooks ... FAILED (146ms)\nuse --import (ESM) to define global hooks ... FAILED (171ms)\nuse --require to define global hooks ... FAILED (180ms)\n\n ERRORS \n\nuse --import (CJS) to define global hooks => ./test/parallel/test-runner-no-isolation-hooks.mjs:48:1\nerror: AssertionError: 'running 2 tests from ./test/fixtures/test-runner/no-isolation/one.test.js\\n' +\n  'suite one ... FAILED (0ms)\\n' +\n  'test one ... FAILED (0ms)\\n' +\n  'running 1 test from ./test/fixtures/test-runner/no-isolation/two.test.js\\n' +\n  'suite two ... FAILED (0ms)\\n' +\n  '\\n' +\n  ' ERRORS \\n' +\n  '\\n' +\n  'suite one => ./test/fixtures/test-runner/no-isolation/one.test.js:27:1\\n' +\n  \"error: TypeError: Cannot read properties of undefined (reading 'name')\\n\" +\n  '  record(`before one: ${this.name}`);\\n' +\n  '  ... == 'before(): global\\n' +\n  'before one: <root>\\n' +\n  'suite one\\n' +\n  'before two: <root>\\n' +\n  'suite two\\n' +\n  'beforeEach(): global\\n' +\n  'beforeEach one: suite one - test\\n' +\n  'beforeEach two: suite one - test\\n' +\n  'suite one - test\\n' +\n  'afterEach(): global\\n' +\n  'afterEach one: suite one - test\\n' +\n  'afterEach two: suite one - test\\n' +\n  'before suite two: suite two\\n' +\n  'beforeEach(): global\\n' +\n  'beforeEach one: suite two - test\\n' +\n  'beforeEach two: suite two - test\\n' +\n  'su...\n  t.assert.equal(testHookOutput, order);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-no-isolation-hooks.mjs:57:12)\n\nuse --import (ESM) to define global hooks => ./test/parallel/test-runner-no-isolation-hooks.mjs:60:1\nerror: AssertionError: 'running 2 tests from ./test/fixtures/test-runner/no-isolation/one.test.js\\n' +\n  'suite one ... FAILED (1ms)\\n' +\n  'test one ... FAILED (1ms)\\n' +\n  'running 1 test from ./test/fixtures/test-runner/no-isolation/two.test.js\\n' +\n  'suite two ... FA ..."},{"usesNodeTest":1}],"parallel/test-process-exit-code.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: wrong exit for 9-exitWithThrowInUncaughtHandler\nexpected:7 but got:1\n\n1 !== 7\n\n      assert.strictEqual(\n             ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-exit-code.js:50:14)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-worker-message-port-jstransferable-nested-untransferable.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at OuterTransferable.<instance_members_initializer> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-jstransferable-nested-untransferable.js:22:28)\n    at new OuterTransferable (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-jstransferable-nested-untransferable.js:14:14)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-jstransferable-nested-untransferable.js:35:12)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at OuterTransferable.<instance_members_initializer> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-jstransferable-nested-untransferable.js:26:24)\n    at new OuterTransferable (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-jstransferable-nested-untransferable.js:14:14)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-jstransferable-nested-untransferable.js:35:12)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n\n"},{}],"parallel/test-event-emitter-error-monitor.js":[true,null,{}],"es-module/test-esm-json.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-vm-context-property-forwarding.js":[true,null,{}],"parallel/test-stream-pipeline-listeners.js":[true,null,{}],"es-module/test-esm-in-require-cache-2.mjs":[true,null,{}],"client-proxy/test-https-proxy-request-https-proxy.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   {\n-     headers: {\n-       'proxy-connection': 'keep-alive',\n-       host: 'localhost:42847'\n-     },\n-     method: 'CONNECT',\n-     url: 'localhost:42847'\n-   }\n- ]\n\nassert.deepStrictEqual(logs, expectedLogs);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-https-proxy.mjs:52:8\n"},{}],"pummel/test-vm-race.js":[true,null,{}],"parallel/test-domain-emit-error-handler-stack.js":[false,{"code":1,"stderr":"\nexpected domains stack length of NaN, but instead is 0\n"},{}],"parallel/test-dgram-connect-send-empty-packet.js":[true,null,{}],"parallel/test-fs-watch-close-when-destroyed.js":[true,null,{}],"parallel/test-buffer-writedouble.js":[true,null,{}],"parallel/test-http-request-dont-override-options.js":[true,null,{}],"parallel/test-eval-strict-referenceerror.js":[true,null,{}],"parallel/test-fs-read-file-assert-encoding.js":[true,null,{}],"parallel/test-cluster-rr-handle-close.js":[true,null,{}],"parallel/test-dgram-reuseport.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-runner-cli-timeout.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-http-outgoing-buffer.js":[true,null,{}],"parallel/test-net-connect-options-path.js":[true,null,{}],"parallel/test-tls-reuse-host-from-socket.js":[true,null,{}],"parallel/test-process-initgroups.js":["IGNORE",null,{"ignoreReason":"process.initgroups is not a function"}],"parallel/test-fs-write-optional-params.js":[true,null,{}],"client-proxy/test-https-proxy-request-connection-refused.mjs":[false,{"code":1,"stderr":"Trying proxy at port 42245\n[CLOSE] 0 null\nTrying proxy at port 39271\n[CLOSE] 0 null\nTrying proxy at port 35653\n[CLOSE] 0 null\nTrying proxy at port 46013\n[CLOSE] 0 null\nTrying proxy at port 40493\n[CLOSE] 0 null\nTrying proxy at port 45905\n[CLOSE] 0 null\nTrying proxy at port 39633\n[CLOSE] 0 null\nTrying proxy at port 35507\n[CLOSE] 0 null\nTrying proxy at port 41653\n[CLOSE] 0 null\nTrying proxy at port 40885\n[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code:  ..."},{}],"parallel/test-domain-timer.js":[true,null,{}],"pummel/test-heapdump-inspector.js":[false,{"code":1,"stderr":"\n#\n# Retaining path to search for:\n# - '{ node_name: 'Node / InspectorSession', edge_name: 'session' }'\t<--- not found\n#\n\n# Nodes found in the last step include:\nerror: Uncaught (in promise) AssertionError: Could not find target edge { node_name: 'Node / InspectorSession', edge_name: 'session' } in the heap snapshot.\n      assert.fail(`Could not find target edge ${format(expected)} in the heap snapshot.`);\n             ^\n    at validateByRetainingPathFromNodes (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/heap.js:288:14)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pummel/test-heapdump-inspector.js:23:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pummel/test-heapdump-inspector.js:5:26\n"},{}],"module-hooks/test-async-loader-hooks-throw-empty-object.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-queue-microtask.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_ARG_TYPE'\n- }\n\n  assert.throws(common.mustCall(() => {\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-queue-microtask.js:14:10\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-queue-microtask.js:13:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-queue-microtask.js:5:26\n"},{}],"parallel/test-crypto-psychic-signatures.js":[true,null,{}],"parallel/test-worker-exit-from-uncaught-exception.js":[true,null,{}],"parallel/test-dgram-close-is-not-callback.js":[true,null,{}],"parallel/test-fs-promises-readfile-empty.js":[true,null,{}],"parallel/test-process-ppid.js":[true,null,{}],"es-module/test-esm-util-types.mjs":[true,null,{}],"parallel/test-vm-function-redefinition.js":[true,null,{}],"parallel/test-child-process-dgram-reuseport.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-child-process-dgram-reuseport.js:33:39)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-child-process-dgram-reuseport.js:5:26\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-child-process-dgram-reuseport.js:33:39)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-child-process-dgram-reuseport.js:5:26\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n          assert.strictEqual(code, 0);\n                 ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-child-process-dgram-reuseport.js:18:18)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-crypto-keygen-promisify.js":[true,null,{}],"parallel/test-http-client-defaults.js":[true,null,{}],"module-hooks/test-async-loader-hooks-never-settling-resolve-cjs.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-https-server-close-idle.js":[true,null,{}],"parallel/test-http2-write-finishes-after-stream-destroy.js":[true,null,{}],"wasi/test-wasi-not-started.js":[true,null,{}],"parallel/test-http2-altsvc.js":[true,null,{}],"parallel/test-webcrypto-encrypt-decrypt-rsa.js":[true,null,{}],"internet/test-tls-autoselectfamily-servername.js":[true,null,{}],"parallel/test-repl-top-level-await.js":[false,{"code":1,"stderr":"Testing await Promise.resolve(0)\nMismatched noop function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-top-level-await.js:230:20)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-top-level-await.js:5:26\n\n"},{}],"parallel/test-repl-tab-complete-files.js":["IGNORE",null,{"ignoreReason":"error: Uncaught AssertionError: ifError got unwanted exception: ifError got unwa"}],"parallel/test-url-format-whatwg.js":[true,null,{"usesNodeTest":1}],"parallel/test-inspector-network-data-received.js":[true,null,{"usesNodeTest":1}],"parallel/test-diagnostics-channel-udp.js":[true,null,{}],"sequential/test-crypto-timing-safe-equal.js":[true,null,{}],"parallel/test-repl-unexpected-token-recoverable.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: The input did not match the regular expression /> \\| undefined\\n/. Input:\n\n'Deno 2.8.0+fbb5be3\\n' +\n  'exit using ctrl+d, ctrl+c, or close()\\n' +\n  'REPL is running with all permissions allowed.\\n' +\n  'To specify permissions, run `deno repl` with allow flags.\\n' +\n  'parse error: Invalid string escape at 1:17\\n' +\n  \"parse error: Expected ';', '}' or <eof> at 1:4\\n\"\n\n  assert.match(out, expectOut);\n         ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-unexpected-token-recoverable.js:29:10)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-http-request-methods.js":[true,null,{}],"parallel/test-tls-client-renegotiation-limit.js":[true,null,{}],"parallel/test-tls-psk-errors.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: no cipher match\n  const server = tls.createServer({\n                     ^\n    at validateCipherList (ext:deno_node/_tls_common.ts:44:19)\n    at new SecureContext (ext:deno_node/_tls_common.ts:333:9)\n    at createSecureContext (ext:deno_node/_tls_common.ts:455:12)\n    at Server.setSecureContext (ext:deno_node/_tls_wrap.js:1354:23)\n    at new Server (ext:deno_node/_tls_wrap.js:1305:8)\n    at Object.createServer (ext:deno_node/_tls_wrap.js:1611:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-psk-errors.js:13:22)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n"},{}],"parallel/test-inspector-ip-detection.js":[true,null,{}],"system-ca/test-set-default-ca-certificates-system-combinations.js":["IGNORE",null,{"ignoreReason":"Node.js system CA certificate handling is not implemented in Deno"}],"parallel/test-crypto-worker-thread.js":[true,null,{}],"parallel/test-http-eof-on-connect.js":[true,null,{}],"parallel/test-vm-codegen.js":[true,null,{}],"parallel/test-next-tick-when-exiting.js":[true,null,{}],"parallel/test-event-emitter-subclass.js":[true,null,{}],"parallel/test-heap-prof-dir-absolute.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(dir))\n\n  assert(fs.existsSync(dir));\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-dir-absolute.js:42:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-dir-absolute.js:5:26\n"},{}],"parallel/test-zlib.js":[true,null,{}],"parallel/test-vm-new-script-this-context.js":[true,null,{}],"parallel/test-http2-compat-serverrequest.js":[true,null,{}],"parallel/test-http-information-headers.js":[true,null,{}],"parallel/test-net-throttle.js":[true,null,{}],"parallel/test-async-hooks-stack-overflow.js":[true,null,{}],"parallel/test-repl-let-process.js":[true,null,{}],"parallel/test-webcrypto-sign-verify-ml-dsa.js":[true,null,{}],"parallel/test-fs-append-file-sync.js":[true,null,{}],"parallel/test-http2-client-destroy.js":[true,null,{}],"parallel/test-https-agent-constructor.js":[true,null,{}],"parallel/test-urlpattern-invalidthis.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: URLPattern is not a constructor\nconst pattern = new URLPattern();\n                ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-urlpattern-invalidthis.js:8:17)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-urlpattern-invalidthis.js:5:26\n"},{}],"parallel/test-repl-programmatic-history.js":[false,{"code":1,"stderr":"Mismatched before function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-programmatic-history.js:134:20)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-programmatic-history.js:5:26\nMismatched runTest function calls. Expected exactly 10, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-programmatic-history.js:183:28)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-programmatic-history.js:5:26\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-programmatic-history.js:249:28\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at REPLServer.setupHistory (node:repl:1242:7)\n    at runTest (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-programmatic-history.js:234:8)\n    at WriteStream.<anonymous> (file:///home/runner/work/deno ..."},{}],"parallel/test-vm-createcacheddata.js":[true,null,{}],"abort/test-signal-handler.js":["IGNORE",null,{"ignoreReason":"causeSegfault is not a function"}],"es-module/test-require-module-tla-print-execution.js":["IGNORE",null,{"ignoreReason":"Requires Node's --experimental-print-required-tla CLI flag, which Deno does not implement."}],"test-runner/test-output-test-runner-plan.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: input validation\\n' +\n    '    # Subtest: throws if options is not an object\\n' +\n+   '    not ok 1 - throws if options is not an object\\n' +\n-   '    ok 1 - throws if options is not an object\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 'test'\\n\" +\n    '      ...\\n' +\n    '    # Subtest: throws if options.wait is not a number or a boolean\\n' +\n+   '    not ok 2 - throws if options.wait is not a number or a boolean\\n' +\n-   '    ok 2 - throws if options.wait is not a number or a boolean\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 'test'\\n\" +\n    '      ...\\n' +\n    '    # Subtest: throws if count is not a number\\n' +\n+   '    not ok 3 - throws if count is not a number\\n' +\n-   '    ok 3 - throws if count is not a number\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 'test'\\n\" +\n    '      ...\\n' +\n    '    1..3\\n' +\n...\n    '# Subtest: test planning basic\\n' +\n+   'not ok 2 - test planning basic\\n' +\n-   'ok 2 - test planning basic\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'test'\\n\" +\n    '  ...\\n' +\n    '# Subtest: less assertions than planned\\n' +\n...\n    \"  type: 'test'\\n\" +\n-   \"  location: '<project-root>/test/fixtures/test-runner/output/test-runner-plan.js:40:1'\\n\" +\n-   \"  failureType: 'testCodeFailure'\\n\" +\n-   \"  error: 'plan expected 1 assertions but received 0'\\n\" +\n-   \"  code: 'ERR_TEST_FAILURE'\\n\" +\n    '  ...\\n' +\n    '# Subtest: more assertions than planned\\n' +\n    'not ok 4 - more assertions than planned\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'test'\\n\" +\n-   \"  location: '<project-root>/test/fixtures/test-runner/output/test-runner-plan.js:44:1'\\n\" +\n-   \"  failureType: 'testCodeFailure'\\n\" +\n-   \"  error: 'plan expected 1 assertions but received 2'\\n\" +\n-   \"  code: ' ..."},{}],"parallel/test-fs-mkdir-rmdir.js":[true,null,{}],"parallel/test-fs-watch-ref-unref.js":[true,null,{}],"parallel/test-fs-fchown-negative-one.js":[true,null,{}],"parallel/test-bash-completion.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expect\n\n '_deno() {\\n' +\n  '    local i cur prev opts cmd\\n' +\n  '    COMPREPLY=()\\n' +\n  '    if [[ \"${BASH_VERSINFO[0]}\" -ge 4 ]]; then\\n' +\n  '        cur=\"$2\"\\n' +\n  '    else\\n' +\n  '        cur=\"${COMP_WORDS[COMP_CWORD]}\"\\n' +\n  '    fi\\n' +\n  '    prev=\"$3\"\\n' +\n  '    cmd=\"\"\\n' +\n  '    opts=\"\"\\n' +\n  '\\n' +\n  '    for i in \"${COMP_WORDS[@]:0:COMP_CWORD}\"\\n' +\n  '    do\\n' +\n  '        case \"${cmd},${i}\" in\\n' +\n  '            \",$1\")\\n' +\n  '                cmd=\"deno\"\\n' +\n  '                ;;\\n' +\n  '            deno,add)\\n' +\n  '                cmd=\"deno__add\"\\n' +\n  '                ;;\\n' +\n  '            deno,approve-scripts)\\n' +\n  '                cmd=\"deno__approve__scripts\"\\n' +\n  '                ;;\\n' +\n  '            deno,audit)\\n' +\n  '                cmd=\"deno__audit\"\\n' +\n  '                ;;\\n' +\n  '            deno,bench)\\n' +\n  '                cmd=\"deno__bench\"\\n' +\n  '                ;;\\n' +\n  '            deno,bump-version)\\n' +\n  '                cmd=\"deno__bump__version\"\\n' +\n  '                ;;\\n' +\n  '            deno,bundle)\\n' +\n  '                cmd=\"deno__bundle\"\\n' +\n  '                ;;\\n' +\n  '            deno,cache)\\n' +\n  '                cmd=\"deno__cache\"\\n' +\n  '                ;;\\n' +\n  '            deno,check)\\n' +\n  '                cmd=\"deno__check\"\\n' +\n  '                ;;\\n' +\n  '            deno,ci)\\n' +\n  '                cmd=\"deno__ci\"\\n' +\n  '                ;;\\n' +\n  '            deno,clean)\\n' +\n  '                cmd=\"deno__clean\"\\n' +\n  '                ;;\\n' +\n  '            deno,compile)\\n' +\n  '                cmd=\"deno__compile\"\\n' +\n  '                ;;\\n' +\n  '            deno,completions)\\n' +\n  '                cmd=\"deno__completions\"\\n' +\n  '                ;;\\n' +\n  '            deno,coverage)\\n' +\n  '                cmd=\"deno__coverage\"\\n' +\n  '                ;;\\n' +\n  '            deno,create)\\n' +\n  '                cmd=\"deno__create\"\\n' +\n   ..."},{}],"test-runner/test-output-coverage-width-100-uncovered-lines.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: Coverage Print Fixed Width 100\\n' +\n    'ok 1 - Coverage Print Fixed Width 100\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n...\n    '# todo 0\\n' +\n+   '# duration_ms *\\n'\n-   '# duration_ms *\\n' +\n-   '# start of coverage report\\n' +\n-   '# --------------------------------------------------------------------------------------------------\\n' +\n-   '# file                                       | line % | branch % | funcs % | uncovered lines\\n' +\n-   '# --------------------------------------------------------------------------------------------------\\n' +\n-   '# test                                       |        |          |         |\\n' +\n-   '#  fixtures                                  |        |          |         |\\n' +\n-   '#   test-runner                              |        |          |         |\\n' +\n-   '#    coverage-snap                           |        |          |         |\\n' +\n-   '#     a.js                                   |  55.77 |   100.00 |    0.00 | 5-7 9-11 13-15 17-19 …\\n' +\n-   '#     b.js                                   |  45.45 |   100.00 |    0.00 | 5-7 9-11\\n' +\n-   '#     many-uncovered-lines.js                |  50.99 |    42.86 |    1.92 | 5-7 9-11 13-15 17-19 …\\n' +\n-   '#    output                                  |        |          |         |\\n' +\n-   '#     coverage-width-100-uncovered-lines.mjs | 100.00 |   100.00 |  100.00 |\\n' +\n-   '# --------------------------------------------------------------------------------------------------\\n' +\n-   '# all files                                  |  53.13 |    60.00 |    1.61 |\\n' +\n-   '# --------------------------------------------------------------------------------------------------\\n' +\n-   '# end of coverage report\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at as ..."},{}],"parallel/test-http-upgrade-advertise.js":[true,null,{}],"parallel/test-webcrypto-getRandomValues.js":[true,null,{}],"parallel/test-https-agent-getname.js":[true,null,{}],"parallel/test-http2-compat-serverresponse-settimeout.js":[true,null,{}],"sequential/test-cli-syntax-require.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-repl-eval-error-after-close.js":[true,null,{}],"module-hooks/test-module-hooks-load-esm.js":[true,null,{}],"parallel/test-child-process-stdio.js":[true,null,{}],"parallel/test-module-multi-extensions.js":[true,null,{}],"parallel/test-http-insecure-parser.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'HTTP/1.1 400 Bad Request'\n- 'HTTP/1.1 200 OK'\n            ^\n\n    assert.strictEqual(head, 'HTTP/1.1 200 OK');\n           ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-insecure-parser.js:33:12)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-stream-error-once.js":[true,null,{}],"parallel/test-http-methods.js":[true,null,{}],"parallel/test-worker-invalid-workerdata.js":[true,null,{}],"parallel/test-stdio-pipe-stderr.js":[true,null,{}],"module-hooks/test-async-loader-hooks-source-maps-cjs.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-als-defaultvalue.js":[true,null,{}],"parallel/test-repl-require.js":[false,{"code":1,"stderr":"\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/baz/index.js\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/baz/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/node_modules\n/home/runner/work/deno/deno/tests/node_compat/node_modules\n/home/runner/work/deno/deno/tests/node_modules\n/home/runner/work/deno/deno/node_modules\n/home/runner/work/deno/node_modules\n/home/runner/work/node_modules\n/home/runner/node_modules\n/home/node_modules\n/node_modules\n\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/bar.js\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/node_modules\n/home/runner/work/deno/deno/tests/node_compat/node_modules\n/home/runner/work/deno/deno/tests/node_modules\n/home/runner/work/deno/deno/node_modules\n/home/runner/work/deno/node_modules\n/home/runner/work/node_modules\n/home/runner/node_modules\n/home/node_modules\n/node_modules\n\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/baz/node_modules/asdf.js\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/baz/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/node_modules\n/home/runner/work/deno/deno/tests/node_ ..."},{}],"parallel/test-http2-onping.js":[true,null,{}],"pummel/test-string-decoder-large-buffer.js":[true,null,{}],"parallel/test-http2-connect-method.js":[true,null,{}],"parallel/test-timers-immediate-unref.js":[true,null,{}],"parallel/test-h2-large-header-cause-client-to-hangup.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-dgram-oob-buffer.js":[true,null,{}],"parallel/test-shadow-realm-gc.js":["IGNORE",null,{"ignoreReason":"Deno does not expose `ShadowRealm` globally; the spec is still TC39 Stage 2.7"}],"parallel/test-child-process-fork-args.js":[true,null,{}],"parallel/test-https-agent-session-eviction.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: Client network socket disconnected before secure TLS connection was established\n    at connResetException (ext:deno_node/internal/errors.ts:2225:16)\n    at TLSSocket.onConnectEnd (ext:deno_node/_tls_wrap.js:1415:19)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-process-domain-segfault.js":[true,null,{}],"sequential/test-debugger-pid.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-zlib-close-in-ondata.js":[true,null,{}],"parallel/test-crypto-stream.js":[true,null,{}],"parallel/test-http-writable-true-after-close.js":[true,null,{}],"parallel/test-fs-symlink-buffer-path.js":[true,null,{}],"sea/test-build-sea-custom-argv0.js":[true,null,{}],"parallel/test-http-conn-reset.js":[true,null,{}],"test-runner/test-run-watch-cwd-isolation-process.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-eslint-prefer-optional-chaining.js":[true,null,{}],"parallel/test-http-client-timeout-event.js":[true,null,{}],"parallel/test-sqlite-statement-sync.js":[true,null,{"usesNodeTest":1}],"es-module/test-require-module-tla-retry-import-2.js":[true,null,{}],"parallel/test-pipe-return-val.js":[true,null,{}],"parallel/test-stream-pipeline-async-iterator.js":[true,null,{}],"es-module/test-require-module-conditional-exports.js":[true,null,{}],"parallel/test-async-hooks-enable-before-promise-resolve.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected \"actual\" to be strictly unequal to: 0\n  assert.notStrictEqual(id, initialAsyncId);\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-enable-before-promise-resolve.js:23:10\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n"},{}],"parallel/test-trace-events-vm.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(file))\n\n    assert(fs.existsSync(file));\n    ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-vm.js:31:5)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-buffer-constructor-node-modules.js":[true,null,{}],"parallel/test-cluster-shared-handle-bind-privileged-port.js":[true,null,{}],"parallel/test-http-url.parse-post.js":[true,null,{}],"module-hooks/test-async-loader-hooks-initialize-invoke.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-async-hooks-http-agent-destroy.js":[true,null,{}],"parallel/test-fs-truncate-clear-file-zero.js":[true,null,{}],"parallel/test-timers-not-emit-duration-zero.js":[true,null,{}],"parallel/test-fs-cp-sync-parent-symlink-dest-points-to-src-error.mjs":[true,null,{}],"parallel/test-heap-prof-exec-argv.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(profiles.length, 1);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-exec-argv.js:37:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-exec-argv.js:5:26\n"},{}],"parallel/test-internal-module-require.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-diagnostic-channel-http-response-created.js":[true,null,{}],"parallel/test-stream-pipe-await-drain-manual-resume.js":[true,null,{}],"parallel/test-stream-pipeline-uncaught.js":[true,null,{}],"test-runner/test-run-watch-repeatedly.mjs":[false,{"code":1,"stderr":"\nerror: Top-level await promise never resolved\nawait testRunnerWatch({ file: 'test.js', fileToUpdate: 'test.js', useRunApi: true });\n^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-run-watch-repeatedly.mjs:8:1)\n"},{}],"parallel/test-tls-secure-session.js":[true,null,{}],"parallel/test-fs-read.js":[true,null,{}],"es-module/test-require-module-tla-unresolved.js":[true,null,{}],"parallel/test-domain-no-error-handler-abort-on-uncaught-6.js":["IGNORE",null,{"ignoreReason":"Requires Node.js's --abort-on-uncaught-exception V8 flag (via common.childShouldThrowAndAbort), which Deno does not support"}],"parallel/test-fs-watch-recursive-promise.js":[true,null,{}],"parallel/test-process-getgroups.js":[true,null,{}],"parallel/test-http-head-response-has-no-body-end-implicit-headers.js":[true,null,{}],"parallel/test-fs-buffer.js":[true,null,{}],"parallel/test-https-client-override-global-agent.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: The expression evaluated to a falsy value:\n\n  assert(name in agent.sockets)\n\n  assert(name in agent.sockets); // Agent has indeed been used\n  ^\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-client-override-global-agent.js:28:3)\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:538:14)\n    at Server.emit (ext:deno_node/_events.mjs:427:22)\n    at _emitListeningNT (ext:deno_node/net.ts:1541:14)\n    at Object.processTicksAndRejections (ext:core/01_core.js:373:17)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-client-override-global-agent.js:5:26\n"},{}],"client-proxy/test-use-env-proxy-cli-https.mjs":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-http2-update-settings.js":[true,null,{}],"parallel/test-fs-cp-async-identical-src-dest.mjs":[true,null,{}],"parallel/test-domain-nested-throw.js":[true,null,{}],"parallel/test-cluster-primary-kill.js":[true,null,{}],"parallel/test-diagnostics-channel-http2-client-stream-body-single-string.js":[true,null,{}],"parallel/test-trace-events-category-used.js":[false,{"code":1,"stderr":"\n(node:12351) internal/test/binding: These APIs are for internal testing only. Do not use them.\n(node:12352) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) TypeError: isTraceCategoryEnabled is not a function\n    at [eval]:5:5\n    at Script.#runInContext (ext:deno_node/vm.js:139:12)\n    at Script.runInThisContext (ext:deno_node/vm.js:149:30)\n    at Object.runInThisContext (ext:deno_node/vm.js:348:38)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.502/$deno$eval.mts:6:36\nerror: Uncaught (in promise) TypeError: isTraceCategoryEnabled is not a function\n    at [eval]:5:5\n    at Script.#runInContext (ext:deno_node/vm.js:139:12)\n    at Script.runInThisContext (ext:deno_node/vm.js:149:30)\n    at Object.runInThisContext (ext:deno_node/vm.js:348:38)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.502/$deno$eval.mts:6:36\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n'' !== 'true\\n'\n\n  assert.strictEqual(procEnabledOutput, 'true\\n');\n         ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-category-used.js:32:10)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"test-runner/test-output-assertion-color-tty.mjs":[true,null,{}],"sequential/test-vm-timeout-rethrow.js":[true,null,{}],"parallel/test-http-agent-maxsockets.js":[true,null,{}],"parallel/test-async-local-storage-deep-stack.js":[true,null,{}],"parallel/test-http2-server-push-stream-errors-args.js":[true,null,{}],"parallel/test-child-process-env.js":[true,null,{}],"parallel/test-stream-transform-objectmode-falsey-value.js":[true,null,{}],"parallel/test-http2-client-request-listeners-warning.js":[true,null,{}],"pummel/test-fs-readfile-tostring-fail.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: Cannot create a string longer than 0x1fffffe8 characters\n    at decodeUtf8 (ext:deno_node/internal/buffer.mjs:712:10)\n    at Buffer.toString (ext:deno_node/internal/buffer.mjs:752:12)\n    at readFileMaybeDecode (ext:deno_node/fs.ts:272:33)\n    at ext:deno_node/fs.ts:383:30\n"},{}],"es-module/test-esm-wasm-source-phase-not-defined-static.mjs":[false,{"code":1,"stderr":"\n[process 8166]: --- stderr ---\nerror: Importing JavaScript modules at source phase is unsupported.\n  Specifier: file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/wasm-source-phase.js\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/test-wasm-source-phase-not-defined-static.mjs:2:29\n\n[process 8166]: --- stdout ---\n\n[process 8166]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - stderr did not match expectation, checker throws:\nAssertionError [ERR_ASSERTION]: The input did not match the regular expression /Source phase import object is not defined for module/. Input:\n\n'error: Importing JavaScript modules at source phase is unsupported.\\n' +\n  '  Specifier: file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/wasm-source-phase.js\\n' +\n  '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/test-wasm-source-phase-not-defined-static.mjs:2:29\\n'\n\n    at stderr (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-source-phase-not-defined-static.mjs:15:14)\n    at checkOutput (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:52:7)\n    at expectSyncExit (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:122:32)\n    at spawnSyncAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:155:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-source-phase-not-defined-static.mjs:9:1 {\n  generatedMessage: true,\n  code: 'ERR_ASSERTION',\n  actual: 'error: Importing JavaScript modules at source phase is unsupported.\\n' +\n    '  Specifier: file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/wasm-source-phase.js\\n' +\n    '    at f ..."},{}],"parallel/test-child-process-spawnsync-env.js":[true,null,{}],"es-module/test-esm-wasm-source-phase-static.mjs":[true,null,{}],"parallel/test-warn-sigprof.js":["IGNORE",null,{"ignoreReason":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0."}],"parallel/test-stream-readable-hwm-0-async.js":[true,null,{}],"parallel/test-crypto-keygen-dh-classic.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-short-circuit-required-start.js":[true,null,{}],"parallel/test-child-process-exec-encoding.js":[true,null,{}],"test-runner/test-watch-create-isolation-process.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-domain-multi.js":[true,null,{}],"parallel/test-vm-set-proto-null-on-globalthis.js":[true,null,{}],"es-module/test-esm-live-binding.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught SyntaxError: The requested module 'module' does not provide an export named 'syncBuiltinESMExports'\nimport { syncBuiltinESMExports } from 'module';\n         ^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-live-binding.mjs:3:10)\n"},{}],"test-runner/test-output-only-tests.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n+   '# Subtest: only = undefined\\n' +\n+   'not ok 1 - only = undefined\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n+   '# Subtest: only = undefined, skip = string\\n' +\n+   'ok 2 - only = undefined, skip = string # SKIP skip message\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n+   '# Subtest: only = undefined, skip = true\\n' +\n+   'ok 3 - only = undefined, skip = true # SKIP\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n+   '# Subtest: only = undefined, skip = false\\n' +\n+   'not ok 4 - only = undefined, skip = false\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n+   '# Subtest: only = false\\n' +\n+   'not ok 5 - only = false\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n+   '# Subtest: only = false, skip = string\\n' +\n+   'ok 6 - only = false, skip = string # SKIP skip message\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n+   '# Subtest: only = false, skip = true\\n' +\n+   'ok 7 - only = false, skip = true # SKIP\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n+   '# Subtest: only = false, skip = false\\n' +\n+   'not ok 8 - only = false, skip = false\\n' +\n+   '  ---\\n' +\n+   '  duration_ms: *\\n' +\n+   \"  type: 'test'\\n\" +\n+   '  ...\\n' +\n    '# Subtest: only = true, skip = string\\n' +\n+   'ok 9 - only = true, skip = string # SKIP skip message\\n' +\n-   'ok 1 - only = true, skip = string # SKIP skip message\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'test'\\n\" +\n    '  ...\\n' +\n+   \"# 'only' and 'runOnly' require the --test-only command-line option.\\n\" +\n    '# Subtest: only = true, skip = true\\n' +\n+   'ok 10 - onl ..."},{}],"parallel/test-https-localaddress.js":[true,null,{}],"es-module/test-esm-loader-modulemap.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/modules/esm/loader'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-modulemap.js\nconst { createModuleLoader } = require('internal/modules/esm/loader');\n                               ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-modulemap.js:7:32)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-url-revokeobjecturl.js":[true,null,{}],"parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: process should have aborted, but did not\n    assert(common.nodeProcessAborted(err.code, err.signal),\n    ^\n    at onTestDone (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler.js:79:5)\n    at onTestDone (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.exithandler (ext:deno_node/child_process.ts:393:7)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"parallel/test-http-get-pipeline-problem.js":[true,null,{}],"parallel/test-fs-existssync-memleak-longpath.js":[false,{"code":1,"stderr":"\n(node:10439) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: ifError got unwanted exception: Cannot destructure property 'name' of 'ctor' as it is undefined.\n      assert.ifError(err, 'Memory leak detected: FSReqCallback objects were not collected');\n             ^\n    at runTest (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-existssync-memleak-longpath.js:40:14)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-existssync-memleak-longpath.js:5:26\n"},{}],"parallel/test-process-features.js":[true,null,{}],"module-hooks/test-async-loader-hooks-throw-bigint.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-worker-heap-profile.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: worker.startHeapProfile is not a function\n    const handle = await worker.startHeapProfile();\n                                ^\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-heap-profile.js:13:33)\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at NodeWorker.emit (ext:deno_node/_events.mjs:415:20)\n    at NodeWorker.#dispatchWorkerThreadMessage (ext:deno_node/worker_threads.ts:485:14)\n    at NodeWorker.#pollMessages (ext:deno_node/worker_threads.ts:505:47)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-heap-profile.js:5:26\n"},{}],"parallel/test-tls-econnreset.js":[true,null,{}],"parallel/test-tls-connect-abort-controller.js":[true,null,{}],"parallel/test-http-server-response-standalone.js":[true,null,{}],"parallel/test-stream-event-names.js":[true,null,{}],"parallel/test-fs-promises-writefile-with-fd.js":[true,null,{}],"parallel/test-process-env-tz.js":[true,null,{}],"test-runner/test-watch-rename-isolation-none.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-dgram-recv-error.js":[true,null,{}],"parallel/test-dns-set-default-order.js":[true,null,{}],"parallel/test-compile-cache-success.js":[true,null,{}],"parallel/test-fs-error-messages.js":[false,{"code":1,"stderr":"\n(node:20973) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.1269/existingFile.js'\n- undefined\n\n    assert.strictEqual(existingFile, err.path);\n           ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-error-messages.js:242:12)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at expectedException (ext:deno_node/assert.ts:199:19)\n    at expectsError (ext:deno_node/assert.ts:312:5)\n    at assert.throws (ext:deno_node/assert.ts:359:5)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-error-messages.js:256:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n"},{}],"parallel/test-whatwg-url-custom-searchparams.js":[true,null,{}],"parallel/test-worker-message-port-message-before-close.js":[true,null,{}],"test-runner/test-output-coverage-width-100.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: Coverage Print Fixed Width 100\\n' +\n    'ok 1 - Coverage Print Fixed Width 100\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n...\n    '# todo 0\\n' +\n+   '# duration_ms *\\n'\n-   '# duration_ms *\\n' +\n-   '# start of coverage report\\n' +\n-   '# --------------------------------------------------------------------------------------------------\\n' +\n-   '# file                       | line % | branch % | funcs % | uncovered lines\\n' +\n-   '# --------------------------------------------------------------------------------------------------\\n' +\n-   '# test                       |        |          |         |\\n' +\n-   '#  fixtures                  |        |          |         |\\n' +\n-   '#   test-runner              |        |          |         |\\n' +\n-   '#    coverage-snap           |        |          |         |\\n' +\n-   '#     a.js                   |  55.77 |   100.00 |    0.00 | 5-7 9-11 13-15 17-19 29-30 40-42 45-4…\\n' +\n-   '#     b.js                   |  45.45 |   100.00 |    0.00 | 5-7 9-11\\n' +\n-   '#    output                  |        |          |         |\\n' +\n-   '#     coverage-width-100.mjs | 100.00 |   100.00 |  100.00 |\\n' +\n-   '# --------------------------------------------------------------------------------------------------\\n' +\n-   '# all files                  |  61.84 |   100.00 |    0.00 |\\n' +\n-   '# --------------------------------------------------------------------------------------------------\\n' +\n-   '# end of coverage report\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at ..."},{}],"parallel/test-stream2-pipe-error-handling.js":[true,null,{}],"parallel/test-http2-compat-method-connect.js":[true,null,{}],"parallel/test-buffer-indexof.js":[true,null,{}],"parallel/test-force-repl.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'Deno 2.8.0+fbb5be3\\n' +\n+   'exit using ctrl+d, ctrl+c, or close()\\n' +\n+   'REPL is running with all permissions allowed.\\n' +\n+   'To specify permissions, run `deno repl` with allow flags.\\n'\n- 'Welcome to Node.js v24.2.0.\\nType \".help\" for more information.\\n> '\n\n  assert.strictEqual(out, `Welcome to Node.js ${process.version}.\\n` +\n         ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-force-repl.js:18:10)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"wasi/test-wasi-cant_dotdot.js":[true,null,{}],"parallel/test-process-env-allowed-flags.js":[true,null,{}],"parallel/test-url-parse-query.js":[true,null,{}],"es-module/test-esm-preserve-symlinks-not-found.mjs":[false,{"code":1,"stderr":"\nerror: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/not-found.mjs\".\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-preserve-symlinks-not-found.mjs:3:8\n"},{}],"parallel/test-stream-duplex.js":[true,null,{}],"parallel/test-tls-close-event-after-write.js":[true,null,{}],"parallel/test-http2-client-write-before-connect.js":[true,null,{}],"parallel/test-fs-realpath-on-substed-drive.js":[true,null,{}],"parallel/test-zlib-zero-windowBits.js":[true,null,{"usesNodeTest":1}],"pummel/test-keep-alive.js":[true,null,{}],"parallel/test-net-socket-ready-without-cb.js":[true,null,{}],"parallel/test-arm-math-illegal-instruction.js":[true,null,{"usesNodeTest":1}],"parallel/test-fs-whatwg-url.js":[true,null,{}],"parallel/test-internal-module-wrap.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-cli-options-as-flags.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-pipe-abstract-socket.js":[true,null,{}],"parallel/test-runner-assert.js":[false,{"code":1,"stderr":"running 2 tests from ./test/parallel/test-runner-assert.js\nexpected methods are on t.assert ... FAILED (1ms)\nt.assert.ok correctly parses the stacktrace ... ok (9ms)\n\n ERRORS \n\nexpected methods are on t.assert => ./test/parallel/test-runner-assert.js:6:1\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n... Skipped lines\n\n  [\n-   'CallTracker',\n    'deepEqual',\n    'deepStrictEqual',\n    'doesNotMatch',\n    'doesNotReject',\n    'doesNotThrow',\n    'equal',\n    'fail',\n-   'fileSnapshot',\n    'ifError',\n    'match',\n    'notDeepEqual',\n    'notDeepStrictEqual',\n    'notEqual',\n...\n    'rejects',\n-   'snapshot',\n    'strictEqual',\n    'throws'\n  ]\n\n  assert.deepStrictEqual(Object.keys(t.assert).sort(), expectedKeys);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-assert.js:15:10)\n\n FAILURES \n\nexpected methods are on t.assert => ./test/parallel/test-runner-assert.js:6:1\n\nFAILED | 1 passed | 1 failed (14ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-eslint-prefer-primordials.js":[true,null,{}],"parallel/test-webcrypto-sign-verify-rsa.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'Error'\n- 'OperationError'\n\n      assert.strictEqual(err.name, 'OperationError');\n             ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify-rsa.js:211:14)\n    at expectedException (ext:deno_node/assert.ts:199:19)\n    at expectsError (ext:deno_node/assert.ts:312:5)\n    at assert.rejects (ext:deno_node/assert.ts:571:5)\n    at async testSaltLength (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify-rsa.js:209:3)\n    at async Promise.all (index 24)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify-rsa.js:254:3\n"},{}],"parallel/test-inspector-network-data-sent.js":[true,null,{"usesNodeTest":1}],"parallel/test-runner-reporters.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-runner-reporters.js\nnode:test reporters ...\n  should default to outputing TAP to stdout ... FAILED (85ms)\n  should default destination to stdout when passing a single reporter ... FAILED (92ms)\n  should throw when passing reporters without a destination ... FAILED (90ms)\n  should throw when passing a destination without a reporter ... FAILED (92ms)\n  should support stdout as a destination ... FAILED (92ms)\n  should support stderr as a destination ... FAILED (93ms)\n  should support a file as a destination ... FAILED (98ms)\n  should disallow using v8-serializer as reporter ... FAILED (106ms)\n  should support multiple reporters ... FAILED (86ms)\n  should support a 'js' file as a custom reporter ... FAILED (92ms)\n  should support a 'cjs' file as a custom reporter ... FAILED (100ms)\n  should support a 'mjs' file as a custom reporter ... FAILED (87ms)\n  should support a custom reporter from node_modules ... FAILED (99ms)\n  should support a custom ESM reporter from node_modules ... FAILED (94ms)\n  should throw when reporter setup throws asynchronously ... FAILED (94ms)\n  should throw when reporter errors ... FAILED (102ms)\n  should throw when reporter errors asynchronously ... FAILED (106ms)\n  should support stdout as a destination with spec reporter ... FAILED (99ms)\n  should correctly report pass/fail for junit reporter using reporters.js ... FAILED (94ms)\nnode:test reporters ... FAILED (due to 19 failed steps) (1s)\n\n ERRORS \n\nnode:test reporters ... should default to outputing TAP to stdout => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'error: Test failed\\n'\n- ''\n\n    assert.strictEqual(child.stderr.toString(), '');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-reporters.js:18:12)\n\nnode:test reporters ... should default destination to stdout when passing a single  ..."},{"usesNodeTest":1}],"sea/test-single-executable-application-assets-nonexistent-file.js":[false,{"code":1,"stderr":"\n[process 23239]: --- stderr ---\n\n[process 23239]: --- stdout ---\nDeno 2.8.0+fbb5be3\nexit using ctrl+d, ctrl+c, or close()\nREPL is running with all permissions allowed.\nTo specify permissions, run `deno repl` with allow flags.\n\n[process 23239]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 0, expected 1\nspawnSyncAndExit(\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sea/test-single-executable-application-assets-nonexistent-file.js:25:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sea/test-single-executable-application-assets-nonexistent-file.js:5:26\n"},{}],"es-module/test-import-require-tla-twice.js":[false,{"code":1,"stderr":"\n[process 6794]: --- stderr ---\nerror: Loading unprepared module: file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/import-require-tla-twice/require-tla.js\n\n[process 6794]: --- stdout ---\n\n[process 6794]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 1, expected 0\nspawnSyncAndAssert(\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-import-require-tla-twice.js:10:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-import-require-tla-twice.js:5:26\n"},{}],"parallel/test-http-outgoing-message-capture-rejection.js":[true,null,{}],"pseudo-tty/test-readable-tty-keepalive.js":[true,null,{}],"parallel/test-stream-pipeline-duplex.js":[true,null,{}],"parallel/test-http-agent-keepalive.js":[true,null,{}],"parallel/test-inspector-async-hook-after-done.js":[false,{"code":1,"stderr":"Worker is done\n\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n\nfalse !== true\n\n        assert.strictEqual(done, true);\n               ^\n    at Timeout.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-async-hook-after-done.js:64:16)\n    at Timeout._onTimeout (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at invokeCallback (ext:deno_node/internal/timers.mjs:176:13)\n    at Object.cb [as _onTimeout] (ext:deno_node/internal/timers.mjs:214:16)\n    at listOnTimeout (ext:core/02_timers.js:307:17)\n    at Object.processTimers (ext:core/02_timers.js:250:7)\n    at __eventLoopTick (ext:core/01_core.js:464:33)\n"},{}],"parallel/test-stream-write-drain.js":[true,null,{}],"parallel/test-stream-pipe-needDrain.js":[true,null,{}],"parallel/test-fs-ready-event-stream.js":[true,null,{}],"parallel/test-url-format.js":[true,null,{"usesNodeTest":1}],"parallel/test-repl-inspect-defaults.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [\n+   'REPL is running with all permissions allowed.',\n+   'To specify permissions, run `deno repl` with allow flags.',\n    '[ 42, 23 ]',\n+   'Uncaught ReferenceError: util is not defined',\n+   '    at <anonymous>:1:22',\n+   '[ 42, 23 ]',\n-   '1',\n-   '[ 42, ... 1 more item ]',\n    ''\n  ]\n\n  assert.deepStrictEqual(\n         ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-inspect-defaults.js:15:10)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-fs-cp-sync-resolve-relative-symlinks-false.mjs":[true,null,{}],"parallel/test-cwd-enoent-preload.js":["IGNORE",null,{"ignoreReason":"Expected values to be strictly equal"}],"parallel/test-http-agent-remove.js":[true,null,{}],"parallel/test-https-insecure-parse-per-stream.js":[true,null,{}],"parallel/test-worker-exit-code.js":[true,null,{}],"test-runner/test-output-coverage-width-40.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: Coverage Print Fixed Width 40\\n' +\n    'ok 1 - Coverage Print Fixed Width 40\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n...\n    '# todo 0\\n' +\n+   '# duration_ms *\\n'\n-   '# duration_ms *\\n' +\n-   '# start of coverage report\\n' +\n-   '# --------------------------------------\\n' +\n-   '# file                | line % | branch % | funcs % | …\\n' +\n-   '# --------------------------------------\\n' +\n-   '# test                |        |          |         |\\n' +\n-   '#  fixtures           |        |          |         |\\n' +\n-   '#   test-runner       |        |          |         |\\n' +\n-   '#    coverage-snap    |        |          |         |\\n' +\n-   '#     …g-long-sub-dir |        |          |         |\\n' +\n-   '#      c.js           |  55.77 |   100.00 |    0.00 | …\\n' +\n-   '#     a.js            |  55.77 |   100.00 |    0.00 | …\\n' +\n-   '#     b.js            |  45.45 |   100.00 |    0.00 | …\\n' +\n-   '#    output           |        |          |         |\\n' +\n-   '#     …e-width-40.mjs | 100.00 |   100.00 |  100.00 |\\n' +\n-   '# --------------------------------------\\n' +\n-   '# all files           |  60.00 |   100.00 |    0.00 |\\n' +\n-   '# --------------------------------------\\n' +\n-   '# end of coverage report\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-coverage-width-40.mjs:12:1\n"},{}],"parallel/test-http2-respond-file-error-pipe-offset.js":[true,null,{}],"parallel/test-child-process-fork-advanced-header-serialization.js":[true,null,{}],"es-module/test-require-module-defined-esmodule.js":[true,null,{}],"parallel/test-worker-message-port-infinite-message-loop.js":[true,null,{}],"parallel/test-worker-syntax-error-file.js":[true,null,{}],"parallel/test-console-formatTime.js":[true,null,{}],"parallel/test-http2-removed-header-stays-removed.js":[true,null,{}],"parallel/test-inspector-emit-protocol-event.js":[true,null,{}],"parallel/test-http2-exceeds-server-trailer-size.js":[true,null,{}],"parallel/test-dgram-membership.js":[true,null,{}],"parallel/test-whatwg-events-add-event-listener-options-passive.js":[true,null,{}],"parallel/test-stream2-read-correct-num-bytes-in-utf8.js":[true,null,{}],"es-module/test-esm-loader-entry-url.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-loader-entry-url.mjs\n--entry-url ...\n  should reject loading a path that contains % ... FAILED (36ms)\n  should support loading properly encoded Unix path ... FAILED (31ms)\n  should support loading absolute URLs ... FAILED (34ms)\n  should support loading relative URLs ... FAILED (31ms)\n  should support loading `data:` URLs ... FAILED (31ms)\n  should support loading TypeScript URLs ... ignored (0ms)\n--entry-url ... FAILED (due to 5 failed steps) (165ms)\n\n ERRORS \n\n--entry-url ... should reject loading a path that contains % => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: The input did not match the regular expression /ERR_MODULE_NOT_FOUND/. Input:\n\n''\n\n    assert.match(stderr, expected.stderr);\n           ^\n    at assertSpawnedProcess (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-entry-url.mjs:12:12)\n    at async NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-entry-url.mjs:30:5)\n\n--entry-url ... should support loading properly encoded Unix path => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input did not match the regular expression /--entry-url is an experimental feature/. Input:\n\n'error: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/test-esm-double-encoding-native%252520.mjs\".\\n'\n\n    assert.match(stderr, expected.stderr);\n           ^\n    at assertSpawnedProcess (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-entry-url.mjs:12:12)\n    at async NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-entry-url.mjs:41:5)\n\n--entry-url ... should support loading absolute URLs => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input did not match the regular expression /--entry-ur ..."},{"usesNodeTest":1}],"parallel/test-tls-startcom-wosign-whitelist.js":[true,null,{}],"parallel/test-tls-set-default-ca-certificates-reset-https-request.js":[true,null,{}],"parallel/test-fs-write-stream-flush.js":[false,{"code":1,"stderr":"running 4 tests from ./test/parallel/test-fs-write-stream-flush.js\nvalidation ... FAILED (1ms)\nperforms flush ... FAILED (2ms)\ndoes not perform flush ... ok (8ms)\nworks with file handles ... ok (2ms)\n\n ERRORS \n\nvalidation => ./test/parallel/test-fs-write-stream-flush.js:17:1\nerror: AssertionError: Missing expected exception.\n    assert.throws(() => {\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-write-stream-flush.js:19:12)\n\nperforms flush => ./test/parallel/test-fs-write-stream-flush.js:25:1\nerror: AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n      assert.strictEqual(calls.length, 1);\n             ^\n    at WriteStream.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-write-stream-flush.js:33:14)\n    at WriteStream.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:458:17)\n    at WriteStream.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n\n FAILURES \n\nvalidation => ./test/parallel/test-fs-write-stream-flush.js:17:1\nperforms flush => ./test/parallel/test-fs-write-stream-flush.js:25:1\n\nFAILED | 2 passed | 2 failed (17ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"pseudo-tty/test-trace-sigint-on-idle.js":[true,null,{}],"parallel/test-fs-watch-ignore-mixed.js":[true,null,{}],"parallel/test-timers-unenroll-unref-interval.js":[true,null,{}],"parallel/test-tls-session-cache.js":[true,null,{}],"parallel/test-stdin-script-child-option.js":[true,null,{}],"parallel/test-fs-readfile-zero-byte-liar.js":[true,null,{}],"parallel/test-eslint-documented-deprecation-codes.js":[true,null,{}],"parallel/test-tls-passphrase.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\nassert.throws(function() {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-passphrase.js:229:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-passphrase.js:5:26\n"},{}],"parallel/test-disable-proto-delete.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ null\n- undefined\n\nassert.strictEqual(Object.prototype.__proto__, undefined);\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-disable-proto-delete.js:11:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-disable-proto-delete.js:5:26\n"},{}],"parallel/test-instanceof.js":[true,null,{}],"parallel/test-tls-error-servername.js":[true,null,{}],"parallel/test-http-server-method.query.js":[true,null,{}],"parallel/test-async-hooks-constructor.js":[true,null,{}],"parallel/test-stream-transform-split-highwatermark.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-require-resolve-fallthrough.js":[true,null,{}],"parallel/test-util-types.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal C++ binding (internalBinding('js_stream').JSStream) which is not implemented in Deno"}],"es-module/test-require-module-transpiled.js":[true,null,{}],"internet/test-dgram-membership.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: addMembership EBADF\n  socket.addMembership(multicastAddress);\n         ^\n    at Socket.addMembership (ext:deno_node/dgram.ts:134:15)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dgram-membership.js:13:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dgram-membership.js:5:26\n"},{}],"parallel/test-dns-perf_hooks.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n\n0 !== 4\n\n  assert.strictEqual(entries.length, count);\n         ^\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dns-perf_hooks.js:32:10)\n    at process.emit (ext:deno_node/_events.mjs:427:22)\n    at process.emit (node:process:492:38)\n    at dispatchProcessExitEvent (node:process:1032:13)\n"},{}],"parallel/test-stream-writable-finished-state.js":[true,null,{}],"parallel/test-socket-address.js":[true,null,{}],"parallel/test-http2-respond-errors.js":[true,null,{}],"parallel/test-eslint-non-ascii-character.js":[true,null,{}],"parallel/test-repl-end-emits-exit.js":[true,null,{}],"parallel/test-child-process-silent.js":[true,null,{}],"parallel/test-permission-processbinding.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-node-output-console.mjs":["IGNORE",null,{"ignoreReason":"Snapshot output tests depend on exact Node.js CLI output formatting and process.config.variables"}],"parallel/test-h2leak-destroy-session-on-socket-ended.js":[false,{"code":1,"stderr":"secureConnection\nstream...\nfalse\nDraining setImmediate after writing\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-h2leak-destroy-session-on-socket-ended.js:12:50)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-h2leak-destroy-session-on-socket-ended.js:5:26\n\n"},{}],"parallel/test-child-process-disconnect.js":[true,null,{}],"parallel/test-http-server-close-all.js":[true,null,{}],"parallel/test-http-header-owstext.js":[true,null,{}],"es-module/test-loaders-workers-spawned.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-loaders-workers-spawned.mjs\nWorker threads do not spawn infinitely ...\n  should not trigger an infinite loop when using a loader exports no recognized hooks ... ok (156ms)\n  should support a CommonJS entry point and a loader that imports a CommonJS module ... ok (135ms)\n  should support --require and --import along with using a loader written in CJS and CJS entry point ... FAILED (154ms)\n  should support --require and --import along with using a loader written in ESM and ESM entry point ... FAILED (153ms)\nWorker threads do not spawn infinitely ... FAILED (due to 2 failed steps) (598ms)\n\n ERRORS \n\nWorker threads do not spawn infinitely ... should support --require and --import along with using a loader written in CJS and CJS entry point => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input did not match the regular expression /^A\\r?\\n(A\\r?\\nB\\r?\\nC|A\\r?\\nC\\r?\\nB|C\\r?\\nA\\r?\\nB)\\r?\\nD\\r?\\n$/. Input:\n\n'D\\n'\n\n    assert.match(stdout, /^A\\r?\\n(A\\r?\\nB\\r?\\nC|A\\r?\\nC\\r?\\nB|C\\r?\\nA\\r?\\nB)\\r?\\nD\\r?\\n$/);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-loaders-workers-spawned.mjs:58:12)\n\nWorker threads do not spawn infinitely ... should support --require and --import along with using a loader written in ESM and ESM entry point => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input did not match the regular expression /^A\\r?\\n(A\\r?\\nB\\r?\\nC|A\\r?\\nC\\r?\\nB|C\\r?\\nA\\r?\\nB)\\r?\\nD\\r?\\n$/. Input:\n\n'D\\n'\n\n    assert.match(stdout, /^A\\r?\\n(A\\r?\\nB\\r?\\nC|A\\r?\\nC\\r?\\nB|C\\r?\\nA\\r?\\nB)\\r?\\nD\\r?\\n$/);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-loaders-workers-spawned.mjs:79:12)\n\n FAILURES \n\nWorker threads do not spawn infinitely ... should support --require and --import along with using a loader written in CJS and CJS entry point => ext:deno_node ..."},{"usesNodeTest":1}],"es-module/test-esm-wasm-vm-source-phase-static.mjs":[false,{"code":1,"stderr":"\n[process 6930]: --- stderr ---\n\n[process 6930]: --- stdout ---\n\n[process 6930]: status = null, signal = SIGSEGV\nerror: Uncaught (in promise) Error: - process terminated with status null, expected 1\n- process terminated with signal SIGSEGV, expected null\nspawnSyncAndAssert(\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-vm-source-phase-static.mjs:6:1\n"},{}],"parallel/test-fs-mkdir.js":[true,null,{}],"parallel/test-crypto-keygen-async-dsa-key-object.js":[true,null,{}],"parallel/test-buffer-write-fast.js":[true,null,{}],"parallel/test-process-getactiveresources-track-timer-lifetime.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(process.getActiveResourcesInfo().filter(\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-getactiveresources-track-timer-lifetime.js:39:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-getactiveresources-track-timer-lifetime.js:5:26\n"},{}],"parallel/test-eventsource-disabled.js":["IGNORE",null,{"ignoreReason":"EventSource global is always available in Deno (Web API)"}],"parallel/test-repl-uncaught-exception-async.js":[true,null,{}],"parallel/test-http-client-with-create-connection.js":[true,null,{}],"parallel/test-stdin-pipe-large.js":[true,null,{}],"parallel/test-diagnostics-channel-http2-server-stream-start.js":[true,null,{}],"parallel/test-child-process-exit-code.js":[true,null,{}],"parallel/test-tls-get-ca-certificates-extra-empty.js":[true,null,{}],"parallel/test-http-hex-write.js":[true,null,{}],"parallel/test-http-outgoing-finish.js":[true,null,{}],"parallel/test-http-dummy-characters-smuggling.js":[true,null,{}],"parallel/test-pending-deprecation.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: NODE_PENDING_DEPRECATION did not affect getOptionValue('--pending-deprecation')\n\n1 !== 0\n\n      assert.strictEqual(code, 0, message('NODE_PENDING_DEPRECATION'));\n             ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-pending-deprecation.js:62:14)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-release-npm.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: npm is not ready for this release and is going to print warnings to users:\nerror: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/deps/npm/bin/npm-cli.js\".\n\n\n117 !== 0\n\n  assert.strictEqual(stderr.length, 0, 'npm is not ready for this release ' +\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-release-npm.js:22:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-release-npm.js:5:26\n"},{}],"parallel/test-tls-enable-trace-cli.js":[true,null,{}],"parallel/test-http-server-request-timeout-keepalive.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n\nfalse !== true\n\n    assert.strictEqual(second, true);\n           ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-server-request-timeout-keepalive.js:79:12)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-fs-promises-file-handle-sync.js":[true,null,{}],"parallel/test-debugger-preserve-breaks.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"module-hooks/test-module-hooks-require-esm.js":[false,{"code":1,"stderr":"\n[process 5779]: --- stderr ---\n\n[process 5779]: --- stdout ---\nesmValue in main.cjs: esm\ncjsValue in main.cjs: commonjs\n\n[process 5779]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - stdout did not match expectation, checker throws:\nAssertionError [ERR_ASSERTION]: The input did not match the regular expression /resolve .+main\\.cjs from undefined/. Input:\n\n'esmValue in main.cjs: esm\\ncjsValue in main.cjs: commonjs\\n'\n\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/module-hooks/test-module-hooks-require-esm.js:44:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at checkOutput (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:52:7)\n    at expectSyncExit (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:129:32)\n    at spawnSyncAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/child_process.js:155:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/module-hooks/test-module-hooks-require-esm.js:32:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32) {\n  generatedMessage: true,\n  code: 'ERR_ASSERTION',\n  actual: 'esmValue in main.cjs: esm\\ncjsValue in main.cjs: commonjs\\n',\n  expected: /resolve .+main\\.cjs from undefined/,\n  operator: 'match',\n  diff: 'simple'\n}\nspawnSyncAndAssert(process.execPath, [\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/module-hooks/test-module-hooks-require-esm.js:32:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///ho ..."},{}],"parallel/test-http2-large-write-close.js":[true,null,{}],"parallel/test-testpy-env-var-via-comment.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-testpy-env-var-via-comment.js\ntestpy env var via comment ...\n  should set env var A_SET_ENV_VAR ... FAILED (1ms)\n  should set env var B_SET_ENV_VAR ... FAILED (1ms)\n  should interop with flags ... FAILED (0ms)\ntestpy env var via comment ... FAILED (due to 3 failed steps) (3ms)\n\n ERRORS \n\ntestpy env var via comment ... should set env var A_SET_ENV_VAR => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'A_SET_ENV_VAR_VALUE'\n\n    assert.strictEqual(process.env.A_SET_ENV_VAR, 'A_SET_ENV_VAR_VALUE');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-testpy-env-var-via-comment.js:16:12)\n\ntestpy env var via comment ... should set env var B_SET_ENV_VAR => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'B_SET_ENV_VAR_VALUE'\n\n    assert.strictEqual(process.env.B_SET_ENV_VAR, 'B_SET_ENV_VAR_VALUE');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-testpy-env-var-via-comment.js:19:12)\n\ntestpy env var via comment ... should interop with flags => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'none'\n\n    assert.strictEqual(flag, 'none');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-testpy-env-var-via-comment.js:24:12)\n\n FAILURES \n\ntestpy env var via comment ... should set env var A_SET_ENV_VAR => ext:deno_node/testing.ts:1141:21\ntestpy env var via comment ... should set env var B_SET_ENV_VAR => ext:deno_node/testing.ts:1034:37\ntestpy env var via comment ... should interop with flags => ext:deno_node/testing.ts:1034:37\n\nFAILED | 0 passed | 1 faile ..."},{"usesNodeTest":1}],"parallel/test-http-write-callbacks.js":[true,null,{}],"parallel/test-vm-ownkeys.js":[true,null,{}],"parallel/test-http2-socket-close.js":[true,null,{}],"parallel/test-data-url.js":[false,{"code":1,"stderr":"Uncaught error from ./test/parallel/test-data-url.js FAILED\n\n ERRORS \n\n./test/parallel/test-data-url.js (uncaught error)\nerror: (in promise) Error: Cannot find module 'internal/data_url'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-data-url.js\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-data-url.js\nconst { dataURLProcessor } = require('internal/data_url');\n                             ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-data-url.js:8:30)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\nThis error was not caught from a test and caused the test runner to fail on the referenced module.\nIt most likely originated from a dangling promise, event/timeout handler or top-level code.\n\n FAILURES \n\n./test/parallel/test-data-url.js (uncaught error)\n\nFAILED | 0 passed | 1 failed (0ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-stream-pipe-await-drain-push-while-write.js":[true,null,{}],"parallel/test-worker-heapdump-failure.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   code: 'ERR_NOT_IMPLEMENTED',\n+   message: 'Not implemented: Worker.prototype.getHeapSnapshot',\n+   name: 'Error'\n-   code: 'ERR_INVALID_ARG_TYPE',\n-   message: 'The \"options\" argument must be of type object. Received type number (1)',\n-   name: 'TypeError'\n  }\n\n    assert.throws(() => worker.getHeapSnapshot(i), {\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-heapdump-failure.js:22:12\n    at Array.forEach (<anonymous>)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-heapdump-failure.js:21:38\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-heapdump-failure.js:5:26\n"},{}],"parallel/test-fs-cp-async-dir-exists-error-on-exist.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of null (reading 'code')\n  assert.strictEqual(err.code, 'ERR_FS_CP_EEXIST');\n                         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-cp-async-dir-exists-error-on-exist.mjs:29:26\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ext:deno_node/_fs/_fs_common.ts:46:23\n    at ext:deno_node/_fs/_fs_cp.ts:23:64\n"},{}],"parallel/test-tls-ecdh-auto.js":[true,null,{}],"parallel/test-crypto-keygen-rfc8017-9-1.js":[true,null,{}],"parallel/test-module-cache.js":[true,null,{}],"sequential/test-net-server-bind.js":[true,null,{}],"client-proxy/test-http-request-proxy-post-server-failure.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: socket hang up\n    at connResetException (ext:deno_node/internal/errors.ts:2225:16)\n    at Socket.socketOnEnd (node:_http_client:780:25)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5) {\n  code: \"ECONNRESET\"\n}\n\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /Proxy error ECONNRESET: socket hang up/. Input:\n\n''\n\nassert.match(stdout, /Proxy error ECONNRESET: socket hang up/);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-request-proxy-post-server-failure.mjs:36:8\n"},{}],"parallel/test-atomics-wake.js":[true,null,{}],"parallel/test-http-client-reject-unexpected-agent.js":[true,null,{}],"parallel/test-tls-env-extra-ca-no-crypto.js":[true,null,{}],"parallel/test-dgram-send-callback-buffer-length-empty-address.js":[true,null,{}],"parallel/test-fs-util-validateoffsetlength.js":[true,null,{}],"sequential/test-debug-prompt.js":[true,null,{}],"sequential/test-http2-timeout-large-write.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Should not timeout\n  assert.ok(!didReceiveData, 'Should not timeout');\n         ^\n    at ServerHttp2Stream.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-http2-timeout-large-write.js:32:10)\n    at ServerHttp2Stream.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ServerHttp2Stream.emit (ext:deno_node/_events.mjs:415:20)\n    at callTimeout (ext:deno_node/http2.ts:1006:10)\n    at ServerHttp2Stream._onTimeout (ext:deno_node/http2.ts:1549:7)\n    at invokeCallback (ext:deno_node/internal/timers.mjs:176:13)\n    at Object.cb [as _onTimeout] (ext:deno_node/internal/timers.mjs:214:16)\n    at listOnTimeout (ext:core/02_timers.js:307:17)\n    at Object.processTimers (ext:core/02_timers.js:250:7)\n    at __eventLoopTick (ext:core/01_core.js:464:33)\n"},{}],"parallel/test-http2-client-request-options-errors.js":[true,null,{}],"parallel/test-broadcastchannel-custom-inspect.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_THIS'\n- }\n\n  assert.throws(() => bc[inspect.custom].call(), {\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-broadcastchannel-custom-inspect.js:12:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-broadcastchannel-custom-inspect.js:5:26\n"},{}],"parallel/test-http2-compat-serverresponse-statusmessage.js":[true,null,{}],"parallel/test-crypto-keygen-sync.js":[true,null,{}],"parallel/test-promise-hook-on-after.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /The \"afterHook\" argument must be of type function/. Input:\n\n\"TypeError: Cannot read properties of undefined (reading 'onAfter')\"\n\nassert.throws(() => {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-on-after.js:6:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-on-after.js:5:26\n"},{}],"parallel/test-tls-destroy-whilst-write.js":[true,null,{}],"parallel/test-stream-readable-end-destroyed.js":[true,null,{}],"parallel/test-https-client-reject.js":[true,null,{}],"module-hooks/test-async-loader-hooks-initialize-throw-null.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-buffer-sharedarraybuffer.js":[true,null,{}],"parallel/test-crypto-keygen-no-rsassa-pss-params.js":[true,null,{}],"parallel/test-http-response-readable.js":[true,null,{}],"module-hooks/test-module-hooks-load-url-change-import.mjs":[true,null,{}],"parallel/test-tls-onread-static-buffer.js":[true,null,{}],"parallel/test-vm-getters.js":[true,null,{}],"parallel/test-trace-events-metadata.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(FILE_NAME))\n\n  assert(fs.existsSync(FILE_NAME));\n  ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-metadata.js:21:3)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-fs-writev-sync.js":[true,null,{}],"parallel/test-crypto-default-shake-lengths-oneshot.js":[true,null,{}],"parallel/test-fs-append-file.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\n  assert.throws(\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-append-file.js:139:10\n"},{}],"parallel/test-http2-misbehaving-flow-control.js":[true,null,{}],"sequential/test-heapdump-flag-custom-dir.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"pummel/test-crypto-dh-keys.js":[true,null,{}],"parallel/test-stdin-child-proc.js":[true,null,{}],"parallel/test-vm-access-process-env.js":[true,null,{}],"parallel/test-fs-writestream-open-write.js":[true,null,{}],"parallel/test-webstreams-abort-controller.js":[false,{"code":1,"stderr":"\nerror: Uncaught TypeError: stream[kControllerErrorFunction] is not a function\n  ac.abort();\n     ^\n    at AbortSignal.<anonymous> (ext:deno_node/internal/streams/add-abort-signal.js:61:39)\n    at innerInvokeEventListeners (ext:deno_web/02_event.js:793:9)\n    at invokeEventListeners (ext:deno_web/02_event.js:839:5)\n    at dispatch (ext:deno_web/02_event.js:689:9)\n    at AbortSignal.dispatchEvent (ext:deno_web/02_event.js:1098:12)\n    at AbortSignal.[[[runAbortSteps]]] (ext:deno_web/03_abort_signal.js:167:13)\n    at AbortSignal.[[[signalAbort]]] (ext:deno_web/03_abort_signal.js:144:24)\n    at AbortController.abort (ext:deno_web/03_abort_signal.js:317:30)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webstreams-abort-controller.js:89:6)\n    at Module._compile (node:module:1644:34)\n"},{}],"parallel/test-cluster-dgram-2.js":["IGNORE",null,{"ignoreReason":"times out"}],"parallel/test-crypto-dh-generate-keys.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-invalid.js":[true,null,{}],"parallel/test-stream-transform-destroy.js":[true,null,{}],"parallel/test-child-process-fork-timeout-kill-signal.js":[true,null,{}],"es-module/test-esm-loader-invalid-format.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot convert object to primitive value\n"},{}],"parallel/test-diagnostics-channel-net-client-socket-tls.js":[true,null,{}],"parallel/test-worker-process-env.js":[true,null,{}],"parallel/test-fastutf8stream-retry.js":[true,null,{}],"parallel/test-tls-psk-alpn-callback-exception-handling.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-tls-psk-alpn-callback-exception-handling.js\nTLS callback exception handling ...\n  pskCallback returning invalid type emits tlsClientError ... FAILED (1ms)\n  pskCallback throwing emits tlsClientError ... FAILED (1ms)\n  ALPNCallback returning invalid result emits tlsClientError ... ok (40ms)\n  ALPNCallback throwing emits tlsClientError ... FAILED (3ms)\n  client pskCallback returning invalid type emits error ... FAILED (0ms)\n  client pskCallback throwing emits error ... FAILED (1ms)\nTLS callback exception handling ... FAILED (due to 5 failed steps) (48ms)\n\n ERRORS \n\nTLS callback exception handling ... pskCallback returning invalid type emits tlsClientError => ext:deno_node/testing.ts:1141:21\nerror: Error: no cipher match\n    const server = tls.createServer({\n                       ^\n    at validateCipherList (ext:deno_node/_tls_common.ts:44:19)\n    at new SecureContext (ext:deno_node/_tls_common.ts:333:9)\n    at createSecureContext (ext:deno_node/_tls_common.ts:455:12)\n    at Server.setSecureContext (ext:deno_node/_tls_wrap.js:1354:23)\n    at new Server (ext:deno_node/_tls_wrap.js:1305:8)\n    at Object.createServer (ext:deno_node/_tls_wrap.js:1611:10)\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-psk-alpn-callback-exception-handling.js:69:24)\n\nTLS callback exception handling ... pskCallback throwing emits tlsClientError => ext:deno_node/testing.ts:1034:37\nerror: Error: no cipher match\n    const server = tls.createServer({\n                       ^\n    at validateCipherList (ext:deno_node/_tls_common.ts:44:19)\n    at new SecureContext (ext:deno_node/_tls_common.ts:333:9)\n    at createSecureContext (ext:deno_node/_tls_common.ts:455:12)\n    at Server.setSecureContext (ext:deno_node/_tls_wrap.js:1354:23)\n    at new Server (ext:deno_node/_tls_wrap.js:1305:8)\n    at Object.createServer (ext:deno_node/_tls_wrap.js:1611:10)\n    at NodeTestContext.<anonymous> ( ..."},{"usesNodeTest":1}],"test-runner/test-output-test-runner-watch-spec.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'error: No such built-in module: node:test/reporters\\n' +\n+   '    at file://<project-root>/test/fixtures/test-runner/output/test-runner-watch-spec.mjs:2:22\\n'\n- '✖ failing test (*ms)\\n' +\n-   '✔ test has ran (*ms)\\n' +\n-   'ℹ tests 2\\n' +\n-   'ℹ suites 0\\n' +\n-   'ℹ pass 1\\n' +\n-   'ℹ fail 1\\n' +\n-   'ℹ cancelled 0\\n' +\n-   'ℹ skipped 0\\n' +\n-   'ℹ todo 0\\n' +\n-   'ℹ duration_ms *\\n' +\n-   '\\n' +\n-   '✖ failing tests:\\n' +\n-   '\\n' +\n-   'test at test/<tmpdir>/failing-test.js:3:3\\n' +\n-   '✖ failing test (*ms)\\n' +\n-   '  Error: failed\\n' +\n-   '      at TestContext.<anonymous> (<project-root>/test/<tmpdir>/failing-test.js:4:11)\\n' +\n-   '      at <node-internal-frames>\\n' +\n-   'ℹ tests 0\\n' +\n-   'ℹ suites 0\\n' +\n-   'ℹ pass 0\\n' +\n-   'ℹ fail 0\\n' +\n-   'ℹ cancelled 0\\n' +\n-   'ℹ skipped 0\\n' +\n-   'ℹ todo 0\\n' +\n-   'ℹ duration_ms *\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-test-runner-watch-spec.mjs:8:1\n"},{}],"parallel/test-global-webstreams.js":[true,null,{}],"parallel/test-common.js":[false,{"code":1,"stderr":"foo\nbar\nbaz\ntest\n\nfoo\nbar\nbaz\ntest\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ \"Cannot read properties of null (reading 'code')\"\n- 'console err error'\n\n    assert.strictEqual(\n           ^\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-common.js:162:12)\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at process.emit (ext:deno_node/_events.mjs:415:20)\n    at process.emit (node:process:492:38)\n    at process._fatalException (node:process:745:13)\n    at uncaughtExceptionHandler (node:process:378:18)\n    at Object.nodeProcessUnhandledRejectionCallback (node:process:1072:13)\n    at processUnhandledPromiseRejection (ext:runtime_main/js/99_main.js:509:15)\n    at __handleRejections (ext:core/01_core.js:491:25)\n"},{}],"client-proxy/test-https-request-proxy-post.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'Request Error Error: unable to verify the first certificate\\n' +\n+   '    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\\n' +\n+   '  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\\n' +\n+   '}'\n- ''\n\nassert.strictEqual(stderr.trim(), '');\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-request-proxy-post.mjs:57:8\n"},{}],"parallel/test-fs-readfilesync-pipe-large.js":[true,null,{}],"parallel/test-http-agent-getname.js":[true,null,{}],"parallel/test-net-onread-static-buffer.js":[true,null,{}],"parallel/test-http2-cancel-while-client-reading.js":[true,null,{}],"internet/test-corepack-yarn-install.js":[false,{"code":1,"stderr":"\nerror: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/deps/corepack/dist/yarn.js\".\nerror: Uncaught (in promise) AssertionError: yarn install got error code 1\n\n1 !== 0\n\n  assert.strictEqual(code, 0, `yarn install got error code ${code}`);\n         ^\n    at handleExit (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-corepack-yarn-install.js:61:10)\n    at handleExit (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.exithandler (ext:deno_node/child_process.ts:393:7)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"parallel/test-runner-source-maps-invalid-json.js":[true,null,{"usesNodeTest":1}],"parallel/test-http2-no-more-streams.js":[true,null,{}],"parallel/test-fastutf8stream-flush-mocks.js":[true,null,{}],"parallel/test-stdio-pipe-access.js":[true,null,{}],"parallel/test-errors-systemerror-stackTraceLimit-deleted.js":[true,null,{}],"parallel/test-http-client-timeout-agent.js":[true,null,{}],"parallel/test-net-allow-half-open.js":[true,null,{}],"parallel/test-cli-permission-deny-fs.js":["IGNORE",null,{"ignoreReason":"Node.js permission model (--experimental-permission) is not implemented in Deno"}],"parallel/test-worker-abort-on-uncaught-exception-terminate.js":[true,null,{}],"client-proxy/test-http-proxy-request-invalid-url.mjs":[false,{"code":1,"stderr":"[STDOUT] Status Code: 400\n\n[STDOUT] Headers: { connection: \"close\" }\n\n[CLOSE] 0 null\n\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /TypeError.*Invalid URL/. Input:\n\n''\n\nassert.match(stderr, /TypeError.*Invalid URL/);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-proxy-request-invalid-url.mjs:25:8\n"},{}],"test-runner/test-run-watch-different-cwd-dependency.mjs":[false,{"code":1,"stderr":"\nerror: Top-level await promise never resolved\nawait testRunnerWatch({\n^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-run-watch-different-cwd-dependency.mjs:10:1)\n"},{}],"parallel/test-timers-setimmediate-infinite-loop.js":[true,null,{}],"parallel/test-heap-prof-loop-drained.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(profiles.length, 1);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-loop-drained.js:39:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-loop-drained.js:5:26\n"},{}],"pummel/test-heapsnapshot-near-heap-limit-by-api.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-stream-consumers.js":[true,null,{}],"parallel/test-net-local-address-port.js":[true,null,{}],"parallel/test-readline-interface-escapecodetimeout.js":[true,null,{}],"parallel/test-permission-net-fetch.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-v8-string-is-one-byte-representation.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /The \"content\" argument must be of type string/. Input:\n\n'TypeError: isStringOneByteRepresentation is not a function'\n\n  assert.throws(\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-string-is-one-byte-representation.js:16:10\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-string-is-one-byte-representation.js:15:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-string-is-one-byte-representation.js:5:26\n"},{}],"parallel/test-shadow-realm-custom-loaders.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'error: Uncaught (in promise) TypeError: Module not found \"file:///42.mjs\".\\n' +\n+   \"  const moduleNamespace = await import('file:///42.mjs');\\n\" +\n+   '                          ^\\n' +\n+   '    at async workInChildProcess (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-module-shadow-realm/custom-loaders.js:8:27)\\n'\n- ''\n\n  assert.strictEqual(child.stderr, '');\n         ^\n    at main (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-shadow-realm-custom-loaders.js:22:10)\n"},{}],"parallel/test-http2-compat-write-early-hints.js":[true,null,{}],"sequential/test-inspector-port-cluster.js":[false,{"code":1,"stderr":"\nDebugger listening on ws://127.0.0.1:9229/21d98eb6-7f17-4909-a852-5f9f222be657\nVisit chrome://inspect to connect to the debugger.\nDebugger listening on ws://127.0.0.1:65534/1b9ca2a1-724a-4d50-bff4-05dc44e71644\nVisit chrome://inspect to connect to the debugger.\nDebugger listening on ws://127.0.0.1:12346/1a126cca-64f2-40b7-92c9-22e1ed81c567\nVisit chrome://inspect to connect to the debugger.\nerror: invalid value '::1:12376' for '--inspect[=<HOST_PORT>]': Invalid inspector port ':1:12376'\n\n\nCaused by:\n    Invalid inspector port ':1:12376'\nerror: invalid value ':::12371' for '--inspect[=<HOST_PORT>]': Invalid inspector port '::12371'\n\n\nCaused by:\n    Invalid inspector port '::12371'\nDebugger listening on ws://127.0.0.1:12351/82811d5a-2663-418d-bcc4-dceec9ad8070\nVisit chrome://inspect to connect to the debugger.\nDebugger listening on ws://127.0.0.1:12356/b5dc2491-dc7f-4bd3-a84c-dba4d23fe2af\nVisit chrome://inspect to connect to the debugger.\nDebugger listening on ws://0.0.0.0:12361/a9cf7921-704d-45ec-8757-35aa40d9907e\nVisit chrome://inspect to connect to the debugger.\nDebugger listening on ws://127.0.0.1:12386/9ea2ce03-c350-43e9-abd9-1dce4ddc631f\nVisit chrome://inspect to connect to the debugger.\nDebugger listening on ws://127.0.0.1:12366/17d434c9-d700-481a-9820-42a5deffe310\nVisit chrome://inspect to connect to the debugger.\nDebugger listening on ws://127.0.0.1:12381/8b907954-1930-424f-b2c8-e30c86e6fc63\nVisit chrome://inspect to connect to the debugger.\nDebugger listening on ws://127.0.0.1:12391/6b52b7f4-ab63-4c98-a2c4-2a588afafa9f\nVisit chrome://inspect to connect to the debugger.\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(code, 0);\n         ^\n    at checkExitCode (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-inspector-port-cluster.js:343:10)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test ..."},{}],"es-module/test-esm-import-assertion-warning.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /Use `importAttributes` instead of `importAssertions`/. Input:\n\n'error: Uncaught (in promise) SyntaxError: Cannot use import statement outside a module\\n' +\n  '    at new Script (ext:deno_node/vm.js:100:20)\\n' +\n  '    at createScript (ext:deno_node/vm.js:315:10)\\n' +\n  '    at Object.runInThisContext (ext:deno_node/vm.js:348:10)\\n' +\n  '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\\n'\n\n  assert.match(stderr, /Use `importAttributes` instead of `importAssertions`/);\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-assertion-warning.mjs:39:10\n    at async Promise.all (index 2)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-assertion-warning.mjs:5:1\n"},{}],"parallel/test-zlib-unused-weak.js":[true,null,{}],"abort/test-abort-uncaught-exception.js":[true,null,{}],"parallel/test-repl-history-navigation.js":[false,{"code":1,"stderr":"Mismatched runTest function calls. Expected exactly 18, actual 1.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-history-navigation.js:840:28)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-history-navigation.js:5:26\n\n{\n  env: {\n    NODE_REPL_HISTORY: \"/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.248/.node_repl_history\"\n  },\n  checkTotal: true,\n  preview: false,\n  showEscapeCodes: true,\n  test: [\n    \"55\",\n    { name: \"up\" },\n    { name: \"up\" },\n    { name: \"up\" },\n    { name: \"up\" },\n    { name: \"up\" },\n    { name: \"up\" },\n    { name: \"up\" },\n    { name: \"enter\" }\n  ],\n  expected: [\n    \"\\x1b[1G\",          \"\\x1b[0J\",\n    \"> \",               \"\\x1b[3G\",\n    \"5\",                \"5\",\n    \"\\x1b[1G\",          \"\\x1b[0J\",\n    \"> 55 - 13 === 42\", \"\\x1b[17G\",\n    \"\\x1b[1G\",          \"\\x1b[0J\",\n    \"> 555n + 111n\",    \"\\x1b[14G\",\n    \"\\x1b[1G\",          \"\\x1b[0J\",\n    \"> 555 + 909\",      \"\\x1b[12G\",\n    \"\\x1b[1G\",          \"\\x1b[0J\",\n    \"> 55\",             \"\\x1b[5G\",\n    \"\\r\\n\",             \"55\\n\",\n    \"\\x1b[1G\",          \"\\x1b[0J\",\n    \"> \",               \"\\x1b[3G\",\n    \"\\r\\n\"\n  ],\n  clean: true\n}\n"},{}],"parallel/test-sqlite-template-tag.js":[true,null,{"usesNodeTest":1}],"parallel/test-tls-handshake-exception.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-module-main-fail.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /MODULE_NOT_FOUND/. Input:\n\n'Error: Command failed: /opt/hostedtoolcache/deno/0.0.0-fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a/x64/deno iDoNotExist\\n' +\n  'error: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/iDoNotExist\".\\n'\n\n    assert.match(error, /MODULE_NOT_FOUND/);\n           ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-main-fail.js:14:12)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-main-fail.js:5:26\n"},{}],"parallel/test-inspector-worker-target.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-http-dont-set-default-headers-with-setHost.js":[true,null,{}],"parallel/test-whatwg-writablestream.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'controller')\n  assert(stream[kState].controller instanceof WritableStreamDefaultController);\n                        ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-writablestream.js:57:25)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-writablestream.js:5:26\n"},{}],"parallel/test-http-client-abort-keep-alive-destroy-res.js":[true,null,{}],"parallel/test-double-tls-client.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-warn-stream-writable-deprecation.js":[true,null,{}],"parallel/test-http-agent-maxtotalsockets.js":[true,null,{}],"parallel/test-timers-invalid-clear.js":[true,null,{}],"parallel/test-preload-print-process-argv.js":[true,null,{}],"parallel/test-inspector-runtime-evaluate-with-timeout.js":[true,null,{}],"parallel/test-tls-server-parent-constructor-options.js":[true,null,{}],"sequential/test-http-regr-gh-2928.js":[true,null,{}],"parallel/test-http2-client-shutdown-before-connect.js":[true,null,{}],"parallel/test-timers-destroyed.js":[true,null,{}],"parallel/test-webstorage.js":[false,{"code":1,"stderr":"running 7 tests from ./test/parallel/test-webstorage.js\nStorage instances cannot be created in userland ... FAILED (58ms)\nsessionStorage is not persisted ... ok (124ms)\nlocalStorage emits a warning when used without --localstorage-file  ... FAILED (59ms)\nlocalStorage is not persisted if it is unused ... ok (57ms)\nlocalStorage is persisted if it is used ... FAILED (58ms)\nwebstorage quota for localStorage and sessionStorage ...\n  localStorage can store and retrieve a max of 10 MB quota ... FAILED (104ms)\n  sessionStorage can store a max of 10 MB quota ... FAILED (74ms)\nwebstorage quota for localStorage and sessionStorage ... FAILED (due to 2 failed steps) (178ms)\ndisabled with --no-webstorage ... FAILED (6ms)\n\n ERRORS \n\nStorage instances cannot be created in userland => ./test/parallel/test-webstorage.js:18:1\nerror: AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(cp.code, 1);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webstorage.js:23:10)\n\nlocalStorage emits a warning when used without --localstorage-file  => ./test/parallel/test-webstorage.js:44:1\nerror: AssertionError: The input did not match the regular expression /Warning: `--localstorage-file` was provided without a valid path/. Input:\n\n''\n\n  assert.match(cp.stderr, /Warning: `--localstorage-file` was provided without a valid path/);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webstorage.js:50:10)\n\nlocalStorage is persisted if it is used => ./test/parallel/test-webstorage.js:63:1\nerror: AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(entries.length, 1);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webstorage.js:72:10)\n\nwebstorage quota for localStorage and sessionStorage ... localS ..."},{"usesNodeTest":1}],"parallel/test-net-server-reset.js":[true,null,{}],"module-hooks/test-module-hooks-load-builtin-override-commonjs.js":[true,null,{}],"parallel/test-vm-source-map-url.js":[true,null,{}],"parallel/test-crypto-keygen-empty-passphrase-no-prompt.js":[true,null,{}],"parallel/test-cluster-net-server-drop-connection.js":[true,null,{}],"internet/test-trace-events-dns.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: ENOENT: no such file or directory, open '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.181/node_trace.1.log'\n  const data = fs.readFileSync(file);\n                  ^\n    at Object.readFileSync (ext:deno_node/fs.ts:411:15)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-trace-events-dns.js:64:19)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"pseudo-tty/test-tty-color-support-warning.js":[true,null,{}],"parallel/test-internal-socket-list-send.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-vm-create-context-arg.js":[true,null,{}],"parallel/test-worker-onmessage-not-a-function.js":[true,null,{}],"parallel/test-tls-connect-given-socket.js":[true,null,{}],"internet/test-net-autoselectfamily-events-timeout.js":[true,null,{}],"parallel/test-repl-recoverable.js":[true,null,{}],"parallel/test-assert-first-line.js":[true,null,{"usesNodeTest":1}],"parallel/test-crypto-x509.js":[true,null,{}],"parallel/test-async-hooks-stack-overflow-nested-async.js":[true,null,{}],"parallel/test-readable-from-iterator-closing.js":[true,null,{}],"parallel/test-structuredClone-global.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_MISSING_ARGS'\n- }\n\nassert.throws(() => structuredClone(), { code: 'ERR_MISSING_ARGS' });\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-structuredClone-global.js:12:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-structuredClone-global.js:5:26\n"},{}],"parallel/test-vm-global-define-property.js":[true,null,{}],"parallel/test-timers-user-call.js":[true,null,{}],"parallel/test-inspector-wait-for-connection.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-http-set-timeout.js":[true,null,{}],"parallel/test-http-client-keep-alive-release-before-finish.js":[true,null,{}],"parallel/test-promise-handled-rejection-no-warning.js":[true,null,{}],"parallel/test-require-resolve.js":[true,null,{"usesNodeTest":1}],"pseudo-tty/test-tty-stdout-resize.js":[false,{"code":1,"stderr":"error: Uncaught AssertionError: Expected \"actual\" to be strictly unequal to: 9001\r\nsetImmediate(mustCall(() => assert.notStrictEqual(process.stdout.columns, 9001)));\r\n                                   ^\r\n    at Immediate.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-tty-stdout-resize.js:11:36)\r\n    at Immediate.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\r\n    at Immediate.callback (ext:deno_node/internal/timers.mjs:367:16)\r\n    at runImmediates (ext:core/01_core.js:250:21)\r\n    at runImmediateCallbacks (ext:core/01_core.js:512:7)\r\n"},{}],"parallel/test-net-socket-destroy-send.js":[true,null,{}],"es-module/test-esm-extensionless-esm-and-wasm.mjs":[false,{"code":1,"stderr":"running 4 tests from ./test/es-module/test-esm-extensionless-esm-and-wasm.mjs\nextensionless ES modules within a \"type\": \"module\" package scope ...\n  should run as the entry point ... ok (35ms)\n  should be importable ... ok (0ms)\n  should be importable from a module scope under node_modules ... ok (0ms)\nextensionless ES modules within a \"type\": \"module\" package scope ... ok (44ms)\nextensionless Wasm modules within a \"type\": \"module\" package scope ...\n  should run as the entry point ... FAILED (32ms)\n  should be importable ... FAILED (1ms)\n  should be importable from a module scope under node_modules ... FAILED (2ms)\nextensionless Wasm modules within a \"type\": \"module\" package scope ... FAILED (due to 3 failed steps) (35ms)\nextensionless ES modules within no package scope ...\n  should run as the entry point ... ok (35ms)\n  should run on import ... ok (0ms)\nextensionless ES modules within no package scope ... ok (35ms)\nextensionless Wasm within no package scope ...\n  should error as the entry point ... ok (30ms)\n  should run on import ... FAILED (0ms)\nextensionless Wasm within no package scope ... FAILED (due to 1 failed step) (31ms)\n\n ERRORS \n\nextensionless Wasm modules within a \"type\": \"module\" package scope ... should run as the entry point => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ \"error: SyntaxError: Unexpected character '\\\\0'\\n\" +\n+   '  |\\n' +\n+   '1 | asm````1./wasm-dep.mjsjsFn./wasm-dep.mjsjsInitFn...\\n' +\n+   '  | ~\\n' +\n+   '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/package-type-module/noext-wasm:1:1\\n'\n- ''\n\n    assert.strictEqual(stderr, '');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-extensionless-esm-and-wasm.mjs:44:12)\n\nextensionless Wasm modules within a \"type\": \"module\" package scope ... should be importable => ext:deno_node/ ..."},{"usesNodeTest":1}],"parallel/test-net-listen-ipv6only.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-fs-copyfile.js":[true,null,{}],"parallel/test-vm-measure-memory.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Not implemented: measureMemory\n  vm.measureMemory({ execution: 'eager' })\n     ^\n    at notImplemented (ext:deno_node/_utils.ts:10:11)\n    at Object.measureMemory (ext:deno_node/vm.js:424:3)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-measure-memory.js:15:6)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-measure-memory.js:5:26\n"},{}],"parallel/test-net-error-twice.js":[true,null,{}],"es-module/test-esm-import-json-named-export.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-http-no-read-no-dump.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: read ECONNRESET\n    at TCPWrap.onStreamRead [as onread] (ext:deno_node/internal/stream_base_commons.ts:225:22)\n"},{}],"parallel/test-http2-goaway-opaquedata.js":[true,null,{}],"parallel/test-diagnostics-channel-http.js":[true,null,{}],"parallel/test-path-relative.js":[true,null,{}],"parallel/test-module-stat.js":[true,null,{}],"es-module/test-require-module-errors.js":[false,{"code":1,"stderr":"\n[process 6735]: --- stderr ---\nerror: Uncaught (in promise) SyntaxError: SyntaxError: Unexpected identifier 'bar'\n    at loadESMFromCJS (node:module:1716:102)\n    at Object.loadEsm [as .mjs] (node:module:1699:5)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/require-syntax-error.cjs:2:1)\n    at Module._compile (node:module:1644:34)\n    at Object.loadCjs [as .cjs] (node:module:1683:12)\n    at Module.load (node:module:1515:32)\nrequire('./syntax-error.mjs');\n^\n    at loadESMFromCJS (node:module:1716:102)\n    at Object.loadEsm [as .mjs] (node:module:1699:5)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/require-syntax-error.cjs:2:1)\n    at Module._compile (node:module:1644:34)\n    at Object.loadCjs [as .cjs] (node:module:1683:12)\n    at Module.load (node:module:1515:32)\n\n[process 6735]: --- stdout ---\n\n[process 6735]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - stderr did not match expectation, checker throws:\nAssertionError [ERR_ASSERTION]: The input did not match the regular expression /var foo bar;/. Input:\n\n\"error: Uncaught (in promise) SyntaxError: SyntaxError: Unexpected identifier 'bar'\\n\" +\n  '    at loadESMFromCJS (node:module:1716:102)\\n' +\n  '    at Object.loadEsm [as .mjs] (node:module:1699:5)\\n' +\n  '    at Module.load (node:module:1515:32)\\n' +\n  '    at Module._load (node:module:1212:14)\\n' +\n  '    at Module.require (node:module:1544:19)\\n' +\n  '    at require (node:module:1780:16)\\n' +\n  '    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runn ..."},{}],"parallel/test-debugger-websocket-secret-mismatch.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-child-process-spawnsync-shell.js":["IGNORE",null,{"ignoreReason":"Requires monkey-patching internal/child_process.spawnSync, which doesn't work with ESM static bindings"}],"parallel/test-console-issue-43095.js":[false,{"code":1,"stderr":"[Internal Formatting Error] TypeError: Reflect.has called on non-object\n    at has (<anonymous>)\n    at formatValue (ext:deno_web/01_console.js:562:7)\n    at formatProperty (ext:deno_web/01_console.js:2205:11)\n    at formatRaw (ext:deno_web/01_console.js:1066:9)\n    at formatValue (ext:deno_web/01_console.js:637:10)\n    at inspectArgs (ext:deno_web/01_console.js:3632:17)\n    at console.dir (ext:deno_web/01_console.js:3731:7)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-issue-43095.js:9:9)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n\nerror: Uncaught (in promise) TypeError: Reflect.has called on non-object\nconsole.dir(r.proxy);\n        ^\n    at has (<anonymous>)\n    at formatValue (ext:deno_web/01_console.js:562:7)\n    at inspectArgs (ext:deno_web/01_console.js:3632:17)\n    at console.dir (ext:deno_web/01_console.js:3731:7)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-issue-43095.js:10:9)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-crypto-dh-padding.js":[true,null,{}],"sequential/test-init.js":[false,{"code":1,"stderr":"\n(node:5374) [DEP0104] DeprecationWarning: Assigning any value other than a string, number, or boolean to a process.env property is deprecated. Please make sure to convert the value to a string before setting process.env with it.\nerror: Uncaught (in promise) AssertionError: ifError got unwanted exception: Command failed: \"${ESCAPED_0}\" \"${ESCAPED_1}\"\nerror: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-init\". Maybe add a '.js' extension or run with --sloppy-imports\n\n    assert.ifError(err);\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:456:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ChildProcess.exithandler (ext:deno_node/child_process.ts:393:7)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"parallel/test-promises-unhandled-symbol-rejections.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Symbol()\n"},{}],"parallel/test-vm-module-linkmodulerequests-circular.js":[true,null,{"usesNodeTest":1}],"parallel/test-timers-throw-when-cb-not-function.js":[true,null,{}],"parallel/test-tls-external-accessor.js":[true,null,{}],"parallel/test-async-hooks-recursive-stack-runInAsyncScope.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: a.triggerAsyncId is not a function\n    assert.strictEqual(a.triggerAsyncId(), async_hooks.triggerAsyncId());\n                         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-recursive-stack-runInAsyncScope.js:12:26\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at AsyncResource.runInAsyncScope (ext:deno_node/async_hooks.ts:37:18)\n    at recurse (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-recursive-stack-runInAsyncScope.js:10:5)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-recursive-stack-runInAsyncScope.js:20:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-event-emitter-set-max-listeners-side-effects.js":[true,null,{}],"parallel/test-http-url.parse-auth.js":[true,null,{}],"parallel/test-tls-keyengine-invalid-arg-type.js":[true,null,{}],"parallel/test-dgram-multicast-set-interface.js":[true,null,{}],"test-runner/test-output-coverage-width-infinity.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: Coverage Print Fixed Width Infinity\\n' +\n    'ok 1 - Coverage Print Fixed Width Infinity\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n...\n    '# todo 0\\n' +\n+   '# duration_ms *\\n'\n-   '# duration_ms *\\n' +\n-   '# start of coverage report\\n' +\n-   '# -------------------------------------------------------------------------------------------------------------\\n' +\n-   '# file                            | line % | branch % | funcs % | uncovered lines\\n' +\n-   '# -------------------------------------------------------------------------------------------------------------\\n' +\n-   '# test                            |        |          |         |\\n' +\n-   '#  fixtures                       |        |          |         |\\n' +\n-   '#   test-runner                   |        |          |         |\\n' +\n-   '#    coverage-snap                |        |          |         |\\n' +\n-   '#     a.js                        |  55.77 |   100.00 |    0.00 | 5-7 9-11 13-15 17-19 29-30 40-42 45-47 50-52\\n' +\n-   '#     b.js                        |  45.45 |   100.00 |    0.00 | 5-7 9-11\\n' +\n-   '#    output                       |        |          |         |\\n' +\n-   '#     coverage-width-infinity.mjs | 100.00 |   100.00 |  100.00 |\\n' +\n-   '# -------------------------------------------------------------------------------------------------------------\\n' +\n-   '# all files                       |  61.84 |   100.00 |    0.00 |\\n' +\n-   '# -------------------------------------------------------------------------------------------------------------\\n' +\n-   '# end of coverage report\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (f ..."},{}],"module-hooks/test-async-loader-hooks-throw-error.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"pseudo-tty/test-tty-wrap.js":[true,null,{}],"parallel/test-http2-respond-file-404.js":[true,null,{}],"parallel/test-stream-writable-samecb-singletick.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-context-optional-esm.mjs":[true,null,{}],"parallel/test-tls-ca-concat.js":[true,null,{}],"parallel/test-npm-version.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module '/home/runner/work/deno/deno/tests/node_compat/runner/suite/deps/npm/package.json'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-npm-version.js\nconst pkg = require(npmPathPackageJson);\n            ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-npm-version.js:16:13)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-runner-expect-error-but-pass.js":[true,null,{"usesNodeTest":1}],"parallel/test-global-customevent.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected \"actual\" to be reference-equal to \"expected\":\n+ actual - expected\n\n+ [class CustomEvent extends Event]\n- [class CustomEvent extends Event]\n\nassert.strictEqual(CustomEvent, internalCustomEvent);\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-global-customevent.js:11:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-global-customevent.js:5:26\n"},{}],"parallel/test-fs-mkdtempDisposableSync.js":[true,null,{}],"pseudo-tty/test-async-wrap-getasyncid-tty.js":[false,{"code":1,"stderr":"error: Uncaught (in promise) TypeError: Cannot destructure property 'TTYWRAP' of 'internalBinding(...).Providers' as it is undefined.\r\nconst { TTYWRAP } = internalBinding('async_wrap').Providers;\r\n        ^\r\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-async-wrap-getasyncid-tty.js:9:9)\r\n    at Module._compile (node:module:1644:34)\r\n    at loadMaybeCjs (node:module:1672:12)\r\n    at Object..js (node:module:1654:12)\r\n    at Module.load (node:module:1515:32)\r\n    at Module._load (node:module:1212:14)\r\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-async-wrap-getasyncid-tty.js:5:26\r\n"},{}],"parallel/test-trace-events-environment.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(file))\n\n    assert(fs.existsSync(file));\n    ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-environment.js:47:5)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-http-missing-header-separator-cr.js":[true,null,{}],"parallel/test-promise-hook-on-resolve.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /The \"settledHook\" argument must be of type function/. Input:\n\n\"TypeError: Cannot read properties of undefined (reading 'onSettled')\"\n\nassert.throws(() => {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-on-resolve.js:6:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-hook-on-resolve.js:5:26\n"},{}],"pummel/test-fs-watch-system-limit.js":[true,null,{}],"parallel/test-http2-perform-server-handshake.js":[true,null,{}],"parallel/test-perf-hooks-histogram-fast-calls.js":[true,null,{}],"parallel/test-tls-client-resume-12.js":[true,null,{}],"parallel/test-http2-respond-file-range.js":[true,null,{}],"parallel/test-repl-completion-on-getters-disabled.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-repl-completion-on-getters-disabled.js\nREPL completion in relation of getters ...\n  standard behavior without proxies/getters ...\n    completion of nested properties of an undeclared objects ... ok (7ms)\n    completion of nested properties on plain objects ... ok (6ms)\n  standard behavior without proxies/getters ... ok (14ms)\n  completions on an object with getters ...\n    completions are generated for properties that don't trigger getters ... FAILED (12ms)\n    no completions are generated for properties that trigger getters ... FAILED (14ms)\n    no side effects are triggered for getters during completion ... FAILED (2ms)\n  completions on an object with getters ... FAILED (due to 3 failed steps) (30ms)\n  completions on proxies ...\n    no completions are generated for a proxy object ... FAILED (8ms)\n    no completions are generated for a proxy present in a standard object ... FAILED (5ms)\n  completions on proxies ... FAILED (due to 2 failed steps) (14ms)\nREPL completion in relation of getters ... FAILED (due to 2 failed steps) (59ms)\n\n ERRORS \n\nREPL completion in relation of getters ... completions on an object with getters ... completions are generated for properties that don't trigger getters => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: completion 'objWithGetters[\"foo\"].bar' not found\n          assert(actualCompletions.includes(expectedCompletion), `completion '${expectedCompletion}' not found`)\n          ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-completion-on-getters-disabled.js:20:11\n    at Array.forEach (<anonymous>)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-completion-on-getters-disabled.js:19:29\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at _doComplete (node:repl:718:9)\n    at REPLServer.completer (node:repl:631:7)\n    at REPLServer.co ..."},{"usesNodeTest":1}],"parallel/test-zlib-not-string-or-buffer.js":[true,null,{}],"parallel/test-diagnostics-channel-tracing-channel-promise-error.js":[true,null,{}],"parallel/test-eslint-async-iife-no-unused-result.js":[true,null,{}],"test-runner/test-output-name-and-skip-patterns.mjs":[true,null,{}],"parallel/test-net-connect-reset-before-connected.js":[true,null,{}],"parallel/test-whatwg-webstreams-encoding.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_ENCODING_NOT_SUPPORTED'\n- }\n\n  assert.throws(() => new TextDecoderStream(i), {\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-encoding.js:16:10\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-encoding.js:15:29)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-encoding.js:5:26\n"},{}],"parallel/test-tls-wrap-event-emmiter.js":[true,null,{}],"parallel/test-microtask-queue-integration.js":[true,null,{}],"parallel/test-zlib-brotli-from-string.js":[true,null,{}],"client-proxy/test-https-proxy-request-empty-response.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /ERR_PROXY_TUNNEL.*Connection to establish proxy tunnel ended unexpectedly/. Input:\n\n'Request Error Error: unable to verify the first certificate\\n' +\n  '    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\\n' +\n  '  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\\n' +\n  '}\\n'\n\nassert.match(stderr, /ERR_PROXY_TUNNEL.*Connection to establish proxy tunnel ended unexpectedly/);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-empty-response.mjs:45:8\n"},{}],"parallel/test-worker-message-port-close.js":[true,null,{}],"parallel/test-http-client-close-with-default-agent.js":[true,null,{}],"parallel/test-stream-writable-needdrain-state.js":[true,null,{}],"parallel/test-buffer-readfloat.js":[true,null,{}],"parallel/test-https-resume-after-renew.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: server._sharedCreds.context.enableTicketKeyCallback is not a function\nserver._sharedCreds.context.enableTicketKeyCallback();\n                            ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-resume-after-renew.js:23:29)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-resume-after-renew.js:5:26\n"},{}],"sequential/test-worker-prof.js":[true,null,{}],"parallel/test-process-dlopen-error-message-crash.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'TypeError'\n- 'Error'\n\n  assert.strictEqual(name, 'Error');\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-dlopen-error-message-crash.js:18:10)\n    at expectedException (ext:deno_node/assert.ts:199:19)\n    at expectsError (ext:deno_node/assert.ts:312:5)\n    at assert.throws (ext:deno_node/assert.ts:359:5)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-dlopen-error-message-crash.js:15:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"client-proxy/test-http-proxy-request-proxy-failure-hang-up.mjs":[false,{"code":1,"stderr":"[STDOUT] Status Code: 400\n\n[STDOUT] Headers: { connection: \"close\" }\n\n[CLOSE] 0 null\n\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /Error: socket hang up/. Input:\n\n''\n\nassert.match(stderr, /Error: socket hang up/);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-proxy-request-proxy-failure-hang-up.mjs:33:8\n"},{}],"parallel/test-fs-promises-watch-ignore-function.mjs":[true,null,{}],"parallel/test-tls-peer-certificate-multi-keys.js":[true,null,{}],"client-proxy/test-https-proxy-request-proxy-failure-404.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) TypeError: Cannot read properties of null (reading 'length')\nassert.strictEqual(stderr.match(/ERR_PROXY_TUNNEL.*Failed to establish tunnel to .* HTTP\\/1\\.1 404 Not Found/g).length, 1);\n                                                                                                               ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-proxy-failure-404.mjs:46:112\n"},{}],"parallel/test-fs-promises-file-handle-read-worker.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) DataCloneError: function mustNotCall(...args) {\n    const argsInfo = args.length > 0 ?\n      `\\ncalled with arguments: ${args.m...<omitted>... } could not be cloned.\n    new Worker(__filename, {\n    ^\n    at serializeErrorCb (ext:deno_web/13_message_port.js:619:9)\n    at Object.serialize (ext:core/01_core.js:1112:14)\n    at serializeJsMessageData (ext:deno_web/13_message_port.js:669:31)\n    at new NodeWorker (ext:deno_node/worker_threads.ts:266:40)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-promises-file-handle-read-worker.js:16:5\n"},{}],"parallel/test-fs-truncate-sync.js":[true,null,{}],"parallel/test-cluster-worker-death.js":[true,null,{}],"parallel/test-http-unix-socket-keep-alive.js":[true,null,{}],"parallel/test-tls-ticket.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(session.compare(s.getSession()), 0);\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-ticket.js:113:10\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at TLSSocket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-ticket.js:140:36)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:427:22)\n    at emitPendingSession (ext:deno_node/_tls_wrap.js:103:14)\n    at TLSSocket.<anonymous> (ext:deno_node/_tls_wrap.js:1482:45)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:427:22)\n    at ext:deno_node/net.ts:1219:14\n"},{}],"pseudo-tty/test-stop-trace-sigint.js":[true,null,{}],"parallel/test-tls-connect-stream-writes.js":[true,null,{}],"parallel/test-internal-async-context-frame-enabled.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-fs-watch-recursive-add-file.js":[true,null,{}],"pseudo-tty/test-stderr-stdout-handle-sigwinch.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\r\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\r\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-stderr-stdout-handle-sigwinch.js:8:26\r\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\r\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-stderr-stdout-handle-sigwinch.js:23:31)\r\n    at Module._compile (node:module:1644:34)\r\n    at loadMaybeCjs (node:module:1672:12)\r\n    at Object..js (node:module:1654:12)\r\n    at Module.load (node:module:1515:32)\r\n    at Module._load (node:module:1212:14)\r\nMismatched <anonymous> function calls. Expected exactly 1, actual 0.\r\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\r\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-stderr-stdout-handle-sigwinch.js:8:26\r\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\r\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-stderr-stdout-handle-sigwinch.js:26:31)\r\n    at Module._compile (node:module:1644:34)\r\n    at loadMaybeCjs (node:module:1672:12)\r\n    at Object..js (node:module:1654:12)\r\n    at Module.load (node:module:1515:32)\r\n    at Module._load (node:module:1212:14)\r\n"},{}],"parallel/test-process-exception-capture-should-abort-on-uncaught.js":[true,null,{}],"sequential/test-debugger-invalid-args.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-http2-invalidheaderfield.js":[true,null,{}],"parallel/test-fs-lchown-negative-one.js":[true,null,{}],"parallel/test-process-getactiveresources-track-active-requests.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 12\n\nassert.strictEqual(process.getActiveResourcesInfo().length, 12);\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-getactiveresources-track-active-requests.js:11:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-getactiveresources-track-active-requests.js:5:26\n"},{}],"parallel/test-async-hooks-worker-asyncfn-terminate-2.js":[true,null,{}],"parallel/test-debugger-scripts.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"internet/test-https-issue-43963.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n\nfalse !== true\n\n    assert.strictEqual(Object.keys(tlsSocket.address()).length !== 0, true);\n           ^\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-https-issue-43963.js:12:12)\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Server.emit (ext:deno_node/_events.mjs:427:22)\n    at TLSSocket.onSocketTLSError (ext:deno_node/_tls_wrap.js:1160:29)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:415:20)\n    at TLSSocket._tlsError (ext:deno_node/_tls_wrap.js:862:8)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:427:22)\n    at emitErrorNT (ext:deno_node/internal/streams/destroy.js:175:8)\n    at emitErrorCloseNT (ext:deno_node/internal/streams/destroy.js:134:3)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n"},{}],"parallel/test-dgram-connect-send-multi-buffer-copy.js":[true,null,{}],"parallel/test-worker-node-options.js":[false,{"code":1,"stderr":"\n[process 19878]: --- stderr ---\nerror: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/spawn-worker-with-copied-env\". Maybe add a '.js' extension or run with --sloppy-imports\n\n[process 19878]: --- stdout ---\n\n[process 19878]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 1, expected 0\nspawnSyncAndExitWithoutError(\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-node-options.js:14:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-node-options.js:5:26\n"},{}],"parallel/test-tls-socket-destroy.js":[true,null,{}],"parallel/test-net-bytes-read.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: write EPIPE\n    at WriteWrap.onWriteComplete [as oncomplete] (ext:deno_node/internal/stream_base_commons.ts:67:18)\n"},{}],"parallel/test-file.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(inspect(file).startsWith('File { size: 0, type: \\'\\', name: \\'\\', lastModified:'))\n\n  assert(inspect(file).startsWith('File { size: 0, type: \\'\\', name: \\'\\', lastModified:'));\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-file.js:125:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-file.js:5:26\n"},{}],"parallel/test-fs-readdir-pipe.js":[true,null,{}],"wasi/test-wasi-preopen_populates.js":[true,null,{}],"parallel/test-https-agent-sockets-leak.js":[true,null,{}],"parallel/test-child-process-constructor.js":[true,null,{}],"parallel/test-process-euid-egid.js":["IGNORE",null,{"ignoreReason":"error: Uncaught (in promise) AssertionError: The input did not match the regular"}],"system-ca/test-native-intermediate-certs.mjs":["IGNORE",null,{"ignoreReason":"Node.js system CA certificate handling is not implemented in Deno"}],"parallel/test-performance-measure.js":[true,null,{}],"parallel/test-dummy-stdio.js":["IGNORE",null,{"ignoreReason":"resetStdioForTesting is not a function"}],"parallel/test-cluster-disconnect-race.js":[true,null,{}],"parallel/test-stream-writable-destroy.js":[true,null,{}],"parallel/test-fs-read-stream-inherit.js":[true,null,{}],"parallel/test-memory-usage-emfile.js":[true,null,{}],"parallel/test-whatwg-url-custom-searchparams-sort.js":[true,null,{}],"parallel/test-process-emit.js":[true,null,{}],"parallel/test-socket-write-after-fin.js":[true,null,{}],"parallel/test-runner-misc.js":[false,{"code":1,"stderr":"Uncaught error from ./test/parallel/test-runner-misc.js FAILED\n\n ERRORS \n\n./test/parallel/test-runner-misc.js (uncaught error)\nerror: (in promise) AssertionError: The input did not match the regular expression /pass 2$/m. Input:\n\n''\n\n  assert.match(stdout, /pass 2$/m);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-misc.js:36:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-misc.js:7:9\nThis error was not caught from a test and caused the test runner to fail on the referenced module.\nIt most likely originated from a dangling promise, event/timeout handler or top-level code.\n\n FAILURES \n\n./test/parallel/test-runner-misc.js (uncaught error)\n\nFAILED | 0 passed | 1 failed (0ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-compile-cache-api-flush.js":[true,null,{}],"parallel/test-crypto-domains.js":[true,null,{}],"parallel/test-child-process-stdio-big-write-end.js":[true,null,{}],"parallel/test-child-process-stdio-overlapped.js":[true,null,{}],"parallel/test-readable-large-hwm.js":[true,null,{}],"parallel/test-http-parser-memory-retention.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-diagnostics-channel-http2-server-stream-created.js":[true,null,{}],"es-module/test-esm-namespace.mjs":[true,null,{}],"parallel/test-compile-cache-typescript-strip-miss.js":[true,null,{}],"parallel/test-crypto-secure-heap.js":["IGNORE",null,{"ignoreReason":"Secure heap is OpenSSL specific, not in Deno"}],"parallel/test-fs-cp-promises-options-validation.mjs":[true,null,{}],"parallel/test-mime-api.js":[true,null,{}],"parallel/test-http2-util-nghttp2error.js":[true,null,{}],"parallel/test-diagnostics-channel-tracing-channel-sync-run-stores.js":[true,null,{}],"parallel/test-fs-open-flags.js":[true,null,{}],"parallel/test-process-kill-null.js":[true,null,{}],"parallel/test-child-process-exec-stdout-stderr-data-string.js":[true,null,{}],"parallel/test-http-client-abort.js":[true,null,{}],"parallel/test-tls-friendly-error-message.js":[true,null,{}],"parallel/test-v8-deserialize-buffer.js":[true,null,{}],"client-proxy/test-http-set-global-proxy-from-env-no-proxy.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: require(...).setGlobalProxyFromEnv is not a function\n  restore = require('http').setGlobalProxyFromEnv(config);\n                            ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:4:29)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:5:26\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: require(...).setGlobalProxyFromEnv is not a function\\n' +\n+     \"  restore = require('http').setGlobalProxyFromEnv(config);\\n\" +\n+     '                            ^\\n' +\n+     '    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:4:29)\\n' +\n+     '    at Module._compile (node:module:1644:34)\\n' +\n+     '    at loadMaybeCjs (node:module:1672:12)\\n' +\n+     '    at Object..js (node:module:1654:12)\\n' +\n+     '    at Module.load (node:module:1515:32)\\n' +\n+     '    at Module._load (node:module:1212:14)\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:5:26',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-no-proxy.mjs:10:1\n"},{}],"parallel/test-fs-write-negativeoffset.js":[true,null,{}],"parallel/test-timers-negative-duration-warning-emit-once-per-process.js":[true,null,{}],"parallel/test-process-beforeexit-throw-exit.js":[true,null,{}],"parallel/test-worker-message-not-serializable.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in worker \"[worker eval]\") Error: Cannot find module 'internal/worker/io'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/[worker eval]\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at [ext:runtime/web_worker.rs:1112:35]:8:28\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'ERR_WORKER_UNSERIALIZABLE_ERROR'\n\n  assert.strictEqual(e.code, 'ERR_WORKER_UNSERIALIZABLE_ERROR');\n         ^\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-not-serializable.js:23:10)\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at NodeWorker.emit (ext:deno_node/_events.mjs:415:20)\n    at NodeWorker.#pollControl (ext:deno_node/worker_threads.ts:424:22)\n"},{}],"parallel/test-child-process-stdout-flush-exit.js":[true,null,{}],"parallel/test-async-local-storage-http-multiclients.js":[true,null,{}],"parallel/test-runner-wait-for.js":[false,{"code":1,"stderr":"running 7 tests from ./test/parallel/test-runner-wait-for.js\ninput validation ...\n  throws if condition is not a function ... FAILED (2ms)\n  throws if options is not an object ... FAILED (1ms)\n  throws if options.interval is not a number ... FAILED (0ms)\n  throws if options.timeout is not a number ... FAILED (1ms)\ninput validation ... FAILED (due to 4 failed steps) (4ms)\nreturns the result of the condition function ... FAILED (0ms)\nreturns the result of an async condition function ... FAILED (0ms)\nerrors if the condition times out ... FAILED (0ms)\npolls until the condition returns successfully ... FAILED (0ms)\nsets last failure as error cause on timeouts ... FAILED (0ms)\nlimits polling if condition takes longer than interval ... FAILED (0ms)\n\n ERRORS \n\ninput validation ... throws if condition is not a function => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 't.waitFor is not a function'\n-   code: 'ERR_INVALID_ARG_TYPE',\n-   message: /The \"condition\" argument must be of type function/\n  }\n\n    t.assert.throws(() => {\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-wait-for.js:7:14)\n\ninput validation ... throws if options is not an object => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 't.waitFor is not a function'\n-   code: 'ERR_INVALID_ARG_TYPE',\n-   message: /The \"options\" argument must be of type object/\n  }\n\n    t.assert.throws(() => {\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-wait-for.js:16:14)\n\ninput validation ... throws if options.interval is not a number => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual  ..."},{"usesNodeTest":1}],"parallel/test-stream-writable-end-multiple.js":[true,null,{}],"parallel/test-event-emitter-symbols.js":[true,null,{}],"parallel/test-util-inspect-proxy.js":[false,{"code":1,"stderr":"\n(node:21200) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) Error: get\n  get() { throw new Error('get'); },\n                ^\n    at Object.get (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-inspect-proxy.js:32:17)\n    at formatValue (ext:deno_web/01_console.js:587:17)\n    at Object.inspect (ext:deno_node/internal/util/inspect.mjs:233:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-inspect-proxy.js:42:6)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-inspect-proxy.js:5:26\n"},{}],"pseudo-tty/test-assert-colors.js":[false,{"code":1,"stderr":"error: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\r\n+ actual - expected\r\n\r\n  'Expected values to be strictly deep-equal:\\n' +\r\n+   '+ actual - expected\\n' +\r\n-   '\\x1b[32m+ actual\\x1b[39m \\x1b[31m- expected\\x1b[39m\\n' +\r\n    '\\n' +\r\n+   '  [\\n' +\r\n+   '+   1,\\n' +\r\n+   '    2,\\n' +\r\n+   '    2,\\n' +\r\n+   '    2,\\n' +\r\n+   '    2,\\n' +\r\n+   '-   2\\n' +\r\n+   '  ]\\n'\r\n-   '\\x1b[39m  [\\n' +\r\n-   '\\x1b[32m+\\x1b[39m   1,\\n' +\r\n-   '\\x1b[39m    2,\\n' +\r\n-   '\\x1b[39m    2,\\n' +\r\n-   '\\x1b[39m    2,\\n' +\r\n-   '\\x1b[39m    2,\\n' +\r\n-   '\\x1b[31m-\\x1b[39m   2\\n' +\r\n-   '\\x1b[39m  ]\\n'\r\n\r\n  assert.strictEqual(err.message, expected);\r\n         ^\r\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-assert-colors.js:27:10)\r\n    at expectedException (ext:deno_node/assert.ts:199:19)\r\n    at expectsError (ext:deno_node/assert.ts:312:5)\r\n    at strict.throws (ext:deno_node/assert.ts:359:5)\r\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pseudo-tty/test-assert-colors.js:11:8)\r\n    at Module._compile (node:module:1644:34)\r\n    at loadMaybeCjs (node:module:1672:12)\r\n    at Object..js (node:module:1654:12)\r\n    at Module.load (node:module:1515:32)\r\n    at Module._load (node:module:1212:14)\r\n"},{}],"parallel/test-navigator.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/navigator'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-navigator.js\nconst { getNavigatorPlatform } = require('internal/navigator');\n                                 ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-navigator.js:35:34)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-permission-net-tcp.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-child-process-execfile.js":[false,{"code":1,"stderr":"\n(node:20802) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.\nerror: Uncaught (in promise) AssertionError: ifError got unwanted exception: Command failed: \"$NODE\" \"$FIXTURE\" 0\n/bin/sh: 1: \"$NODE\": not found\n\n    assert.ifError(err);\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:456:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ChildProcess.exithandler (ext:deno_node/child_process.ts:393:7)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"parallel/test-fs-cp-async-file-to-dir.mjs":[true,null,{}],"parallel/test-zlib-zstd-pledged-src-size.js":[true,null,{}],"parallel/test-tojson-perf_hooks.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'undefined'\n- 'object'\n\n  assert.strictEqual(typeof jsonObject.nodeTiming, 'object');\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tojson-perf_hooks.js:13:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tojson-perf_hooks.js:5:26\n"},{}],"internet/test-dns-cares-domains.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: dns[method] is not a function\n    dns[method](addresses.INET_HOST, common.mustCall(() => {\n               ^\n    at Domain.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dns-cares-domains.js:23:16)\n    at Domain.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Domain.run (ext:deno_node/domain.ts:160:21)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dns-cares-domains.js:22:5\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dns-cares-domains.js:20:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n"},{}],"parallel/test-domain-add-remove.js":[true,null,{}],"parallel/test-events-once.js":[true,null,{}],"parallel/test-net-socket-end-callback.js":[true,null,{}],"parallel/test-http2-large-writes-session-memory-leak.js":[true,null,{}],"test-runner/test-output-eval-tap.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: passes\\n' +\n    'ok 1 - passes\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n...\n    \"  type: 'test'\\n\" +\n-   \"  failureType: 'testCodeFailure'\\n\" +\n-   \"  error: 'fail'\\n\" +\n-   \"  code: 'ERR_TEST_FAILURE'\\n\" +\n-   '  stack: |-\\n' +\n-   '    TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_tap.js:3:1), <anonymous>:6:11)\\n' +\n-   '    <node-internal-frames>\\n' +\n    '  ...\\n' +\n    '1..2\\n' +\n    '# tests 2\\n' +\n    '# suites 0\\n' +\n    '# pass 1\\n' +\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-eval-tap.mjs:7:1\n"},{}],"parallel/test-process-execve-socket.js":["IGNORE",null,{"ignoreReason":"process.execve is not a function"}],"parallel/test-fs-glob.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-repl-pretty-custom-stack.js":[true,null,{}],"parallel/test-dns-lookup-promises.js":[true,null,{}],"parallel/test-domain-set-uncaught-exception-capture-after-load.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: function should not have been called at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-set-uncaught-exception-capture-after-load.js:12\ncalled with arguments: AssertionError [ERR_ASSERTION]: function should not have been called at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-set-uncaught-exception-capture-after-load.js:12\ncalled with arguments: AssertionError [ERR_ASSERTION]: Missing expected exception.\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-set-uncaught-exception-capture-after-load.js:11:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-set-uncaught-exception-capture-after-load.js:5:26 {\n  generatedMessage: false,\n  code: 'ERR_ASSERTION',\n  actual: undefined,\n  expected: [Function (anonymous)],\n  operator: 'throws',\n  diff: 'simple'\n}\n    at mustNotCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:551:12)\n    at process._fatalException (node:process:741:5)\n    at Module._load (node:module:1244:19)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-set-uncaught-exception-capture-after-load.js:5:26 {\n  generatedMessage: false,\n  code: 'ERR_ASSERTION',\n  actual: undefined,\n  expected: undefined,\n  operator: 'fail',\n  diff: 'simple'\n}\n    assert.fail(\n           ^\n    at mustNotCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:551:12)\n    at process._fatalException (node:process:741:5)\n    at uncaughtExceptionHandler (node:process:378:18)\n    at Object.nodeProcessUnhandledRejectionCallback (nod ..."},{}],"parallel/test-fs-readfile-pipe-large.js":[true,null,{}],"test-runner/test-output-coverage-width-80-uncovered-lines.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: Coverage Print Fixed Width 100\\n' +\n    'ok 1 - Coverage Print Fixed Width 100\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n...\n    '# todo 0\\n' +\n+   '# duration_ms *\\n'\n-   '# duration_ms *\\n' +\n-   '# start of coverage report\\n' +\n-   '# --------------------------------------------------------------------------------------------------\\n' +\n-   '# file                                      | line % | branch % | funcs % | uncovered lines\\n' +\n-   '# --------------------------------------------------------------------------------------------------\\n' +\n-   '# test                                      |        |          |         |\\n' +\n-   '#  fixtures                                 |        |          |         |\\n' +\n-   '#   test-runner                             |        |          |         |\\n' +\n-   '#    coverage-snap                          |        |          |         |\\n' +\n-   '#     a.js                                  |  55.77 |   100.00 |    0.00 | 5-7 9-11 13-15 17-19 2…\\n' +\n-   '#     b.js                                  |  45.45 |   100.00 |    0.00 | 5-7 9-11\\n' +\n-   '#     many-uncovered-lines.js               |  50.99 |    42.86 |    1.92 | 5-7 9-11 13-15 17-19 2…\\n' +\n-   '#    output                                 |        |          |         |\\n' +\n-   '#     coverage-width-80-uncovered-lines.mjs | 100.00 |   100.00 |  100.00 |\\n' +\n-   '# --------------------------------------------------------------------------------------------------\\n' +\n-   '# all files                                 |  53.13 |    60.00 |    1.61 |\\n' +\n-   '# --------------------------------------------------------------------------------------------------\\n' +\n-   '# end of coverage report\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnaps ..."},{}],"parallel/test-snapshot-stack-trace-limit.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-repl-setprompt.js":[true,null,{}],"sea/test-build-sea-executable-field.js":[true,null,{}],"parallel/test-timers-next-tick.js":[true,null,{}],"module-hooks/test-async-loader-hooks-process-exit-async.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"module-hooks/test-async-loader-hooks-throw-number.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-macos-app-sandbox.js":[true,null,{}],"parallel/test-http-allow-req-after-204-res.js":[true,null,{}],"sea/test-build-sea-missing-main.js":[true,null,{}],"parallel/test-process-execve.js":["IGNORE",null,{"ignoreReason":"process.execve is not a function"}],"es-module/test-require-module-tla-rejected.js":[true,null,{}],"client-proxy/test-https-proxy-fetch.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: error sending request for url (https://localhost:38673/test): client error (Connect): invalid peer certificate: Other(OtherError(UnsupportedCertVersion))\nconst response = await fetch(process.env.FETCH_URL);\n                 ^\n    at async mainFetch (ext:deno_fetch/26_fetch.js:437:12)\n    at async fetch (ext:deno_fetch/26_fetch.js:827:9)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:11:18\n\n    hint: Run again with the `--unsafely-ignore-certificate-errors` flag to bypass certificate errors.\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: error sending request for url (https://localhost:38673/test): client error (Connect): invalid peer certificate: Other(OtherError(UnsupportedCertVersion))\\n' +\n+     'const response = await fetch(process.env.FETCH_URL);\\n' +\n+     '                 ^\\n' +\n+     '    at async mainFetch (ext:deno_fetch/26_fetch.js:437:12)\\n' +\n+     '    at async fetch (ext:deno_fetch/26_fetch.js:827:9)\\n' +\n+     '    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:11:18\\n' +\n+     '\\n' +\n+     '    hint: Run again with the `--unsafely-ignore-certificate-errors` flag to bypass certificate errors.',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-fetch.mjs:44:1\n\n    hint: Run again with the `--unsafely-ignore-certificate-errors` flag to bypass certificate errors.\n"},{}],"pummel/test-process-cpuUsage.js":[true,null,{}],"sea/test-build-sea-already-exists.js":[true,null,{}],"parallel/test-debugger-exec.js":[true,null,{}],"parallel/test-http-server-capture-rejections.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: kaboom\n    throw new Error('kaboom');\n          ^\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-server-capture-rejections.js:14:11)\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Server.emit (ext:deno_node/_events.mjs:415:20)\n    at parserOnIncoming (node:_http_server:715:14)\n    at HTTPParser.parserOnHeadersComplete (node:_http_common:113:17)\n"},{}],"parallel/test-http2-status-code-invalid.js":[true,null,{}],"parallel/test-repl-syntax-error-stack.js":[true,null,{}],"parallel/test-heap-prof-exit.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(profiles.length, 1);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-exit.js:39:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-exit.js:5:26\n"},{}],"parallel/test-dns-setservers-type-check.js":[true,null,{}],"parallel/test-diagnostics-channel-module-import.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   {\n-     name: 'start',\n-     parentURL: 'file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-diagnostics-channel-module-import.js',\n-     url: 'http'\n-   },\n-   {\n-     name: 'end',\n-     parentURL: 'file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-diagnostics-channel-module-import.js',\n-     url: 'http'\n-   },\n-   {\n-     name: 'asyncStart',\n-     parentURL: 'file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-diagnostics-channel-module-import.js',\n-     result: [Module: null prototype] {\n-       Agent: [Function: Agent] {\n-         defaultMaxSockets: Infinity\n-       },\n-       ClientRequest: [Function: ClientRequest],\n-       IncomingMessage: [Function: IncomingMessage],\n-       METHODS: [\n-         'ACL',\n-         'BIND',\n-         'CHECKOUT',\n-         'CONNECT',\n-         'COPY',\n-         'DELETE',\n-         'GET',\n-         'HEAD',\n-         'LINK',\n-         'LOCK',\n-         'M-SEARCH',\n-         'MERGE',\n-         'MKACTIVITY',\n-         'MKCALENDAR',\n-         'MKCOL',\n-         'MOVE',\n-         'NOTIFY',\n-         'OPTIONS',\n-         'PATCH',\n-         'POST',\n-         'PROPFIND',\n-         'PROPPATCH',\n-         'PURGE',\n-         'PUT',\n-         'QUERY',\n-         'REBIND',\n-         'REPORT',\n-         'SEARCH',\n-         'SOURCE',\n-         'SUBSCRIBE',\n-         'TRACE',\n-         'UNBIND',\n-         'UNLINK',\n-         'UNLOCK',\n-         'UNSUBSCRIBE'\n-       ],\n-       OutgoingMessage: [Function: OutgoingMessage],\n-       STATUS_CODES: {\n-         '100': 'Continue',\n-         '101': 'Switching Protocols',\n-         '102': 'Processing',\n-         '103': 'Early Hints',\n-         '200': 'OK',\n-         '201': 'Created',\n-         '202': 'Accepted',\n-         '203': 'Non-Authoritative Information',\n-         '204': 'No Cont ..."},{}],"parallel/test-process-binding-util.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [\n+   'ALL_PROPERTIES',\n+   'ONLY_CONFIGURABLE',\n+   'ONLY_ENUMERABLE',\n+   'ONLY_ENUM_WRITABLE',\n+   'ONLY_WRITABLE',\n+   'SKIP_STRINGS',\n+   'SKIP_SYMBOLS',\n+   'arrayBufferViewHasBuffer',\n+   'default',\n+   'getOwnNonIndexProperties',\n+   'guessHandleType',\n+   'isArrayIndex',\n+   'parseEnv',\n+   'untransferableSymbol'\n-   'isAnyArrayBuffer',\n-   'isArrayBuffer',\n-   'isArrayBufferView',\n-   'isAsyncFunction',\n-   'isDataView',\n-   'isDate',\n-   'isExternal',\n-   'isMap',\n-   'isMapIterator',\n-   'isNativeError',\n-   'isPromise',\n-   'isRegExp',\n-   'isSet',\n-   'isSetIterator',\n-   'isTypedArray',\n-   'isUint8Array'\n  ]\n\nassert.deepStrictEqual(\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-binding-util.js:7:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-binding-util.js:5:26\n"},{}],"parallel/test-fs-buffertype-writesync.js":[true,null,{}],"parallel/test-crypto-publicDecrypt-fails-first-time.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Unsupported cipher for PKCS#8 encryption: aes-128-ecb\nconst { privateKey, publicKey } = crypto.generateKeyPairSync('rsa', {\n                                         ^\n    at PrivateKeyObject.export (ext:deno_node/internal/crypto/keys.ts:559:16)\n    at Object.generateKeyPairSync (ext:deno_node/internal/crypto/keygen.ts:88:39)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-crypto-publicDecrypt-fails-first-time.js:19:42)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-crypto-publicDecrypt-fails-first-time.js:5:26\n"},{}],"sea/test-single-executable-application-inspect.js":[true,null,{}],"parallel/test-shadow-realm-preload-module.js":[false,{"code":1,"stderr":"\n[process 10626]: --- stderr ---\nerror: Uncaught (in promise) Error: Not supported\nconst realm = new ShadowRealm();\n              ^\n    at new ShadowRealm (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-module-shadow-realm/preload-main.js:7:15)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-module-shadow-realm/preload-main.js:5:26\n\n[process 10626]: --- stdout ---\n\n[process 10626]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 1, expected 0\n  spawnSyncAndExitWithoutError(process.execPath, [\n  ^\n    at main (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-shadow-realm-preload-module.js:12:3)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-shadow-realm-preload-module.js:20:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-shadow-realm-preload-module.js:5:26\n"},{}],"parallel/test-env-var-no-warnings.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /Warning: foo\\n/. Input:\n\n'(node:17079) Warning: foo'\n\n        assert.match(stderr.trim(), /Warning: foo\\n/);\n               ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-env-var-no-warnings.js:19:16\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ChildProcess.exithandler (ext:deno_node/child_process.ts:380:9)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"parallel/test-stream3-cork-uncork.js":[true,null,{}],"parallel/test-timers-immediate-promisified.js":[true,null,{}],"parallel/test-repl-preview.js":[true,null,{}],"parallel/test-child-process-spawn-windows-batch-file.js":[true,null,{}],"parallel/test-zlib-dictionary.js":[true,null,{}],"wasi/test-wasi-getrusage.js":[true,null,{}],"parallel/test-https-agent-session-injection.js":[true,null,{}],"parallel/test-dotenv-edge-cases.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-dotenv-edge-cases.js\n.env supports edge cases ...\n  supports multiple declarations, including optional ones ... FAILED (128ms)\n  should not support comma-separated env files ... FAILED (65ms)\n  supports absolute paths ... ok (63ms)\n  supports a space instead of '=' for the flag  ... ok (75ms)\n  should handle non-existent .env file ... FAILED (63ms)\n  should handle non-existent optional .env file ... ok (66ms)\n  should not override existing environment variables but introduce new vars ... ok (67ms)\n  should handle multiline quoted values ... ok (70ms)\n  should handle empty value without a newline at the EOF ... ok (67ms)\n  should handle lines that come after lines with only spaces (and tabs) ... ok (68ms)\n  should handle when --env-file is passed along with -- ... FAILED (71ms)\n  should handle file without a final newline ... ok (108ms)\n  should reject invalid env file flag ... FAILED (7ms)\n  should handle invalid multiline syntax ... ok (0ms)\n  should handle trimming of keys and values correctly ... ok (0ms)\n  should handle a comment in a valid value ... ok (0ms)\n.env supports edge cases ... FAILED (due to 5 failed steps) (922ms)\n\n ERRORS \n\n.env supports edge cases ... supports multiple declarations, including optional ones => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [\n    {\n+     code: 1,\n-     code: 0,\n      signal: null,\n+     stderr: \"Warning The `--env-file` flag was used, but the environment file specified '.env' was not found.\\n\" +\n+       'error: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\\n' +\n+       '+ actual - expected\\n' +\n+       '\\n' +\n+       '+ undefined\\n' +\n+       \"- 'basic'\\n\" +\n+       '\\n' +\n+       '    at [eval]:1:8\\n' +\n+       '    at Script.#runInContext (ext:deno_node/vm.js:139:12)\\n' +\n+       '    at Script.runInThisContext (ext:deno_node/vm.js:149:30)\\n' +\n+       '    at Object.runI ..."},{"usesNodeTest":1}],"parallel/test-crypto-certificate.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-builtin-on-disk-require.js":[true,null,{}],"parallel/test-v8-flags.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) SyntaxError: Unexpected token '%'\nassert(eval('%IsSmi(42)'));\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-flags.js:11:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-flags.js:5:26\n"},{}],"parallel/test-outgoing-message-pipe.js":[true,null,{}],"parallel/test-stream-passthrough-drain.js":[true,null,{}],"parallel/test-snapshot-net.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-require-mjs.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\nassert.throws(\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-require-mjs.js:10:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-require-mjs.js:5:26\n"},{}],"module-hooks/test-module-hooks-resolve-builtin-builtin-require.js":[true,null,{}],"es-module/test-esm-loader-with-syntax-error.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-loader-with-syntax-error.mjs\nESM: loader with syntax error ...\n  should crash the node process ... FAILED (37ms)\nESM: loader with syntax error ... FAILED (due to 1 failed step) (38ms)\n\n ERRORS \n\nESM: loader with syntax error ... should crash the node process => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: The input did not match the regular expression /SyntaxError/. Input:\n\n'Bad command or file name\\n'\n\n    assert.match(stderr, /SyntaxError/);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-with-syntax-error.mjs:16:12)\n\n FAILURES \n\nESM: loader with syntax error ... should crash the node process => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 1 failed (1 step) (40ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-net-listen-after-destroying-stdin.js":[true,null,{}],"parallel/test-vm-timeout-escape-promise.js":[true,null,{}],"parallel/test-fs-chown-negative-one.js":[true,null,{}],"parallel/test-websocket-disabled.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'function'\n- 'undefined'\n\nassert.strictEqual(typeof WebSocket, 'undefined');\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-websocket-disabled.js:7:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-websocket-disabled.js:5:26\n"},{}],"parallel/test-worker-terminate-microtask-loop.js":[true,null,{}],"parallel/test-repl-custom-eval.js":[true,null,{"usesNodeTest":1}],"parallel/test-fs-cp-async-dereference-force-false-silent-fail.mjs":[true,null,{}],"parallel/test-fs-watch-recursive-validate.js":[true,null,{}],"parallel/test-util-styletext.js":[true,null,{}],"parallel/test-worker-terminate-ref-public-port.js":[true,null,{}],"parallel/test-beforeexit-event-exit.js":[true,null,{}],"parallel/test-http-server-headers-timeout-interrupted-headers.js":[true,null,{}],"es-module/test-typescript-transform.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-https-server-connections-checking-leak.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at new Countdown (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/countdown.js:13:30)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-server-connections-checking-leak.js:20:19)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-server-connections-checking-leak.js:5:26\n\n"},{}],"parallel/test-http-localaddress.js":[true,null,{}],"parallel/test-inspector-overwrite-config.js":[false,{"code":1,"stderr":"Test inspector logging\n\nerror: Uncaught (in promise) AssertionError: log statement did not reach the inspector\n  assert.ok(asserted, 'log statement did not reach the inspector');\n         ^\n    at runTests (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-overwrite-config.js:43:10)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-overwrite-config.js:5:26\n"},{}],"parallel/test-stream-readable-to-web-byob.js":[true,null,{}],"parallel/test-permission-config-file.mjs":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-worker-load-file-with-extension-other-than-js.js":[true,null,{}],"client-proxy/test-http-proxy-request-connection-refused.mjs":[false,{"code":1,"stderr":"Trying proxy at port 39309\n[STDOUT] Status Code: 400\n\n[STDOUT] Headers: { connection: \"close\" }\n\n[CLOSE] 0 null\nTrying proxy at port 37143\n[STDOUT] Status Code: 400\nHeaders: { connection: \"close\" }\n\n[CLOSE] 0 null\nTrying proxy at port 46787\n[STDOUT] Status Code: 400\n\n[STDOUT] Headers: { connection: \"close\" }\n\n[CLOSE] 0 null\nTrying proxy at port 43177\n[STDOUT] Status Code: 400\nHeaders: { connection: \"close\" }\n\n[CLOSE] 0 null\nTrying proxy at port 44607\n[STDOUT] Status Code: 400\n\n[STDOUT] Headers: { connection: \"close\" }\n\n[CLOSE] 0 null\nTrying proxy at port 32891\n[STDOUT] Status Code: 400\nHeaders: { connection: \"close\" }\n\n[CLOSE] 0 null\nTrying proxy at port 37391\n[STDOUT] Status Code: 400\n\n[STDOUT] Headers: { connection: \"close\" }\n\n[CLOSE] 0 null\nTrying proxy at port 43905\n[STDOUT] Status Code: 400\n\n[STDOUT] Headers: { connection: \"close\" }\n\n[CLOSE] 0 null\nTrying proxy at port 45323\n[STDOUT] Status Code: 400\nHeaders: { connection: \"close\" }\n\n[CLOSE] 0 null\nTrying proxy at port 40311\n[STDOUT] Status Code: 400\nHeaders: { connection: \"close\" }\n\n[CLOSE] 0 null\n\nerror: Uncaught (in promise) AssertionError: Expected ECONNREFUSED error from proxy request\nassert(foundRefused, 'Expected ECONNREFUSED error from proxy request');\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-proxy-request-connection-refused.mjs:48:1\n"},{}],"parallel/test-stream-pipe-unpipe-streams.js":[true,null,{}],"parallel/test-eslint-require-common-first.js":[true,null,{}],"pummel/test-structuredclone-jstransferable.js":[true,null,{}],"parallel/test-async-wrap-pop-id-during-load.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: EXIT CODE: 1, STDERR:\nerror: Uncaught (in promise) RangeError: Maximum call stack size exceeded\n  async function fn() {\n                   ^\n    at fn (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-pop-id-during-load.js:6:20)\n    at fn (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-pop-id-during-load.js:7:5)\n    at fn (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-pop-id-during-load.js:7:5)\n    at fn (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-pop-id-during-load.js:7:5)\n    at fn (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-pop-id-during-load.js:7:5)\n    at fn (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-pop-id-during-load.js:7:5)\n    at fn (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-pop-id-during-load.js:7:5)\n    at fn (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-pop-id-during-load.js:7:5)\n    at fn (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-pop-id-during-load.js:7:5)\n    at fn (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-pop-id-during-load.js:7:5)\n\n\n1 !== 0\n\nassert.strictEqual(ret.status, 0,\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-pop-id-during-load.js:21:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_comp ..."},{}],"parallel/test-fs-readv-promisify.js":[true,null,{}],"parallel/test-crypto-keygen-async-encrypted-private-key.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-load-builtin-redirect-prefix.js":[true,null,{}],"parallel/test-zlib-const.js":[true,null,{}],"parallel/test-tls-invoke-queued.js":[true,null,{}],"parallel/test-fs-cp-sync-dereference.js":[true,null,{}],"es-module/test-esm-snapshot.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n2 !== 1\n\nassert.strictEqual(one, 1);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-snapshot.mjs:6:8\n"},{}],"parallel/test-timers-clear-timeout-interval-equivalent.js":[true,null,{}],"parallel/test-crypto-hash.js":[true,null,{}],"parallel/test-eslint-must-call-assert.js":[true,null,{"usesNodeTest":1}],"parallel/test-fs-promises-file-handle-readLines.mjs":[true,null,{}],"test-runner/test-output-arbitrary-output-colored.mjs":[true,null,{}],"module-hooks/test-module-hooks-load-detection.js":[true,null,{}],"parallel/test-http-head-response-has-no-body-end.js":[true,null,{}],"parallel/test-crypto-dh-modp2-views.js":[true,null,{}],"parallel/test-http-transfer-encoding-repeated-chunked.js":[true,null,{}],"es-module/test-esm-imports-deprecations.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) SyntaxError: The requested module '../fixtures/es-modules/pkgimports/importer.js' does not provide an export named 'default' at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-imports.mjs:4:8\nawait import('./test-esm-imports.mjs');\n^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-imports-deprecations.mjs:27:1\n"},{}],"parallel/test-module-circular-symlinks.js":[true,null,{}],"sequential/test-watch-mode.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{"usesNodeTest":1}],"parallel/test-zlib-close-after-error.js":[true,null,{}],"parallel/test-console-table.js":[true,null,{}],"parallel/test-crypto-subtle-cross-realm.js":[true,null,{}],"es-module/test-esm-symlink-type.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: For {\"source\":\"extensionless-symlink-to-file-in-module-scope\",\"target\":\"/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/package-type-module/index.js\",\"prints\":\"package-type-module\",\"errorsWithPreserveSymlinksMain\":true}, failed to find package-type-module in: <\n\n>\n          assert.fail(`For ${JSON.stringify(symlink)}, failed to find ` +\n                 ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-symlink-type.js:75:18\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ChildProcess.exithandler (ext:deno_node/child_process.ts:393:7)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"parallel/test-errors-systemerror-frozen-intrinsics.js":[true,null,{}],"parallel/test-tls-client-abort.js":[true,null,{}],"parallel/test-vm-global-non-writable-properties.js":[true,null,{}],"es-module/test-esm-in-require-cache.js":[true,null,{}],"parallel/test-quic-exports.mjs":[true,null,{}],"parallel/test-net-dns-lookup.js":[true,null,{}],"client-proxy/test-http-set-global-proxy-from-env-fetch-empty.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: http.setGlobalProxyFromEnv is not a function\n  restore = http.setGlobalProxyFromEnv(config);\n                 ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:6:18\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: http.setGlobalProxyFromEnv is not a function\\n' +\n+     '  restore = http.setGlobalProxyFromEnv(config);\\n' +\n+     '                 ^\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:6:18',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-fetch-empty.mjs:11:1\n"},{}],"parallel/test-runner-mock-timers.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-runner-mock-timers.js\nMock Timers Test Suite ...\n  MockTimers API ...\n    should throw an error if trying to enable a timer that is not supported ... FAILED (2ms)\n    should throw an error if data type of trying to enable a timer is not string ... FAILED (1ms)\n    should throw an error if trying to enable a timer twice ... FAILED (0ms)\n    should not throw if calling reset without enabling timers ... FAILED (1ms)\n    should throw an error if calling tick without enabling timers ... FAILED (0ms)\n    should throw an error if calling tick with a negative number ... FAILED (0ms)\n    should check that propertyDescriptor gets back after resetting timers ... FAILED (1ms)\n    should reset all timers when calling .reset function ... FAILED (0ms)\n    should reset all timers when calling Symbol.dispose ... FAILED (0ms)\n    should execute in order if timeout is the same ... FAILED (1ms)\n    runAll Suite ...\n      should throw an error if calling runAll without enabling timers ... FAILED (0ms)\n      should trigger all timers when calling .runAll function ... FAILED (0ms)\n      should increase the epoch as the tick run for runAll ... FAILED (0ms)\n      should not error if there are not timers to run ... FAILED (0ms)\n    runAll Suite ... FAILED (due to 4 failed steps) (2ms)\n    interval cleared inside callback should only fire once ... FAILED (0ms)\n  MockTimers API ... FAILED (due to 12 failed steps) (12ms)\n  globals/timers ...\n    setTimeout Suite ...\n      should advance in time and trigger timers when calling the .tick function ... FAILED (0ms)\n      should advance in time and trigger timers when calling the .tick function multiple times ... FAILED (0ms)\n      should work with the same params as the original setTimeout ... FAILED (0ms)\n      should keep setTimeout working if timers are disabled ... ok (4ms)\n      should change timeout to 1ms when it is > TIMEOUT_MAX ... FAILED (1ms)\n      should change the delay to one if timeout < 0 ... ..."},{"usesNodeTest":1}],"parallel/test-inspector-console.js":[true,null,{}],"parallel/test-path-win32-normalize-device-names.js":[true,null,{}],"parallel/test-whatwg-url-custom-searchparams-inspect.js":[true,null,{}],"parallel/test-worker-message-port-transfer-fake-js-transferable.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'undefined'\n- 'symbol'\n\n  assert.strictEqual(typeof kTransfer, 'symbol');\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-message-port-transfer-fake-js-transferable.js:21:10\n"},{}],"parallel/test-tls-tlswrap-segfault-2.js":[true,null,{}],"es-module/test-esm-repl.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n2 !== 0\n\n  assert.strictEqual(code, 0);\n         ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-repl.js:17:10)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-dgram-connect-send-empty-array.js":[true,null,{}],"client-proxy/test-http-set-global-proxy-from-env-fetch-restore.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: http.setGlobalProxyFromEnv is not a function\n  restore = http.setGlobalProxyFromEnv(config);\n                 ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:6:18\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: http.setGlobalProxyFromEnv is not a function\\n' +\n+     '  restore = http.setGlobalProxyFromEnv(config);\\n' +\n+     '                 ^\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/fetch-and-log.mjs:6:18',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello world\\nHello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-fetch-restore.mjs:11:1\n"},{}],"parallel/test-path-parse-format.js":[true,null,{}],"parallel/test-http2-compat-socket.js":[true,null,{}],"parallel/test-http2-createwritereq.js":[true,null,{}],"parallel/test-http-zerolengthbuffer.js":[true,null,{}],"parallel/test-worker-stack-overflow-stack-size.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in worker \"[worker eval]\") RangeError: Maximum call stack size exceeded\n    at f ([ext:runtime/web_worker.rs:1112:35]:7:13)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\nerror: Uncaught (in worker \"[worker eval]\") RangeError: Maximum call stack size exceeded\n    at f ([ext:runtime/web_worker.rs:1112:35]:7:13)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\nerror: Uncaught (in worker \"[worker eval]\") RangeError: Maximum call stack size exceeded\n    at f ([ext:runtime/web_worker.rs:1112:35]:7:13)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\nerror: Uncaught (in worker \"[worker eval]\") RangeError: Maximum call stack size exceeded\n    at f ([ext:runtime/web_worker.rs:1112:35]:7:13)\n    at f ([ext:runtime/web_worker.rs:1112:35]:9:5)\n    at  ..."},{}],"internet/test-dns-ipv4.js":[true,null,{}],"parallel/test-perf-hooks-worker-timeorigin.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 1779447929972.2305\n- 1779447929948.834\n             ^\n\n  assert.strictEqual(timeOrigin, performance.timeOrigin);\n         ^\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-perf-hooks-worker-timeorigin.js:15:10)\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at NodeWorker.emit (ext:deno_node/_events.mjs:415:20)\n    at NodeWorker.#dispatchWorkerThreadMessage (ext:deno_node/worker_threads.ts:491:14)\n    at NodeWorker.#pollMessages (ext:deno_node/worker_threads.ts:513:49)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-perf-hooks-worker-timeorigin.js:5:26\n"},{}],"parallel/test-http-request-invalid-method-error.js":[true,null,{}],"es-module/test-esm-main-lookup.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: get %Error.prototype%.url at /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-main-lookup.mjs:6\n    assert.fail(\n           ^\n    at TypeError.mustNotCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:551:12)\n    at new Comparison (ext:deno_node/assert.ts:93:28)\n    at compareExceptionKey (ext:deno_node/assert.ts:103:19)\n    at expectedException (ext:deno_node/assert.ts:168:11)\n    at expectsError (ext:deno_node/assert.ts:312:5)\n    at assert.rejects (ext:deno_node/assert.ts:571:5)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-main-lookup.mjs:14:1\n"},{}],"parallel/test-buffer-constructor-outside-node-modules.js":[true,null,{}],"parallel/test-tls-transport-destroy-after-own-gc.js":[true,null,{}],"parallel/test-querystring.js":[true,null,{}],"parallel/test-child-process-exec-timeout-not-expired.js":[true,null,{}],"parallel/test-runner-filetest-location.js":[true,null,{"usesNodeTest":1}],"parallel/test-stdio-undestroy.js":[true,null,{}],"parallel/test-snapshot-dns-resolve-localhost.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-child-process-spawn-shell.js":[true,null,{}],"parallel/test-net-stream.js":[true,null,{}],"parallel/test-http-client-parse-error.js":[true,null,{}],"parallel/test-http-client-timeout-on-connect.js":[true,null,{}],"parallel/test-repl-reset-event.js":[true,null,{}],"parallel/test-http-bind-twice.js":[true,null,{}],"parallel/test-inspector-network-arbitrary-data.js":[true,null,{"usesNodeTest":1}],"parallel/test-http2-connect-options.js":[true,null,{}],"parallel/test-runner-coverage-default-exclusion.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-runner-coverage-default-exclusion.mjs\ntest runner coverage default exclusion ...\n  should override default exclusion setting --test-coverage-exclude ... FAILED (225ms)\n  should exclude test files from coverage by default ... FAILED (222ms)\n  should exclude ts test files ... FAILED (222ms)\ntest runner coverage default exclusion ... FAILED (due to 3 failed steps) (672ms)\n\n ERRORS \n\ntest runner coverage default exclusion ... should override default exclusion setting --test-coverage-exclude => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'Check file.test.mjs\\n' +\n+   'Check file.test.ts\\n' +\n+   'Check test.cjs\\n' +\n+   'error: Error: Could not find a matching package for \\'npm:@types/node\\' in the node_modules directory. Ensure you have all your JSR and npm dependencies listed in your deno.json or package.json, then run `deno install`. Alternatively, turn on auto-install by specifying `\"nodeModulesDir\": \"auto\"` in your deno.json file.\\n' +\n+   '    at Object.resolveTypeReferenceDirectiveReferences (ext:deno_cli_tsc/97_ts_host.js:517:26)\\n' +\n+   '    at ext:deno_cli_tsc/97_ts_host.js:749:49\\n' +\n+   '    at spanned (ext:deno_cli_tsc/97_ts_host.js:16:12)\\n' +\n+   '    at Object.host.<computed> [as resolveTypeReferenceDirectiveReferences] (ext:deno_cli_tsc/97_ts_host.js:749:14)\\n' +\n+   '    at resolveTypeReferenceDirectiveNamesWorker (ext:deno_cli_tsc/00_typescript.js:128306:20)\\n' +\n+   '    at resolveNamesReusingOldState (ext:deno_cli_tsc/00_typescript.js:128422:14)\\n' +\n+   '    at resolveTypeReferenceDirectiveNamesReusingOldState (ext:deno_cli_tsc/00_typescript.js:128393:12)\\n' +\n+   '    at processTypeReferenceDirectives (ext:deno_cli_tsc/00_typescript.js:129685:156)\\n' +\n+   '    at findSourceFileWorker (ext:deno_cli_tsc/00_typescript.js:129618:9)\\n' +\n+   '    at findSourceFile (ext:deno_cli_tsc/00_typescript.js:129476:20)\\n'\n- ''\n\n    assert.strictEqu ..."},{"usesNodeTest":1}],"parallel/test-http-client-race-2.js":[true,null,{}],"parallel/test-performance-global.js":[true,null,{}],"parallel/test-http2-client-port-80.js":[true,null,{}],"sequential/test-cluster-port-reuse-between-workers.js":[true,null,{}],"parallel/test-console-clear.js":[false,{"code":1,"stderr":"\u001b[1;1H\u001b[0J\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ ''\n- '\\x1b[1;1H\\x1b[0J'\n\n  assert.strictEqual(buf, check);\n         ^\n    at doTest (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-clear.js:17:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-clear.js:22:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-console-clear.js:5:26\n"},{}],"parallel/test-http-socket-encoding-error.js":[true,null,{}],"parallel/test-runner-no-isolation.mjs":[false,{"code":1,"stderr":"Uncaught error from ./test/parallel/test-runner-no-isolation.mjs FAILED\nrunning 0 tests from ./test/parallel/test-runner-no-isolation.mjs\n\n ERRORS \n\n./test/parallel/test-runner-no-isolation.mjs (uncaught error)\nerror: (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ undefined\n- [\n-   'before one: <root>',\n-   'suite one',\n-   'before two: <root>',\n-   'suite two',\n-   'beforeEach one: suite one - test',\n-   'beforeEach two: suite one - test',\n-   'suite one - test',\n-   'afterEach one: suite one - test',\n-   'afterEach two: suite one - test',\n-   'before suite two: suite two',\n-   'beforeEach one: suite two - test',\n-   'beforeEach two: suite two - test',\n-   'suite two - test',\n-   'afterEach one: suite two - test',\n-   'afterEach two: suite two - test',\n-   'after one: <root>',\n-   'after two: <root>'\n- ]\n\nassert.deepStrictEqual(globalThis.GLOBAL_ORDER, [\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-no-isolation.mjs:19:8\nThis error was not caught from a test and caused the test runner to fail on the referenced module.\nIt most likely originated from a dangling promise, event/timeout handler or top-level code.\n\n FAILURES \n\n./test/parallel/test-runner-no-isolation.mjs (uncaught error)\n\nFAILED | 0 passed | 1 failed (1ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-trace-events-async-hooks-dynamic.js":[true,null,{}],"es-module/test-esm-example-loader.mjs":[true,null,{}],"es-module/test-esm-dns-promises.mjs":[true,null,{}],"parallel/test-http-agent-abort-controller.js":[true,null,{}],"parallel/test-stream-end-paused.js":[true,null,{}],"parallel/test-snapshot-dns-lookup-localhost-promise.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"es-module/test-esm-cjs-named-error.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected rejection (SyntaxError): should support relative specifiers with single quotes\nawait assert.rejects(async () => {\n^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-cjs-named-error.mjs:26:1\n"},{}],"es-module/test-esm-wasm-js-string-builtins.mjs":[false,{"code":1,"stderr":"\n[process 6910]: --- stderr ---\nerror: Unsupported scheme \"wasm\" for module \"wasm:js-string\". Supported schemes:\n - \"blob\"\n - \"data\"\n - \"file\"\n - \"http\"\n - \"https\"\n - \"jsr\"\n - \"npm\"\n\n[process 6910]: --- stdout ---\n\n[process 6910]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 1, expected 0\nspawnSyncAndAssert(\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-js-string-builtins.mjs:6:1\n"},{}],"parallel/test-net-connect-destroy.js":[true,null,{}],"module-hooks/test-async-loader-hooks-never-settling-resolve-esm-no-warning.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"es-module/test-esm-wasm-reject-wasm-import-names.mjs":[false,{"code":1,"stderr":"\n[process 6766]: --- stderr ---\nerror: Uncaught (in promise) SyntaxError: The requested module 'test' does not provide an export named 'wasm:invalid' at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/invalid-import-name.wasm:2:10\nawait import(url);\n^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/test-wasm-reject-wasm-import-names.mjs:6:1\n\n[process 6766]: --- stdout ---\n\n[process 6766]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - stderr did not match /Invalid Wasm import name/\nspawnSyncAndAssert(\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-reject-wasm-import-names.mjs:6:1\n"},{}],"parallel/test-trace-exit.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of null (reading 'length')\n    assert.strictEqual(actualWarnings.length, warnings);\n                                      ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-exit.js:48:39\n"},{}],"parallel/test-stream-writable-clear-buffer.js":[true,null,{}],"parallel/test-tls-request-timeout.js":[true,null,{}],"parallel/test-fs-long-path.js":[true,null,{}],"parallel/test-promise-unhandled-error-with-reading-file.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-error-with-reading-file.js:10:40)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-error-with-reading-file.js:5:26\n\n"},{}],"parallel/test-url-fileurltopath.js":[true,null,{"usesNodeTest":1}],"parallel/test-webcrypto-derivebits.js":[true,null,{}],"parallel/test-cluster-process-disconnect.js":[true,null,{}],"parallel/test-repl-cli-eval.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: stdout: \n    assert(stdout.includes('<repl>'), `stdout: ${stdout}`);\n    ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-cli-eval.js:20:5)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-inspector-async-stack-traces-promise-then.js":[true,null,{}],"parallel/test-http-server-multiple-client-error.js":[true,null,{}],"parallel/test-repl-tab-complete-no-warn.js":[true,null,{}],"test-runner/test-run-watch-create.mjs":[false,{"code":1,"stderr":"\nerror: Top-level await promise never resolved\nawait testRunnerWatch({ action: 'create', fileToCreate: 'new-test-file.test.js', useRunApi: true });\n^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-run-watch-create.mjs:8:1)\n"},{}],"parallel/test-async-hooks-enable-recursive.js":[false,{"code":1,"stderr":"Mismatched noop function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-enable-recursive.js:8:16)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-enable-recursive.js:5:26\nMismatched <anonymous> function calls. Expected exactly 2, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-enable-recursive.js:12:16)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-enable-recursive.js:5:26\n\n"},{}],"parallel/test-inspector-stops-no-file.js":[true,null,{}],"parallel/test-http2-create-client-session.js":[true,null,{}],"parallel/test-http-incoming-message-options.js":[true,null,{}],"sequential/test-require-cache-without-stat.js":[true,null,{}],"parallel/test-os-userinfo-handles-getter-errors.js":[true,null,{}],"parallel/test-wrap-js-stream-duplex.js":[true,null,{}],"parallel/test-https-agent-keylog.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected at least 1, actual 0.\n    at Proxy.mustCallAtLeast (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:463:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-agent-keylog.js:39:29)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-agent-keylog.js:5:26\nMismatched <anonymous> function calls. Expected exactly 10, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-agent-keylog.js:43:28)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-agent-keylog.js:5:26\nMismatched <anonymous> function calls. Expected exactly 10, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-agent-keylog.js:44:39)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-https-agent-keylog.js:5:26\n\n"},{}],"parallel/test-fs-syncwritestream.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [\n    {\n      instance: true,\n-     readable: false,\n      writable: true\n    },\n    {\n      instance: true,\n-     readable: false,\n      writable: true\n    }\n  ]\n\n  assert.deepStrictEqual(JSON.parse(fs.readFileSync(filename, 'utf8')), [\n         ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-syncwritestream.js:36:10)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"parallel/test-diagnostics-channel-gc-race-condition.js":[true,null,{}],"test-runner/test-output-dot-reporter.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ ''\n- '........XX...X..XXX.\\n' +\n-   'X.....XXX...........\\n' +\n-   '.X.........X...XXX.X\\n' +\n-   'X.....XXXXXXX...XXXX\\n' +\n-   'X\\n' +\n-   '\\n' +\n-   'Failed tests:\\n' +\n-   '\\n' +\n-   '⚠ sync fail todo (*ms) # TODO\\n' +\n-   '  Error: thrown from sync fail todo\\n' +\n-   '      at TestContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/output.js:42:9)\\n' +\n-   '      at <node-internal-frames>\\n' +\n-   '⚠ sync fail todo with message (*ms) # this is a failing todo\\n' +\n-   '  Error: thrown from sync fail todo with message\\n' +\n-   '      at TestContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/output.js:47:9)\\n' +\n-   '      at <node-internal-frames>\\n' +\n-   '✖ sync throw fail (*ms)\\n' +\n-   '  Error: thrown from sync throw fail\\n' +\n-   '      at TestContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/output.js:63:9)\\n' +\n-   '      at <node-internal-frames>\\n' +\n-   '✖ async throw fail (*ms)\\n' +\n-   '  Error: thrown from async throw fail\\n' +\n-   '      at TestContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/output.js:75:9)\\n' +\n-   '      at <node-internal-frames>\\n' +\n-   '﹣ async skip fail (*ms) # SKIP\\n' +\n-   '  Error: thrown from async throw fail\\n' +\n-   '      at TestContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/output.js:80:9)\\n' +\n-   '      at <node-internal-frames>\\n' +\n-   '✖ async assertion fail (*ms)\\n' +\n-   '  AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:\\n' +\n-   '\\n' +\n-   '  true !== false\\n' +\n-   '\\n' +\n-   '      at TestContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/output.js:85:10)\\n' +\n-   '      at <node-internal-frames>\\n' +\n-   '      at <node-internal-frames> {\\n' +\n-   '    generatedMessage: true,\\n' +\n-   \"    code: 'ERR_ASSERTION',\\n\" +\n-   '    actual: true,\\n' +\n-   '    ex ..."},{}],"test-runner/test-output-global-hooks-with-no-tests.mjs":[true,null,{}],"parallel/test-whatwg-webstreams-adapters-to-writablestream.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_readableState')\n    at destroy (ext:deno_node/internal/streams/destroy.js:56:18)\n    at Object.abort (ext:deno_node/internal/webstreams/adapters.js:667:7)\n    at Object.invokeCallbackFunction (ext:deno_webidl/00_webidl.js:1154:16)\n    at WritableStreamDefaultController.abortAlgorithm (ext:deno_web/06_streams.js:4050:14)\n    at WritableStreamDefaultController.[[[AbortSteps]]] (ext:deno_web/06_streams.js:6806:41)\n    at writableStreamFinishErroring (ext:deno_web/06_streams.js:4826:51)\n    at writableStreamDefaultControllerAdvanceQueueIfNeeded (ext:deno_web/06_streams.js:4497:5)\n    at ext:deno_web/06_streams.js:3984:5\n    at ext:deno_web/06_streams.js:233:9\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n"},{}],"module-hooks/test-async-loader-hooks-with-worker-permission-allowed.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-child-process-advanced-serialization.js":[true,null,{}],"parallel/test-http-timeout-client-warning.js":[true,null,{}],"parallel/test-http2-tls-disconnect.js":[true,null,{}],"parallel/test-fs-symlink-longpath.js":[true,null,{}],"parallel/test-net-perf_hooks.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected at least 1, actual 0.\n    at Proxy.mustCallAtLeast (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:463:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-net-perf_hooks.js:14:44)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-net-perf_hooks.js:5:26\n\n"},{}],"parallel/test-internal-util-objects.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-http2-trailers.js":[true,null,{}],"parallel/test-vm-proxies.js":[true,null,{}],"parallel/test-process-exit.js":[true,null,{}],"es-module/test-esm-encoded-path-native.js":[true,null,{"usesNodeTest":1}],"parallel/test-tls-getcipher.js":[false,{"code":1,"stderr":"\nerror: Uncaught null\n"},{}],"parallel/test-http-outgoing-destroy.js":[true,null,{}],"module-hooks/test-module-hooks-load-short-circuit-required-middle.js":[true,null,{}],"parallel/test-inspector-exception.js":[false,{"code":1,"stderr":"[test] Connecting to a child Node process\n[test] Testing /json/list\n[err] Debugger listening on ws://127.0.0.1:43907/19a4cebf-3b50-4529-92dc-8b780d7738f0\n[err] Visit chrome://inspect to connect to the debugger.\n[err] Deno is waiting for debugger to connect.\n[err] \n[test] Verifying debugger stops on start (--inspect-brk option)\n[err] Debugger session started.\n[err] \n\nAssertionError [ERR_ASSERTION]: Expected values to be strictly equal:\n\n1 !== 21\n\n    at InspectorSession._isBreakOnLineNotification (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:261:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:270:16\n    at InspectorSession._asyncWaitForNotification (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:249:15)\n    at InspectorSession.waitForNotification (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:232:12)\n    at InspectorSession.waitForBreakOnLine (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:268:8)\n    at testBreakpointOnStart (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-exception.js:35:17)\n    at async runTest (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-exception.js:42:3) {\n  generatedMessage: true,\n  code: 'ERR_ASSERTION',\n  actual: 1,\n  expected: 21,\n  operator: 'strictEqual',\n  diff: 'simple'\n}\n1\n"},{}],"parallel/test-fs-cp-async-invalid-mode-range.mjs":[true,null,{}],"parallel/test-buffer-from.js":[true,null,{}],"parallel/test-child-process-fork-net.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: The expression evaluated to a falsy value:\n\n  assert(!closeEmitted)\n\n      assert(!closeEmitted);\n      ^\n    at Timeout.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-child-process-fork-net.js:176:7)\n    at Timeout._onTimeout (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at invokeCallback (ext:deno_node/internal/timers.mjs:176:13)\n    at Object.cb [as _onTimeout] (ext:deno_node/internal/timers.mjs:214:16)\n    at listOnTimeout (ext:core/02_timers.js:307:17)\n    at Object.processTimers (ext:core/02_timers.js:250:7)\n    at __eventLoopTick (ext:core/01_core.js:464:33)\n"},{}],"parallel/test-net-timeout-no-handle.js":[true,null,{}],"abort/test-http-parser-consume.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: stderr: error: Uncaught TypeError: expected Object\n      rr.parser.consume(0);\n                ^\n    at HTTPParser.consume (ext:deno_node/internal_binding/http_parser.ts:213:18)\n    at ClientRequest.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/abort/test-http-parser-consume.js:13:17)\n    at ClientRequest.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ClientRequest.emit (ext:deno_node/_events.mjs:415:20)\n    at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:928:27)\n    at HTTPParser.parserOnHeadersComplete (node:_http_common:113:17)\n    at doExecute (ext:deno_node/internal_binding/http_parser.ts:154:40)\n    at AsyncResource.runInAsyncScope (ext:deno_node/async_hooks.ts:37:18)\n    at HTTPParser.execute (ext:deno_node/internal_binding/http_parser.ts:155:62)\n\n    assert(stderr.includes('failed'), `stderr: ${stderr}`);\n    ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/abort/test-http-parser-consume.js:29:5)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-stream2-httpclient-response-end.js":[true,null,{}],"sequential/test-http-econnrefused.js":[true,null,{}],"parallel/test-http-destroyed-socket-write2.js":[true,null,{}],"parallel/test-diagnostics-channel-worker-threads.js":[true,null,{}],"parallel/test-listen-fd-detached.js":[true,null,{}],"parallel/test-child-process-spawnsync-input.js":[true,null,{}],"parallel/test-fs-stream-fs-options.js":[true,null,{}],"parallel/test-pipe-stream.js":[true,null,{}],"test-runner/test-output-describe-it.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'error: Uncaught (in promise) Error: thrown from describe\\n' +\n+   \"  throw new Error('thrown from describe');\\n\" +\n+   '        ^\\n' +\n+   '    at file://<project-root>/test/fixtures/test-runner/output/describe_it.js:322:9\\n' +\n+   '    at ext:deno_node/testing.ts:699:23\\n' +\n+   '    at AsyncLocalStorage.run (ext:deno_node/async_hooks.ts:101:16)\\n' +\n+   '    at queueTapSuite (ext:deno_node/testing.ts:697:11)\\n' +\n+   '    at suite (ext:deno_node/testing.ts:1208:14)\\n' +\n+   '    at Object.<anonymous> (file://<project-root>/test/fixtures/test-runner/output/describe_it.js:320:1)\\n' +\n+   '    at <node-internal-frames>\\n'\n- 'TAP version 13\\n' +\n-   '# Subtest: sync expect fail (method)\\n' +\n-   'ok 1 - sync expect fail (method) # EXPECTED FAILURE\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   \"  type: 'test'\\n\" +\n-   '  ...\\n' +\n-   '# Subtest: sync expect fail (options)\\n' +\n-   'ok 2 - sync expect fail (options) # EXPECTED FAILURE\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   \"  type: 'test'\\n\" +\n-   '  ...\\n' +\n-   '# Subtest: async expect fail (method)\\n' +\n-   'ok 3 - async expect fail (method) # EXPECTED FAILURE\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   \"  type: 'test'\\n\" +\n-   '  ...\\n' +\n-   '# Subtest: async expect fail (options)\\n' +\n-   'ok 4 - async expect fail (options) # EXPECTED FAILURE\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   \"  type: 'test'\\n\" +\n-   '  ...\\n' +\n-   '# Subtest: sync pass todo\\n' +\n-   'ok 5 - sync pass todo # TODO\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   \"  type: 'test'\\n\" +\n-   '  ...\\n' +\n-   '# Subtest: sync pass todo with message\\n' +\n-   'ok 6 - sync pass todo with message # TODO this is a passing todo\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   \"  type: 'test'\\n\" +\n-   '  ...\\n' +\n-   '# Subtest: sync todo\\n' +\n-   'not ok 7 - sync todo # TODO\\n' +\n-   '  ---\\n' +\n-   '  d ..."},{}],"test-runner/test-output-filtered-suite-throws.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n  'TAP version 13\\n' +\n    '# Subtest: suite 1\\n' +\n    'not ok 1 - suite 1\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'suite'\\n\" +\n-   \"  location: '<project-root>/test/fixtures/test-runner/output/filtered-suite-throws.js:6:1'\\n\" +\n-   \"  failureType: 'testCodeFailure'\\n\" +\n-   \"  error: 'boom 1'\\n\" +\n-   \"  code: 'ERR_TEST_FAILURE'\\n\" +\n-   '  stack: |-\\n' +\n-   '    SuiteContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/filtered-suite-throws.js:7:9)\\n' +\n-   '    <node-internal-frames>\\n' +\n-   '    Object.<anonymous> (<project-root>/test/fixtures/test-runner/output/filtered-suite-throws.js:6:1)\\n' +\n-   '    <node-internal-frames>\\n' +\n    '  ...\\n' +\n    '# Subtest: suite 2\\n' +\n-   '    # Subtest: enabled - should get cancelled\\n' +\n-   '    not ok 1 - enabled - should get cancelled\\n' +\n-   '      ---\\n' +\n-   '      duration_ms: *\\n' +\n-   \"      type: 'test'\\n\" +\n-   \"      location: '<project-root>/test/fixtures/test-runner/output/filtered-suite-throws.js:13:3'\\n\" +\n-   \"      failureType: 'cancelledByParent'\\n\" +\n-   \"      error: 'test did not finish before its parent and was cancelled'\\n\" +\n-   \"      code: 'ERR_TEST_FAILURE'\\n\" +\n-   '      ...\\n' +\n-   '    1..1\\n' +\n    'not ok 2 - suite 2\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'suite'\\n\" +\n-   \"  location: '<project-root>/test/fixtures/test-runner/output/filtered-suite-throws.js:12:1'\\n\" +\n-   \"  failureType: 'testCodeFailure'\\n\" +\n-   \"  error: 'boom 1'\\n\" +\n-   \"  code: 'ERR_TEST_FAILURE'\\n\" +\n-   '  stack: |-\\n' +\n-   '    SuiteContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/filtered-suite-throws.js:14:9)\\n' +\n-   '    <node-internal-frames>\\n' +\n-   '    Object.<anonymous> (<project-root>/test/fixtures/test-runner/output/filtered-suite-throws.js:12:1)\\n' +\n-   '    <node-internal-frames>\\n' +\n    '  ...\\n' +\n    ' ..."},{}],"parallel/test-http2-session-graceful-close.js":[true,null,{}],"parallel/test-repl-function-definition-edge-case.js":[true,null,{}],"parallel/test-worker-exit-heapsnapshot.js":[true,null,{}],"parallel/test-util-internal.js":[false,{"code":1,"stderr":"\n(node:20615) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'arrow_message_private_symbol')\n    arrow_message_private_symbol,\n    ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-internal.js:11:5)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-internal.js:5:26\n"},{}],"pummel/test-repl-paste-big-data.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"pummel/test-net-pingpong-delay.js":[true,null,{}],"parallel/test-permission-allow-worker-cli.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-worker-init-failure.js":["IGNORE",null,{"ignoreReason":"Expected values to be strictly equal"}],"parallel/test-fs-read-promises-position-validation.mjs":[true,null,{}],"parallel/test-zlib-premature-end.js":[true,null,{}],"parallel/test-module-version.js":[true,null,{}],"parallel/test-worker-nexttick-terminate.js":[true,null,{}],"parallel/test-internal-validators-validateport.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-child-process-promisified.js":[true,null,{}],"internet/test-dns-txt-sigsegv.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ Error: queryTxt ENOTFOUND www.microsoft.com\n+     at QueryReqWrap.onresolve [as oncomplete] (ext:deno_node/dns.ts:181:21)\n+     at ext:deno_node/internal_binding/cares_wrap.ts:476:13 {\n+   code: 'ENOTFOUND',\n+   errno: -3007,\n+   hostname: 'www.microsoft.com',\n+   syscall: 'queryTxt'\n+ }\n- null\n\n  assert.strictEqual(err, null);\n         ^\n    at QueryReqWrap.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/internet/test-dns-txt-sigsegv.js:13:10)\n    at QueryReqWrap.callback (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at QueryReqWrap.onresolve [as oncomplete] (ext:deno_node/dns.ts:181:12)\n    at ext:deno_node/internal_binding/cares_wrap.ts:476:13\n"},{}],"es-module/test-esm-pkgname.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   code: 'ERR_MODULE_NOT_FOUND'\n-   code: 'ERR_INVALID_MODULE_SPECIFIER'\n  }\n\nawait Promise.all([\n^\n    at async Promise.all (index 0)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-pkgname.mjs:6:1\n"},{}],"parallel/test-v8-version-tag.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected \"actual\" to be strictly unequal to:\n\n3390413110\nassert.notStrictEqual(versionTag1, versionTag2);\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-version-tag.js:19:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-version-tag.js:5:26\n"},{}],"module-hooks/test-module-hooks-load-import-cjs.js":[true,null,{}],"pummel/test-heapdump-vm-script.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-buffer-writefloat.js":[true,null,{}],"parallel/test-v8-collect-gc-profile-exit-before-stop.js":[true,null,{}],"parallel/test-http-client-immediate-error.js":[true,null,{}],"parallel/test-performanceobserver-gc.js":[true,null,{}],"parallel/test-stream-wrap.js":[true,null,{}],"sequential/test-vm-break-on-sigint.js":[true,null,{}],"parallel/test-vm-module-instantiate.js":[true,null,{"usesNodeTest":1}],"parallel/test-tls-alert-handling.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'SSL routines'\n\n  assert.strictEqual(err.library, 'SSL routines');\n         ^\n    at TLSSocket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-alert-handling.js:45:10)\n    at TLSSocket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:427:22)\n    at TLSSocket._emitTLSError (ext:deno_node/_tls_wrap.js:858:15)\n    at TLSWrap.onerror (ext:deno_node/_tls_wrap.js:265:11)\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13)\n"},{}],"sequential/test-net-connect-local-error.js":[true,null,{}],"parallel/test-weakref.js":[true,null,{}],"parallel/test-cluster-worker-disconnect.js":[true,null,{}],"parallel/test-readline-tab-complete.js":[true,null,{}],"parallel/test-whatwg-url-canparse.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n-   code: 'ERR_MISSING_ARGS',\n    name: 'TypeError'\n  }\n\nassert.throws(() => {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-url-canparse.js:12:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-url-canparse.js:5:26\n"},{}],"parallel/test-http-outgoing-settimeout.js":[true,null,{}],"parallel/test-dgram-connect-send-callback-buffer.js":[true,null,{}],"parallel/test-fs-write-file-buffer.js":[true,null,{}],"parallel/test-zlib-zstd-from-string.js":[true,null,{}],"parallel/test-tick-processor-arguments.js":[false,{"code":1,"stderr":"\n[process 19866]: --- stderr ---\nerror: unexpected argument '--preprocess' found\n\n  tip: a similar argument exists: '--trace-ops'\n  tip: to pass '--preprocess' as a value, use '-- --preprocess'\n\nUsage: deno run [OPTIONS] [SCRIPT_ARG]...\n\n\n[process 19866]: --- stdout ---\n\n[process 19866]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 1, expected 0\nspawnSyncAndAssert(\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tick-processor-arguments.js:26:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tick-processor-arguments.js:5:26\n"},{}],"parallel/test-https-options-boolean-check.js":[true,null,{}],"parallel/test-fs-watch-recursive-add-file-to-existing-subfolder.js":[true,null,{}],"parallel/test-webcrypto-derivebits-cfrg.js":[false,{"code":1,"stderr":"1..0 # Skipped: Skipping unsupported X448 test case\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'Invalid length'\n-   message: /derived bit length is too small/\n  }\n\nWarning Couldn't format source line: Column 26 is out of bounds (source may have changed at runtime)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-derivebits-cfrg.js:5:26\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-derivebits-cfrg.js:135:9\n    at async Promise.all (index 0)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-derivebits-cfrg.js:76:3\n"},{}],"parallel/test-net-connect-buffer2.js":[true,null,{}],"parallel/test-tls-set-default-ca-certificates-extra-override.js":[true,null,{}],"parallel/test-cluster-net-listen-backlog.js":[true,null,{}],"parallel/test-repl-preview-newlines.js":[true,null,{}],"parallel/test-os-checked-function.js":["IGNORE",null,{"ignoreReason":"Node.js specific behavior to check the return value of the C++ bindings"}],"parallel/test-snapshot-console.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-find-package-json.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-find-package-json.js\nfindPackageJSON ...\n  should throw when no arguments are provided ... FAILED (1ms)\n  should throw when parentLocation is invalid ... FAILED (1ms)\n  should accept a file URL (string), like from `import.meta.resolve()` ... FAILED (0ms)\n  should accept a file URL instance ... FAILED (1ms)\n  should be able to crawl up (CJS) ... FAILED (2ms)\n  should be able to crawl up (ESM) ... FAILED (1ms)\n  can require via package.json ... ok (0ms)\n  should be able to resolve both root and closest package.json ... ok (6ms)\n  should work within a loader ... FAILED (74ms)\n  should work with an async resolve hook registered ... FAILED (59ms)\n  should work when unrecognised keys are specified within the export ... FAILED (57ms)\nfindPackageJSON ... FAILED (due to 9 failed steps) (205ms)\n\n ERRORS \n\nfindPackageJSON ... should throw when no arguments are provided => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_MISSING_ARGS'\n- }\n\n    assert.throws(\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-find-package-json.js:15:12)\n\nfindPackageJSON ... should throw when parentLocation is invalid => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_ARG_TYPE'\n- }\n\n      assert.throws(\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-find-package-json.js:23:14)\n\nfindPackageJSON ... should accept a file URL (string), like from `import.meta.resolve()` => ext:deno_node/testing.ts:1034:37\nerror: TypeError: findPackageJSON is not a function\n      findPackageJSON(`${specifierBase}/index.js`, importMetaUrl),\n      ^\n    at NodeTestContext.< ..."},{"usesNodeTest":1}],"parallel/test-internal-fs-syncwritestream.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-net-write-connect-write.js":[true,null,{}],"parallel/test-worker-nearheaplimit-deadlock.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-stream-pipe-error-unhandled.js":[true,null,{}],"parallel/test-dgram-udp6-link-local-address.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-worker-message-port-multiple-sharedarraybuffers.js":[true,null,{}],"parallel/test-repl-save-load-load-without-name.js":[true,null,{}],"es-module/test-require-module-cycle-cjs-esm-esm.js":[true,null,{}],"parallel/test-fetch-mock.js":[true,null,{"usesNodeTest":1}],"parallel/test-heapdump-async-hooks-init-promise.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 8, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heapdump-async-hooks-init-promise.js:12:31)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heapdump-async-hooks-init-promise.js:5:26\nMismatched <anonymous> function calls. Expected at least 1, actual 0.\n    at Proxy.mustCallAtLeast (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:463:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heapdump-async-hooks-init-promise.js:34:26)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heapdump-async-hooks-init-promise.js:5:26\n\n"},{}],"parallel/test-child-process-exec-kill-throws.js":[true,null,{}],"internet/test-tls-add-ca-cert.js":[true,null,{}],"parallel/test-stream2-decode-partial.js":[true,null,{}],"client-proxy/test-http-set-global-proxy-from-env-https-request.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: require(...).setGlobalProxyFromEnv is not a function\n  restore = require('http').setGlobalProxyFromEnv(config);\n                            ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:4:29)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:5:26\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: require(...).setGlobalProxyFromEnv is not a function\\n' +\n+     \"  restore = require('http').setGlobalProxyFromEnv(config);\\n\" +\n+     '                            ^\\n' +\n+     '    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:4:29)\\n' +\n+     '    at Module._compile (node:module:1644:34)\\n' +\n+     '    at loadMaybeCjs (node:module:1672:12)\\n' +\n+     '    at Object..js (node:module:1654:12)\\n' +\n+     '    at Module.load (node:module:1515:32)\\n' +\n+     '    at Module._load (node:module:1212:14)\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:5:26',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-https-request.mjs:16:1\n"},{}],"parallel/test-http-client-abort-no-agent.js":[true,null,{}],"parallel/test-unhandled-exception-with-worker-inuse.js":[true,null,{}],"parallel/test-fs-promises-watch-ignore-mixed.mjs":[true,null,{}],"sequential/test-fs-stat-sync-overflow.js":[true,null,{}],"sequential/test-process-title.js":[true,null,{}],"parallel/test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js":[true,null,{}],"parallel/test-inspector-async-call-stack-abort.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\nfalse !== true\n\n  assert.strictEqual(proc.stderr.includes(eyecatcher), true);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-async-call-stack-abort.js:35:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-async-call-stack-abort.js:5:26\n"},{}],"parallel/test-perf-hooks-timerify-histogram-async.mjs":[true,null,{}],"parallel/test-event-emitter-max-listeners.js":[true,null,{}],"parallel/test-http-set-header-chain.js":[true,null,{}],"parallel/test-vm-basic.js":[true,null,{}],"es-module/test-wasm-memory-out-of-bound.js":[true,null,{}],"parallel/test-http2-compat-serverresponse-close.js":[true,null,{}],"client-proxy/test-https-proxy-request-incomplete-headers.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /Request timed out/. Input:\n\n'Request Error Error: unable to verify the first certificate\\n' +\n  '    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\\n' +\n  '  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\\n' +\n  '}\\n'\n\nassert.match(stderr, /Request timed out/);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-incomplete-headers.mjs:46:8\n"},{}],"parallel/test-http-client-timeout-option.js":[true,null,{}],"parallel/test-async-hooks-async-await.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '1')\n  assert.strictEqual(asyncIds[0][1], asyncIds[1][0]);\n                                ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-async-await.js:23:33\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-async-await.js:5:26\n"},{}],"test-runner/test-output-skip-each-hooks.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ ''\n- 'BEFORE\\n' +\n-   'AFTER\\n' +\n-   '﹣ skipped test (*ms) # SKIP\\n' +\n-   'ℹ tests 1\\n' +\n-   'ℹ suites 0\\n' +\n-   'ℹ pass 0\\n' +\n-   'ℹ fail 0\\n' +\n-   'ℹ cancelled 0\\n' +\n-   'ℹ skipped 1\\n' +\n-   'ℹ todo 0\\n' +\n-   'ℹ duration_ms *\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-skip-each-hooks.mjs:8:1\n"},{}],"parallel/test-zlib-destroy-pipe.js":[true,null,{}],"parallel/test-async-hooks-execution-async-resource.js":[true,null,{}],"parallel/test-urlpattern-types.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_CONSTRUCT_CALL_REQUIRED'\n- }\n\nassert.throws(() => URLPattern(), {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-urlpattern-types.js:9:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-urlpattern-types.js:5:26\n"},{}],"parallel/test-fs-symlink-dir-junction-relative.js":[true,null,{}],"parallel/test-stream-pipeline-process.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: ifError got unwanted exception: Command failed: echo hello | \"${ESCAPED_0}\" \"${ESCAPED_1}\" child\nerror: Uncaught (in promise) NotCapable: Requires read access to \"/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel\", run again with the --allow-read flag\nconst common = require('../common');\n               ^\n    at stat (node:module:727:18)\n    at Module._findPath (node:module:984:20)\n    at Module._resolveFilename (node:module:1374:27)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-stream-pipeline-process.js:3:16)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n\n    assert.ifError(err);\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:456:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ChildProcess.exithandler (ext:deno_node/child_process.ts:393:7)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"parallel/test-compile-cache-updated-file.js":[true,null,{}],"es-module/test-esm-loader-stringify-text.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   code: 'ERR_MODULE_NOT_FOUND'\n-   code: 'ERR_INVALID_RETURN_PROPERTY_VALUE'\n  }\n\n"},{}],"parallel/test-trace-events-console.js":[false,{"code":1,"stderr":"bar: 1\nbar: 2\n\\winvalid_char: 1.19ms\nfoo: 1.20ms\nfoo: 1.33ms\n\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(file))\n\n    assert(fs.existsSync(file));\n    ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-console.js:49:5)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-tls-delayed-attach.js":[true,null,{}],"parallel/test-http-remove-header-stays-removed.js":[true,null,{}],"parallel/test-tls-sni-servername.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ null\n- 'c.another.com'\n\n    assert.strictEqual(socket.servername, options.servername);\n           ^\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-sni-servername.js:30:12)\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Server.emit (ext:deno_node/_events.mjs:415:20)\n    at TLSSocket.onSocketTLSError (ext:deno_node/_tls_wrap.js:1160:29)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:415:20)\n    at TLSSocket._tlsError (ext:deno_node/_tls_wrap.js:862:8)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:427:22)\n    at emitErrorNT (ext:deno_node/internal/streams/destroy.js:175:8)\n    at emitErrorCloseNT (ext:deno_node/internal/streams/destroy.js:134:3)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n"},{}],"parallel/test-repl-multiline.js":[true,null,{}],"parallel/test-whatwg-encoding-custom-interop.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'call')\n  inspectFn.call(instance, Infinity, {});\n            ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-encoding-custom-interop.js:54:13)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-encoding-custom-interop.js:5:26\n"},{}],"parallel/test-sqlite-database-sync.js":[true,null,{"usesNodeTest":1}],"parallel/test-http-max-header-size-per-stream.js":[true,null,{}],"parallel/test-client-request-destroy.js":[true,null,{}],"parallel/test-tls-legacy-pfx.js":[false,{"code":1,"stderr":"\nerror: Uncaught TypeError: Cannot read properties of undefined (reading 'code')\n  assert.strictEqual(e.code, 'ERR_CRYPTO_UNSUPPORTED_OPERATION');\n                       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-legacy-pfx.js:29:24\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at maybeCallback (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/tls-connect.js:97:7)\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/tls-connect.js:56:7)\n    at Server.emit (ext:deno_node/_events.mjs:415:20)\n    at TLSSocket.onServerSocketSecure (ext:deno_node/_tls_wrap.js:1152:29)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:415:20)\n    at TLSSocket._finishInit (ext:deno_node/_tls_wrap.js:908:8)\n    at TLSWrap.ssl.onhandshakedone (ext:deno_node/_tls_wrap.js:651:13)\n"},{}],"parallel/test-http-outgoing-properties.js":[true,null,{}],"parallel/test-child-process-reject-null-bytes.js":[true,null,{}],"parallel/test-querystring-escape.js":[true,null,{}],"parallel/test-async-wrap-trigger-id.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected \"actual\" to be strictly unequal to: 0\n    assert.notStrictEqual(\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-trigger-id.js:16:12\n    at Object.processTicksAndRejections (ext:core/01_core.js:368:13)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-wrap-trigger-id.js:5:26\n"},{}],"client-proxy/test-http-proxy-request-no-proxy-port-specific.mjs":[false,{"code":1,"stderr":"[STDOUT] Status Code: 200\n\n[STDOUT] Headers: {\n  \"content-type\": \"text/plain\",\n  date: \"Fri, 22 May 2026 11:07:08 GMT\",\n  connection: \"keep-alive\",\n  \"keep-alive\": \"timeout=5\",\n  \"transfer-encoding\": \"chunked\"\n}\n\n[STDOUT] Hello World\n\n[CLOSE] 0 null\n[STDOUT] Status Code: 200\n\n[STDOUT] Headers: {\n  \"content-type\": \"text/plain\",\n  date: \"Fri, 22 May 2026 11:07:09 GMT\",\n  connection: \"keep-alive\",\n  \"keep-alive\": \"timeout=5\",\n  \"transfer-encoding\": \"chunked\"\n}\n\n[STDOUT] Hello World\n\n[CLOSE] 0 null\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ []\n- [\n-   {\n-     headers: {\n-       'proxy-connection': 'keep-alive',\n-       connection: 'keep-alive',\n-       host: 'localhost:40905'\n-     },\n-     method: 'GET',\n-     url: 'http://localhost:40905/test'\n-   }\n- ]\n\n  assert.deepStrictEqual(logs, [{\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-proxy-request-no-proxy-port-specific.mjs:66:10\n"},{}],"parallel/test-webcrypto-derivekey.js":[false,{"code":1,"stderr":"1..0 # Skipped: Skipping unsupported SHA-3 test cases\n1..0 # Skipped: Skipping unsupported SHA-3 test cases\n1..0 # Skipped: Skipping unsupported SHA-3 test cases\n1..0 # Skipped: Skipping unsupported SHA-3 test cases\n1..0 # Skipped: Skipping unsupported X448 test case\n\nerror: Uncaught (in promise) NotSupportedError: Unrecognized algorithm name\n      const derived = await subtle.deriveKey(\n                                   ^\n    at normalizeAlgorithm (ext:deno_crypto/00_crypto.js:276:11)\n    at normalizeAlgorithm (ext:deno_crypto/00_crypto.js:248:12)\n    at SubtleCrypto.deriveKey (ext:deno_crypto/00_crypto.js:1205:49)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-derivekey.js:256:36\n"},{}],"parallel/test-http2-too-many-settings.js":[true,null,{}],"parallel/test-fs-read-stream-fd-leak.js":[true,null,{}],"parallel/test-stream-writableState-ending.js":[true,null,{}],"parallel/test-dgram-implicit-bind.js":[true,null,{}],"parallel/test-http2-compat-aborted.js":[true,null,{}],"parallel/test-http-request-agent.js":[true,null,{}],"parallel/test-tls-wrap-econnreset-pipe.js":[true,null,{}],"parallel/test-net-connect-options-port.js":[true,null,{}],"parallel/test-sqlite-typed-array-and-data-view.js":[true,null,{"usesNodeTest":1}],"parallel/test-cluster-disconnect-exitedAfterDisconnect-race.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-load-import-inline-typescript.mjs":[true,null,{}],"parallel/test-stream2-base64-single-char-read-end.js":[true,null,{}],"wasi/test-wasi-fd_prestat_get_refresh.js":[true,null,{}],"parallel/test-sqlite-session.js":[true,null,{"usesNodeTest":1}],"parallel/test-module-globalpaths-nodepath.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert.ok(mod.globalPaths.includes(partA))\n\nassert.ok(mod.globalPaths.includes(partA));\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-globalpaths-nodepath.js:42:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-globalpaths-nodepath.js:5:26\n"},{}],"parallel/test-http-server-options-highwatermark.js":[true,null,{}],"parallel/test-worker-cjs-workerdata.js":[true,null,{}],"parallel/test-domain-nested.js":[true,null,{}],"parallel/test-stream-readable-dispose.js":[true,null,{}],"parallel/test-zlib-flush-write-sync-interleaved.js":[true,null,{}],"parallel/test-http-byteswritten.js":[true,null,{}],"parallel/test-http-incoming-matchKnownFields.js":[true,null,{}],"parallel/test-tls-write-error.js":[false,{"code":1,"stderr":"\nerror: Uncaught TypeError: The \"key\" argument must be of type string or an instance of ArrayBuffer, Buffer, TypedArray, DataView, KeyObject, or CryptoKey. Received null\n  let hmac = crypto.createHmac(algo, secret);\n                    ^\n    at prepareSecretKey (ext:deno_node/internal/crypto/keys.ts:420:13)\n    at new HmacImpl (ext:deno_node/internal/crypto/hash.ts:161:13)\n    at Hmac (ext:deno_node/internal/crypto/hash.ts:131:12)\n    at Object.createHmac (ext:deno_node/crypto.ts:125:12)\n    at P_hash (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/tls.js:155:21)\n    at PRF12 (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/tls.js:150:10)\n    at TestTLSSocket.createFinished (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/tls.js:70:15)\n    at TestTLSSocket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-write-error.js:46:29)\n    at TestTLSSocket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n"},{}],"module-hooks/test-async-loader-hooks-register-with-cjs.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-http2-server-http1-client.js":[true,null,{}],"parallel/test-watch-mode-kill-signal-default.mjs":[true,null,{}],"test-runner/test-watch-dependency-isolation-none.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-webcrypto-export-import.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Failed to execute 'importKey' on 'SubtleCrypto': The provided value 'raw-secret' is not a valid enum value of type KeyFormat\n    const key = await subtle.importKey(\n                             ^\n    at Array.KeyFormat (ext:deno_webidl/00_webidl.js:896:13)\n    at SubtleCrypto.importKey (ext:deno_crypto/00_crypto.js:996:32)\n    at test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-export-import.js:173:30)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-export-import.js:235:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-export-import.js:5:26\n"},{}],"parallel/test-fastutf8stream-fsync.js":[true,null,{}],"parallel/test-http2-server-rfc-9113-client.js":[true,null,{}],"parallel/test-trace-events-worker-metadata-with-name.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(FILE_NAME))\n\n    assert(fs.existsSync(FILE_NAME));\n    ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-worker-metadata-with-name.js:20:5)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-tls-set-ciphers.js":[false,{"code":1,"stderr":"test: AES256-SHA 9 expect U U ERR_INVALID_ARG_TYPE\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-set-ciphers.js:140:1)\nclient undefined\nserver ERR_INVALID_ARG_TYPE\ntest: AES256-SHA : expect U U ERR_INVALID_ARG_VALUE\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-set-ciphers.js:142:1)\nclient undefined\nserver ERR_SSL_NO_CIPHER_MATCH\ntest: 9 AES256-SHA expect U ERR_INVALID_ARG_TYPE U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-set-ciphers.js:139:1)\nclient ERR_INVALID_ARG_TYPE\nserver undefined\ntest: : AES256-SHA expect U ERR_INVALID_ARG_VALUE U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-set-ciphers.js:141:1)\nclient ERR_SSL_NO_CIPHER_MATCH\nserver undefined\n\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'ERR_SSL_NO_CIPHER_MATCH'\n- 'ERR_INVALID_ARG_VALUE'\n       ^\n\n        assert.strictEqual(pair.client.err.code, cerr);\n               ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-set-ciphers.js:62:16\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/tls-connect.js:78:9)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:538:14)\n    at Server.emit (ext:deno_node/_events.mjs:415:20)\n    at _emitListeningNT (ext:deno_node/net.ts:1541:14)\n    at processTicksAndRejections (ext:core/01_core.js:373:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-buffer-isascii.js":[true,null,{}],"parallel/test-worker-event.js":[true,null,{}],"test-runner/test-output-test-diagnostic-warning-without-test-only-flag.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'running 1 test from ./test/fixtures/test-runner/output/test-diagnostic-warning-without-test-only-flag.js\\n' +\n+   'should print --test-only diagnostic warning - test-only-true ...\\n' +\n+   '  only true in parent test ... ok (0ms)\\n' +\n+   'should print --test-only diagnostic warning - test-only-true ... ok (7ms)\\n' +\n+   '\\n' +\n+   'ok | 1 passed (1 step) | 0 failed | 8 filtered out (9ms)\\n' +\n+   '\\n'\n- 'TAP version 13\\n' +\n-   '# Subtest: should NOT print --test-only diagnostic warning - describe-only-false\\n' +\n-   '    # Subtest: only false in describe\\n' +\n-   '    ok 1 - only false in describe\\n' +\n-   '      ---\\n' +\n-   '      duration_ms: *\\n' +\n-   \"      type: 'test'\\n\" +\n-   '      ...\\n' +\n-   '    1..1\\n' +\n-   'ok 1 - should NOT print --test-only diagnostic warning - describe-only-false\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   \"  type: 'suite'\\n\" +\n-   '  ...\\n' +\n-   '# Subtest: should NOT print --test-only diagnostic warning - it-only-false\\n' +\n-   '    # Subtest: only false in the subtest\\n' +\n-   '    ok 1 - only false in the subtest\\n' +\n-   '      ---\\n' +\n-   '      duration_ms: *\\n' +\n-   \"      type: 'test'\\n\" +\n-   '      ...\\n' +\n-   '    1..1\\n' +\n-   'ok 2 - should NOT print --test-only diagnostic warning - it-only-false\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   \"  type: 'suite'\\n\" +\n-   '  ...\\n' +\n-   '# Subtest: should NOT print --test-only diagnostic warning - no-only\\n' +\n-   '    # Subtest: no only\\n' +\n-   '    ok 1 - no only\\n' +\n-   '      ---\\n' +\n-   '      duration_ms: *\\n' +\n-   \"      type: 'test'\\n\" +\n-   '      ...\\n' +\n-   '    1..1\\n' +\n-   'ok 3 - should NOT print --test-only diagnostic warning - no-only\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   \"  type: 'suite'\\n\" +\n-   '  ...\\n' +\n-   '# Subtest: should NOT print --test-only diagnostic warning - test-only-false\\n' +\n-   '    # Sub ..."},{}],"parallel/test-startup-empty-regexp-statics.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /^undefined\\r?\\n$/. Input:\n\n'stream/web/streamwebstream/web/streamwebundefined\\n'\n\n  assert.match(child.stdout.toString(), /^undefined\\r?\\n$/);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-startup-empty-regexp-statics.js:43:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-startup-empty-regexp-statics.js:5:26\n"},{}],"pummel/test-heapdump-zstd.js":[false,{"code":1,"stderr":"\n#\n# Retaining path to search for:\n# - '{ node_name: 'ZstdCompress', edge_name: 'native_to_javascript' }'\t<--- not found\n#\n\n# Nodes found in the last step include:\nerror: Uncaught (in promise) AssertionError: Could not find target edge { node_name: 'ZstdCompress', edge_name: 'native_to_javascript' } in the heap snapshot.\n      assert.fail(`Could not find target edge ${format(expected)} in the heap snapshot.`);\n             ^\n    at validateByRetainingPathFromNodes (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/heap.js:288:14)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pummel/test-heapdump-zstd.js:20:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/pummel/test-heapdump-zstd.js:5:26\n"},{}],"es-module/test-esm-import-meta-resolve-hooks.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'custom:hooked'\n- 'file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-meta.mjs'\n\nassert.strictEqual(import.meta.resolve('custom:hooked'),\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-meta-resolve-hooks.mjs:20:8\n"},{}],"pummel/test-heapdump-fs-promise.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-worker-message-port-transfer-self.js":[true,null,{}],"parallel/test-http-abort-client.js":[true,null,{}],"parallel/test-fs-promises-file-handle-writeFile.js":[true,null,{}],"parallel/test-worker-messaging.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: The destination thread threw an error while receiving the message.\n    at deliverThreadMessageAck (ext:deno_node/worker_threads.ts:1003:22)\n    at pollCrossThreadMessages (ext:deno_node/worker_threads.ts:1044:9)\n"},{}],"parallel/test-http-client-get-url.js":[true,null,{}],"parallel/test-worker-ref.js":[true,null,{}],"parallel/test-net-autoselectfamily-commandline-option.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-http2-connect-method-extended-cant-turn-off.js":[true,null,{}],"parallel/test-util-callbackify.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Method Promise.prototype.then called on incompatible receiver #<Object>\n    cbThenableFn(common.mustSucceed((ret) => {\n    ^\n    at Object.then (<anonymous>)\n    at thenableFnCallbackified (ext:deno_node/_util/_util_callbackify.js:40:5)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-callbackify.js:59:5)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-util-callbackify.js:5:26\n"},{}],"parallel/test-dgram-bind-default-address.js":[true,null,{}],"parallel/test-http-client-res-destroyed.js":[true,null,{}],"wasi/test-wasi-notdir.js":[true,null,{}],"parallel/test-http2-respond-file-fd.js":[true,null,{}],"parallel/test-assert-deep.js":[true,null,{"usesNodeTest":1}],"parallel/test-webcrypto-export-import-ml-dsa.js":[true,null,{}],"sea/test-single-executable-application-asset-keys-empty.js":[true,null,{}],"parallel/test-vm-module-evaluate-synthethic-module-rejection.js":[true,null,{}],"parallel/test-runner-global-setup-watch-mode.mjs":["IGNORE",null,{"ignoreReason":"running 1 test from ./test/parallel/test-runner-global-setup-watch-mode.mjs"}],"parallel/test-stream-destroy.js":[true,null,{}],"parallel/test-vm-strict-mode.js":[true,null,{}],"parallel/test-process-hrtime-bigint.js":[true,null,{}],"parallel/test-http-invalid-path-chars.js":[true,null,{}],"parallel/test-sqlite-custom-functions.js":[true,null,{"usesNodeTest":1}],"parallel/test-stream-transform-flush-data.js":[true,null,{}],"parallel/test-process-abort.js":[true,null,{}],"parallel/test-http-parser-bad-ref.js":[true,null,{}],"parallel/test-http-server-request-timeout-delayed-headers.js":[true,null,{}],"parallel/test-net-write-slow.js":[true,null,{}],"module-hooks/test-module-hooks-load-context-merged.js":[true,null,{}],"parallel/test-hash-seed.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Command failed: /opt/hostedtoolcache/deno/0.0.0-fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a/x64/deno --expose-internals --print require(\"internal/test/binding\").internalBinding(\"v8\").getHashSeed()\n(node:17227) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) TypeError: require(...).internalBinding(...).getHashSeed is not a function\n    at [eval]:1:56\n    at Script.#runInContext (ext:deno_node/vm.js:139:12)\n    at Script.runInThisContext (ext:deno_node/vm.js:149:30)\n    at Object.runInThisContext (ext:deno_node/vm.js:348:38)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\n\n    at ChildProcess.exithandler (ext:deno_node/child_process.ts:387:14)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"parallel/test-blocklist-clone.js":[false,{"code":1,"stderr":"\nerror: Uncaught TypeError: data.check is not a function\n  assert.ok(data.check('123.123.123.123'));\n                 ^\n    at MessagePort.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-blocklist-clone.js:18:18)\n    at MessagePort.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at MessagePort.wrappedHandler (ext:deno_web/02_event.js:1574:12)\n    at innerInvokeEventListeners (ext:deno_web/02_event.js:793:9)\n    at invokeEventListeners (ext:deno_web/02_event.js:839:5)\n    at dispatch (ext:deno_web/02_event.js:689:9)\n    at MessagePort.dispatchEvent (ext:deno_web/02_event.js:1098:12)\n    at dispatchPortMessageData (ext:deno_web/13_message_port.js:173:10)\n    at ext:deno_web/13_message_port.js:366:14\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n"},{}],"parallel/test-eval.js":[true,null,{}],"parallel/test-domain-fs-enoent-stream.js":[true,null,{}],"parallel/test-dgram-close-during-bind.js":[true,null,{}],"parallel/test-worker-esm-missing-main.js":[true,null,{}],"parallel/test-http-server-consumed-timeout.js":[true,null,{}],"parallel/test-http2-respond-nghttperrors.js":[true,null,{}],"parallel/test-webcrypto-random.js":[true,null,{}],"parallel/test-compile-cache-esm.js":["IGNORE",null,{"ignoreReason":"ESM (.mjs) main entry is loaded by Deno's main module loader, which does not route through node:module and so cannot emit the COMPILE_CACHE debug trace expected by this test"}],"parallel/test-domain-crypto.js":[true,null,{}],"sea/test-single-executable-application-snapshot.js":[true,null,{}],"parallel/test-stream-duplex-readable-end.js":[true,null,{}],"parallel/test-inspector-invalid-args.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Failed to parse Node.js CLI arguments: [DEP0062]: `node --debug` and `node --debug-brk` are invalid. Please use `node --inspect` and `node --inspect-brk` instead.. If you believe this is a valid Node.js flag, please report it at https://github.com/denoland/deno/issues\n  execFile(\n  ^\n    at buildCommand (ext:deno_node/internal/child_process.ts:1229:22)\n    at ChildProcess.#spawnInternal (ext:deno_node/internal/child_process.ts:202:54)\n    at ChildProcess.spawn (ext:deno_node/internal/child_process.ts:173:26)\n    at spawn (ext:deno_node/child_process.ts:169:11)\n    at execFile (ext:deno_node/child_process.ts:342:19)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-invalid-args.js:15:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n"},{}],"parallel/test-child-process-fork-dgram.js":[true,null,{}],"sequential/test-cpu-prof-dir-worker.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(dir))\n\n  assert(fs.existsSync(dir));\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-dir-worker.js:40:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-dir-worker.js:5:26\n"},{}],"parallel/test-net-dns-custom-lookup.js":[true,null,{}],"parallel/test-runner-todo-skip-tests.js":[true,null,{"usesNodeTest":1}],"parallel/test-fs-write-stream-change-open.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-write-stream-change-open.js:44:19)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-write-stream-change-open.js:5:26\n\n"},{}],"es-module/test-esm-dynamic-import-attribute.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'rejected'\n- 'fulfilled'\n\n  assert.strictEqual(results[1].status, 'fulfilled');\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-dynamic-import-attribute.mjs:11:10\n"},{}],"parallel/test-diagnostics-channel-tracing-channel-promise.js":[true,null,{}],"parallel/test-crypto-prime.js":[true,null,{}],"es-module/test-esm-exports-deprecations.mjs":[false,{"code":1,"stderr":"\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/baz/index.js\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/baz/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/node_modules\n/home/runner/work/deno/deno/tests/node_compat/node_modules\n/home/runner/work/deno/deno/tests/node_modules\n/home/runner/work/deno/deno/node_modules\n/home/runner/work/deno/node_modules\n/home/runner/work/node_modules\n/home/runner/node_modules\n/home/node_modules\n/node_modules\n\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/bar.js\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/node_modules\n/home/runner/work/deno/deno/tests/node_compat/node_modules\n/home/runner/work/deno/deno/tests/node_modules\n/home/runner/work/deno/deno/node_modules\n/home/runner/work/deno/node_modules\n/home/runner/work/node_modules\n/home/runner/node_modules\n/home/node_modules\n/node_modules\n\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/baz/node_modules/asdf.js\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/baz/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/suite/node_modules\n/home/runner/work/deno/deno/tests/node_compat/runner/node_modules\n/home/runner/work/deno/deno/tests/node_ ..."},{}],"parallel/test-diagnostics-channel-http2-client-stream-error.js":[true,null,{}],"parallel/test-gc-net-timeout.js":[false,{"code":1,"stderr":"done/collected/total: 10/0/49\ndone/collected/total: 35/0/49\ndone/collected/total: 45/0/49\ndone/collected/total: 45/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total: 49/0/49\ndone/collected/total ..."},{}],"test-runner/test-output-async-test-scheduling.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n  'TAP version 13\\n' +\n    '# Subtest: test\\n' +\n    'ok 1 - test\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n...\n    '  ...\\n' +\n+   '1..2\\n' +\n+   '# tests 3\\n' +\n-   '# Subtest: scheduled async\\n' +\n-   'ok 3 - scheduled async\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   \"  type: 'test'\\n\" +\n-   '  ...\\n' +\n-   '1..3\\n' +\n-   '# tests 4\\n' +\n    '# suites 1\\n' +\n+   '# pass 3\\n' +\n-   '# pass 4\\n' +\n    '# fail 0\\n' +\n    '# cancelled 0\\n' +\n    '# skipped 0\\n' +\n    '# todo 0\\n' +\n+   '# duration_ms *\\n' +\n+   'Mismatched noop function calls. Expected exactly 1, actual 0.\\n' +\n+   '    at Module.mustCall (file://<project-root>/test/common/index.js:451:10)\\n' +\n+   '    at file://<project-root>/test/fixtures/test-runner/output/async-test-scheduling.mjs:13:32\\n'\n-   '# duration_ms *\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-async-test-scheduling.mjs:8:1\n"},{}],"es-module/test-require-module-cached-tla.js":[true,null,{}],"parallel/test-errors-systemerror.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ Buffer(1) [Uint8Array] [\n+   97\n+ ]\n- 'a'\n\n  assert.strictEqual(err.path, 'a');\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-errors-systemerror.js:100:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-errors-systemerror.js:5:26\n"},{}],"sea/test-single-executable-application-exec-argv-extension-none.js":[true,null,{}],"sequential/test-cpu-prof-dir-absolute.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(dir))\n\n  assert(fs.existsSync(dir));\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-dir-absolute.js:40:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-dir-absolute.js:5:26\n"},{}],"parallel/test-fs-cp-sync-filename-too-long-error.mjs":[true,null,{}],"parallel/test-icu-transcode.js":[true,null,{}],"es-module/test-esm-throw-undefined.mjs":[true,null,{}],"parallel/test-stream-readable-to-web.mjs":[true,null,{}],"es-module/test-esm-nowarn-exports.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-crypto-randomuuid.js":[true,null,{}],"parallel/test-diagnostics-channel-bind-store.js":[true,null,{}],"parallel/test-async-local-storage-bind.js":[true,null,{}],"parallel/test-dgram-close-signal.js":[true,null,{}],"es-module/test-esm-scope-node-modules.mjs":[true,null,{}],"parallel/test-cli-node-options-docs.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-parse-test-only-envs.js":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-parse-test-only-envs.js\nenv var via comment ...\n  should set env var A_SET_ENV_VAR ... FAILED (1ms)\n  should set env var B_SET_ENV_VAR ... FAILED (1ms)\nenv var via comment ... FAILED (due to 2 failed steps) (2ms)\n\n ERRORS \n\nenv var via comment ... should set env var A_SET_ENV_VAR => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'A_SET_ENV_VAR_VALUE'\n\n    assert.strictEqual(process.env.A_SET_ENV_VAR, 'A_SET_ENV_VAR_VALUE');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-parse-test-only-envs.js:15:12)\n\nenv var via comment ... should set env var B_SET_ENV_VAR => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'B_SET_ENV_VAR_VALUE'\n\n    assert.strictEqual(process.env.B_SET_ENV_VAR, 'B_SET_ENV_VAR_VALUE');\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-parse-test-only-envs.js:18:12)\n\n FAILURES \n\nenv var via comment ... should set env var A_SET_ENV_VAR => ext:deno_node/testing.ts:1141:21\nenv var via comment ... should set env var B_SET_ENV_VAR => ext:deno_node/testing.ts:1034:37\n\nFAILED | 0 passed | 1 failed (2 steps) (4ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-readline-async-iterators-destroy.js":[true,null,{}],"module-hooks/test-module-hooks-load-builtin-require.js":[true,null,{}],"module-hooks/test-module-hooks-custom-conditions-special-values.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   code: 'ERR_MODULE_NOT_FOUND'\n-   code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'\n  }\n\n    await assert.rejects(esm('foo/no-default'), {\n    ^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/module-hooks/test-module-hooks-custom-conditions-special-values.js:48:5\n"},{}],"parallel/test-https-truncate.js":[true,null,{}],"parallel/test-stream-unshift-read-race.js":[true,null,{}],"parallel/test-vm-module-modulerequests.js":[true,null,{"usesNodeTest":1}],"parallel/test-worker-message-port-wasm-module.js":[true,null,{}],"parallel/test-domain-timers-uncaught-exception.js":[true,null,{}],"parallel/test-events-list.js":[true,null,{}],"parallel/test-fs-cp-sync-symlink-dest-points-to-src-error.mjs":[true,null,{}],"parallel/test-async-hooks-disable-during-promise.js":[false,{"code":1,"stderr":"Mismatched noop function calls. Expected exactly 2, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-disable-during-promise.js:11:16)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-disable-during-promise.js:5:26\nMismatched noop function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-disable-during-promise.js:12:18)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-disable-during-promise.js:5:26\n\n"},{}],"parallel/test-child-process-exec-abortcontroller-promisified.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n... Skipped lines\n\n  Comparison {\n+   cause: DOMException [AbortError]: The signal has been aborted\n+       at AbortSignal.[[[signalAbort]]] (ext:deno_web/03_abort_signal.js:123:14)\n+       at AbortController.abort (ext:deno_web/03_abort_signal.js:317:30)\n+       at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-child-process-exec-abortcontroller-promisified.js:26:6)\n-   cause: DOMException [AbortError]: This operation was aborted\n-       at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-child-process-exec-abortcontroller-promisified.js:24:12)\n        at Module._compile (node:module:1644:34)\n        at loadMaybeCjs (node:module:1672:12)\n        at Object..js (node:module:1654:12)\n        at Module.load (node:module:1515:32)\n        at Module._load (node:module:1212:14)\n...\n      Symbol(code): 20,\n+     Symbol(message): 'The signal has been aborted',\n-     Symbol(message): 'This operation was aborted',\n      Symbol(name): 'AbortError'\n    },\n    name: 'AbortError'\n  }\n\nconst { promisify } = require('util');\n                         ^\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-child-process-exec-abortcontroller-promisified.js:5:26\n"},{}],"parallel/test-http-client-readable.js":[true,null,{}],"parallel/test-fs-open-numeric-flags.js":[true,null,{}],"parallel/test-resource-usage.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: process.resourceUsage is not a function\nconst rusage = process.resourceUsage();\n                       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-resource-usage.js:5:24)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-resource-usage.js:5:26\n"},{}],"parallel/test-net-connect-keepalive.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-fs-rmdir-recursive-error.js":[true,null,{}],"parallel/test-tls-get-ca-certificates-node-use-system-ca.js":[true,null,{}],"parallel/test-promise-unhandled-warn.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 6, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-warn.js:28:30)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-promise-unhandled-warn.js:5:26\n\n"},{}],"parallel/test-http-client-encoding.js":[true,null,{}],"parallel/test-timers-promises-scheduler.js":[true,null,{}],"parallel/test-debugger-low-level.js":[true,null,{}],"parallel/test-net-persistent-ref-unref.js":[true,null,{}],"module-hooks/test-async-loader-hooks-throw-symbol.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-whatwg-url-custom-properties.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [\n+   'hash',\n+   'host',\n+   'hostname',\n-   'toString',\n    'href',\n    'origin',\n-   'protocol',\n-   'username',\n    'password',\n+   'pathname',\n-   'host',\n-   'hostname',\n    'port',\n+   'protocol',\n-   'pathname',\n    'search',\n+   'username',\n    'searchParams',\n+   'toString',\n-   'hash',\n    'toJSON'\n  ]\n\nassert.deepStrictEqual(props, expected);\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-url-custom-properties.js:27:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-url-custom-properties.js:5:26\n"},{}],"parallel/test-fs-promises-file-handle-close-errors.js":[true,null,{}],"parallel/test-buffer-zero-fill-cli.js":[true,null,{}],"parallel/test-stream-readable-aborted.js":[true,null,{}],"parallel/test-fs-cp-sync-copy-file-to-file-path.mjs":[true,null,{}],"parallel/test-buffer-compare.js":[true,null,{}],"wasi/test-wasi-sock.js":[true,null,{}],"parallel/test-http2-client-unescaped-path.js":[true,null,{}],"parallel/test-net-remote-address.js":[true,null,{}],"test-runner/test-run-watch-run-duration.mjs":[false,{"code":1,"stderr":"\nerror: Top-level await promise never resolved\nconst testRuns = await testRunnerWatch({ file: 'test.js', fileToUpdate: 'test.js', useRunApi: true });\n                 ^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-run-watch-run-duration.mjs:14:18)\n"},{}],"parallel/test-fs-cp-sync-preserve-timestamps-readonly.mjs":[true,null,{}],"parallel/test-dgram-create-socket-handle-fd.js":["IGNORE",null,{"ignoreReason":"Expected values to be strictly equal"}],"abort/test-worker-abort-uncaught-exception.js":[true,null,{}],"parallel/test-https-agent-abort-controller.js":[true,null,{}],"es-module/test-require-module-instantiated.mjs":[true,null,{}],"parallel/test-stream-finished.js":[true,null,{}],"parallel/test-cluster-send-deadlock.js":[false,{"code":1,"stderr":"\nerror: Uncaught Error: Not implemented: ChildProcess.send with non-TCP net.Socket handle\n    at notImplemented (ext:deno_node/_utils.ts:10:11)\n    at getIpcHandleInfo (ext:deno_node/internal/child_process.ts:1525:9)\n    at process.target.send (ext:deno_node/internal/child_process.ts:1884:22)\n    at onHandleAck (ext:deno_node/internal/child_process.ts:1735:18)\n    at readLoop (ext:deno_node/internal/child_process.ts:1767:15)\nerror: Uncaught (in promise) AssertionError: Worker exited with an error code: 1\n\n1 !== 0\n\n    assert.strictEqual(code, 0, `Worker exited with an error code: ${code}`);\n           ^\n    at Worker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-cluster-send-deadlock.js:34:12)\n    at Worker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Worker.emit (ext:deno_node/_events.mjs:415:20)\n    at ChildProcess.<anonymous> (ext:deno_node/internal/cluster/primary.ts:131:16)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-http-invalidheaderfield.js":[true,null,{}],"parallel/test-util-getcallsites-preparestacktrace.js":[true,null,{}],"parallel/test-worker-terminate-unrefed.js":[true,null,{}],"parallel/test-set-process-debug-port.js":[true,null,{}],"parallel/test-runner-no-isolation-different-cwd.mjs":[false,{"code":1,"stderr":"Uncaught error from ./test/parallel/test-runner-no-isolation-different-cwd.mjs FAILED\nrunning 0 tests from ./test/parallel/test-runner-no-isolation-different-cwd.mjs\n\n ERRORS \n\n./test/parallel/test-runner-no-isolation-different-cwd.mjs (uncaught error)\nerror: (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ undefined\n- [\n-   'before one: <root>',\n-   'suite one',\n-   'before two: <root>',\n-   'suite two',\n-   'beforeEach one: suite one - test',\n-   'beforeEach two: suite one - test',\n-   'suite one - test',\n-   'afterEach one: suite one - test',\n-   'afterEach two: suite one - test',\n-   'before suite two: suite two',\n-   'beforeEach one: suite two - test',\n-   'beforeEach two: suite two - test',\n-   'suite two - test',\n-   'afterEach one: suite two - test',\n-   'afterEach two: suite two - test',\n-   'after one: <root>',\n-   'after two: <root>'\n- ]\n\nassert.deepStrictEqual(globalThis.GLOBAL_ORDER, [\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-no-isolation-different-cwd.mjs:16:8\nThis error was not caught from a test and caused the test runner to fail on the referenced module.\nIt most likely originated from a dangling promise, event/timeout handler or top-level code.\n\n FAILURES \n\n./test/parallel/test-runner-no-isolation-different-cwd.mjs (uncaught error)\n\nFAILED | 0 passed | 1 failed (1ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-stream-readable-default-encoding.js":[true,null,{}],"pseudo-tty/test-set-raw-mode-reset-signal.js":[true,null,{}],"parallel/test-cluster-listen-pipe-readable-writable.js":[true,null,{}],"parallel/test-source-map-invalid-url.js":[true,null,{}],"parallel/test-zlib-brotli-dictionary.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\n  assert.throws(() => {\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-zlib-brotli-dictionary.js:64:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-zlib-brotli-dictionary.js:5:26\n"},{}],"parallel/test-crypto-no-algorithm.js":["IGNORE",null,{"ignoreReason":"Test gates on hasOpenSSL3 (skips if not OpenSSL 3.x), calls crypto.setFips(1) (FIPS mode is unsupported in Deno), asserts on OpenSSL-specific error strings ('digital envelope routines::unsupported', 'random number generator::unable to fetch drbg') and the err.opensslErrorStack field, and spawns a child with --openssl-config=...; none of these are available outside Node's OpenSSL-backed crypto"}],"internet/test-dns-promises-resolve.js":[true,null,{}],"sea/test-single-executable-application-exec-argv-empty.js":[true,null,{}],"parallel/test-repl-unsafe-array-iteration.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-http2-respond-with-file-connection-abort.js":[true,null,{}],"es-module/test-require-module-dynamic-import-3.js":[true,null,{}],"parallel/test-http2-server-shutdown-before-respond.js":[true,null,{}],"parallel/test-runner-xfail.js":[true,null,{"usesNodeTest":1}],"parallel/test-cluster-net-listen.js":[true,null,{}],"parallel/test-sys.js":[true,null,{}],"internet/test-http-https-default-ports.js":[true,null,{}],"parallel/test-zlib-kmaxlength-rangeerror.js":["IGNORE",null,{"ignoreReason":"Deno pre-loads polyfills as ESM, so kMaxLength is a live binding that can't be snapshotted like Node.js CJS require"}],"es-module/test-vm-compile-function-lineoffset.js":[true,null,{}],"parallel/test-http-server-unconsume-consume.js":[true,null,{}],"parallel/test-worker-type-check.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: \"Cannot read properties of undefined (reading 'toString')\",\n-   code: 'ERR_INVALID_ARG_TYPE',\n-   message: 'The \"filename\" argument must be of type string or an instance of URL. Received undefined',\n    name: 'TypeError'\n  }\n\n    assert.throws(\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-type-check.js:18:12\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-type-check.js:17:5)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-type-check.js:5:26\n"},{}],"parallel/test-tls-cert-chains-in-ca.js":["IGNORE",null,{"ignoreReason":"error: Uncaught TypeError: Cannot read properties of undefined (reading 'serialN"}],"parallel/test-domain-enter-exit.js":[true,null,{}],"parallel/test-http2-compat-serverresponse-finished.js":[true,null,{}],"parallel/test-diagnostics-channel-tracing-channel-callback-early-exit.js":[true,null,{}],"parallel/test-http2-compat-serverrequest-settimeout.js":[true,null,{}],"parallel/test-fs-access.js":[false,{"code":1,"stderr":"false 0\n1n 1\n{ Symbol(Symbol.toPrimitive): [Function: [Symbol.toPrimitive]] } 2\n[ 1 ] 3\nr 4\n-1 0\n8 1\nInfinity 2\nNaN 3\n\n(node:18008) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /at async Object\\.access/. Input:\n\n\"Error: ENOENT: no such file or directory, access '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.1016/__this_should_not_exist'\\n\" +\n  '    at ext:deno_node/fs.ts:564:19'\n\n    assert.match(err.stack, /at async Object\\.access/);\n           ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-access.js:101:12)\n    at expectedException (ext:deno_node/assert.ts:199:19)\n    at expectsError (ext:deno_node/assert.ts:312:5)\n    at assert.rejects (ext:deno_node/assert.ts:571:5)\n"},{}],"parallel/test-webcrypto-encrypt-decrypt.js":[true,null,{}],"parallel/test-cluster-server-restart-none.js":[true,null,{}],"parallel/test-buffer-bigint64.js":[true,null,{}],"parallel/test-promise-unhandled-throw-handler.js":[true,null,{}],"parallel/test-worker-voluntarily-exit-followed-by-throw.js":[true,null,{}],"parallel/test-fs-watch-encoding.js":[true,null,{}],"es-module/test-esm-cjs-exports.js":[true,null,{"usesNodeTest":1}],"parallel/test-permission-fs-windows-path.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-compile-cache-bad-syntax.js":["IGNORE",null,{"ignoreReason":"The .mjs subprocess fails through Deno's ESM entry loader, which does not route through node:module and so the COMPILE_CACHE debug trace cannot be emitted for that path"}],"parallel/test-net-socket-setnodelay.js":[true,null,{}],"parallel/test-tls-set-default-ca-certificates-array-buffer.js":[true,null,{}],"parallel/test-http2-compat-serverresponse-statuscode.js":[true,null,{}],"parallel/test-cluster-disconnect-with-no-workers.js":[true,null,{}],"parallel/test-process-exit-from-before-exit.js":[true,null,{}],"parallel/test-fs-cp-async-with-mode-flags.mjs":[true,null,{}],"parallel/test-http-upgrade-server.js":[true,null,{}],"parallel/test-buffer-swap.js":[true,null,{}],"parallel/test-timers-nan-duration-emit-once-per-process.js":[true,null,{}],"parallel/test-net-bind-twice.js":[true,null,{}],"parallel/test-stream-pipe-flow.js":[true,null,{}],"parallel/test-worker-process-argv.js":[true,null,{}],"es-module/test-esm-type-field.mjs":[true,null,{}],"parallel/test-c-ares.js":[true,null,{}],"parallel/test-child-process-net-reuseport.js":[true,null,{}],"parallel/test-https-foafssl.js":[true,null,{}],"parallel/test-snapshot-api.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-http2-server-socket-destroy.js":[true,null,{}],"parallel/test-buffer-failed-alloc-typed-arrays.js":[true,null,{}],"parallel/test-http2-server-set-header.js":[true,null,{}],"parallel/test-dgram-send-empty-buffer.js":[true,null,{}],"parallel/test-fs-cp-async-symlink-dest-points-to-src.mjs":[true,null,{}],"parallel/test-eslint-eslint-check.js":[true,null,{}],"parallel/test-dgram-send-invalid-msg-type.js":[true,null,{}],"parallel/test-perf-hooks-timerify-multiple-wrapping.js":[true,null,{}],"parallel/test-fs-utimes.js":[true,null,{}],"parallel/test-snapshot-child-process-sync.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-debugger-restart-message.js":[true,null,{}],"parallel/test-process-execve-on-exit.js":["IGNORE",null,{"ignoreReason":"process.execve is not a function"}],"parallel/test-child-process-spawnsync.js":[true,null,{}],"test-runner/test-output-coverage-failure.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ \"error: Uncaught (in promise) Error: Cannot find module 'internal/test_runner/coverage'\\n\" +\n+   'Require stack:\\n' +\n+   '- <project-root>/test/fixtures/test-runner/output/coverage_failure.js\\n' +\n+   \"const { TestCoverage } = require('internal/test_runner/coverage');\\n\" +\n+   '                         ^\\n' +\n+   '    at <node-internal-frames>\\n' +\n+   '    at Object.<anonymous> (file://<project-root>/test/fixtures/test-runner/output/coverage_failure.js:5:26)\\n' +\n+   '    at <node-internal-frames>\\n'\n- 'TAP version 13\\n' +\n-   '# Subtest: ok\\n' +\n-   'ok 1 - ok\\n' +\n-   '  ---\\n' +\n-   '  duration_ms: *\\n' +\n-   \"  type: 'test'\\n\" +\n-   '  ...\\n' +\n-   '1..1\\n' +\n-   '# Warning: Could not report code coverage. Error: Failed to collect coverage\\n' +\n-   '# tests 1\\n' +\n-   '# suites 0\\n' +\n-   '# pass 1\\n' +\n-   '# fail 0\\n' +\n-   '# cancelled 0\\n' +\n-   '# skipped 0\\n' +\n-   '# todo 0\\n' +\n-   '# duration_ms *\\n'\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-coverage-failure.mjs:12:1\n"},{}],"parallel/test-quic-internal-setcallbacks.mjs":[false,{"code":1,"stderr":"\nerror: Import \"internal/test/binding\" not a dependency\n  hint: If you want to use the npm package, try running `deno add npm:internal/test/binding`\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-quic-internal-setcallbacks.mjs:9:36\n"},{}],"parallel/test-global-setters.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'undefined'\n- 'function'\n\nassert.strictEqual(\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-global-setters.js:20:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-global-setters.js:5:26\n"},{}],"internet/test-net-connect-unref.js":[true,null,{}],"parallel/test-process-chdir.js":[true,null,{}],"test-runner/test-output-no-refs.mjs":[true,null,{}],"parallel/test-tls-check-server-identity.js":[true,null,{}],"parallel/test-tls-no-cert-required.js":[true,null,{}],"parallel/test-http-upgrade-client2.js":[true,null,{}],"parallel/test-stream-inheritance.js":[true,null,{}],"parallel/test-crypto-verify-failure.js":[true,null,{}],"parallel/test-console-methods.js":[true,null,{}],"es-module/test-cjs-legacyMainResolve.js":["IGNORE",null,{"ignoreReason":"Tests `node:internal/modules/esm/resolve.legacyMainResolve`, a private CJS resolver helper Deno does not expose"}],"parallel/test-fs-cp-promises-invalid-mode.mjs":[true,null,{}],"parallel/test-security-revert-unknown.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 12\n\nassert.strictEqual(status, 12);\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-security-revert-unknown.js:10:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-security-revert-unknown.js:5:26\n"},{}],"parallel/test-node-run.js":["IGNORE",null,{"ignoreReason":"Tests node --run CLI subcommand which is not implemented in Deno"}],"parallel/test-http-keep-alive-pipeline-max-requests.js":[true,null,{}],"test-runner/test-run-watch-cwd.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-fs-cp-sync-dereference-directory.mjs":[true,null,{}],"parallel/test-stream-pipeline-with-empty-string.js":[true,null,{}],"parallel/test-tls-clientcertengine-invalid-arg-type.js":[true,null,{}],"parallel/test-vm-syntax-error-stderr.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: The input did not match the regular expression /BEGIN CERT/. Input:\n\n\"error: Uncaught (in promise) Error: Cannot find module '/home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts'\\n\" +\n  'Require stack:\\n' +\n  '- /home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts\\n' +\n  '    at Module._resolveFilename (node:module:1402:15)\\n' +\n  '    at Module._load (node:module:1081:27)\\n' +\n  '    at Module.require (node:module:1544:19)\\n' +\n  '    at require (node:module:1780:16)\\n' +\n  '    at [eval]:1:1\\n' +\n  '    at Script.#runInContext (ext:deno_node/vm.js:139:12)\\n' +\n  '    at Script.runInThisContext (ext:deno_node/vm.js:149:30)\\n' +\n  '    at Object.runInThisContext (ext:deno_node/vm.js:348:38)\\n' +\n  '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/$deno$eval.mts:6:36\\n'\n\n  assert.match(output, /BEGIN CERT/);\n         ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-syntax-error-stderr.js:22:10)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at endReadableNT (ext:deno_node/internal/streams/readable.js:1798:12)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-http2-ping.js":[true,null,{}],"parallel/test-abortsignal-any.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-abortsignal-any.mjs\nAbortSignal.any() ...\n  should throw when not receiving an array ... FAILED (2ms)\n  should throw when input contains non-signal values ... FAILED (1ms)\n  creates a non-aborted signal for an empty input ... ok (1ms)\n  returns a new signal ... ok (0ms)\n  returns an aborted signal if input has an aborted signal ... ok (0ms)\n  returns an aborted signal with the reason of first aborted signal input ... ok (0ms)\n  returns the correct signal in the event target ... ok (7ms)\n  aborts with reason of first aborted signal ... ok (0ms)\n  can accept the same signal more than once ... ok (0ms)\n  handles deeply aborted signals ... ok (0ms)\n  executes abort handlers in correct order ... ok (0ms)\n  must accept WebIDL sequence ... ok (0ms)\n  throws TypeError if any value does not implement AbortSignal ... FAILED (0ms)\nAbortSignal.any() ... FAILED (due to 3 failed steps) (16ms)\n\n ERRORS \n\nAbortSignal.any() ... should throw when not receiving an array => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_ARG_TYPE'\n- }\n\n    assert.throws(() => AbortSignal.any(), expectedError);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-abortsignal-any.mjs:9:12)\n\nAbortSignal.any() ... should throw when input contains non-signal values => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: \"Failed to execute 'AbortSignal.any': Argument 1, index 1 is not of type AbortSignal\"\n-   code: 'ERR_INVALID_ARG_TYPE',\n-   message: 'The \"signals[1]\" argument must be an instance of AbortSignal. Received undefined'\n  }\n\n    assert.throws(\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/te ..."},{"usesNodeTest":1}],"pummel/test-heapdump-shadow-realm.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-stream2-readable-wrap-empty.js":[true,null,{}],"test-runner/test-output-timeout-in-before-each.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'TAP version 13\\n' +\n- 'gonna timeout\\n' +\n-   'TAP version 13\\n' +\n-   'not gonna timeout\\n' +\n-   'before each test second 2\\n' +\n-   'after each test first 0\\n' +\n-   'gonna timeout\\n' +\n    '# Subtest: before each timeout\\n' +\n    '    # Subtest: first describe first test\\n' +\n+   'before each test first 0\\n' +\n+   '    ok 1 - first describe first test\\n' +\n-   '    not ok 1 - first describe first test\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 'test'\\n\" +\n-   \"      location: '<project-root>/test/fixtures/test-runner/output/timeout_in_before_each_should_not_affect_further_tests.js:18:3'\\n\" +\n-   \"      failureType: 'hookFailed'\\n\" +\n-   \"      error: 'failed running beforeEach hook'\\n\" +\n-   \"      code: 'ERR_TEST_FAILURE'\\n\" +\n-   '      stack: |-\\n' +\n-   '        async Promise.all (index 0)\\n' +\n    '      ...\\n' +\n    '    # Subtest: first describe second test\\n' +\n+   'before each test second 0\\n' +\n    '    ok 2 - first describe second test\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 'test'\\n\" +\n    '      ...\\n' +\n    '    1..2\\n' +\n+   'ok 1 - before each timeout\\n' +\n-   'not ok 1 - before each timeout\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'suite'\\n\" +\n-   \"  location: '<project-root>/test/fixtures/test-runner/output/timeout_in_before_each_should_not_affect_further_tests.js:6:1'\\n\" +\n-   \"  failureType: 'subtestsFailed'\\n\" +\n-   \"  error: '1 subtest failed'\\n\" +\n-   \"  code: 'ERR_TEST_FAILURE'\\n\" +\n    '  ...\\n' +\n-   'after each test second 1\\n' +\n-   'not gonna timeout\\n' +\n    '# Subtest: after each timeout\\n' +\n    '    # Subtest: second describe first test\\n' +\n+   'after each test first 0\\n' +\n+   '    ok 1 - second describe first test\\n' +\n-   '    not ok 1 - second describe first test\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 't ..."},{}],"parallel/test-zlib-create-raw.js":[true,null,{}],"parallel/test-cluster-worker-forced-exit.js":[true,null,{}],"parallel/test-http2-max-concurrent-streams.js":[true,null,{}],"sequential/test-error-serdes.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/error_serdes'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-error-serdes.js\nconst { serializeError, deserializeError } = require('internal/error_serdes');\n                                             ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-error-serdes.js:7:46)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-event-emitter-prepend.js":[true,null,{}],"parallel/test-worker.js":[true,null,{}],"parallel/test-fs-cp-sync-verbatim-symlinks-invalid.mjs":[true,null,{}],"es-module/test-esm-loader-resolve-type.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) SyntaxError: Cannot use import statement outside a module\\n' +\n+     '    at new Script (ext:deno_node/vm.js:100:20)\\n' +\n+     '    at createScript (ext:deno_node/vm.js:315:10)\\n' +\n+     '    at Object.runInThisContext (ext:deno_node/vm.js:348:10)\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.125/test-esm-loader-resolve-type-1537011318614/$deno$eval.mts:6:36\\n',\n+   stdout: ''\n-   stderr: '',\n-   stdout: '{\"before\":{\"importedESM\":0,\"importedCJS\":0},\"after\":{\"importedESM\":1,\"importedCJS\":0}}\\n'\n  }\n\n  assert.deepStrictEqual(output, {\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-resolve-type.mjs:36:10\n"},{}],"es-module/test-esm-invalid-pjson.js":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-invalid-pjson.js\nESM: Package.json ...\n  should throw on invalid pson ... FAILED (32ms)\nESM: Package.json ... FAILED (due to 1 failed step) (33ms)\n\n ERRORS \n\nESM: Package.json ... should throw on invalid pson => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: error: [ERR_INVALID_PACKAGE_CONFIG] Invalid package config. Malformed package.json '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/node_modules/invalid-pjson/package.json'.\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/import-invalid-pjson.mjs:1:8\n\n    assert.ok(stderr.includes('code: \\'ERR_INVALID_PACKAGE_CONFIG\\''), stderr);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-invalid-pjson.js:18:12)\n\n FAILURES \n\nESM: Package.json ... should throw on invalid pson => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 1 failed (1 step) (35ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-net-write-after-end-nt.js":[true,null,{}],"parallel/test-http-aborted.js":[true,null,{}],"parallel/test-assert-class-destructuring.js":[true,null,{"usesNodeTest":1}],"parallel/test-async-hooks-http-agent.js":[true,null,{}],"sequential/test-watch-mode-inspect.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/sequential/test-watch-mode-inspect.mjs\nwatch mode - inspect ...\n  should start debugger on inner process ... FAILED (852ms)\n  should prevent attaching debugger with SIGUSR1 to outer process ...\n ERRORS \n\nwatch mode - inspect ... should start debugger on inner process => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: The expression evaluated to a falsy value:\n\n  assert.ok(new Set(pids).size >= restarts + 1)\n\n    assert.ok(new Set(pids).size >= restarts + 1);\n           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-watch-mode-inspect.mjs:66:12)\n\n FAILURES \n\nwatch mode - inspect ... should start debugger on inner process => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 0 failed (1 step) (891ms)\n\n\nerror: Promise resolution is still pending but the event loop has already resolved\n"},{"usesNodeTest":1}],"parallel/test-fs-cp-sync-copy-symlink-over-file-error.mjs":[true,null,{}],"parallel/test-event-emitter-max-listeners-warning-for-null.js":[true,null,{}],"parallel/test-zlib-sync-no-event.js":[true,null,{}],"parallel/test-stream-writable-final-destroy.js":[true,null,{}],"parallel/test-domain-with-abort-on-uncaught-exception.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n          assert.strictEqual(exitCode, 0);\n                 ^\n    at ChildProcess.onChildExited (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-with-abort-on-uncaught-exception.js:124:18)\n    at ChildProcess.onChildExited (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-trace-events-none.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(FILE_NAME))\n\n  assert(fs.existsSync(FILE_NAME));\n  ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-none.js:21:3)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"module-hooks/test-module-hooks-resolve-require-resolve-builtin.js":[true,null,{}],"parallel/test-tls-set-sigalgs.js":[false,{"code":1,"stderr":"\nerror: Uncaught null\n"},{}],"parallel/test-net-can-reset-timeout.js":[true,null,{}],"parallel/test-http-status-message.js":[true,null,{}],"pummel/test-buffer-large-size-buffer-alloc-unsafe.js":[true,null,{}],"parallel/test-tls-no-sslv3.js":[true,null,{}],"sequential/test-cpu-prof-worker-argv.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(profiles.length, 1);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-worker-argv.js:36:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-worker-argv.js:5:26\n"},{}],"parallel/test-trace-events-threadpool.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(FILE_NAME))\n\nassert(fs.existsSync(FILE_NAME));\n^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-threadpool.js:40:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-threadpool.js:5:26\n"},{}],"parallel/test-util-primordial-monkeypatching.js":[true,null,{}],"parallel/test-fs-watch-ignore-function.js":[true,null,{}],"parallel/test-compile-cache-permission-disallowed.js":["IGNORE",null,{"ignoreReason":"Node.js permission model (--experimental-permission) is not implemented in Deno"}],"parallel/test-cluster-call-and-destroy.js":[true,null,{}],"parallel/test-fs-watch-stop-async.js":[true,null,{}],"system-ca/test-use-system-ca-worker-disable.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/system-ca/test-use-system-ca-worker-disable.mjs\nuse-system-ca ...\n  trusts a valid root certificate ... FAILED (66ms)\nuse-system-ca ... FAILED (due to 1 failed step) (67ms)\n\n ERRORS \n\nuse-system-ca ... trusts a valid root certificate => ext:deno_node/testing.ts:1141:21\nerror: TypeError: error sending request for url (https://localhost:33949/hello-world): client error (Connect): invalid peer certificate: Other(OtherError(UnsupportedCertVersion))\n    await fetch(url);\n    ^\n    at async mainFetch (ext:deno_fetch/26_fetch.js:437:12)\n    at async fetch (ext:deno_fetch/26_fetch.js:827:9)\n    at async NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/system-ca/test-use-system-ca-worker-disable.mjs:59:5)\n\n    hint: Run again with the `--unsafely-ignore-certificate-errors` flag to bypass certificate errors.\n\n FAILURES \n\nuse-system-ca ... trusts a valid root certificate => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 1 failed (1 step) (71ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-console-self-assign.js":[true,null,{}],"parallel/test-debugger-random-port-with-inspect-port.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-stream2-unpipe-leak.js":[true,null,{}],"parallel/test-https-timeout-server-2.js":[true,null,{}],"parallel/test-repl-dynamic-import.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 0\n\n  assert.strictEqual(code, 0);\n         ^\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-repl-dynamic-import.js:18:10)\n    at ChildProcess.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"es-module/test-require-module-tla-execution.js":[true,null,{}],"parallel/test-events-add-abort-listener.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-fs-cp-async-skip-validation-when-filtered.mjs":[true,null,{}],"sequential/test-worker-fshandles-error-on-termination.js":[true,null,{}],"parallel/test-fs-write-stream-err.js":[false,{"code":1,"stderr":"\nfirst cb\nsecond cb\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ null\n- Error: BAM\n-     at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-write-stream-err.js:33:13)\n-     at Module._compile (node:module:1644:34)\n-     at loadMaybeCjs (node:module:1672:12)\n-     at Object..js (node:module:1654:12)\n-     at Module.load (node:module:1515:32)\n-     at Module._load (node:module:1212:14)\n-     at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-write-stream-err.js:5:26\n\n    assert.strictEqual(err_, err);\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-write-stream-err.js:75:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at afterWrite (ext:deno_node/internal/streams/writable.js:773:5)\n    at onwrite (ext:deno_node/internal/streams/writable.js:749:7)\n    at ext:deno_node/internal/fs/streams.mjs:490:5\n    at ext:deno_node/fs.ts:1361:9\n"},{}],"parallel/test-http-client-insecure-http-parser-error.js":[true,null,{}],"parallel/test-http-rawheaders-limit.js":[true,null,{}],"parallel/test-http-expect-handling.js":[true,null,{}],"parallel/test-timers-timeout-with-non-integer.js":[true,null,{}],"parallel/test-net-autoselectfamily.js":[true,null,{}],"parallel/test-http2-session-timeout.js":[true,null,{}],"client-proxy/test-https-proxy-request-malformed-response.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) TypeError: Cannot read properties of null (reading 'length')\nassert.strictEqual(stderr.match(/ERR_PROXY_TUNNEL.*Failed to establish tunnel to .* NOT-HTTP MALFORMED RESPONSE*/g).length, 1);\n                                                                                                                   ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-malformed-response.mjs:46:116\n"},{}],"parallel/test-async-hooks-promise-enable-disable.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n\n0 !== 2\n\n  assert.strictEqual(p_inits, EXPECTED_INITS);\n         ^\n    at process.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-promise-enable-disable.js:18:10)\n    at process.emit (ext:deno_node/_events.mjs:427:22)\n    at process.emit (node:process:492:38)\n    at dispatchProcessExitEvent (node:process:1032:13)\n"},{}],"parallel/test-fs-cp-sync-directory-not-exist-error.mjs":[true,null,{}],"parallel/test-repl-mode.js":["IGNORE",null,{"ignoreReason":"testStrictModeTerminal expects the REPL to render an inspector-driven error preview line (`// ReferenceError: xyz is not defined`) for partial strict-mode input. node:repl in deno catches preview eval errors and renders nothing (ext/node/polyfills/repl.ts try/catch around vm.Script.runInThisContext), so the assertion always fails. On v8 14.7 the failure was swallowed by _replCaptureCallback and the binary exited 0; v8 14.9 surfaces it as a fatal unhandled rejection. Needs an error-preview implementation in the polyfill to re-enable."}],"parallel/test-http-parser-freed-before-upgrade.js":[true,null,{}],"parallel/test-runner-test-filepath.js":[false,{"code":1,"stderr":"running 3 tests from ./test/parallel/test-runner-test-filepath.js\nsuite ... FAILED (1ms)\n<anonymous> ... FAILED (0ms)\nimported suite ... FAILED (0ms)\n\n ERRORS \n\nsuite => ./test/parallel/test-runner-test-filepath.js:10:1\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-test-filepath.js'\n\n  assert.strictEqual(t.filePath, __filename);\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-test-filepath.js:11:10\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n\n<anonymous> => ./test/parallel/test-runner-test-filepath.js:26:1\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-test-filepath.js'\n\n  assert.strictEqual(t.filePath, __filename);\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-test-filepath.js:27:10)\n\nimported suite => ./test/.tmp.243/temp.js:6:3\nerror: AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-test-filepath.js'\n\n    strictEqual(t.filePath, \"/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-test-filepath.js\");\n    ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.243/temp.js:7:5\n\n FAILURES \n\nsuite => ./test/parallel/test-runner-test-filepath.js:10:1\n<anonymous> => ./test/parallel/test-runner-test-filepath.js:26:1\nimported suite => ./test/.tmp.243/temp.js:6:3\n\nFAILED | 0 passed | 3 failed (4ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-tls-client-getephemeralkeyinfo.js":[false,{"code":1,"stderr":"\nerror: Uncaught null\n"},{}],"parallel/test-async-local-storage-snapshot.js":[true,null,{}],"parallel/test-http2-server-rst-stream.js":[true,null,{}],"parallel/test-worker-dispose.mjs":[true,null,{}],"parallel/test-http2-write-callbacks.js":[true,null,{}],"sequential/test-cli-syntax-file-not-found.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"wasi/test-wasi-stdio.js":[true,null,{}],"parallel/test-net-server-drop-connections.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-inspector-has-idle.js":[true,null,{}],"parallel/test-net-end-close.js":[true,null,{}],"parallel/test-net-server-listen-options-signal.js":[true,null,{}],"parallel/test-tls-multi-key.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: mac verify failure\n  const server = tls.createServer(options, function(conn) {\n                     ^\n    at new SecureContext (ext:deno_node/_tls_common.ts:375:9)\n    at createSecureContext (ext:deno_node/_tls_common.ts:455:12)\n    at Server.setSecureContext (ext:deno_node/_tls_wrap.js:1354:23)\n    at new Server (ext:deno_node/_tls_wrap.js:1305:8)\n    at Object.createServer (ext:deno_node/_tls_wrap.js:1611:10)\n    at test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-multi-key.js:147:22)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-multi-key.js:123:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n"},{}],"sequential/test-dgram-pingpong.js":[true,null,{}],"parallel/test-net-socket-close-after-end.js":[true,null,{}],"client-proxy/test-http-set-global-proxy-from-env-http-request-empty.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: Uncaught (in promise) TypeError: require(...).setGlobalProxyFromEnv is not a function\n  restore = require('http').setGlobalProxyFromEnv(config);\n                            ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:4:29)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:5:26\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   code: 1,\n-   code: 0,\n    signal: null,\n+   stderr: 'error: Uncaught (in promise) TypeError: require(...).setGlobalProxyFromEnv is not a function\\n' +\n+     \"  restore = require('http').setGlobalProxyFromEnv(config);\\n\" +\n+     '                            ^\\n' +\n+     '    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:4:29)\\n' +\n+     '    at Module._compile (node:module:1644:34)\\n' +\n+     '    at loadMaybeCjs (node:module:1672:12)\\n' +\n+     '    at Object..js (node:module:1654:12)\\n' +\n+     '    at Module.load (node:module:1515:32)\\n' +\n+     '    at Module._load (node:module:1212:14)\\n' +\n+     '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/request-and-log.js:5:26',\n+   stdout: ''\n-   stderr: '',\n-   stdout: 'Hello world'\n  }\n\n  assert.deepStrictEqual({\n         ^\n    at checkProxied (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/proxy-server.js:166:10)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-http-set-global-proxy-from-env-http-request-empty.mjs:10:1\n"},{}],"parallel/test-worker-message-channel.js":[true,null,{}],"parallel/test-worker-stdio-flush.js":[true,null,{}],"parallel/test-vm-no-dynamic-import-callback.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected rejection.\nconst assert = require('assert');\n                         ^\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-no-dynamic-import-callback.js:5:26\n"},{}],"parallel/test-vm-parse-abort-on-uncaught-exception.js":[true,null,{}],"parallel/test-event-emitter-no-error-provided-to-error-event.js":[true,null,{}],"parallel/test-child-process-send-keep-open.js":[true,null,{}],"parallel/test-http-response-splitting.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-crypto-async-sign-verify.js":[true,null,{}],"parallel/test-http-request-smuggling-content-length.js":[true,null,{}],"parallel/test-repl-require-context.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-warn-stream-readable-deprecation.js":[true,null,{}],"parallel/test-internal-util-helpers.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-inspector-open-coverage.js":[true,null,{}],"parallel/test-domain-no-error-handler-abort-on-uncaught-4.js":["IGNORE",null,{"ignoreReason":"Requires Node.js's --abort-on-uncaught-exception V8 flag (via common.childShouldThrowAndAbort), which Deno does not support"}],"parallel/test-stream-readable-pause-and-resume.js":[true,null,{}],"es-module/test-require-module-with-detection.js":[true,null,{}],"parallel/test-wasm.mjs":[true,null,{}],"es-module/test-esm-virtual-json.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected \"actual\" not to be strictly deep-equal to:\n\n[Module: null prototype] {\n  default: {}\n}\n\nassert.notDeepStrictEqual(\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-virtual-json.mjs:27:8\n"},{}],"pummel/test-fs-largefile.js":[true,null,{}],"parallel/test-dgram-unref.js":[true,null,{}],"sequential/test-timers-set-interval-excludes-callback-duration.js":[true,null,{}],"parallel/test-fs-cp-sync-copy-directory-to-file-error.mjs":[true,null,{}],"parallel/test-dgram-send-address-types.js":[true,null,{}],"parallel/test-inspector-connect-main-thread.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in worker \"\") (in promise) Error: connectToMainThread not supported\n  session.connectToMainThread();\n          ^\n    at Session.connectToMainThread (ext:deno_node/inspector.js:110:24)\n    at skipChildMain (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-connect-main-thread.js:177:11)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-connect-main-thread.js:193:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-connect-main-thread.js:5:26\n[Error: connectToMainThread not supported]\nerror: Uncaught (in worker \"\") (in promise) Error: connectToMainThread not supported\n[Error: connectToMainThread not supported]\nerror: Uncaught (in promise) Error: connectToMainThread not supported\n"},{}],"parallel/test-event-emitter-check-listener-leaks.js":[true,null,{}],"parallel/test-crypto-keygen-key-object-without-encoding.js":[true,null,{}],"parallel/test-http-server-incomingmessage-destroy.js":[true,null,{}],"parallel/test-cluster-shared-leak.js":[true,null,{}],"es-module/test-esm-import-attributes-identity.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Attempted to load JSON module without specifying \"type\": \"json\" attribute in the import statement.\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/json-modules-attributes.mjs:2:31\nconst { secretModule, secretJson, secretJson2 } = await import('../fixtures/es-modules/json-modules-attributes.mjs');\n                                                  ^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-import-attributes-identity.mjs:55:51\n"},{}],"parallel/test-fs-promises-file-handle-aggregate-errors.js":[true,null,{}],"parallel/test-worker-cwd-race-condition.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"sequential/test-stream2-fs.js":[true,null,{}],"parallel/test-tls-ticket-12.js":[false,{"code":1,"stderr":"\nerror: Uncaught TypeError: s.getTLSTicket is not a function\n        ticketLog.push(s.getTLSTicket().toString('hex'));\n                         ^\n    at TLSSocket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-ticket.js:126:26)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:538:14)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:415:20)\n    at TLSSocket.onConnectSecure (ext:deno_node/_tls_wrap.js:1486:8)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:415:20)\n    at TLSSocket._finishInit (ext:deno_node/_tls_wrap.js:908:8)\n    at TLSWrap.onhandshakedone (ext:deno_node/_tls_wrap.js:244:20)\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13)\n"},{}],"parallel/test-timers-immediate.js":[true,null,{}],"es-module/test-esm-wasm-no-code-injection.mjs":[true,null,{}],"parallel/test-http2-premature-close.js":[true,null,{}],"parallel/test-permission-inspector.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-http-keep-alive-drop-requests.js":[true,null,{}],"parallel/test-ref-unref-return.js":[true,null,{}],"parallel/test-https-argument-of-creating.js":[true,null,{}],"pummel/test-tls-throttle.js":["IGNORE",null,{"ignoreReason":"times out on all platforms"}],"parallel/test-http2-client-http1-server.js":[true,null,{}],"parallel/test-whatwg-readablebytestream.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_ARG_VALUE'\n- }\n\n    assert.throws(() => r.getReader({ mode }), {\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-readablebytestream.js:50:12\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-readablebytestream.js:49:22)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-readablebytestream.js:5:26\n"},{}],"parallel/test-inspector-tracing-domain.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: {\"code\":\"ERR_INSPECTOR_COMMAND\",\"name\":\"Error\"}\n        reject(new Error(JSON.stringify(err)));\n               ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-tracing-domain.js:23:16\n    at Session.#onMessage (ext:deno_node/inspector.js:124:20)\n    at Session.#drainMessages (ext:deno_node/inspector.js:158:24)\n    at ext:deno_node/inspector.js:148:49\n    at Object.processTicksAndRejections (ext:core/01_core.js:368:13)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-tracing-domain.js:5:26\n"},{}],"parallel/test-http2-allow-http1.js":[true,null,{}],"parallel/test-stream-promises.js":[true,null,{}],"sequential/test-deprecation-flags.js":[false,{"code":1,"stderr":"normal ok\ntrace ok\n\nnormal: show deprecation warning\nnormal: testing deprecated userland function\nnormal: ok\n--trace-deprecation: show stack\n--no-deprecation: silence deprecations\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'This is deprecated\\n' +\n+   '(node:5282) DeprecationWarning: this function is deprecated'\n- 'This is deprecated'\n\n  assert.strictEqual(stderr.trim(), 'This is deprecated');\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-deprecation-flags.js:53:10\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:458:17\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ChildProcess.exithandler (ext:deno_node/child_process.ts:380:9)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"parallel/test-esm-loader-hooks-inspect-wait.js":[true,null,{}],"sequential/test-net-better-error-messages-port.js":[true,null,{}],"parallel/test-runner-force-exit-failure.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'error: Test failed\\n'\n- ''\n\n  assert.strictEqual(r.stderr.toString(), '');\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-force-exit-failure.js:20:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-force-exit-failure.js:5:26\n"},{}],"parallel/test-child-process-uid-gid.js":[true,null,{}],"parallel/test-net-isipv6.js":[true,null,{}],"parallel/test-https-server-close-all.js":[true,null,{}],"parallel/test-child-process-fork-ref2.js":[true,null,{}],"pummel/test-net-timeout2.js":[true,null,{}],"parallel/test-vm-script-after-evaluate.js":[true,null,{}],"parallel/test-tls-net-connect-prefer-path.js":[true,null,{}],"parallel/test-http-client-unescaped-path.js":[true,null,{}],"pummel/test-fs-watch-file-slow.js":[true,null,{}],"parallel/test-http-request-end-twice.js":[true,null,{}],"module-hooks/test-async-loader-hooks-globalpreload-warning.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-preload.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n'' !== 'B'\n\n    assert.strictEqual(stdout.trim(), 'B');\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-preload.js:35:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n"},{}],"parallel/test-require-invalid-package.js":[true,null,{}],"test-runner/test-output-spec-reporter.mjs":[true,null,{}],"parallel/test-http2-sent-headers.js":[true,null,{}],"module-hooks/test-async-loader-hooks-called-with-expected-args.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-buffer-alloc-unsafe-is-uninitialized.js":[true,null,{}],"parallel/test-repl-tab-complete-import.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: ifError got unwanted exception: ifError got unwanted exception: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'node:string_decoder'\n- ''\n\n    at EventEmitter.emit (ext:deno_node/_events.mjs:415:20)\n    at _replCaptureCallback (node:repl:61:11)\n    at process._fatalException (node:process:741:5)\n    at uncaughtExceptionHandler (node:process:378:18)\n    at Object.nodeProcessUnhandledRejectionCallback (node:process:1072:13)\n    at processUnhandledPromiseRejection (ext:runtime_main/js/99_main.js:509:15)\n    at __handleRejections (ext:core/01_core.js:491:25)\n"},{}],"parallel/test-cluster-worker-kill.js":[true,null,{}],"parallel/test-http2-zero-length-header.js":[true,null,{}],"parallel/test-internal-util-construct-sab.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-dgram-send-callback-multi-buffer-empty-address.js":[true,null,{}],"client-proxy/test-use-env-proxy-precedence.mjs":[false,{"code":1,"stderr":"[CLOSE] 1 null\n\n[STDERR] error: V8 did not recognize flag '--use-env-proxy'\n\nFor a list of V8 flags, use '--v8-flags=--help'\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ \"error: V8 did not recognize flag '--use-env-proxy'\\n\" +\n+   '\\n' +\n+   \"For a list of V8 flags, use '--v8-flags=--help'\"\n- ''\n\n  assert.strictEqual(stderr.trim(), '');\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-use-env-proxy-precedence.mjs:35:10\n"},{}],"parallel/test-webstream-readablestream-pipeto.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(e instanceof DOMException)\n\n    assert(e instanceof DOMException);\n    ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webstream-readablestream-pipeto.js:19:5)\n    at expectedException (ext:deno_node/assert.ts:199:19)\n    at expectsError (ext:deno_node/assert.ts:312:5)\n    at assert.rejects (ext:deno_node/assert.ts:571:5)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webstream-readablestream-pipeto.js:5:26\n"},{}],"parallel/test-stream-readable-with-unimplemented-_read.js":[true,null,{}],"parallel/test-vm-low-stack-space.js":[true,null,{}],"es-module/test-esm-loader-custom-condition.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  {\n+   default: 'asdf'\n-   default: 'from custom condition'\n  }\n\nassert.deepStrictEqual({ ...ns }, { default: 'from custom condition' });\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-loader-custom-condition.mjs:8:8\n"},{}],"parallel/test-repl-null-thrown.js":[true,null,{}],"parallel/test-runner-enqueue-file-syntax-error.js":[true,null,{"usesNodeTest":1}],"parallel/test-event-emitter-listener-count.js":[true,null,{}],"parallel/test-tls-inception.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-v8-startup-snapshot-api.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\nassert.throws(() => addSerializeCallback(() => {}), {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-startup-snapshot-api.js:18:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-startup-snapshot-api.js:5:26\n"},{}],"parallel/test-crypto-aes-wrap.js":[true,null,{}],"parallel/test-readline-csi.js":[true,null,{}],"parallel/test-fs-close.js":[true,null,{}],"parallel/test-fs-mkdir-mode-mask.js":[true,null,{}],"module-hooks/test-async-loader-hooks-require-resolve-default.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-assert-partial-deep-equal.js":[true,null,{"usesNodeTest":1}],"es-module/test-esm-dynamic-import-mutating-fs.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.165/0.011295464962223334.mjs\".\n  const moduleRecord = await import(target);\n                       ^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-dynamic-import-mutating-fs.js:17:24\n"},{}],"parallel/test-crypto-gcm-implicit-short-tag.js":[true,null,{}],"parallel/test-eventtarget.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception (TypeError).\n    assert.throws(() => new Event('foo', i), {\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-eventtarget.js:59:12\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-eventtarget.js:58:5)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-eventtarget.js:5:26\n"},{}],"parallel/test-diagnostics-channel-http2-client-stream-close-error.js":[true,null,{}],"parallel/test-repl-uncaught-exception.js":[true,null,{}],"parallel/test-module-nodemodulepaths.js":[true,null,{}],"parallel/test-http-multiple-headers.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  [\n-   'X-Res-a',\n-   'AAA',\n-   'X-Res-a',\n-   'BBB',\n-   'X-Res-a',\n-   'CCC',\n-   'X-Res-b',\n-   'DDD; EEE; FFF; GGG',\n    'Connection',\n    'close',\n-   'x-res-c',\n-   'HHH',\n-   'x-res-c',\n-   'III',\n-   'x-res-d',\n-   'JJJ; KKK; LLL',\n-   'Transfer-Encoding',\n-   'chunked'\n  ]\n\n    assert.deepStrictEqual(res.rawHeaders, [\n           ^\n    at ClientRequest.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-multiple-headers.js:116:12)\n    at ClientRequest.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ClientRequest.emit (ext:deno_node/_events.mjs:415:20)\n    at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:928:27)\n    at HTTPParser.parserOnHeadersComplete (node:_http_common:113:17)\n    at doExecute (ext:deno_node/internal_binding/http_parser.ts:154:40)\n    at AsyncResource.runInAsyncScope (ext:deno_node/async_hooks.ts:37:18)\n    at HTTPParser.execute (ext:deno_node/internal_binding/http_parser.ts:155:62)\n    at Socket.socketOnData (node:_http_client:793:22)\n"},{}],"parallel/test-accessor-properties.js":[false,{"code":1,"stderr":"running 2 tests from ./test/parallel/test-accessor-properties.js\nShould throw instead of raise assertions ... FAILED (0ms)\nThere are accessor properties in crypto too ... FAILED (0ms)\n\n ERRORS \n\nShould throw instead of raise assertions => ./test/parallel/test-accessor-properties.js:18:1\nerror: AssertionError: Missing expected exception (TypeError).\n  assert.throws(() => {\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-accessor-properties.js:19:10)\n\nThere are accessor properties in crypto too => ./test/parallel/test-accessor-properties.js:41:1\nerror: TypeError: Cannot read properties of undefined (reading 'prototype')\n      crypto.SecureContext.prototype, '_external'),\n                           ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-accessor-properties.js:52:28)\n\n FAILURES \n\nShould throw instead of raise assertions => ./test/parallel/test-accessor-properties.js:18:1\nThere are accessor properties in crypto too => ./test/parallel/test-accessor-properties.js:41:1\n\nFAILED | 0 passed | 2 failed (2ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-http-agent-domain-reused-gc.js":[false,{"code":1,"stderr":"Mismatched noop function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-agent-domain-reused-gc.js:17:32)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-agent-domain-reused-gc.js:5:26\nMismatched noop function calls. Expected at least 1, actual 0.\n    at Proxy.mustCallAtLeast (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:463:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-agent-domain-reused-gc.js:18:34)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-agent-domain-reused-gc.js:5:26\nMismatched noop function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-agent-domain-reused-gc.js:45:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-agent-domain-reused ..."},{}],"parallel/test-zlib-write-after-end.js":[true,null,{"usesNodeTest":1}],"parallel/test-fs-read-type.js":[true,null,{}],"parallel/test-worker-unref-from-message-during-exit.js":[true,null,{}],"parallel/test-buffer-prototype-inspect.js":[true,null,{}],"parallel/test-tls-0-dns-altname.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'DNS:good.example.org\\x00.evil.example.com, DNS:just-another.example.com, IP Address:8.8.8.8, IP Address:8.8.4.4, DNS:last.example.com'\n- 'DNS:\"good.example.org\\\\u0000.evil.example.com\", DNS:just-another.example.com, IP Address:8.8.8.8, IP Address:8.8.4.4, DNS:last.example.com'\n\n    assert.strictEqual(cert.subjectaltname,\n           ^\n    at TLSSocket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-0-dns-altname.js:46:12)\n    at TLSSocket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:538:14)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:415:20)\n    at TLSSocket.onConnectSecure (ext:deno_node/_tls_wrap.js:1486:8)\n    at TLSSocket.emit (ext:deno_node/_events.mjs:415:20)\n    at TLSSocket._finishInit (ext:deno_node/_tls_wrap.js:908:8)\n    at TLSWrap.onhandshakedone (ext:deno_node/_tls_wrap.js:244:20)\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13)\n"},{}],"parallel/test-stream-readable-compose.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- false\n\n  assert.strictEqual(stream.writable, false);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-stream-readable-compose.js:25:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-stream-readable-compose.js:5:26\n"},{}],"pseudo-tty/test-tty-stdin-call-end.js":[true,null,{}],"parallel/test-require-extensions-same-filename-as-dir-trailing-slash.js":["IGNORE",null,{"ignoreReason":"Test fixtures rely on Node's implicit CommonJS detection for .js files without a package.json; Deno defaults to ESM."}],"parallel/test-dgram-bind-fd.js":["IGNORE",null,{"ignoreReason":"Expected values to be strictly equal"}],"parallel/test-vm-module-dynamic-namespace.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Import \"\" not a dependency\n  const ns = await globalThis.importResult;\n             ^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-dynamic-namespace.js:23:14\n"},{}],"parallel/test-cluster-fork-windowsHide.js":[true,null,{}],"parallel/test-dgram-cluster-close-during-bind.js":[true,null,{}],"parallel/test-timers-unrefd-interval-still-fires.js":[true,null,{}],"parallel/test-trace-events-binding.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n4 !== 3\n\n    assert.strictEqual(traces.length, 3);\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-binding.js:35:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ext:deno_node/fs.ts:384:9\n    at processTicksAndRejections (ext:core/01_core.js:403:7)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-inspector-module.js":[true,null,{}],"parallel/test-runner-coverage.js":[false,{"code":1,"stderr":"running 14 tests from ./test/parallel/test-runner-coverage.js\ntest coverage report ...\n  handles the inspector not being available ... ok (0ms)\ntest coverage report ... ok (7ms)\ntest tap coverage reporter ...\n  coverage is reported and dumped to NODE_V8_COVERAGE if present ... FAILED (43ms)\n  coverage is reported without NODE_V8_COVERAGE present ... FAILED (39ms)\ntest tap coverage reporter ... FAILED (due to 2 failed steps) (82ms)\ntest spec coverage reporter ...\n  coverage is reported and dumped to NODE_V8_COVERAGE if present ... FAILED (39ms)\n  coverage is reported without NODE_V8_COVERAGE present ... FAILED (38ms)\ntest spec coverage reporter ... FAILED (due to 2 failed steps) (78ms)\nsingle process coverage is the same with --test ... FAILED (83ms)\ncoverage is combined for multiple processes ... FAILED (218ms)\ncoverage works with isolation=none ... ignored (0ms)\ncoverage reports on lines, functions, and branches ... FAILED (84ms)\ncoverage with ESM hook - source irrelevant ... FAILED (74ms)\ncoverage with ESM hook - source transpiled ... FAILED (220ms)\ncoverage with excluded files ... FAILED (39ms)\ncoverage with included files ... FAILED (40ms)\ncoverage with included and excluded files ... FAILED (39ms)\ncorrectly prints the coverage report of files contained in parent directories ... FAILED (83ms)\ncoverage with directory and file named \"file\" ... FAILED (34ms)\n\n ERRORS \n\ntest tap coverage reporter ... coverage is reported and dumped to NODE_V8_COVERAGE if present => ./test/parallel/test-runner-coverage.js:102:11\nerror: AssertionError: The expression evaluated to a falsy value:\n\n  assert(result.stdout.toString().includes(report))\n\n    assert(result.stdout.toString().includes(report));\n    ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-coverage.js:114:5)\n    at runNodeTestFunction (ext:deno_node/testing.ts:759:18)\n    at runPossiblyExpectingFailure (ext:deno_node/testing.ts:765:28)\n    a ..."},{"usesNodeTest":1}],"parallel/test-cluster-concurrent-disconnect.js":[true,null,{}],"parallel/test-dns-default-order-verbatim.js":[true,null,{}],"parallel/test-stream-map.js":[true,null,{}],"parallel/test-http2-compat-serverresponse-drain.js":[true,null,{}],"parallel/test-child-process-ipc-next-tick.js":[true,null,{}],"parallel/test-event-emitter-errors.js":[true,null,{}],"parallel/test-corepack-version.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module '/home/runner/work/deno/deno/tests/node_compat/runner/suite/deps/corepack/package.json'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-corepack-version.js\nconst pkg = require(corepackPathPackageJson);\n            ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-corepack-version.js:16:13)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"parallel/test-http2-options-max-headers-block-length.js":[true,null,{}],"parallel/test-internal-only-binding.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-http-information-processing.js":[true,null,{}],"parallel/test-stream-toWeb-allows-server-response.js":[true,null,{}],"parallel/test-tcp-wrap.js":[false,{"code":1,"stderr":"\n(node:12530) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== -22\n\nassert.strictEqual(err, UV_EINVAL);\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tcp-wrap.js:41:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tcp-wrap.js:5:26\n"},{}],"parallel/test-http-agent-timeout-option.js":[true,null,{}],"parallel/test-child-process-fork3.js":[true,null,{}],"parallel/test-whatwg-url-invalidthis.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'Illegal invocation',\n-   message: /Receiver must be an instance of class/,\n    name: 'TypeError'\n  }\n\n  assert.throws(() => Reflect.apply(URL.prototype[i], [], {}), {\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-url-invalidthis.js:12:10\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-url-invalidthis.js:11:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-url-invalidthis.js:5:26\n"},{}],"parallel/test-dns-channel-timeout.js":[true,null,{}],"es-module/test-esm-tla.mjs":[true,null,{}],"parallel/test-fs-write-file-sync.js":[true,null,{}],"parallel/test-os-fast.js":[true,null,{}],"parallel/test-repl-load-multiline-from-history.js":[true,null,{}],"sequential/test-perf-hooks.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ undefined\n- 'node'\n\nassert.strictEqual(performance.nodeTiming.name, 'node');\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-perf-hooks.js:37:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-perf-hooks.js:5:26\n"},{}],"parallel/test-http-client-set-timeout-after-end.js":[true,null,{}],"parallel/test-cluster-ipc-throw.js":[true,null,{}],"parallel/test-fs-watch-recursive-symlink.js":["IGNORE",null,{"ignoreReason":"error: Uncaught (in promise) AssertionError: Received symlink-folder/tracking-fo"}],"parallel/test-fs-rmdir-type-check.js":[true,null,{}],"parallel/test-pipe-head.js":[true,null,{}],"parallel/test-timers-now.js":["IGNORE",null,{"ignoreReason":"Tests V8 natives syntax (%OptimizeFunctionOnNextCall) and fast API call counting which are not supported in Deno"}],"parallel/test-file-write-stream3.js":[true,null,{}],"parallel/test-fs-write-reuse-callback.js":[true,null,{}],"parallel/test-webstreams-decompression-reject-trailing.js":[true,null,{"usesNodeTest":1}],"parallel/test-permission-fs-internal-module-stat.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-stream-readable-reading-readingMore.js":[true,null,{}],"parallel/test-vm-module-synthetic.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_INVALID_THIS'\n- }\n\n    assert.throws(() => {\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-synthetic.js:68:12\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-synthetic.js:5:26\n"},{}],"parallel/test-dgram-send-queue-info.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: socket.getSendQueueSize is not a function\nassert.strictEqual(socket.getSendQueueSize(), 0);\n                          ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dgram-send-queue-info.js:8:27)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-dgram-send-queue-info.js:5:26\n"},{}],"parallel/test-sigint-infinite-loop.js":[true,null,{}],"parallel/test-cluster-rr-handle-keep-loop-alive.js":[true,null,{}],"parallel/test-filehandle-readablestream.js":[true,null,{}],"parallel/test-https-close.js":[true,null,{}],"module-hooks/test-async-loader-hooks-register-with-require.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-net-server-unref.js":[true,null,{}],"parallel/test-zlib-flush-drain-longblock.js":[true,null,{}],"parallel/test-path-extname.js":[true,null,{}],"test-runner/test-watch-run-repeatedly-isolation-process.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-fs-read-stream-resume.js":[true,null,{}],"parallel/test-fs-stat-date.mjs":[true,null,{}],"parallel/test-http2-server-push-stream-errors.js":[true,null,{}],"parallel/test-http2-max-settings.js":[true,null,{}],"parallel/test-eventtarget-custom-inspect-does-not-throw.js":[true,null,{}],"parallel/test-snapshot-warning.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-next-tick-ordering.js":[true,null,{}],"parallel/test-http2-stream-destroy-event-order.js":[true,null,{}],"parallel/test-http-url.parse-only-support-http-https-protocol.js":[true,null,{}],"parallel/test-stream2-readable-legacy-drain.js":[true,null,{}],"parallel/test-tls-junk-closes-server.js":[true,null,{}],"parallel/test-stream-writable-write-cb-twice.js":[true,null,{}],"parallel/test-fs-promises-readfile-with-fd.js":[true,null,{}],"parallel/test-worker-beforeexit-throw-exit.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(code, 1);\n         ^\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-beforeexit-throw-exit.js:25:10)\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at NodeWorker.emit (ext:deno_node/_events.mjs:415:20)\n    at NodeWorker.#pollControl (ext:deno_node/worker_threads.ts:459:22)\n"},{}],"parallel/test-https-drain.js":[true,null,{}],"parallel/test-child-process-send-utf8.js":[true,null,{}],"parallel/test-whatwg-url-custom-searchparams-delete.js":[true,null,{}],"parallel/test-http-server-write-end-after-end.js":[true,null,{}],"parallel/test-net-server-listen-remove-callback.js":[true,null,{}],"parallel/test-http-chunked.js":[true,null,{}],"parallel/test-net-server-nodelay.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-http-write-head-after-set-header.js":[true,null,{}],"parallel/test-http2-https-fallback-http-server-options.js":[true,null,{}],"parallel/test-http-server-destroy-socket-on-client-error.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n    bytesParsed: 1,\n+   code: 'HPE_ERROR',\n+   message: 'Parse Error: Parse Error',\n-   code: 'HPE_INVALID_METHOD',\n-   message: 'Parse Error: Invalid method encountered',\n    name: 'Error',\n    rawPacket: Buffer(7) [Uint8Array] [\n      70,\n      79,\n      79,\n\n    assert.throws(() => { throw error; }, validator);\n           ^\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:726:12)\n    at Socket.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Socket.emit (ext:deno_node/_events.mjs:427:22)\n    at emitErrorNT (ext:deno_node/internal/streams/destroy.js:175:8)\n    at emitErrorCloseNT (ext:deno_node/internal/streams/destroy.js:134:3)\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-http-keepalive-request.js":[true,null,{}],"parallel/test-process-umask.js":[true,null,{}],"parallel/test-common-gc.js":[true,null,{}],"parallel/test-http2-short-stream-client-server.js":[true,null,{}],"parallel/test-tls-connect-keepalive-nodelay.js":[true,null,{}],"parallel/test-intl.js":[true,null,{}],"parallel/test-net-connect-options-invalid.js":[true,null,{}],"parallel/test-vm-indexed-properties.js":[true,null,{}],"parallel/test-error-format-list.js":[true,null,{}],"parallel/test-domain-no-error-handler-abort-on-uncaught-7.js":["IGNORE",null,{"ignoreReason":"Requires Node.js's --abort-on-uncaught-exception V8 flag (via common.childShouldThrowAndAbort), which Deno does not support"}],"parallel/test-fs-watch-recursive-delete.js":[true,null,{}],"parallel/test-vm-module-cached-data.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: m.createCachedData is not a function\n  const cachedData = m.createCachedData();\n                       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-cached-data.js:12:24)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-cached-data.js:5:26\n"},{}],"parallel/test-cluster-worker-isconnected.js":[true,null,{}],"parallel/test-dgram-send-cb-quelches-error.js":[true,null,{}],"parallel/test-experimental-shared-value-conveyor.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ '(node:18349) [DEP0104] DeprecationWarning: Assigning any value other than a string, number, or boolean to a process.env property is deprecated. Please make sure to convert the value to a string before setting process.env with it.'\n- ''\n\n  assert.strictEqual(child.stderr.toString().trim(), '');\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-experimental-shared-value-conveyor.js:34:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-experimental-shared-value-conveyor.js:5:26\n"},{}],"parallel/test-http-parser.js":[true,null,{}],"parallel/test-tty-backwards-api.js":[false,{"code":1,"stderr":"\u001b[3;2H\u001b[3;2H\u001b[1C\u001b[2B\u001b[1C\u001b[2B\u001b[0K\u001b[0K\u001b[0J\u001b[0JMismatched <anonymous> function calls. Expected exactly 2, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tty-backwards-api.js:24:29\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tty-backwards-api.js:23:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\nMismatched <anonymous> function calls. Expected exactly 2, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tty-backwards-api.js:24:29\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tty-backwards-api.js:23:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\nMismatched <anonymous> function calls. Expected exactly 2, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tty-backwards-api.js:24:29\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tty-backwards-api.js:23:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Ob ..."},{}],"parallel/test-permission-net-warning.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-uv-errmap.js":[false,{"code":1,"stderr":"\n(node:14781) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) TypeError: getSystemErrorMap is not a function\nconst errMap = getSystemErrorMap();\n               ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-uv-errmap.js:15:16)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-uv-errmap.js:5:26\n"},{}],"parallel/test-timers-immediate-unref-nested-once.js":[true,null,{}],"parallel/test-messageevent-brandcheck.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception (TypeError).\n  assert.throws(() => Reflect.get(MessageEvent.prototype, i, {}), TypeError);\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-messageevent-brandcheck.js:13:10\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-messageevent-brandcheck.js:12:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-messageevent-brandcheck.js:5:26\n"},{}],"parallel/test-stream-await-drain-writers-in-synchronously-recursion-write.js":[true,null,{}],"parallel/test-fs-stream-construct-compat-error-read.js":[true,null,{}],"parallel/test-net-socket-connect-without-cb.js":[true,null,{}],"parallel/test-tls-socket-close.js":[true,null,{}],"parallel/test-http2-misused-pseudoheaders.js":[true,null,{}],"parallel/test-http-client-aborted-event.js":[true,null,{}],"parallel/test-process-constrained-memory.js":[true,null,{}],"parallel/test-cluster-eaddrinuse.js":[true,null,{}],"pummel/test-watch-file.js":[true,null,{}],"parallel/test-readline-position.js":[true,null,{}],"parallel/test-config-json-schema.js":[true,null,{}],"parallel/test-http-keep-alive-timeout-race-condition.js":[true,null,{}],"parallel/test-http-response-multi-content-length.js":[true,null,{}],"sequential/test-child-process-exit.js":[true,null,{}],"parallel/test-permission-fs-symlink.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-webcrypto-internal-slots.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected \"actual\" not to be reference-equal to \"expected\":\n\n{\n  name: 'Ed25519'\n}\n\nassert.notStrictEqual(kp.publicKey.algorithm, kp.privateKey.algorithm);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-internal-slots.mjs:12:8\n"},{}],"parallel/test-process-title-cli.js":[true,null,{}],"parallel/test-vm-cross-context.js":[true,null,{}],"test-runner/test-run-watch-different-runner-cwd.mjs":[false,{"code":1,"stderr":"\nerror: Top-level await promise never resolved\nawait testRunnerWatch({\n^\n    at <anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-run-watch-different-runner-cwd.mjs:9:1)\n"},{}],"parallel/test-http2-compat-serverresponse-headers-send-date.js":[true,null,{}],"module-hooks/test-module-hooks-resolve-require-resolve-paths.js":[true,null,{}],"parallel/test-stream-add-abort-signal.js":[true,null,{}],"parallel/test-stream-pipe-cleanup.js":[true,null,{}],"es-module/test-require-module-cycle-esm-esm-cjs-esm-esm.js":[false,{"code":1,"stderr":"\n[process 6969]: --- stderr ---\n\n[process 6969]: --- stdout ---\n\n[process 6969]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 0, expected 1\n  spawnSyncAndAssert(\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-cycle-esm-esm-cjs-esm-esm.js:9:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-cycle-esm-esm-cjs-esm-esm.js:5:26\n"},{}],"parallel/test-error-value-type-detection.mjs":[false,{"code":1,"stderr":"\nerror: Import \"internal/errors\" not a dependency\n  hint: If you want to use the npm package, try running `deno add npm:internal/errors`\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-error-value-type-detection.mjs:5:26\n"},{}],"parallel/test-net-connect-nodelay.js":[true,null,{}],"parallel/test-file-validate-mode-flag.js":[true,null,{}],"parallel/test-http2-binding.js":[true,null,{}],"parallel/test-code-cache.js":[false,{"code":1,"stderr":"\n(node:14988) internal/test/binding: These APIs are for internal testing only. Do not use them.\nerror: Uncaught (in promise) Error: No such module: builtins\n} = internalBinding('builtins');\n    ^\n    at Module.getBinding (ext:deno_node/internal_binding/mod.ts:114:11)\n    at internalBinding (ext:deno_node/internal/test/binding.ts:17:29)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-code-cache.js:17:5)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-code-cache.js:5:26\n"},{}],"parallel/test-streams-highwatermark.js":[true,null,{}],"parallel/test-dns-cancel-reverse-lookup.js":[true,null,{}],"es-module/test-import-module-conditional-exports-module.mjs":[false,{"code":1,"stderr":"\nerror: [ERR_PACKAGE_PATH_NOT_EXPORTED] No \"exports\" main defined in '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/module-condition/node_modules/module-only/package.json' imported from 'file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/module-condition/import.mjs'\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/module-condition/import.mjs:5:41\n"},{}],"parallel/test-async-local-storage-enter-with.js":[true,null,{}],"parallel/test-http-pipeline-socket-parser-typeerror.js":[true,null,{}],"parallel/test-fs-write-stream-throw-type-error.js":[true,null,{}],"parallel/test-fs-readSync-optional-params.js":[true,null,{}],"parallel/test-console-with-frozen-intrinsics.js":[true,null,{}],"parallel/test-worker-cleanup-handles.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'undefined'\n- 'number'\n\n    assert.strictEqual(typeof fd_, 'number');\n           ^\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-cleanup-handles.js:13:12)\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at NodeWorker.emit (ext:deno_node/_events.mjs:415:20)\n    at NodeWorker.#dispatchWorkerThreadMessage (ext:deno_node/worker_threads.ts:491:14)\n    at NodeWorker.#pollMessages (ext:deno_node/worker_threads.ts:505:47)\n"},{}],"parallel/test-http2-res-corked.js":[true,null,{}],"parallel/test-http-url.parse-search.js":[true,null,{}],"parallel/test-module-print-timing.mjs":[false,{"code":1,"stderr":"running 5 tests from ./test/parallel/test-module-print-timing.mjs\nshould print the timing information for cjs ... FAILED (63ms)\nshould write tracing information for cjs ... FAILED (61ms)\nshould write tracing & print logs for cjs ... FAILED (59ms)\nshould support enable tracing dynamically ... FAILED (115ms)\nshould not print when is disabled and found duplicated labels (GH-54265) ... ok (46ms)\n\n ERRORS \n\nshould print the timing information for cjs => ./test/parallel/test-module-print-timing.mjs:12:1\nerror: Error: - stderr did not match /MODULE_TIMER/g\n  const result = spawnSyncAndAssert(process.execPath, ['--eval', 'require(\"url\");'], {\n                 ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-print-timing.mjs:13:18)\n\nshould write tracing information for cjs => ./test/parallel/test-module-print-timing.mjs:32:1\nerror: Error: ENOENT: no such file or directory, open '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.442/output-trace.log'\n    at ext:deno_node/fs.ts:1210:16\n\nshould write tracing & print logs for cjs => ./test/parallel/test-module-print-timing.mjs:61:1\nerror: Error: - stderr did not match /MODULE_TIMER/g\n  const result = spawnSyncAndAssert(process.execPath, [\n                 ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-print-timing.mjs:64:18)\n\nshould support enable tracing dynamically => ./test/parallel/test-module-print-timing.mjs:101:1\nerror: Error: ENOENT: no such file or directory, open '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.442/output-dynamic-trace.log'\n    at ext:deno_node/fs.ts:1210:16\n\n FAILURES \n\nshould print the timing information for cjs => ./test/parallel/test-module-print-timing.mjs:12:1\nshould write tracing information for cjs => ./test/parallel/test-module-print-timing.mjs:32:1\nshould write tracing & print logs for cjs => ..."},{"usesNodeTest":1}],"parallel/test-fs-fmap.js":[true,null,{}],"parallel/test-repl-tab-complete-require.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: ifError got unwanted exception: ifError got unwanted exception: Expected values to be strictly equal:\n+ actual - expected\n\n+ 'node:string_decoder'\n- ''\n\n    at EventEmitter.emit (ext:deno_node/_events.mjs:415:20)\n    at _replCaptureCallback (node:repl:61:11)\n    at process._fatalException (node:process:741:5)\n    at uncaughtExceptionHandler (node:process:378:18)\n    at Object.nodeProcessUnhandledRejectionCallback (node:process:1072:13)\n    at processUnhandledPromiseRejection (ext:runtime_main/js/99_main.js:509:15)\n    at __handleRejections (ext:core/01_core.js:491:25)\n"},{}],"parallel/test-child-process-destroy.js":[true,null,{}],"sequential/test-http2-ping-flood.js":[true,null,{}],"parallel/test-whatwg-url-custom-href-side-effect.js":[true,null,{}],"parallel/test-https-client-checkServerIdentity.js":[true,null,{}],"parallel/test-net-server-close-before-calling-lookup-callback.js":[true,null,{}],"parallel/test-vm-context.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: stack not formatted as expected: null\n  assert.throws(() => {\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-context.js:107:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-context.js:5:26\n"},{}],"parallel/test-domain-no-error-handler-abort-on-uncaught-1.js":["IGNORE",null,{"ignoreReason":"Requires Node.js's --abort-on-uncaught-exception V8 flag (via common.childShouldThrowAndAbort), which Deno does not support"}],"parallel/test-cli-node-cli-manpage-env-vars.mjs":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-vm-dynamic-import-callback-missing-flag.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected rejection.\nconst assert = require('assert');\n                         ^\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-dynamic-import-callback-missing-flag.js:5:26\n"},{}],"parallel/test-http-content-length.js":[true,null,{}],"es-module/test-require-module-tla-retry-import.js":[true,null,{}],"parallel/test-inspect-publish-uid.js":[true,null,{}],"parallel/test-stdout-stderr-write.js":[true,null,{}],"parallel/test-fs-readdir.js":[true,null,{}],"wasi/test-wasi-io.js":[true,null,{}],"parallel/test-tls-cli-max-version-1.3.js":[false,{"code":1,"stderr":"test: U U U U U SSLv2_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:98:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U SSLv3_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:100:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U hokey-pokey U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:108:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U %s_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:113:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U TLSv1.2 TLS1_2_method U expect U U ERR_TLS_PROTOCOL_VERSION_CONFLICT\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:117:1)\nclient undefined\nserver ERR_TLS_PROTOCOL_VERSION_CONFLICT\ntest: U U U TLSv1.2 U TLS1_2_method U expect U U ERR_TLS_PROTOCOL_VERSION_CONFLICT\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:119:1)\nclient undefined\nserver ERR_TLS_PROTOCOL_VERSION_CONFLICT\ntest: U U SSLv2_method U U U U expect U ERR_TLS_INVALID_PROTOCOL_METHOD U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:102:1)\nclient ERR_TLS_INVALID_PROTOCOL_METHOD\nserver undefined\ntest: U U SSLv3_method U U U U expect U ERR_TLS_INVALID_PROTOCOL_METHOD U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:104:1)\nclient ERR_TLS_INVALID_PROTOCOL_METHOD\nserver u ..."},{}],"parallel/test-trace-events-all.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(traces.some((trace) => {\n\n    assert(traces.some((trace) => {\n    ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-all.js:24:5\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ext:deno_node/fs.ts:384:9\n    at processTicksAndRejections (ext:core/01_core.js:403:7)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-worker-unsupported-things.js":[true,null,{}],"parallel/test-readline-interface.js":[true,null,{}],"parallel/test-http2-server-timeout.js":[true,null,{}],"internet/test-dgram-multicast-ssm-multi-process.js":[true,null,{}],"es-module/test-esm-wasm-reject-wasm-js-import-names.mjs":[false,{"code":1,"stderr":"\n[process 6875]: --- stderr ---\nerror: Uncaught (in promise) SyntaxError: The requested module 'test' does not provide an export named 'wasm-js:invalid' at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/invalid-import-name-wasm-js.wasm:2:10\nawait import(url);\n^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/test-wasm-reject-wasm-js-import-names.mjs:6:1\n\n[process 6875]: --- stdout ---\n\n[process 6875]: status = 1, signal = null\nerror: Uncaught (in promise) Error: - stderr did not match /Invalid Wasm import name/\nspawnSyncAndAssert(\n^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-wasm-reject-wasm-js-import-names.mjs:6:1\n"},{}],"parallel/test-net-listen-error.js":[true,null,{}],"parallel/test-http-header-badrequest.js":[true,null,{}],"parallel/test-net-better-error-messages-path.js":[true,null,{}],"parallel/test-http2-propagate-session-destroy-code.js":[true,null,{}],"parallel/test-timers-args.js":[true,null,{}],"parallel/test-tls-root-certificates.js":[true,null,{}],"parallel/test-http2-destroy-after-write.js":[true,null,{}],"parallel/test-fs-cp-sync-options-invalid-type-error.mjs":[true,null,{}],"parallel/test-perf-hooks-timerify-basic.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at Proxy.mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-perf-hooks-timerify-basic.js:14:44)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-perf-hooks-timerify-basic.js:5:26\n\n"},{}],"parallel/test-process-env-ignore-getter-setter.js":[true,null,{}],"parallel/test-fs-watch-ignore-recursive-mixed.js":[true,null,{}],"es-module/test-esm-basic-imports.mjs":[false,{"code":1,"stderr":"\nerror: Expected a JavaScript or TypeScript module, but identified a Unknown module. Importing these types of modules is currently not supported.\n  Specifier: file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-shebang%2emjs\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-basic-imports.mjs:6:37\n"},{}],"parallel/test-string-decoder.js":[true,null,{}],"parallel/test-url-parse-deprecation.js":[false,{"code":1,"stderr":"Mismatched <anonymous> function calls. Expected exactly 1, actual 0.\n    at mustCall (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:451:10)\n    at _expectWarning (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:670:10)\n    at Proxy.expectWarning (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:706:31)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-url-parse-deprecation.js:13:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n\n"},{}],"parallel/test-timers-refresh.js":[true,null,{}],"sequential/test-gc-http-client-timeout.js":[true,null,{}],"sequential/test-buffer-creation-regression.js":[true,null,{}],"parallel/test-fs-read-stream-double-close.js":[true,null,{}],"parallel/test-http-chunk-problem.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n+ ''\n- '8c206a1a87599f532ce68675536f0b1546900d7a'\n\n            assert.strictEqual(stdout.slice(0, 40),\n                   ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-http-chunk-problem.js:69:20\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ChildProcess.exithandler (ext:deno_node/child_process.ts:380:9)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at maybeClose (ext:deno_node/internal/child_process.ts:74:13)\n    at ext:deno_node/internal/child_process.ts:425:13\n"},{}],"sea/test-build-sea-invalid-exec-argv.js":[true,null,{}],"parallel/test-fs-readfile-error.js":[true,null,{}],"parallel/test-worker-messaging-errors-handler.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   code: 'ERR_WORKER_MESSAGING_FAILED',\n-   code: 'ERR_WORKER_MESSAGING_ERRORED',\n    name: 'Error'\n  }\n\nWarning Couldn't format source line: Column 26 is out of bounds (source may have changed at runtime)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-messaging-errors-handler.js:5:26\n    at async test (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-messaging-errors-handler.js:15:3)\n"},{}],"parallel/test-repl-tab.js":[true,null,{}],"client-proxy/test-https-proxy-request-invalid-credentials.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected exception.\n  assert.throws(() => {\n         ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-invalid-credentials.mjs:49:10\n"},{}],"parallel/test-stream-readable-next-no-null.js":[true,null,{}],"parallel/test-abortcontroller-internal.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-quic-internal-endpoint-listen-defaults.mjs":[true,null,{}],"sequential/test-cpu-prof-invalid-options.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Failed to parse Node.js CLI arguments: --cpu-prof-name must be used with --cpu-prof. If you believe this is a valid Node.js flag, please report it at https://github.com/denoland/deno/issues\n  const output = spawnSync(process.execPath, [\n                 ^\n    at buildCommand (ext:deno_node/internal/child_process.ts:1229:22)\n    at Object.spawnSync (ext:deno_node/internal/child_process.ts:1382:47)\n    at spawnSync (ext:deno_node/child_process.ts:220:33)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-invalid-options.js:21:18)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-cpu-prof-invalid-options.js:5:26\n"},{}],"parallel/test-crypto-key-objects-messageport.js":[true,null,{}],"parallel/test-ttywrap-invalid-fd.js":[true,null,{}],"parallel/test-http2-generic-streams.js":[true,null,{}],"parallel/test-inspector-network-http2.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-https-simple.js":[true,null,{}],"parallel/test-crypto-keygen-async-named-elliptic-curve.js":[true,null,{}],"parallel/test-dgram-setTTL.js":[true,null,{}],"parallel/test-fs-rename-type-check.js":[true,null,{}],"parallel/test-inspector-heapdump.js":[true,null,{}],"parallel/test-v8-query-objects.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n[] !== 0\n\n  assert.strictEqual(v8.queryObjects(TestV8QueryObjectsClass), 0);\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-query-objects.js:32:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-v8-query-objects.js:5:26\n"},{}],"parallel/test-repl-stdin-push-null.js":[true,null,{}],"parallel/test-http-early-hints.js":[true,null,{}],"parallel/test-stream-duplex-end.js":[true,null,{}],"parallel/test-source-map-api.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n    code: 'ERR_INVALID_ARG_TYPE',\n+   message: 'The \"payload\" argument must be of type object. Received type string (foo)',\n-   message: `The \"payload\" argument must be of type object. Received type string ('foo')`,\n    name: 'TypeError'\n  }\n\n    assert.throws(\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-source-map-api.js:12:12\n    at Array.forEach (<anonymous>)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-source-map-api.js:11:20)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-source-map-api.js:5:26\n"},{}],"parallel/test-fs-fchown.js":[true,null,{}],"parallel/test-http-server-reject-chunked-with-content-length.js":[true,null,{}],"parallel/test-repl-tab-complete-crash.js":[true,null,{}],"parallel/test-fs-read-file-sync-hostname.js":[true,null,{}],"parallel/test-http2-compat-expect-continue-check.js":[true,null,{}],"parallel/test-http-agent-uninitialized.js":[true,null,{}],"parallel/test-http-pipeline-assertionerror-finish.js":[true,null,{}],"parallel/test-fs-promises-watch.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   code: 'ENOENT'\n-   code: 'ERR_INVALID_ARG_TYPE'\n  }\n\n  common.skip('IBMi does not support `fs.watch()`');\n                         ^\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-fs-promises-watch.js:5:26\n"},{}],"parallel/test-crypto-keygen-async-explicit-elliptic-curve.js":[true,null,{}],"parallel/test-fs-write-stream-eagain.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-fs-write-stream-eagain.mjs\nWriteStream EAGAIN ...\n  _write ...\nok | 0 passed | 0 failed (5ms)\n\n\nerror: Promise resolution is still pending but the event loop has already resolved\n"},{"usesNodeTest":1}],"parallel/test-http2-client-setLocalWindowSize.js":[true,null,{}],"parallel/test-next-tick-errors.js":[true,null,{}],"parallel/test-webcrypto-encrypt-decrypt-aes.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Failed to execute 'importKey' on 'SubtleCrypto': The provided value 'raw-secret' is not a valid enum value of type KeyFormat\n  const key = await subtle.importKey(\n                           ^\n    at Array.KeyFormat (ext:deno_webidl/00_webidl.js:896:13)\n    at SubtleCrypto.importKey (ext:deno_crypto/00_crypto.js:996:32)\n    at testEncrypt (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-encrypt-decrypt-aes.js:18:28)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-encrypt-decrypt-aes.js:224:23\n    at Array.forEach (<anonymous>)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-encrypt-decrypt-aes.js:223:13\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-encrypt-decrypt-aes.js:246:5)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n"},{}],"parallel/test-tls-server-capture-rejection.js":[true,null,{}],"sequential/test-cluster-inspect-brk.js":[true,null,{}],"parallel/test-dns-resolver-max-timeout.js":[true,null,{}],"es-module/test-vm-main-context-default-loader.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Module not found \"file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.146/message.mjs\".\n    const result = await script.runInThisContext();\n                   ^\n    at async testLoader (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-vm-main-context-default-loader.js:61:20)\n    at async main (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-vm-main-context-default-loader.js:83:5)\n"},{}],"parallel/test-signal-handler.js":[true,null,{}],"parallel/test-zlib-from-gzip-with-trailing-garbage.js":[true,null,{}],"parallel/test-process-release.js":[true,null,{}],"parallel/test-stream-uint8array.js":[true,null,{}],"parallel/test-whatwg-events-event-constructors.js":[true,null,{}],"parallel/test-http2-compat-serverresponse-writehead-array.js":[true,null,{}],"parallel/test-dns-resolveany-bad-ancount.js":[true,null,{}],"parallel/test-crypto-ecdh-setpublickey-deprecation.js":[true,null,{}],"parallel/test-path-join.js":[true,null,{}],"parallel/test-tls-get-ca-certificates-bundled.js":[true,null,{}],"parallel/test-cluster-setup-primary.js":[true,null,{}],"parallel/test-http2-options-server-request.js":[true,null,{}],"parallel/test-buffer-parent-property.js":[true,null,{}],"parallel/test-https-server-options-server-response.js":[true,null,{}],"parallel/test-fs-promisified.js":[true,null,{}],"parallel/test-v8-collect-gc-profile.js":[true,null,{}],"parallel/test-uncaught-exception-handler-stack-overflow-on-stack-overflow.js":[true,null,{}],"parallel/test-stream-catch-rejections.js":[true,null,{}],"system-ca/test-set-default-ca-certificates-append-system-ca.mjs":["IGNORE",null,{"ignoreReason":"Node.js system CA certificate handling is not implemented in Deno"}],"parallel/test-http2-info-headers.js":[true,null,{}],"es-module/test-esm-import-attributes-3.mjs":[true,null,{}],"parallel/test-http2-empty-frame-without-eof.js":[true,null,{}],"parallel/test-cluster-setup-primary-cumulative.js":[true,null,{}],"parallel/test-stream2-set-encoding.js":[true,null,{}],"parallel/test-whatwg-encoding-custom-textdecoder-ignorebom.js":[true,null,{}],"parallel/test-diagnostics-channel-tracing-channel-callback.js":[true,null,{}],"parallel/test-http-request-lookup-error-catchable.js":[true,null,{}],"parallel/test-http-response-add-header-after-sent.js":[true,null,{}],"parallel/test-worker-message-transfer-port-mark-as-untransferable.js":[true,null,{}],"parallel/test-diagnostics-channel-process.js":[true,null,{}],"parallel/test-module-loading-error.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The validation function is expected to return \"true\". Received false\n\nCaught error:\n\nTypeError: /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/module-loading-error.node: file too short\nassert.throws(\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-loading-error.js:58:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-module-loading-error.js:5:26\n"},{}],"parallel/test-write-header.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n\nundefined !== '2'\n\n    assert.strictEqual(res.headers.test, '2');\n           ^\n    at ClientRequest.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-write-header.js:14:12)\n    at ClientRequest.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:540:12)\n    at ClientRequest.emit (ext:deno_node/_events.mjs:415:20)\n    at HTTPParser.parserOnIncomingClient [as onIncoming] (node:_http_client:928:27)\n    at HTTPParser.parserOnHeadersComplete (node:_http_common:113:17)\n    at doExecute (ext:deno_node/internal_binding/http_parser.ts:154:40)\n    at AsyncResource.runInAsyncScope (ext:deno_node/async_hooks.ts:37:18)\n    at HTTPParser.execute (ext:deno_node/internal_binding/http_parser.ts:155:62)\n    at Socket.socketOnData (node:_http_client:793:22)\n"},{}],"es-module/test-require-module-dont-detect-cjs.js":[true,null,{}],"parallel/test-http-flush-response-headers.js":[true,null,{}],"module-hooks/test-async-loader-hooks-never-settling-load-cjs.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"parallel/test-debugger-backtrace.js":[true,null,{}],"parallel/test-permission-allow-child-process-cli.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-node-output-sourcemaps.mjs":["IGNORE",null,{"ignoreReason":"Snapshot output tests depend on exact Node.js CLI output formatting and process.config.variables"}],"parallel/test-worker-cpu-profile.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: worker.startCpuProfile is not a function\n    const handle = await worker.startCpuProfile();\n                                ^\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-cpu-profile.js:13:33)\n    at NodeWorker.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at NodeWorker.emit (ext:deno_node/_events.mjs:415:20)\n    at NodeWorker.#dispatchWorkerThreadMessage (ext:deno_node/worker_threads.ts:485:14)\n    at NodeWorker.#pollMessages (ext:deno_node/worker_threads.ts:505:47)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-cpu-profile.js:5:26\n"},{}],"parallel/test-dgram-bind.js":[true,null,{}],"parallel/test-diagnostics-channel-http2-server-stream-close-error.js":[true,null,{}],"parallel/test-http-host-headers.js":[true,null,{}],"parallel/test-cluster-basic.js":[true,null,{}],"parallel/test-http2-client-connection-tunnelling.js":[true,null,{}],"parallel/test-require-process.js":[true,null,{}],"parallel/test-stream-readable-setEncoding-existing-buffers.js":[true,null,{}],"parallel/test-debugger-clear-breakpoints.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-process-getactivehandles.js":[true,null,{}],"parallel/test-worker-message-port-transfer-closed.js":[true,null,{}],"parallel/test-http2-client-promisify-connect.js":[true,null,{}],"parallel/test-http-max-http-headers.js":[true,null,{}],"parallel/test-http-server-close-idle.js":[true,null,{}],"parallel/test-tls-set-default-ca-certificates-precedence-empty.js":[true,null,{}],"parallel/test-net-pipe-with-long-path.js":[true,null,{}],"parallel/test-child-process-fork-getconnections.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: Expected values to be strictly equal:\n\n0 !== 11\n\n        assert.strictEqual(num, count - (i + 1));\n               ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-child-process-fork-getconnections.js:101:16\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:458:17\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at processTicksAndRejections (ext:core/01_core.js:376:17)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-diagnostics-channel-symbol-named.js":[true,null,{}],"parallel/test-crypto-pqc-keygen-ml-kem.js":[true,null,{}],"parallel/test-domain-implicit-fs.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: ifError got unwanted exception: ENOENT: no such file or directory, open 'this file does not exist'\n        assert.ifError(er);\n               ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-implicit-fs.js:58:16\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ext:deno_node/_fs/_fs_common.ts:46:23\n    at ext:deno_node/fs.ts:1210:7\n"},{}],"parallel/test-whatwg-readablestream.mjs":[true,null,{}],"parallel/test-http2-pack-end-stream-flag.js":[true,null,{}],"parallel/test-stream-readable-infinite-read.js":[true,null,{}],"parallel/test-util-sigint-watchdog.js":["IGNORE",null,{"ignoreReason":"binding.startSigintWatchdog is not a function"}],"parallel/test-inspector-debug-brk-flag.js":[false,{"code":1,"stderr":"[test] Connecting to a child Node process\n[test] Testing /json/list\n[err] Debugger listening on ws://127.0.0.1:39265/87a2034f-8ff2-41b7-b169-f82ec48e68a4\n[err] Visit chrome://inspect to connect to the debugger.\n[err] Deno is waiting for debugger to connect.\n[err] \n[err] Debugger session started.\n[err] \n\nAssertionError [ERR_ASSERTION]: Expected values to be strictly equal:\n\n1 !== 0\n\n    at InspectorSession._isBreakOnLineNotification (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:261:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:270:16\n    at InspectorSession._asyncWaitForNotification (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:249:15)\n    at InspectorSession.waitForNotification (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:232:12)\n    at InspectorSession.waitForBreakOnLine (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/inspector-helper.js:268:8)\n    at testBreakpointOnStart (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-debug-brk-flag.js:29:17)\n    at async runTests (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-inspector-debug-brk-flag.js:36:3) {\n  generatedMessage: true,\n  code: 'ERR_ASSERTION',\n  actual: 1,\n  expected: 0,\n  operator: 'strictEqual',\n  diff: 'simple'\n}\n1\n"},{}],"parallel/test-fs-operations-with-surrogate-pairs.js":[true,null,{"usesNodeTest":1}],"parallel/test-debugger-use-strict.js":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-sqlite-authz.js":[true,null,{"usesNodeTest":1}],"parallel/test-require-exceptions.js":[true,null,{}],"parallel/test-fs-cp-async-no-errors-force-false.mjs":[true,null,{}],"parallel/test-runner-run.mjs":[false,{"code":1,"stderr":"\nerror: No such built-in module: node:test/reporters\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-run.mjs:5:32\n"},{"usesNodeTest":1}],"parallel/test-crypto-fips.js":["IGNORE",null,{"ignoreReason":"Tests Node's FIPS mode (--enable-fips/--force-fips, OPENSSL_CONF, --openssl-config CLI flags) and uses internalBinding('crypto').testFipsCrypto via require('internal/test/binding'); FIPS is an OpenSSL-specific feature and Deno does not embed OpenSSL"}],"parallel/test-buffer-iterator.js":[true,null,{}],"parallel/test-module-relative-lookup.js":[true,null,{}],"parallel/test-crypto-keygen-async-elliptic-curve-jwk-rsa.js":[true,null,{}],"parallel/test-whatwg-webstreams-adapters-to-streamduplex.js":[false,{"code":1,"stderr":"\nerror: Uncaught TypeError: Cannot read properties of undefined (reading 'state')\n    assert.strictEqual(transform.writable[kState].state, 'errored');\n                                                  ^\n    at Duplex.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-adapters-to-streamduplex.js:38:51)\n    at Duplex.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Duplex.emit (ext:deno_node/_events.mjs:415:20)\n    at emitCloseNT (ext:deno_node/internal/streams/destroy.js:153:10)\n    at Object.processTicksAndRejections (ext:core/01_core.js:373:17)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-adapters-to-streamduplex.js:5:26\n"},{}],"parallel/test-cli-bad-options.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-compile-cache-api-portable.js":[true,null,{}],"test-runner/test-output-spec-reporter-cli.mjs":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-inspector-break-e.js":[true,null,{}],"parallel/test-child-process-fork-close.js":[true,null,{}],"sequential/test-http-server-request-timeouts-mixed.js":[false,{"code":1,"stderr":"\nerror: Uncaught AssertionError: The expression evaluated to a falsy value:\n\n  assert(!request3.completed)\n\n    assert(!request3.completed);\n    ^\n    at Timeout.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sequential/test-http-server-request-timeouts-mixed.js:109:5)\n    at Timeout._onTimeout (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at invokeCallback (ext:deno_node/internal/timers.mjs:176:13)\n    at Object.cb [as _onTimeout] (ext:deno_node/internal/timers.mjs:214:16)\n    at listOnTimeout (ext:core/02_timers.js:307:17)\n    at Object.processTimers (ext:core/02_timers.js:250:7)\n    at __eventLoopTick (ext:core/01_core.js:464:33)\n"},{}],"parallel/test-http-connect-req-res.js":[true,null,{}],"parallel/test-util-inspect-getters-accessing-this.js":[true,null,{}],"module-hooks/test-module-hooks-load-async-and-sync.js":["IGNORE",null,{"ignoreReason":"Depends on deprecated module.register() loader hooks, which Deno intentionally does not implement"}],"parallel/test-permission-wasi.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-shadow-realm-globals.js":["IGNORE",null,{"ignoreReason":"Deno does not expose `ShadowRealm` globally; the spec is still TC39 Stage 2.7"}],"parallel/test-kill-segfault-freebsd.js":[true,null,{}],"parallel/test-async-hooks-enable-disable-enable.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected \"actual\" to be strictly unequal to: 0\n  assert.notStrictEqual(async_hooks.executionAsyncId(), initialAsyncId);\n         ^\n    at main (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-enable-disable-enable.js:14:10)\n    at Object.processTicksAndRejections (ext:core/01_core.js:403:7)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-enable-disable-enable.js:5:26\n"},{}],"parallel/test-http-response-writehead-returns-this.js":[true,null,{}],"parallel/test-fs-write-sync.js":[true,null,{}],"client-proxy/test-http-proxy-request-no-proxy-asterisk.mjs":[true,null,{}],"parallel/test-permission-fs-write.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-http-upgrade-agent.js":[true,null,{}],"parallel/test-http2-compat-serverrequest-host.js":[true,null,{}],"parallel/test-domain-ee-implicit.js":[true,null,{}],"es-module/test-require-module-retry-import-errored.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: rejected\nconst err = new Error('rejected');\n            ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-retry-import-errored.js:16:13)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-require-module-retry-import-errored.js:5:26\n"},{}],"es-module/test-esm-data-urls.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Missing expected rejection.\n    await assert.rejects(import(plainESMURL), { code: 'ERR_UNKNOWN_MODULE_FORMAT' });\n    ^\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-data-urls.js:99:5\n"},{}],"parallel/test-tls-psk-server.js":[true,null,{}],"parallel/test-blob-createobjecturl.js":["IGNORE",null,{"ignoreReason":"URL.createObjectURL does not throw ERR_INVALID_ARG_TYPE for non-Blob arguments"}],"parallel/test-http-client-agent.js":[true,null,{}],"module-hooks/test-async-loader-hooks-initialize-never-settling.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"client-proxy/test-https-proxy-request-proxy-failure-hang-up.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /ERR_PROXY_TUNNEL.*Connection to establish proxy tunnel ended unexpectedly/. Input:\n\n'Request Error Error: unable to verify the first certificate\\n' +\n  '    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\\n' +\n  '  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\\n' +\n  '}\\n'\n\nassert.match(stderr, /ERR_PROXY_TUNNEL.*Connection to establish proxy tunnel ended unexpectedly/);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-proxy-failure-hang-up.mjs:45:8\n"},{}],"parallel/test-process-execpath.js":["IGNORE",null,{"ignoreReason":"Expected values to be strictly equal"}],"sequential/test-net-reconnect-error.js":[true,null,{}],"parallel/test-webcrypto-util.js":["IGNORE",null,{"ignoreReason":"Runs with --expose-internals and requires Node's internal/crypto/util JS module to whitebox-test the internal normalizeAlgorithm() helper; Deno's WebCrypto is implemented in Rust (ext/crypto/) and does not expose this Node-internal module"}],"parallel/test-crypto-pqc-key-objects-ml-kem.js":[true,null,{}],"parallel/test-fs-cp-sync-mode-invalid.mjs":[true,null,{}],"es-module/test-dynamic-import-script-lifetime.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: Import \"foo\" not a dependency\n"},{}],"es-module/test-esm-prototype-pollution.mjs":[true,null,{}],"parallel/test-child-process-spawn-controller.js":[true,null,{}],"parallel/test-crypto-dh-stateless.js":[true,null,{}],"module-hooks/test-module-hooks-builtin-require.js":[true,null,{}],"parallel/test-https-agent-create-connection.js":[true,null,{}],"parallel/test-webstreams-compose.js":[true,null,{}],"sequential/test-tls-psk-client.js":[true,null,{}],"parallel/test-dgram-abort-closed.js":[true,null,{}],"parallel/test-trace-events-fs-sync.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(traceFile))\n\n  assert(fs.existsSync(traceFile));\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-fs-sync.js:136:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-trace-events-fs-sync.js:5:26\n"},{}],"parallel/test-crypto-oneshot-hash.js":[true,null,{}],"parallel/test-permission-fs-relative-path.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-http-1.0-keep-alive.js":[true,null,{}],"parallel/test-tls-client-auth.js":[true,null,{}],"parallel/test-tls-client-reject.js":[true,null,{}],"parallel/test-fs-watchfile-bigint.js":[true,null,{}],"parallel/test-http-decoded-auth.js":[true,null,{}],"parallel/test-http-server-keep-alive-timeout.js":[true,null,{}],"parallel/test-net-socket-tos.js":[false,{"code":1,"stderr":"\nerror: Uncaught TypeError: client.setTypeOfService is not a function\n    client.setTypeOfService(0x10);\n           ^\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-net-socket-tos.js:19:12)\n    at Server.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Object.onceWrapper (ext:deno_node/_events.mjs:538:14)\n    at Server.emit (ext:deno_node/_events.mjs:415:20)\n    at _emitListeningNT (ext:deno_node/net.ts:1541:14)\n    at Object.processTicksAndRejections (ext:core/01_core.js:373:17)\n    at Module._load (node:module:1255:10)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-net-socket-tos.js:5:26\n"},{}],"parallel/test-buffer-resizable.js":[true,null,{"usesNodeTest":1}],"parallel/test-vm-context-async-script.js":[true,null,{}],"parallel/test-require-dot.js":[true,null,{}],"parallel/test-performance-resourcetimingbufferfull.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n  assert.strictEqual(performance.getEntriesByType('resource').length, 1);\n         ^\n    at main (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-resourcetimingbufferfull.js:50:10)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-resourcetimingbufferfull.js:137:1)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-performance-resourcetimingbufferfull.js:5:26\n"},{}],"parallel/test-stream-base-typechecking.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-buffer-tostring-range.js":[true,null,{}],"parallel/test-crypto-scrypt.js":[true,null,{}],"parallel/test-http2-util-assert-valid-pseudoheader.js":[true,null,{}],"parallel/test-tls-off-thread-cert-loading-system.js":[true,null,{}],"parallel/test-webcrypto-sign-verify-hmac.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n-   code: 'ERR_MISSING_OPTION',\n    name: 'TypeError'\n  }\n\n  await assert.rejects(\n  ^\n    at async testSign (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify-hmac.js:153:3)\n    at async Promise.all (index 5)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-sign-verify-hmac.js:180:3\n"},{}],"sea/test-single-executable-application-disable-experimental-sea-warning.js":[true,null,{}],"parallel/test-http-pause.js":[true,null,{}],"test-runner/test-output-abort-runs-after-hook.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n\n  'TAP version 13\\n' +\n-   'AFTER\\n' +\n    '# Subtest: test that aborts\\n' +\n    'not ok 1 - test that aborts\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'test'\\n\" +\n-   \"  location: '<project-root>/test/fixtures/test-runner/output/abort-runs-after-hook.js:4:1'\\n\" +\n-   \"  failureType: 'uncaughtException'\\n\" +\n-   \"  error: 'boom'\\n\" +\n-   \"  code: 'ERR_TEST_FAILURE'\\n\" +\n-   '  stack: |-\\n' +\n-   '    Immediate.<anonymous> (<project-root>/test/fixtures/test-runner/output/abort-runs-after-hook.js:12:11)\\n' +\n-   '    <node-internal-frames>\\n' +\n    '  ...\\n' +\n    '1..1\\n' +\n    '# tests 1\\n' +\n    '# suites 0\\n' +\n    '# pass 0\\n' +\n\n    assert.strictEqual(actual, replaceWindowsLineEndings(expected));\n           ^\n    at assertSnapshot (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:173:12)\n    at async spawnAndAssert (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/assertSnapshot.js:208:3)\n    at async file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/test-runner/test-output-abort-runs-after-hook.mjs:8:1\n"},{}],"parallel/test-fs-readdir-types-symlinks.js":[true,null,{}],"parallel/test-repl-permission-model.js":[true,null,{}],"parallel/test-whatwg-url-custom-searchparams-get.js":[true,null,{}],"parallel/test-eslint-prefer-common-mustnotcall.js":[true,null,{}],"parallel/test-http-exceptions.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-icu-env.js":[true,null,{}],"parallel/test-webcrypto-constructors.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n-   code: 'ERR_INVALID_THIS',\n    name: 'TypeError'\n  }\n\n  assert.throws(() => SubtleCrypto.supports.call(undefined), {\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-constructors.js:142:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-webcrypto-constructors.js:5:26\n"},{}],"parallel/test-domain-top-level-error-handler-throw.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n1 !== 7\n\n      assert.strictEqual(exitCode, expectedExitCode);\n             ^\n    at ChildProcess.onChildExited (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-top-level-error-handler-throw.js:46:14)\n    at ChildProcess.onChildExited (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:422:18\n"},{}],"parallel/test-fs-cp-async-preserve-timestamps-readonly-file.mjs":[true,null,{}],"parallel/test-process-redirect-warnings-env.js":[false,{"code":1,"stderr":"\n(node:10258) Warning: a bad practice warning\nerror: Uncaught (in promise) AssertionError: ifError got unwanted exception: ENOENT: no such file or directory, open '/home/runner/work/deno/deno/tests/node_compat/runner/suite/test/.tmp.384/warnings.txt'\n    assert.ifError(err);\n           ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:456:12\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15\n    at ext:deno_node/fs.ts:385:23\n"},{}],"sea/test-single-executable-blob-config-errors.js":[false,{"code":1,"stderr":"\n[process 23220]: --- stderr ---\n\n[process 23220]: --- stdout ---\nDeno 2.8.0+fbb5be3\nexit using ctrl+d, ctrl+c, or close()\nREPL is running with all permissions allowed.\nTo specify permissions, run `deno repl` with allow flags.\n\n[process 23220]: status = 0, signal = null\nerror: Uncaught (in promise) Error: - process terminated with status 0, expected 1\n  spawnSyncAndAssert(\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sea/test-single-executable-blob-config-errors.js:13:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/sea/test-single-executable-blob-config-errors.js:5:26\n"},{}],"parallel/test-http2-server-close-callback.js":[true,null,{}],"parallel/test-vm-global-property-prototype.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be loosely deep-equal:\n\n{\n  resultDesc: {\n    bothProto: undefined,\n    bothProtoGetter: undefined,\n    bothProtoIndexed: undefined,\n    onInnerProto: undefined,\n    onInnerProtoGetter: undefined,\n    onInnerProtoIndexed: undefined,\n    onOuterProto: undefined,\n    onOuterProtoGetter: undefined,\n    onOuterProtoIndexed: undefined,\n    onSelf: {\n      configurable: true,\n      enumerable: true,\n      value: 'onSelf',\n      writable: true\n    },\n    onSelfGetter: {\n      configurable: false,\n      enumerable: false,\n      get: [F...\n\nshould loosely deep-equal\n\n{\n  resultDesc: {\n    bothProto: undefined,\n    bothProtoGetter: undefined,\n    bothProtoIndexed: undefined,\n    onInnerProto: undefined,\n    onInnerProtoGetter: undefined,\n    onInnerProtoIndexed: undefined,\n    onOuterProto: undefined,\n    onOuterProtoGetter: undefined,\n    onOuterProtoIndexed: undefined,\n    onSelf: {\n      configurable: true,\n      enumerable: true,\n      value: 'onSelf',\n      writable: true\n    },\n    onSelfGetter: {\n      configurable: false,\n      enumerable: false,\n      get: [F...\nassert.deepEqual(result, {\n       ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-global-property-prototype.js:164:8)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-global-property-prototype.js:5:26\n"},{}],"parallel/test-http2-async-local-storage.js":[true,null,{}],"parallel/test-stream-readable-event.js":[true,null,{}],"parallel/test-tls-async-cb-after-socket-end.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-buffer-ascii.js":[true,null,{}],"test-runner/test-watch-esm-dependency-isolation-process.mjs":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-dgram-custom-lookup.js":[true,null,{}],"parallel/test-net-listen-handle-in-cluster-1.js":[false,{"code":1,"stderr":"\nerror: Uncaught TypeError: The argument 'options' is invalid. Received {\n  path: null,\n  backlog: 0,\n  readableAll: undefined,\n  writableAll: undefined\n}\n    at Server.listen (ext:deno_node/net.ts:1845:11)\n    at new RoundRobinHandle (ext:deno_node/internal/cluster/round_robin_handle.ts:35:19)\n    at queryServer (ext:deno_node/internal/cluster/primary.ts:212:20)\n    at Worker.onmessage (ext:deno_node/internal/cluster/primary.ts:177:9)\n    at ChildProcess.onInternalMessage (ext:deno_node/internal/cluster/utils.ts:37:7)\n    at ChildProcess.emit (ext:deno_node/_events.mjs:415:20)\n    at ext:deno_node/internal/child_process.ts:1776:35\n    at processTicksAndRejections (ext:core/01_core.js:368:13)\n    at drainTicks (ext:core/01_core.js:430:5)\n"},{}],"parallel/test-buffer-nopendingdep-map.js":[true,null,{}],"parallel/test-inspector-promises.js":[true,null,{}],"parallel/test-next-tick.js":[true,null,{}],"parallel/test-http2-multiheaders.js":[true,null,{}],"parallel/test-whatwg-webstreams-adapters-streambase.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) TypeError: JSStream is not a constructor\n  const stream = new JSStream();\n                 ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-adapters-streambase.js:22:18)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-whatwg-webstreams-adapters-streambase.js:5:26\n"},{}],"pummel/test-buffer-large-size-slowbuffer.js":[true,null,{}],"parallel/test-domain-promise.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: foo\n    Promise.reject(new Error('foo'));\n                   ^\n    at Domain.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-promise.js:136:20)\n    at Domain.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at Domain.run (ext:deno_node/domain.ts:160:21)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-promise.js:135:5)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-domain-promise.js:5:26\n"},{}],"parallel/test-util-deprecate.js":[true,null,{}],"parallel/test-runner-run-coverage.mjs":[false,{"code":1,"stderr":"running 1 test from ./test/parallel/test-runner-run-coverage.mjs\nrequire('node:test').run coverage settings ...\n  validation ...\n    should only allow boolean in options.coverage ... FAILED (1ms)\n  validation ... FAILED (due to 1 failed step) (2ms)\nrequire('node:test').run coverage settings ... FAILED (due to 1 failed step) (2ms)\n\n ERRORS \n\nrequire('node:test').run coverage settings ... validation ... should only allow boolean in options.coverage => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Missing expected exception.\n        .forEach((coverage) => assert.throws(() => run({ coverage }), {\n                                      ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-run-coverage.mjs:14:39\n    at Array.forEach (<anonymous>)\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-runner-run-coverage.mjs:14:10)\n\n FAILURES \n\nrequire('node:test').run coverage settings ... validation ... should only allow boolean in options.coverage => ext:deno_node/testing.ts:1141:21\n\nFAILED | 0 passed | 1 failed (2 steps) (4ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-dns-lookupService.js":[true,null,{}],"parallel/test-repl-save-load-invalid-save.js":[true,null,{}],"parallel/test-http-outgoing-end-multiple.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-readline-promises-tab-complete.js":[true,null,{}],"parallel/test-runner-cli.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-http-createConnection.js":[true,null,{}],"parallel/test-permission-fs-supported.js":["IGNORE",null,{"ignoreReason":"Deno has its own permission system; Node.js --experimental-permission is not applicable"}],"parallel/test-worker-environmentdata.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module 'internal/worker'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-environmentdata.js\nconst { assignEnvironmentData } = require('internal/worker');\n                                  ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-worker-environmentdata.js:12:35)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"test-runner/test-run-watch-no-emit-restarted-disabled.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-fastutf8stream-partial-write-utf8.js":[true,null,{}],"parallel/test-vm-module-hasasyncgraph.js":[false,{"code":1,"stderr":"running 4 tests from ./test/parallel/test-vm-module-hasasyncgraph.js\nmodule is not instantiated yet ... FAILED (1ms)\nsimple module with top-level await ... FAILED (0ms)\nsimple module with non top-level await ... FAILED (0ms)\nmodule with a dependency containing top-level await ... FAILED (0ms)\n\n ERRORS \n\nmodule is not instantiated yet => ./test/parallel/test-vm-module-hasasyncgraph.js:12:1\nerror: AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Comparison {}\n- Comparison {\n-   code: 'ERR_VM_MODULE_STATUS'\n- }\n\n  assert.throws(() => foo.hasAsyncGraph(), {\n         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-hasasyncgraph.js:17:10)\n\nsimple module with top-level await => ./test/parallel/test-vm-module-hasasyncgraph.js:22:1\nerror: TypeError: foo.hasAsyncGraph is not a function\n  assert.strictEqual(foo.hasAsyncGraph(), true);\n                         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-hasasyncgraph.js:32:26)\n\nsimple module with non top-level await => ./test/parallel/test-vm-module-hasasyncgraph.js:35:1\nerror: TypeError: foo.hasAsyncGraph is not a function\n  assert.strictEqual(foo.hasAsyncGraph(), false);\n                         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-hasasyncgraph.js:47:26)\n\nmodule with a dependency containing top-level await => ./test/parallel/test-vm-module-hasasyncgraph.js:50:1\nerror: TypeError: foo.hasAsyncGraph is not a function\n  assert.strictEqual(foo.hasAsyncGraph(), true);\n                         ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-vm-module-hasasyncgraph.js:65:26)\n\n FAILURES \n\nmodule is not instantiated yet => ./test/parallel/test-vm-module-hasasyncgr ..."},{"usesNodeTest":1}],"es-module/test-esm-unknown-extension.js":[false,{"code":1,"stderr":"running 1 test from ./test/es-module/test-esm-unknown-extension.js\nESM: unknown specifiers ...\n  should throw ... FAILED (37ms)\n  should throw ... FAILED (31ms)\nESM: unknown specifiers ... FAILED (due to 2 failed steps) (68ms)\n\n ERRORS \n\nESM: unknown specifiers ... should throw => ext:deno_node/testing.ts:1141:21\nerror: AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n      assert.strictEqual(code, 1);\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-unknown-extension.js:23:14)\n\nESM: unknown specifiers ... should throw => ext:deno_node/testing.ts:1034:37\nerror: AssertionError: The input did not match the regular expression /ERR_UNKNOWN_FILE_EXTENSION/. Input:\n\n'error: Expected a JavaScript or TypeScript module, but identified a Unknown module. Importing these types of modules is currently not supported.\\n' +\n  '  Specifier: file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/package-type-module/extension.unknown\\n' +\n  '    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/fixtures/es-modules/package-type-module/imports-unknownext.mjs:1:8\\n'\n\n      assert.match(stderr, /ERR_UNKNOWN_FILE_EXTENSION/);\n             ^\n    at NodeTestContext.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/es-module/test-esm-unknown-extension.js:26:14)\n\n FAILURES \n\nESM: unknown specifiers ... should throw => ext:deno_node/testing.ts:1141:21\nESM: unknown specifiers ... should throw => ext:deno_node/testing.ts:1034:37\n\nFAILED | 0 passed | 1 failed (2 steps) (70ms)\n\n\nerror: Test failed\n"},{"usesNodeTest":1}],"parallel/test-net-server-blocklist.js":[true,null,{}],"parallel/test-async-hooks-top-level-clearimmediate.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n\n0 !== 1\n\n    assert.strictEqual(triggerAsyncId, 1);\n           ^\n    at AsyncHook.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-top-level-clearimmediate.js:21:12)\n    at AsyncHook.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/common/index.js:493:15)\n    at emitInitNative (ext:deno_node/internal/async_hooks.ts:180:45)\n    at new Immediate (ext:deno_node/internal/timers.mjs:384:5)\n    at setImmediate (ext:deno_node/timers.ts:87:12)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-async-hooks-top-level-clearimmediate.js:30:19)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n"},{}],"parallel/test-promise-unhandled-issue-43655.js":[true,null,{}],"parallel/test-stdin-hang.js":[true,null,{}],"parallel/test-buffer-constructor-deprecation-error.js":[true,null,{}],"parallel/test-stdout-close-unref.js":[true,null,{}],"parallel/test-fs-stream-construct-compat-old-node.js":[true,null,{}],"parallel/test-tls-get-ca-certificates-worker-no-use-system-ca.js":[true,null,{}],"parallel/test-http-keepalive-client.js":[true,null,{}],"parallel/test-fs-read-optional-params.js":[true,null,{}],"parallel/test-cli-syntax-eval.js":["IGNORE",null,{"ignoreReason":"Tests Node.js-specific CLI flags/options that are not supported in Deno"}],"parallel/test-zlib-invalid-arg-value-brotli-compress.js":[true,null,{}],"parallel/test-debug-v8-fast-api.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n  Comparison {\n+   message: 'No such module: debug'\n-   message: 'No such binding: debug'\n  }\n\n  assert.throws(() => internalBinding('debug'), {\n         ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-debug-v8-fast-api.js:9:10)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-debug-v8-fast-api.js:5:26\n"},{}],"parallel/test-repl-autocomplete.js":[false,{"code":1,"stderr":"\nerror: Uncaught TypeError: Spread syntax requires ...iterable[Symbol.iterator] to be a function\n    at process.emit (node:process:492:38)\n    at process._fatalException (node:process:739:11)\n    at processOnError (node:process:1004:17)\n    at innerInvokeEventListeners (ext:deno_web/02_event.js:793:9)\n    at invokeEventListeners (ext:deno_web/02_event.js:839:5)\n    at dispatch (ext:deno_web/02_event.js:689:9)\n    at dispatchEvent (ext:deno_web/02_event.js:1098:12)\n    at reportException (ext:deno_web/02_event.js:1669:54)\n    at runImmediateCallbacks (ext:core/01_core.js:514:7)\n"},{}],"parallel/test-http2-respond-file-fd-invalid.js":[true,null,{}],"parallel/test-debugger-help.mjs":["IGNORE",null,{"ignoreReason":"Tests 'node inspect' CLI subcommand which Deno does not implement"}],"parallel/test-diagnostics-channel-http2-client-stream-body-no-chunks.js":[true,null,{}],"es-module/test-typescript-commonjs.mjs":[true,null,{"usesNodeTest":1}],"parallel/test-process-versions.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) Error: Cannot find module '../../deps/acorn/acorn/package.json'\nRequire stack:\n- /home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-versions.js\nconst acorn = require('../../deps/acorn/acorn/package.json');\n              ^\n    at Module._resolveFilename (node:module:1402:15)\n    at Module._load (node:module:1081:27)\n    at Module.require (node:module:1544:19)\n    at require (node:module:1780:16)\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-process-versions.js:6:15)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n"},{}],"es-module/test-esm-wasm-source-phase-no-execute.mjs":[true,null,{}],"parallel/test-net-connect-abort-controller.js":[true,null,{}],"parallel/test-tls-connect-pipe.js":[true,null,{}],"parallel/test-fs-cp-async-filter-child-folder.mjs":[true,null,{}],"parallel/test-process-next-tick.js":[true,null,{}],"pummel/test-http-upload-timeout.js":[true,null,{}],"parallel/test-stream-set-default-hwm.js":[true,null,{}],"parallel/test-process-setsourcemapsenabled.js":[true,null,{}],"parallel/test-snapshot-gzip.js":["IGNORE",null,{"ignoreReason":"Node.js snapshot/heap profiling features (--build-snapshot, --heap-prof, --heapsnapshot-near-heap-limit) are not implemented in Deno"}],"parallel/test-primordials-promise.js":["IGNORE",null,{"ignoreReason":"Tests Node.js internal modules (require('internal/...')) which are not exposed in Deno"}],"parallel/test-http2-compat-short-stream-client-server.js":[true,null,{}],"parallel/test-cluster-dgram-reuse.js":[true,null,{}],"module-hooks/test-async-loader-hooks-never-settling-race-cjs.mjs":["IGNORE",null,{"ignoreReason":"Tests the deprecated `module.register()` async loader hooks API which Deno does not implement"}],"wasi/test-wasi-write_file.js":[true,null,{}],"test-runner/test-output-hooks.mjs":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly equal:\n+ actual - expected\n... Skipped lines\n\n+ 'TAP version 13\\n' +\n- '- after() called\\n' +\n-   'TAP version 13\\n' +\n    '# Subtest: describe hooks\\n' +\n    '    # Subtest: 1\\n' +\n    '    ok 1 - 1\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n...\n    '    # Subtest: 1\\n' +\n+   '    ok 1 - 1\\n' +\n-   '    not ok 1 - 1\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 'test'\\n\" +\n-   \"      location: '<project-root>/test/fixtures/test-runner/output/hooks.js:74:3'\\n\" +\n-   \"      failureType: 'cancelledByParent'\\n\" +\n-   \"      error: 'test did not finish before its parent and was cancelled'\\n\" +\n-   \"      code: 'ERR_TEST_FAILURE'\\n\" +\n    '      ...\\n' +\n    '    # Subtest: 2\\n' +\n+   '    ok 2 - 2\\n' +\n-   '    not ok 2 - 2\\n' +\n    '      ---\\n' +\n    '      duration_ms: *\\n' +\n    \"      type: 'test'\\n\" +\n-   \"      location: '<project-root>/test/fixtures/test-runner/output/hooks.js:75:3'\\n\" +\n-   \"      failureType: 'cancelledByParent'\\n\" +\n-   \"      error: 'test did not finish before its parent and was cancelled'\\n\" +\n-   \"      code: 'ERR_TEST_FAILURE'\\n\" +\n    '      ...\\n' +\n    '    1..2\\n' +\n+   'ok 3 - before throws\\n' +\n-   'not ok 3 - before throws\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'suite'\\n\" +\n-   \"  location: '<project-root>/test/fixtures/test-runner/output/hooks.js:72:1'\\n\" +\n-   \"  failureType: 'hookFailed'\\n\" +\n-   \"  error: 'before'\\n\" +\n-   \"  code: 'ERR_TEST_FAILURE'\\n\" +\n-   '  stack: |-\\n' +\n-   '    SuiteContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/hooks.js:73:24)\\n' +\n-   '    <node-internal-frames>\\n' +\n    '  ...\\n' +\n    '# Subtest: before throws - no subtests\\n' +\n+   'ok 4 - before throws - no subtests\\n' +\n-   'not ok 4 - before throws - no subtests\\n' +\n    '  ---\\n' +\n    '  duration_ms: *\\n' +\n    \"  type: 'suite'\\n\" +\n-   \"  location: '<project-root>/test/fixtures/test-r ..."},{}],"parallel/test-repl.js":[false,{"stderr":"Test timed out after 10000ms","timeout":10000},{}],"parallel/test-crypto-padding.js":[true,null,{}],"parallel/test-process-prototype.js":[true,null,{}],"parallel/test-tls-cli-min-version-1.1.js":[false,{"code":1,"stderr":"test: U U U U U SSLv2_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:98:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U SSLv3_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:100:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U hokey-pokey U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:108:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U U %s_method U expect U U ERR_TLS_INVALID_PROTOCOL_METHOD\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:113:1)\nclient undefined\nserver ERR_TLS_INVALID_PROTOCOL_METHOD\ntest: U U U U TLSv1.2 TLS1_2_method U expect U U ERR_TLS_PROTOCOL_VERSION_CONFLICT\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:117:1)\nclient undefined\nserver ERR_TLS_PROTOCOL_VERSION_CONFLICT\ntest: U U U TLSv1.2 U TLS1_2_method U expect U U ERR_TLS_PROTOCOL_VERSION_CONFLICT\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:119:1)\nclient undefined\nserver ERR_TLS_PROTOCOL_VERSION_CONFLICT\ntest: U U SSLv2_method U U U U expect U ERR_TLS_INVALID_PROTOCOL_METHOD U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:102:1)\nclient ERR_TLS_INVALID_PROTOCOL_METHOD\nserver undefined\ntest: U U SSLv3_method U U U U expect U ERR_TLS_INVALID_PROTOCOL_METHOD U\n   (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-tls-min-max-version.js:104:1)\nclient ERR_TLS_INVALID_PROTOCOL_METHOD\nserver u ..."},{}],"client-proxy/test-https-proxy-request-tunnel-timeout-agent.mjs":[false,{"code":1,"stderr":"[CLOSE] 0 null\n\n[STDERR] Request Error Error: unable to verify the first certificate\n    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\n  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\n}\n\nerror: Uncaught (in promise) AssertionError: The input did not match the regular expression /Request timed out/. Input:\n\n'Request Error Error: unable to verify the first certificate\\n' +\n  '    at TCPWrap.nativeHandle.onread (ext:deno_node/internal_binding/tls_wrap.ts:15:13) {\\n' +\n  '  code: \"UNABLE_TO_VERIFY_LEAF_SIGNATURE\"\\n' +\n  '}\\n'\n\nassert.match(stderr, /Request timed out/);\n       ^\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/client-proxy/test-https-proxy-request-tunnel-timeout-agent.mjs:47:8\n"},{}],"parallel/test-http2-cookies.js":[true,null,{}],"client-proxy/test-http-proxy-request-invalid-char-in-url.mjs":[false,{"code":1,"stderr":"Received message from worker: proxy-listening\n#6 ended response for: 'http://local\\rhost:42481/carriage-return-in-host'\n#5 ended response for: 'http://local\\nhost:42481/newline-in-host'\n#4 ended response for: 'http://local\\r\\nhost:42481/crlf-in-host'\n#3 ended response for: 'http://localhost:4\\r2481/carriage-return-in-port'\n#2 ended response for: 'http://localhost:4\\n2481/newline-in-port'\n#1 ended response for: 'http://localhost:4\\r\\n2481/crlf-in-port'\nSending stop-proxy message to worker\nReceived message from main thread: stop-proxy\nReceived message from worker: proxy-stopped\n\nerror: Uncaught (in promise) AssertionError: Expected values to be strictly deep-equal:\n+ actual - expected\n\n+ Set(0) {}\n- Set(6) {\n-   {\n-     headers: {\n-       'proxy-connection': 'close',\n-       connection: 'close',\n-       host: 'localhost:42481'\n-     },\n-     method: 'GET',\n-     url: 'http://localhost:42481/carriage-return-in-host'\n-   },\n-   {\n-     headers: {\n-       'proxy-connection': 'close',\n-       connection: 'close',\n-       host: 'localhost:42481'\n-     },\n-     method: 'GET',\n-     url: 'http://localhost:42481/carriage-return-in-port'\n-   },\n-   {\n-     headers: {\n-       'proxy-connection': 'close',\n-       connection: 'close',\n-       host: 'localhost:42481'\n-     },\n-     method: 'GET',\n-     url: 'http://localhost:42481/crlf-in-host'\n-   },\n-   {\n-     headers: {\n-       'proxy-connection': 'close',\n-       connection: 'close',\n-       host: 'localhost:42481'\n-     },\n-     method: 'GET',\n-     url: 'http://localhost:42481/crlf-in-port'\n-   },\n-   {\n-     headers: {\n-       'proxy-connection': 'close',\n-       connection: 'close',\n-       host: 'localhost:42481'\n-     },\n-     method: 'GET',\n-     url: 'http://localhost:42481/newline-in-host'\n-   },\n-   {\n-     headers: {\n-       'proxy-connection': 'close',\n-       connection: 'close',\n-       host: 'localhost:42481'\n-     },\n-     method: 'GET',\n-     url: 'http://localhost:42481/newline-in-port'\n-   }\n- }\n\n    assert ..."},{}],"parallel/test-crypto-dh-constructor.js":[true,null,{}],"parallel/test-worker-resource-limits.js":["IGNORE",null,{"ignoreReason":"Depends on v8.getHeapSpaceStatistics() which is not yet implemented in Deno"}],"parallel/test-whatwg-encoding-custom-api-basics.js":[true,null,{}],"parallel/test-heap-prof-dir-name.js":[false,{"code":1,"stderr":"\nerror: Uncaught (in promise) AssertionError: The expression evaluated to a falsy value:\n\n  assert(fs.existsSync(dir))\n\n  assert(fs.existsSync(dir));\n  ^\n    at Object.<anonymous> (file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-dir-name.js:45:3)\n    at Module._compile (node:module:1644:34)\n    at loadMaybeCjs (node:module:1672:12)\n    at Object..js (node:module:1654:12)\n    at Module.load (node:module:1515:32)\n    at Module._load (node:module:1212:14)\n    at file:///home/runner/work/deno/deno/tests/node_compat/runner/suite/test/parallel/test-heap-prof-dir-name.js:5:26\n"},{}]}}