buffer: add early return for zero-length concat calls #176
Triggered via pull request
October 24, 2025 21:07
Status
Failure
Total duration
1h 23m 1s
Artifacts
–
Annotations
9 errors
|
aarch64-linux: with shared libraries
Process completed with exit code 2.
|
|
aarch64-linux: with shared libraries:
test/parallel/test-buffer-concat.js#L57
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Missing expected exception.
at /home/runner/work/node/node/test/parallel/test-buffer-concat.js:58:10
at Array.forEach (<anonymous>)
at Object.<anonymous> (/home/runner/work/node/node/test/parallel/test-buffer-concat.js:57:41)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1892:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: {
code: 'ERR_INVALID_ARG_TYPE',
message: 'The "list[0]" argument must be an instance of Buffer or Uint8Array. Received type number (42)'
},
operator: 'throws',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/test/parallel/test-buffer-concat.js
|
|
x86_64-linux: with shared libraries
Process completed with exit code 2.
|
|
x86_64-linux: with shared libraries:
test/parallel/test-buffer-concat.js#L57
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Missing expected exception.
at /home/runner/work/node/node/test/parallel/test-buffer-concat.js:58:10
at Array.forEach (<anonymous>)
at Object.<anonymous> (/home/runner/work/node/node/test/parallel/test-buffer-concat.js:57:41)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1892:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: {
code: 'ERR_INVALID_ARG_TYPE',
message: 'The "list[0]" argument must be an instance of Buffer or Uint8Array. Received type number (42)'
},
operator: 'throws',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/test/parallel/test-buffer-concat.js
|
|
x86_64-darwin: with shared libraries
Process completed with exit code 2.
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-buffer-concat.js#L57
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Missing expected exception.
at /Users/runner/work/node/node/test/parallel/test-buffer-concat.js:58:10
at Array.forEach (<anonymous>)
at Object.<anonymous> (/Users/runner/work/node/node/test/parallel/test-buffer-concat.js:57:41)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1892:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: {
code: 'ERR_INVALID_ARG_TYPE',
message: 'The "list[0]" argument must be an instance of Buffer or Uint8Array. Received type number (42)'
},
operator: 'throws',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/node/node/test/parallel/test-buffer-concat.js
|
|
aarch64-darwin: with shared libraries
Process completed with exit code 2.
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-cluster-dgram-1.js#L0
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/node/node/test/parallel/test-cluster-dgram-1.js
--- TIMEOUT ---
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-buffer-concat.js#L57
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Missing expected exception.
at /Users/runner/work/node/node/test/parallel/test-buffer-concat.js:58:10
at Array.forEach (<anonymous>)
at Object.<anonymous> (/Users/runner/work/node/node/test/parallel/test-buffer-concat.js:57:41)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1892:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: {
code: 'ERR_INVALID_ARG_TYPE',
message: 'The "list[0]" argument must be an instance of Buffer or Uint8Array. Received type number (42)'
},
operator: 'throws',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/node/node/test/parallel/test-buffer-concat.js
|