Skip to content

test_runner: match dotfiles in default coverage exclude #6926

test_runner: match dotfiles in default coverage exclude

test_runner: match dotfiles in default coverage exclude #6926

Triggered via pull request May 19, 2026 02:22
Status Failure
Total duration 42m 37s
Artifacts 1

test-shared.yml

on: pull_request
Build slim tarball
1m 5s
Build slim tarball
aarch64-linux: Cache V8 build
23s
aarch64-linux: Cache V8 build
Matrix: build
Matrix: build-openssl
Fit to window
Zoom out
Zoom in

Annotations

14 errors
aarch64-linux: with shared openssl-3.0.19
Process completed with exit code 2.
aarch64-linux: with shared openssl-3.0.19: test/parallel/test-runner-coverage-default-exclusion.mjs#L85
--- stdout --- Test failure: 'should exclude test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:60:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:85:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'should exclude ts test files' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:89:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:114:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'should exclude dotfile test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:118:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:144:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs
aarch64-linux: with shared boringssl-0.20260413.0
Process completed with exit code 2.
aarch64-linux: with shared boringssl-0.20260413.0: test/parallel/test-runner-coverage-default-exclusion.mjs#L85
--- stdout --- Test failure: 'should exclude test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:60:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:85:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'should exclude ts test files' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:89:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:114:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'should exclude dotfile test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:118:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:144:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs
aarch64-linux: with shared openssl-1.1.1w
Process completed with exit code 2.
aarch64-linux: with shared openssl-1.1.1w: test/parallel/test-runner-coverage-default-exclusion.mjs#L85
--- stdout --- Test failure: 'should exclude test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:60:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:85:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'should exclude ts test files' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:89:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:114:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'should exclude dotfile test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:118:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:144:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs
aarch64-linux: with shared openssl-3.6.1
Process completed with exit code 2.
aarch64-linux: with shared openssl-3.6.1: test/parallel/test-runner-coverage-default-exclusion.mjs#L85
--- stdout --- Test failure: 'should exclude test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:60:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:85:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'should exclude ts test files' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:89:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:114:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'should exclude dotfile test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:118:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:144:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs
aarch64-linux: with shared openssl-4.0.0
Process completed with exit code 2.
aarch64-linux: with shared openssl-4.0.0: test/parallel/test-runner-coverage-default-exclusion.mjs#L85
--- stdout --- Test failure: 'should exclude test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:60:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:85:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'should exclude ts test files' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:89:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:114:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'should exclude dotfile test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:118:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:144:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs
aarch64-linux: with shared openssl-3.5.5
Process completed with exit code 2.
aarch64-linux: with shared openssl-3.5.5: test/parallel/test-runner-coverage-default-exclusion.mjs#L85
--- stdout --- Test failure: 'should exclude test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:60:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:85:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'should exclude ts test files' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:89:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:114:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'should exclude dotfile test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:118:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:144:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs
x86_64-linux: with shared libraries
Process completed with exit code 2.
x86_64-linux: with shared libraries: test/parallel/test-runner-coverage-default-exclusion.mjs#L85
--- stdout --- Test failure: 'should exclude test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:60:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:85:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'should exclude ts test files' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:89:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:114:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'should exclude dotfile test files from coverage by default' Location: test/parallel/test-runner-coverage-default-exclusion.mjs:118:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs:144:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1366:25) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-05-198985d03663-slim/test/parallel/test-runner-coverage-default-exclusion.mjs

Artifacts

Produced during runtime
Name Size Digest
tarballs
46.1 MB
sha256:1b0bfea5bf464bedceae30b24e40188da76eb3b731b36677ff54041df8ec3039