Skip to content

errors: fix incorrect argument label for array elements #71920

errors: fix incorrect argument label for array elements

errors: fix incorrect argument label for array elements #71920

Triggered via pull request January 31, 2026 13:34
Status Failure
Total duration 39m 10s
Artifacts

test-macos.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 notice
test-macOS
Process completed with exit code 2.
test-macOS: test/parallel/test-process-execve-validation.js#L33
--- stderr --- node:assert:456 throw err; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { code: 'ERR_INVALID_ARG_VALUE', + message: "The property 'args[0]' must be a string without null bytes. Received 123", - message: "The argument 'args[0]' must be a string without null bytes. Received 123", name: 'TypeError' } at Object.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-process-execve-validation.js:33:12) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: TypeError [ERR_INVALID_ARG_VALUE]: The property 'args[0]' must be a string without null bytes. Received 123 at process.execve (node:internal/process/per_thread:299:15) at assert.throws.name (/Users/runner/work/node/node/node/test/parallel/test-process-execve-validation.js:34:15) at getActual (node:assert:580:5) at assert.throws (node:assert:728:24) at Object.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-process-execve-validation.js:33:12) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) { code: 'ERR_INVALID_ARG_VALUE' }, expected: { name: 'TypeError', code: 'ERR_INVALID_ARG_VALUE', message: "The argument 'args[0]' must be a string without null bytes. Received 123" }, operator: 'throws', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-process-execve-validation.js
test-macOS: test/parallel/test-abortsignal-any.mjs#L15
--- stdout --- Test failure: 'should throw when input contains non-signal values' Location: test/parallel/test-abortsignal-any.mjs:14:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { code: 'ERR_INVALID_ARG_TYPE', + message: 'The "signals[1]" property must be an instance of AbortSignal. Received undefined' - message: 'The "signals[1]" argument must be an instance of AbortSignal. Received undefined' } at TestContext.<anonymous> (file:///Users/runner/work/node/node/node/test/parallel/test-abortsignal-any.mjs:15:12) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Suite.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:1533:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [TypeError], expected: [Object], operator: 'throws', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/node/node/node/test/parallel/test-abortsignal-any.mjs
sccache stats
0% - 0 hits, 0 misses, 0 errors