Skip to content

test_runner: print coverage and diagnostics with dot reporter #3508

test_runner: print coverage and diagnostics with dot reporter

test_runner: print coverage and diagnostics with dot reporter #3508

Re-run triggered February 22, 2026 13:25
Status Failure
Total duration 33m 44s
Artifacts 1

test-shared.yml

on: pull_request
Build slim tarball
2m 23s
Build slim tarball
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 errors
aarch64-linux: with shared libraries
Process completed with exit code 2.
aarch64-linux: with shared libraries: test/parallel/test-runner-run.mjs#L107
--- stderr --- (node:80989) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 uncaughtException listeners added to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit (Use `node --trace-warnings ...` to show where the warning was created) (node:80989) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 unhandledRejection listeners added to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit (node:80989) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 beforeExit listeners added to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit --- stdout --- Test failure: 'should be piped with dot' Location: test/parallel/test-runner-run.mjs:102:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 10 !== 2 at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/parallel/test-runner-run.mjs:107:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1127:7) at async Promise.all (index 9) at async Suite.run (node:internal/test_runner/test:1535:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:385:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 10, expected: 2, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/parallel/test-runner-run.mjs
aarch64-linux: with shared libraries: test/parallel/test-config-file.js#L244
--- stdout --- Test failure: 'string flag should be parsed correctly' Location: test/parallel/test-config-file.js:235:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + '.\n' + + 'ℹ tests 1\n' + + 'ℹ suites 0\n' + + 'ℹ pass 1\n' + + 'ℹ fail 0\n' + + 'ℹ cancelled 0\n' + + 'ℹ skipped 0\n' + + 'ℹ todo 0\n' + + 'ℹ duration_ms 70.338625\n' - '.\n' at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/parallel/test-config-file.js:244:10) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1127:7) at async Test.processPendingSubtests (node:internal/test_runner/test:789:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '.\n' + 'ℹ tests 1\n' + 'ℹ suites 0\n' + 'ℹ pass 1\n' + 'ℹ fail 0\n' + 'ℹ cancelled 0\n' + 'ℹ skipped 0\n' + 'ℹ todo 0\n' + 'ℹ duration_ms 70.338625\n', expected: '.\n', operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/parallel/test-config-file.js
aarch64-linux: with shared libraries: test/test-runner/test-output-eval-dot.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected '.X\n' + '\n' + 'Failed tests:\n' + '\n' + '✖ fails (*ms)\n' + ' Error: fail\n' + ' at TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_dot.js:3:1), <anonymous>:6:11)\n' + + ' at <node-internal-frames>\n' + + 'ℹ tests 2\n' + + 'ℹ suites 0\n' + + 'ℹ pass 1\n' + + 'ℹ fail 1\n' + + 'ℹ cancelled 0\n' + + 'ℹ skipped 0\n' + + 'ℹ todo 0\n' + + 'ℹ duration_ms *\n' - ' at <node-internal-frames>\n' at assertSnapshot (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:208:3) at async file:///home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-eval-dot.mjs:7:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '.X\n' + '\n' + 'Failed tests:\n' + '\n' + '✖ fails (*ms)\n' + ' Error: fail\n' + ' at TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_dot.js:3:1), <anonymous>:6:11)\n' + ' at <node-internal-frames>\n' + 'ℹ tests 2\n' + 'ℹ suites 0\n' + 'ℹ pass 1\n' + 'ℹ fail 1\n' + 'ℹ cancelled 0\n' + 'ℹ skipped 0\n' + 'ℹ todo 0\n' + 'ℹ duration_ms *\n', expected: '.X\n' + '\n' + 'Failed tests:\n' + '\n' + '✖ fails (*ms)\n' + ' Error: fail\n' + ' at TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_dot.js:3:1), <anonymous>:6:11)\n' + ' at <node-internal-frames>\n', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-eval-dot.mjs
aarch64-linux: with shared libraries: test/test-runner/test-output-dot-reporter.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected ... Skipped lines '........XX...X..XXX.\n' + 'X.....XXX...........\n' + '.X.........X...XXX.X\n' + 'X.....XXXXXXX...XXXX\n' + 'X\n' + ... '✖ invalid subtest fail (*ms)\n' + + " 'test could not be started because its parent finished'\n" + + 'ℹ this test should pass\n' + + 'ℹ this subtest should make its parent test fail\n' + + 'ℹ Error: Test "unhandled rejection - passes but warns" at test/fixtures/test-runner/output/output.js:96:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.\n' + + 'ℹ Error: Test "async unhandled rejection - passes but warns" at test/fixtures/test-runner/output/output.js:100:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from async unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.\n' + + 'ℹ Error: A resource generated asynchronous activity after the test ended. This activity created the error "Error: uncaught from outside of a test" which triggered an uncaughtException event, caught by the test runner.\n' + + 'ℹ Error: Test "immediate throw - passes but warns" at test/fixtures/test-runner/output/output.js:104:1 generated asynchronous activity after the test ended. This activity created the error "Error: thrown from immediate throw fail" and would have caused the test to fail, but instead triggered an uncaughtException event.\n' + + 'ℹ Error: Test "immediate reject - passes but warns" at test/fixtures/test-runner/output/output.js:110:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from immediate reject fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.\n' + + 'ℹ Error: Test "callback called twice in different ticks" at test/fixtures/test-runner/output/output.js:275:1 generated asynchronous activity after the test ended. This activity created the error "Error [ERR_TEST_FAILURE]: callback invoked multiple times" and would have caused the test to fail, but instead triggered an uncaughtException event.\n' + + 'ℹ Error: Test "callback async throw after done" at test/fixtures/test-runner/output/output.js:293:1 generated asynchronous activity after the test ended. This activity created the error "Error: thrown from callback async throw after done" and would have caused the test to fail, but instead triggered an uncaughtException event.\n' + + 'ℹ tests 81\n' + + 'ℹ suites 0\n' + + 'ℹ pass 40\n' + + 'ℹ fail 24\n' + + 'ℹ cancelled 2\n' + + 'ℹ skipped 10\n' + + 'ℹ todo 5\n' + + 'ℹ duration_ms *\n' - " 'test could not be started because its parent finished'\n" at assertSnapshot (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:208:3) at async file:///home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-dot-reporter.mjs:7:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '........XX...X..XXX.\n' + 'X.....XXX...........\n' + '.X.........X...XXX.X\n' + 'X.....XXXXXXX...XXXX\n' + 'X\n' + '\n' + 'Failed tests:\n' + '\n' + '⚠ sync fail todo (*ms) # TODO\n' + ' Error: thrown from sync fail todo\n' + ' at TestContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/output.js:42:9)\n' + ' at <node-internal-frames>\n' + '⚠ sync fail todo with message (*ms) # this is a failing todo\n' + ' Error: thrown from sync fail todo with
aarch64-linux: with shared libraries: test/test-runner/test-output-dot-reporter-coverage.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected '.\n' + + 'ℹ tests 1\n' + + 'ℹ suites 0\n' + + 'ℹ pass 1\n' + + 'ℹ fail 0\n' + + 'ℹ cancelled 0\n' + + 'ℹ skipped 0\n' + + 'ℹ todo 0\n' + + 'ℹ duration_ms *\n' + + 'ℹ Error: 61.84% line coverage does not meet threshold of 99%.\n' + - '\n' + - 'ℹ Error: *% line coverage does not meet threshold of 99%.\n' + 'ℹ start of coverage report\n' + 'ℹ ------------------------------------------------------------------------------\n' + + 'ℹ file | line % | branch % | funcs % | uncovered lines\n' + - 'ℹ file | line % | branch % | funcs % | uncovered lines\n' + 'ℹ ------------------------------------------------------------------------------\n' + + 'ℹ test | | | |\n' + + 'ℹ fixtures | | | |\n' + + 'ℹ test-runner | | | |\n' + + 'ℹ coverage-snap | | | |\n' + + 'ℹ a.js | 55.77 | 100.00 | 0.00 | 5-7 9-11 13-15…\n' + + 'ℹ b.js | 45.45 | 100.00 | 0.00 | 5-7 9-11\n' + + 'ℹ output | | | |\n' + + 'ℹ dot_reporter_coverage.mjs | 100.00 | 100.00 | 100.00 |\n' + - 'ℹ test | | | |\n' + - 'ℹ fixtures | | | |\n' + - 'ℹ test-runner | | | |\n' + - 'ℹ coverage-snap | | | |\n' + - 'ℹ a.js | 55.77 | 100.00 | 0.00 | 5-7 9-11 13-15 17-…\n' + - 'ℹ b.js | 45.45 | 100.00 | 0.00 | 5-7 9-11\n' + - 'ℹ output | | | |\n' + - 'ℹ dot_reporter_cove….mjs | 100.00 | 100.00 | 100.00 |\n' + 'ℹ ------------------------------------------------------------------------------\n' + + 'ℹ all files | 61.84 | 100.00 | 0.00 |\n' + - 'ℹ all files | 61.84 | 100.00 | 0.00 |\n' + 'ℹ ------------------------------------------------------------------------------\n' + 'ℹ end of coverage report\n' at assertSnapshot (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:208:3) at async file:///home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-dot-reporter-coverage.mjs:12:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '.\n' + 'ℹ tests 1\n' + 'ℹ suites 0\n' + 'ℹ pass 1\n' + 'ℹ fail 0\n' + 'ℹ cancelled 0\n' + 'ℹ skipped 0\n' + 'ℹ todo 0\n' + 'ℹ duration_ms *\n' + 'ℹ Error: 61.84% line coverage does not meet threshold of 99%.\n' + 'ℹ start of coverage report\n' + 'ℹ ------------------------------------------------------------------------------\n' + 'ℹ file | line % | branch % | funcs % | uncovered lines\n' + 'ℹ ------------------------------------------------------------------------------\n' + 'ℹ test | | | |\n' + 'ℹ fixtures | | | |\n' + 'ℹ test-runner | | | |\n' + 'ℹ coverage-snap | | | |\n' + 'ℹ a.js | 55.77 | 100.00 | 0.00 | 5-7 9-11 13-15…\n' + 'ℹ b.js | 45.45 | 100.00 | 0.00 | 5-7 9-11\n' +
aarch64-linux: with shared libraries: test/test-runner/test-output-dot-output-custom-columns.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + + '[34mℹ tests 100[39m\n' + + '[34mℹ suites 0[39m\n' + + '[34mℹ pass 100[39m\n' + + '[34mℹ fail 0[39m\n' + + '[34mℹ cancelled 0[39m\n' + + '[34mℹ skipped 0[39m\n' + + '[34mℹ todo 0[39m\n' + + '[34mℹ duration_ms *[39m\n' - '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' at assertSnapshot (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:208:3) at async file:///home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-dot-output-custom-columns.mjs:8:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[34mℹ tests 100[39m\n' + '[34mℹ suites 0[39m\n' + '[34mℹ pass 100[39m\n' + '[34mℹ fail 0[39m\n' + '[34mℹ cancelled 0[39m\n' + '[34mℹ skipped 0[39m\n' + '[34mℹ todo 0[39m\n' + '[34mℹ duration_ms *[39m\n', expected: '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-out
aarch64-darwin: with shared libraries
Process completed with exit code 2.
aarch64-darwin: with shared libraries: test/test-runner/test-output-eval-dot.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected '.X\n' + '\n' + 'Failed tests:\n' + '\n' + '✖ fails (*ms)\n' + ' Error: fail\n' + ' at TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_dot.js:3:1), <anonymous>:6:11)\n' + + ' at <node-internal-frames>\n' + + 'ℹ tests 2\n' + + 'ℹ suites 0\n' + + 'ℹ pass 1\n' + + 'ℹ fail 1\n' + + 'ℹ cancelled 0\n' + + 'ℹ skipped 0\n' + + 'ℹ todo 0\n' + + 'ℹ duration_ms *\n' - ' at <node-internal-frames>\n' at assertSnapshot (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:208:3) at async file:///Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-eval-dot.mjs:7:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '.X\n' + '\n' + 'Failed tests:\n' + '\n' + '✖ fails (*ms)\n' + ' Error: fail\n' + ' at TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_dot.js:3:1), <anonymous>:6:11)\n' + ' at <node-internal-frames>\n' + 'ℹ tests 2\n' + 'ℹ suites 0\n' + 'ℹ pass 1\n' + 'ℹ fail 1\n' + 'ℹ cancelled 0\n' + 'ℹ skipped 0\n' + 'ℹ todo 0\n' + 'ℹ duration_ms *\n', expected: '.X\n' + '\n' + 'Failed tests:\n' + '\n' + '✖ fails (*ms)\n' + ' Error: fail\n' + ' at TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_dot.js:3:1), <anonymous>:6:11)\n' + ' at <node-internal-frames>\n', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-eval-dot.mjs
aarch64-darwin: with shared libraries: test/test-runner/test-output-dot-reporter.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected ... Skipped lines '........XX...X..XXX.\n' + 'X.....XXX...........\n' + '.X.........X...XXX.X\n' + 'X.....XXXXXXX...XXXX\n' + 'X\n' + ... '✖ invalid subtest fail (*ms)\n' + + " 'test could not be started because its parent finished'\n" + + 'ℹ this test should pass\n' + + 'ℹ this subtest should make its parent test fail\n' + + 'ℹ Error: Test "unhandled rejection - passes but warns" at test/fixtures/test-runner/output/output.js:96:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.\n' + + 'ℹ Error: Test "async unhandled rejection - passes but warns" at test/fixtures/test-runner/output/output.js:100:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from async unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.\n' + + 'ℹ Error: A resource generated asynchronous activity after the test ended. This activity created the error "Error: uncaught from outside of a test" which triggered an uncaughtException event, caught by the test runner.\n' + + 'ℹ Error: Test "immediate throw - passes but warns" at test/fixtures/test-runner/output/output.js:104:1 generated asynchronous activity after the test ended. This activity created the error "Error: thrown from immediate throw fail" and would have caused the test to fail, but instead triggered an uncaughtException event.\n' + + 'ℹ Error: Test "immediate reject - passes but warns" at test/fixtures/test-runner/output/output.js:110:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from immediate reject fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.\n' + + 'ℹ Error: Test "callback called twice in different ticks" at test/fixtures/test-runner/output/output.js:275:1 generated asynchronous activity after the test ended. This activity created the error "Error [ERR_TEST_FAILURE]: callback invoked multiple times" and would have caused the test to fail, but instead triggered an uncaughtException event.\n' + + 'ℹ Error: Test "callback async throw after done" at test/fixtures/test-runner/output/output.js:293:1 generated asynchronous activity after the test ended. This activity created the error "Error: thrown from callback async throw after done" and would have caused the test to fail, but instead triggered an uncaughtException event.\n' + + 'ℹ tests 81\n' + + 'ℹ suites 0\n' + + 'ℹ pass 40\n' + + 'ℹ fail 24\n' + + 'ℹ cancelled 2\n' + + 'ℹ skipped 10\n' + + 'ℹ todo 5\n' + + 'ℹ duration_ms *\n' - " 'test could not be started because its parent finished'\n" at assertSnapshot (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:208:3) at async file:///Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-dot-reporter.mjs:7:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '........XX...X..XXX.\n' + 'X.....XXX...........\n' + '.X.........X...XXX.X\n' + 'X.....XXXXXXX...XXXX\n' + 'X\n' + '\n' + 'Failed tests:\n' + '\n' + '⚠ sync fail todo (*ms) # TODO\n' + ' Error: thrown from sync fail todo\n' + ' at TestContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/output.js:42:9)\n' + ' at <node-internal-frames>\n' + '⚠ sync fail todo with message (*ms) # this is a failing todo\n' + ' Error: thrown from sync fail todo w
aarch64-darwin: with shared libraries: test/test-runner/test-output-dot-output-custom-columns.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + + '[34mℹ tests 100[39m\n' + + '[34mℹ suites 0[39m\n' + + '[34mℹ pass 100[39m\n' + + '[34mℹ fail 0[39m\n' + + '[34mℹ cancelled 0[39m\n' + + '[34mℹ skipped 0[39m\n' + + '[34mℹ todo 0[39m\n' + + '[34mℹ duration_ms *[39m\n' - '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' at assertSnapshot (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:208:3) at async file:///Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-dot-output-custom-columns.mjs:8:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[34mℹ tests 100[39m\n' + '[34mℹ suites 0[39m\n' + '[34mℹ pass 100[39m\n' + '[34mℹ fail 0[39m\n' + '[34mℹ cancelled 0[39m\n' + '[34mℹ skipped 0[39m\n' + '[34mℹ todo 0[39m\n' + '[34mℹ duration_ms *[39m\n', expected: '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test
aarch64-darwin: with shared libraries: test/parallel/test-runner-run.mjs#L107
--- stderr --- (node:61322) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 uncaughtException listeners added to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit (Use `node --trace-warnings ...` to show where the warning was created) (node:61322) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 unhandledRejection listeners added to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit (node:61322) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 beforeExit listeners added to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit --- stdout --- Test failure: 'should be piped with dot' Location: test/parallel/test-runner-run.mjs:102:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 10 !== 2 at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/parallel/test-runner-run.mjs:107:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1127:7) at async Promise.all (index 9) at async Suite.run (node:internal/test_runner/test:1535:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:385:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 10, expected: 2, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/parallel/test-runner-run.mjs
x86_64-linux: with shared libraries
Process completed with exit code 2.
x86_64-linux: with shared libraries: test/test-runner/test-output-eval-dot.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected '.X\n' + '\n' + 'Failed tests:\n' + '\n' + '✖ fails (*ms)\n' + ' Error: fail\n' + ' at TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_dot.js:3:1), <anonymous>:6:11)\n' + + ' at <node-internal-frames>\n' + + 'ℹ tests 2\n' + + 'ℹ suites 0\n' + + 'ℹ pass 1\n' + + 'ℹ fail 1\n' + + 'ℹ cancelled 0\n' + + 'ℹ skipped 0\n' + + 'ℹ todo 0\n' + + 'ℹ duration_ms *\n' - ' at <node-internal-frames>\n' at assertSnapshot (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:208:3) at async file:///home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-eval-dot.mjs:7:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '.X\n' + '\n' + 'Failed tests:\n' + '\n' + '✖ fails (*ms)\n' + ' Error: fail\n' + ' at TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_dot.js:3:1), <anonymous>:6:11)\n' + ' at <node-internal-frames>\n' + 'ℹ tests 2\n' + 'ℹ suites 0\n' + 'ℹ pass 1\n' + 'ℹ fail 1\n' + 'ℹ cancelled 0\n' + 'ℹ skipped 0\n' + 'ℹ todo 0\n' + 'ℹ duration_ms *\n', expected: '.X\n' + '\n' + 'Failed tests:\n' + '\n' + '✖ fails (*ms)\n' + ' Error: fail\n' + ' at TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_dot.js:3:1), <anonymous>:6:11)\n' + ' at <node-internal-frames>\n', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-eval-dot.mjs
x86_64-linux: with shared libraries: test/test-runner/test-output-dot-reporter.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected ... Skipped lines '........XX...X..XXX.\n' + 'X.....XXX...........\n' + '.X.........X...XXX.X\n' + 'X.....XXXXXXX...XXXX\n' + 'X\n' + ... '✖ invalid subtest fail (*ms)\n' + + " 'test could not be started because its parent finished'\n" + + 'ℹ this test should pass\n' + + 'ℹ this subtest should make its parent test fail\n' + + 'ℹ Error: Test "unhandled rejection - passes but warns" at test/fixtures/test-runner/output/output.js:96:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.\n' + + 'ℹ Error: Test "async unhandled rejection - passes but warns" at test/fixtures/test-runner/output/output.js:100:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from async unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.\n' + + 'ℹ Error: A resource generated asynchronous activity after the test ended. This activity created the error "Error: uncaught from outside of a test" which triggered an uncaughtException event, caught by the test runner.\n' + + 'ℹ Error: Test "immediate throw - passes but warns" at test/fixtures/test-runner/output/output.js:104:1 generated asynchronous activity after the test ended. This activity created the error "Error: thrown from immediate throw fail" and would have caused the test to fail, but instead triggered an uncaughtException event.\n' + + 'ℹ Error: Test "immediate reject - passes but warns" at test/fixtures/test-runner/output/output.js:110:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from immediate reject fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.\n' + + 'ℹ Error: Test "callback called twice in different ticks" at test/fixtures/test-runner/output/output.js:275:1 generated asynchronous activity after the test ended. This activity created the error "Error [ERR_TEST_FAILURE]: callback invoked multiple times" and would have caused the test to fail, but instead triggered an uncaughtException event.\n' + + 'ℹ Error: Test "callback async throw after done" at test/fixtures/test-runner/output/output.js:293:1 generated asynchronous activity after the test ended. This activity created the error "Error: thrown from callback async throw after done" and would have caused the test to fail, but instead triggered an uncaughtException event.\n' + + 'ℹ tests 81\n' + + 'ℹ suites 0\n' + + 'ℹ pass 40\n' + + 'ℹ fail 24\n' + + 'ℹ cancelled 2\n' + + 'ℹ skipped 10\n' + + 'ℹ todo 5\n' + + 'ℹ duration_ms *\n' - " 'test could not be started because its parent finished'\n" at assertSnapshot (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:208:3) at async file:///home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-dot-reporter.mjs:7:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '........XX...X..XXX.\n' + 'X.....XXX...........\n' + '.X.........X...XXX.X\n' + 'X.....XXXXXXX...XXXX\n' + 'X\n' + '\n' + 'Failed tests:\n' + '\n' + '⚠ sync fail todo (*ms) # TODO\n' + ' Error: thrown from sync fail todo\n' + ' at TestContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/output.js:42:9)\n' + ' at <node-internal-frames>\n' + '⚠ sync fail todo with message (*ms) # this is a failing todo\n' + ' Error: thrown from sync fail todo with
x86_64-linux: with shared libraries: test/test-runner/test-output-dot-reporter-coverage.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected '.\n' + + 'ℹ tests 1\n' + + 'ℹ suites 0\n' + + 'ℹ pass 1\n' + + 'ℹ fail 0\n' + + 'ℹ cancelled 0\n' + + 'ℹ skipped 0\n' + + 'ℹ todo 0\n' + + 'ℹ duration_ms *\n' + + 'ℹ Error: 61.84% line coverage does not meet threshold of 99%.\n' + - '\n' + - 'ℹ Error: *% line coverage does not meet threshold of 99%.\n' + 'ℹ start of coverage report\n' + 'ℹ ------------------------------------------------------------------------------\n' + + 'ℹ file | line % | branch % | funcs % | uncovered lines\n' + - 'ℹ file | line % | branch % | funcs % | uncovered lines\n' + 'ℹ ------------------------------------------------------------------------------\n' + + 'ℹ test | | | |\n' + + 'ℹ fixtures | | | |\n' + + 'ℹ test-runner | | | |\n' + + 'ℹ coverage-snap | | | |\n' + + 'ℹ a.js | 55.77 | 100.00 | 0.00 | 5-7 9-11 13-15…\n' + + 'ℹ b.js | 45.45 | 100.00 | 0.00 | 5-7 9-11\n' + + 'ℹ output | | | |\n' + + 'ℹ dot_reporter_coverage.mjs | 100.00 | 100.00 | 100.00 |\n' + - 'ℹ test | | | |\n' + - 'ℹ fixtures | | | |\n' + - 'ℹ test-runner | | | |\n' + - 'ℹ coverage-snap | | | |\n' + - 'ℹ a.js | 55.77 | 100.00 | 0.00 | 5-7 9-11 13-15 17-…\n' + - 'ℹ b.js | 45.45 | 100.00 | 0.00 | 5-7 9-11\n' + - 'ℹ output | | | |\n' + - 'ℹ dot_reporter_cove….mjs | 100.00 | 100.00 | 100.00 |\n' + 'ℹ ------------------------------------------------------------------------------\n' + + 'ℹ all files | 61.84 | 100.00 | 0.00 |\n' + - 'ℹ all files | 61.84 | 100.00 | 0.00 |\n' + 'ℹ ------------------------------------------------------------------------------\n' + 'ℹ end of coverage report\n' at assertSnapshot (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:208:3) at async file:///home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-dot-reporter-coverage.mjs:12:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '.\n' + 'ℹ tests 1\n' + 'ℹ suites 0\n' + 'ℹ pass 1\n' + 'ℹ fail 0\n' + 'ℹ cancelled 0\n' + 'ℹ skipped 0\n' + 'ℹ todo 0\n' + 'ℹ duration_ms *\n' + 'ℹ Error: 61.84% line coverage does not meet threshold of 99%.\n' + 'ℹ start of coverage report\n' + 'ℹ ------------------------------------------------------------------------------\n' + 'ℹ file | line % | branch % | funcs % | uncovered lines\n' + 'ℹ ------------------------------------------------------------------------------\n' + 'ℹ test | | | |\n' + 'ℹ fixtures | | | |\n' + 'ℹ test-runner | | | |\n' + 'ℹ coverage-snap | | | |\n' + 'ℹ a.js | 55.77 | 100.00 | 0.00 | 5-7 9-11 13-15…\n' + 'ℹ b.js | 45.45 | 100.00 | 0.00 | 5-7 9-11\n' +
x86_64-linux: with shared libraries: test/test-runner/test-output-dot-output-custom-columns.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + + '[34mℹ tests 100[39m\n' + + '[34mℹ suites 0[39m\n' + + '[34mℹ pass 100[39m\n' + + '[34mℹ fail 0[39m\n' + + '[34mℹ cancelled 0[39m\n' + + '[34mℹ skipped 0[39m\n' + + '[34mℹ todo 0[39m\n' + + '[34mℹ duration_ms *[39m\n' - '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' at assertSnapshot (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:208:3) at async file:///home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-dot-output-custom-columns.mjs:8:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[34mℹ tests 100[39m\n' + '[34mℹ suites 0[39m\n' + '[34mℹ pass 100[39m\n' + '[34mℹ fail 0[39m\n' + '[34mℹ cancelled 0[39m\n' + '[34mℹ skipped 0[39m\n' + '[34mℹ todo 0[39m\n' + '[34mℹ duration_ms *[39m\n', expected: '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-out
x86_64-linux: with shared libraries: test/parallel/test-runner-run.mjs#L107
--- stderr --- (node:70223) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 uncaughtException listeners added to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit (Use `node --trace-warnings ...` to show where the warning was created) (node:70223) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 unhandledRejection listeners added to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit (node:70223) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 beforeExit listeners added to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit --- stdout --- Test failure: 'should be piped with dot' Location: test/parallel/test-runner-run.mjs:102:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 10 !== 2 at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/parallel/test-runner-run.mjs:107:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1127:7) at async Promise.all (index 9) at async Suite.run (node:internal/test_runner/test:1535:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:385:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 10, expected: 2, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/parallel/test-runner-run.mjs
x86_64-linux: with shared libraries: test/parallel/test-config-file.js#L244
--- stdout --- Test failure: 'string flag should be parsed correctly' Location: test/parallel/test-config-file.js:235:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + '.\n' + + 'ℹ tests 1\n' + + 'ℹ suites 0\n' + + 'ℹ pass 1\n' + + 'ℹ fail 0\n' + + 'ℹ cancelled 0\n' + + 'ℹ skipped 0\n' + + 'ℹ todo 0\n' + + 'ℹ duration_ms 96.833809\n' - '.\n' at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/parallel/test-config-file.js:244:10) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1127:7) at async Test.processPendingSubtests (node:internal/test_runner/test:789:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '.\n' + 'ℹ tests 1\n' + 'ℹ suites 0\n' + 'ℹ pass 1\n' + 'ℹ fail 0\n' + 'ℹ cancelled 0\n' + 'ℹ skipped 0\n' + 'ℹ todo 0\n' + 'ℹ duration_ms 96.833809\n', expected: '.\n', operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/parallel/test-config-file.js
x86_64-darwin: with shared libraries
Process completed with exit code 2.
x86_64-darwin: with shared libraries: test/test-runner/test-output-eval-dot.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected '.X\n' + '\n' + 'Failed tests:\n' + '\n' + '✖ fails (*ms)\n' + ' Error: fail\n' + ' at TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_dot.js:3:1), <anonymous>:6:11)\n' + + ' at <node-internal-frames>\n' + + 'ℹ tests 2\n' + + 'ℹ suites 0\n' + + 'ℹ pass 1\n' + + 'ℹ fail 1\n' + + 'ℹ cancelled 0\n' + + 'ℹ skipped 0\n' + + 'ℹ todo 0\n' + + 'ℹ duration_ms *\n' - ' at <node-internal-frames>\n' at assertSnapshot (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:208:3) at async file:///Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-eval-dot.mjs:7:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '.X\n' + '\n' + 'Failed tests:\n' + '\n' + '✖ fails (*ms)\n' + ' Error: fail\n' + ' at TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_dot.js:3:1), <anonymous>:6:11)\n' + ' at <node-internal-frames>\n' + 'ℹ tests 2\n' + 'ℹ suites 0\n' + 'ℹ pass 1\n' + 'ℹ fail 1\n' + 'ℹ cancelled 0\n' + 'ℹ skipped 0\n' + 'ℹ todo 0\n' + 'ℹ duration_ms *\n', expected: '.X\n' + '\n' + 'Failed tests:\n' + '\n' + '✖ fails (*ms)\n' + ' Error: fail\n' + ' at TestContext.eval (eval at <anonymous> (<project-root>/test/fixtures/test-runner/output/eval_dot.js:3:1), <anonymous>:6:11)\n' + ' at <node-internal-frames>\n', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-eval-dot.mjs
x86_64-darwin: with shared libraries: test/test-runner/test-output-dot-reporter.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected ... Skipped lines '........XX...X..XXX.\n' + 'X.....XXX...........\n' + '.X.........X...XXX.X\n' + 'X.....XXXXXXX...XXXX\n' + 'X\n' + ... '✖ invalid subtest fail (*ms)\n' + + " 'test could not be started because its parent finished'\n" + + 'ℹ this test should pass\n' + + 'ℹ this subtest should make its parent test fail\n' + + 'ℹ Error: Test "unhandled rejection - passes but warns" at test/fixtures/test-runner/output/output.js:96:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.\n' + + 'ℹ Error: Test "async unhandled rejection - passes but warns" at test/fixtures/test-runner/output/output.js:100:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from async unhandled rejection fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.\n' + + 'ℹ Error: A resource generated asynchronous activity after the test ended. This activity created the error "Error: uncaught from outside of a test" which triggered an uncaughtException event, caught by the test runner.\n' + + 'ℹ Error: Test "immediate throw - passes but warns" at test/fixtures/test-runner/output/output.js:104:1 generated asynchronous activity after the test ended. This activity created the error "Error: thrown from immediate throw fail" and would have caused the test to fail, but instead triggered an uncaughtException event.\n' + + 'ℹ Error: Test "immediate reject - passes but warns" at test/fixtures/test-runner/output/output.js:110:1 generated asynchronous activity after the test ended. This activity created the error "Error: rejected from immediate reject fail" and would have caused the test to fail, but instead triggered an unhandledRejection event.\n' + + 'ℹ Error: Test "callback called twice in different ticks" at test/fixtures/test-runner/output/output.js:275:1 generated asynchronous activity after the test ended. This activity created the error "Error [ERR_TEST_FAILURE]: callback invoked multiple times" and would have caused the test to fail, but instead triggered an uncaughtException event.\n' + + 'ℹ Error: Test "callback async throw after done" at test/fixtures/test-runner/output/output.js:293:1 generated asynchronous activity after the test ended. This activity created the error "Error: thrown from callback async throw after done" and would have caused the test to fail, but instead triggered an uncaughtException event.\n' + + 'ℹ tests 81\n' + + 'ℹ suites 0\n' + + 'ℹ pass 40\n' + + 'ℹ fail 24\n' + + 'ℹ cancelled 2\n' + + 'ℹ skipped 10\n' + + 'ℹ todo 5\n' + + 'ℹ duration_ms *\n' - " 'test could not be started because its parent finished'\n" at assertSnapshot (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:208:3) at async file:///Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-dot-reporter.mjs:7:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '........XX...X..XXX.\n' + 'X.....XXX...........\n' + '.X.........X...XXX.X\n' + 'X.....XXXXXXX...XXXX\n' + 'X\n' + '\n' + 'Failed tests:\n' + '\n' + '⚠ sync fail todo (*ms) # TODO\n' + ' Error: thrown from sync fail todo\n' + ' at TestContext.<anonymous> (<project-root>/test/fixtures/test-runner/output/output.js:42:9)\n' + ' at <node-internal-frames>\n' + '⚠ sync fail todo with message (*ms) # this is a failing todo\n' + ' Error: thrown from sync fail todo w
x86_64-darwin: with shared libraries: test/test-runner/test-output-dot-output-custom-columns.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + + '[34mℹ tests 100[39m\n' + + '[34mℹ suites 0[39m\n' + + '[34mℹ pass 100[39m\n' + + '[34mℹ fail 0[39m\n' + + '[34mℹ cancelled 0[39m\n' + + '[34mℹ skipped 0[39m\n' + + '[34mℹ todo 0[39m\n' + + '[34mℹ duration_ms *[39m\n' - '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' at assertSnapshot (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/common/assertSnapshot.js:208:3) at async file:///Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test-output-dot-output-custom-columns.mjs:8:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[34mℹ tests 100[39m\n' + '[34mℹ suites 0[39m\n' + '[34mℹ pass 100[39m\n' + '[34mℹ fail 0[39m\n' + '[34mℹ cancelled 0[39m\n' + '[34mℹ skipped 0[39m\n' + '[34mℹ todo 0[39m\n' + '[34mℹ duration_ms *[39m\n', expected: '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n' + '[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m[32m.[0m\n', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/test-runner/test
x86_64-darwin: with shared libraries: test/parallel/test-runner-run.mjs#L107
--- stderr --- (node:57280) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 uncaughtException listeners added to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit (Use `node --trace-warnings ...` to show where the warning was created) (node:57280) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 unhandledRejection listeners added to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit (node:57280) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 beforeExit listeners added to [process]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit --- stdout --- Test failure: 'should be piped with dot' Location: test/parallel/test-runner-run.mjs:102:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 10 !== 2 at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/parallel/test-runner-run.mjs:107:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1127:7) at async Promise.all (index 9) at async Suite.run (node:internal/test_runner/test:1535:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:385:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 10, expected: 2, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2026-02-228daa6f0974-slim/test/parallel/test-runner-run.mjs

Artifacts

Produced during runtime
Name Size Digest
tarballs
47.9 MB
sha256:2188cb4869c364ffa7b0fb375b8a3583753111dd3beeb5085fb2b735683ea759