Skip to content

test_runner: exclude ignored lines from BRDA in lcov output #84038

test_runner: exclude ignored lines from BRDA in lcov output

test_runner: exclude ignored lines from BRDA in lcov output #84038

Triggered via pull request April 22, 2026 19:51
Status Failure
Total duration 35m 55s
Artifacts

test-linux.yml

on: pull_request
Matrix: test-linux
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 2 warnings, and 2 notices
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
test-linux (ubuntu-24.04-arm): test/parallel/test-runner-coverage.js#L595
--- stdout --- Test failure: 'coverage ignore comments exclude branches in LCOV output' Location: test/parallel/test-runner-coverage.js:571:1 AssertionError [ERR_ASSERTION]: All branches should be covered when ignored code is not executed. BRF=3, BRH=2 '3' !== '2' at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-coverage.js:595:10) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1300:25) at Test.processPendingSubtests (node:internal/test_runner/test:891:18) at Test.postRun (node:internal/test_runner/test:1441:19) at Test.run (node:internal/test_runner/test:1366:12) at async Test.processPendingSubtests (node:internal/test_runner/test:891:7) { generatedMessage: false, code: 'ERR_ASSERTION', actual: '3', 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/node/node/node/test/parallel/test-runner-coverage.js
test-linux (ubuntu-24.04-arm): test/parallel/test-debugger-probe-json-special-values.js#L41
--- stderr --- [process 160310]: --- stderr --- [process 160310]: --- stdout --- {"v":1,"probes":[{"expr":"stringValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"booleanValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"undefinedValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"nullValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"nanValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"bigintValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"symbolValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"functionValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"objectValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"arrayValue","target":["test/fixtures/debugger/probe-types.js",17]},{"expr":"errorValue","target":["test/fixtures/debugger/probe-types.js",17]}],"results":[{"probe":0,"event":"hit","hit":1,"result":{"type":"string","value":"hello"}},{"probe":1,"event":"hit","hit":1,"result":{"type":"boolean","value":true}},{"probe":2,"event":"hit","hit":1,"result":{"type":"undefined"}},{"probe":3,"event":"hit","hit":1,"result":{"type":"object","subtype":"null","value":null}},{"probe":4,"event":"hit","hit":1,"result":{"type":"number","unserializableValue":"NaN","description":"NaN"}},{"probe":5,"event":"hit","hit":1,"result":{"type":"bigint","unserializableValue":"1n","description":"1n"}},{"probe":6,"event":"hit","hit":1,"result":{"type":"symbol","description":"Symbol(tag)"}},{"probe":7,"event":"hit","hit":1,"result":{"type":"function","description":"() => 1"}},{"probe":8,"event":"hit","hit":1,"result":{"type":"object","description":"Object"}},{"probe":9,"event":"hit","hit":1,"result":{"type":"object","subtype":"array","description":"Array(3)"}},{"probe":10,"event":"hit","hit":1,"result":{"type":"object","subtype":"error","description":"Error: boom"}},{"event":"error","pending":[],"error":{"code":"probe_target_exit","message":"Target exited with signal SIGSEGV before target completion","signal":"SIGSEGV","stderr":""}}]} [process 160310]: status = 0, signal = null /home/runner/work/node/node/node/test/common/child_process.js:112 throw error; ^ Error: - stdout did not match expectation, checker throws: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected ... Skipped lines { probes: [ { expr: 'stringValue', target: [ ... { + error: { + code: 'probe_target_exit', + message: 'Target exited with signal SIGSEGV before target completion', + signal: 'SIGSEGV', + stderr: '' + }, + event: 'error', + pending: [] - event: 'completed' } ], v: 1 } at stdout (/home/runner/work/node/node/node/test/parallel/test-debugger-probe-json-special-values.js:41:12) at checkOutput (/home/runner/work/node/node/node/test/common/child_process.js:52:7) at expectSyncExit (/home/runner/work/node/node/node/test/common/child_process.js:129:32) at spawnSyncAndAssert (/home/runner/work/node/node/node/test/common/child_process.js:155:10) at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-debugger-probe-json-special-values.js:13:1) at Module._compile (node:internal/modules/cjs/loader:1829:14) at Object..js (node:internal/modules/cjs/loader:1969:10) at Module.load (node:internal/modules/cjs/loader:1552:32) at Module._load (node:internal/modules/cjs/loader:1354:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Object], expected: [Object], operator: 'deepStrictEqual', diff: 'simple' } at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-debugger-probe-json-special-values.js:13:1) at Module._compile (node:internal/modules/cjs/loader:1829:14) at Object..js (node:internal/modules/cjs/loader:1969:10) at Module.load (node:internal/modules/cjs/loader:1552:3
test-linux (ubuntu-24.04)
Process completed with exit code 2.
test-linux (ubuntu-24.04): test/parallel/test-runner-coverage.js#L595
--- stdout --- Test failure: 'coverage ignore comments exclude branches in LCOV output' Location: test/parallel/test-runner-coverage.js:571:1 AssertionError [ERR_ASSERTION]: All branches should be covered when ignored code is not executed. BRF=3, BRH=2 '3' !== '2' at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-coverage.js:595:10) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1300:25) at Test.processPendingSubtests (node:internal/test_runner/test:891:18) at Test.postRun (node:internal/test_runner/test:1441:19) at Test.run (node:internal/test_runner/test:1366:12) at async Test.processPendingSubtests (node:internal/test_runner/test:891:7) { generatedMessage: false, code: 'ERR_ASSERTION', actual: '3', 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/node/node/node/test/parallel/test-runner-coverage.js
test-linux (ubuntu-24.04-arm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-linux (ubuntu-24.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
sccache stats
71% - 3526 hits, 1436 misses, 0 errors
sccache stats
72% - 3559 hits, 1393 misses, 0 errors