repl: remove dependency on domain module #3170
test-shared.yml
on: pull_request
Build slim tarball
1m 32s
Matrix: build
Annotations
8 errors
|
aarch64-linux: with shared libraries
Process completed with exit code 2.
|
|
aarch64-linux: with shared libraries:
test/parallel/test-process-exception-capture-errors.js#L5
--- stderr ---
node:assert:456
throw err;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Comparison {
+ message: 'ERR_INVALID_ARG_TYPE is not defined',
+ name: 'ReferenceError'
- code: 'ERR_INVALID_ARG_TYPE',
- message: 'The "fn" argument must be of type function or null. Received type number (42)',
- name: 'TypeError'
}
at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js:5:8)
at Module._compile (node:internal/modules/cjs/loader:1811:14)
at Object..js (node:internal/modules/cjs/loader:1942:10)
at Module.load (node:internal/modules/cjs/loader:1532:32)
at Module._load (node:internal/modules/cjs/loader:1334: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: ReferenceError: ERR_INVALID_ARG_TYPE is not defined
at process.setUncaughtExceptionCaptureCallback (node:internal/process/execution:124:5)
at assert.throws.code (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js:6:17)
at getActual (node:assert:580:5)
at assert.throws (node:assert:728:24)
at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js:5:8)
at Module._compile (node:internal/modules/cjs/loader:1811:14)
at Object..js (node:internal/modules/cjs/loader:1942:10)
at Module.load (node:internal/modules/cjs/loader:1532:32)
at Module._load (node:internal/modules/cjs/loader:1334:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19),
expected: {
code: 'ERR_INVALID_ARG_TYPE',
name: 'TypeError',
message: 'The "fn" argument must be of type function or null. Received type number (42)'
},
operator: 'throws',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js
|
|
x86_64-linux: with shared libraries
Process completed with exit code 2.
|
|
x86_64-linux: with shared libraries:
test/parallel/test-process-exception-capture-errors.js#L5
--- stderr ---
node:assert:456
throw err;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Comparison {
+ message: 'ERR_INVALID_ARG_TYPE is not defined',
+ name: 'ReferenceError'
- code: 'ERR_INVALID_ARG_TYPE',
- message: 'The "fn" argument must be of type function or null. Received type number (42)',
- name: 'TypeError'
}
at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js:5:8)
at Module._compile (node:internal/modules/cjs/loader:1811:14)
at Object..js (node:internal/modules/cjs/loader:1942:10)
at Module.load (node:internal/modules/cjs/loader:1532:32)
at Module._load (node:internal/modules/cjs/loader:1334: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: ReferenceError: ERR_INVALID_ARG_TYPE is not defined
at process.setUncaughtExceptionCaptureCallback (node:internal/process/execution:124:5)
at assert.throws.code (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js:6:17)
at getActual (node:assert:580:5)
at assert.throws (node:assert:728:24)
at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js:5:8)
at Module._compile (node:internal/modules/cjs/loader:1811:14)
at Object..js (node:internal/modules/cjs/loader:1942:10)
at Module.load (node:internal/modules/cjs/loader:1532:32)
at Module._load (node:internal/modules/cjs/loader:1334:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19),
expected: {
code: 'ERR_INVALID_ARG_TYPE',
name: 'TypeError',
message: 'The "fn" argument must be of type function or null. Received type number (42)'
},
operator: 'throws',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js
|
|
aarch64-darwin: with shared libraries
Process completed with exit code 2.
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-process-exception-capture-errors.js#L5
--- stderr ---
node:assert:456
throw err;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Comparison {
+ message: 'ERR_INVALID_ARG_TYPE is not defined',
+ name: 'ReferenceError'
- code: 'ERR_INVALID_ARG_TYPE',
- message: 'The "fn" argument must be of type function or null. Received type number (42)',
- name: 'TypeError'
}
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js:5:8)
at Module._compile (node:internal/modules/cjs/loader:1811:14)
at Object..js (node:internal/modules/cjs/loader:1942:10)
at Module.load (node:internal/modules/cjs/loader:1532:32)
at Module._load (node:internal/modules/cjs/loader:1334: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: ReferenceError: ERR_INVALID_ARG_TYPE is not defined
at process.setUncaughtExceptionCaptureCallback (node:internal/process/execution:124:5)
at assert.throws.code (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js:6:17)
at getActual (node:assert:580:5)
at assert.throws (node:assert:728:24)
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js:5:8)
at Module._compile (node:internal/modules/cjs/loader:1811:14)
at Object..js (node:internal/modules/cjs/loader:1942:10)
at Module.load (node:internal/modules/cjs/loader:1532:32)
at Module._load (node:internal/modules/cjs/loader:1334:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19),
expected: {
code: 'ERR_INVALID_ARG_TYPE',
name: 'TypeError',
message: 'The "fn" argument must be of type function or null. Received type number (42)'
},
operator: 'throws',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js
|
|
x86_64-darwin: with shared libraries
Process completed with exit code 2.
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-process-exception-capture-errors.js#L5
--- stderr ---
node:assert:456
throw err;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Comparison {
+ message: 'ERR_INVALID_ARG_TYPE is not defined',
+ name: 'ReferenceError'
- code: 'ERR_INVALID_ARG_TYPE',
- message: 'The "fn" argument must be of type function or null. Received type number (42)',
- name: 'TypeError'
}
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js:5:8)
at Module._compile (node:internal/modules/cjs/loader:1811:14)
at Object..js (node:internal/modules/cjs/loader:1942:10)
at Module.load (node:internal/modules/cjs/loader:1532:32)
at Module._load (node:internal/modules/cjs/loader:1334: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: ReferenceError: ERR_INVALID_ARG_TYPE is not defined
at process.setUncaughtExceptionCaptureCallback (node:internal/process/execution:124:5)
at assert.throws.code (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js:6:17)
at getActual (node:assert:580:5)
at assert.throws (node:assert:728:24)
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js:5:8)
at Module._compile (node:internal/modules/cjs/loader:1811:14)
at Object..js (node:internal/modules/cjs/loader:1942:10)
at Module.load (node:internal/modules/cjs/loader:1532:32)
at Module._load (node:internal/modules/cjs/loader:1334:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19),
expected: {
code: 'ERR_INVALID_ARG_TYPE',
name: 'TypeError',
message: 'The "fn" argument must be of type function or null. Received type number (42)'
},
operator: 'throws',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-02-08b6eec5e1e0-slim/test/parallel/test-process-exception-capture-errors.js
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
tarballs
|
47.8 MB |
sha256:ebe3156845320d61f58aacaa937cbfa8c29c9cf343799440d60b3be231a2ff17
|
|