2025-05-06, Version 24.0.0 (Current) #63510
Annotations
2 errors and 1 notice
|
test-macOS:
test/parallel/test-repl-import-referrer.js#L19
--- stderr ---
node:assert:95
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
[
"[Module: null prototype] { message: 'A message' }",
+ 'Uncaught Error [ERR_USE_AFTER_CLOSE]: readline was closed',
+ ' at REPLServer.resume (node:internal/readline/interface:618:13)',
+ ' at REPLServer.prompt (node:internal/readline/interface:410:27)',
+ ' at REPLServer.displayPrompt (node:repl:1222:8)',
+ ' at finish (node:repl:1000:14)',
+ ' at finishExecution (node:repl:575:7) {',
+ " code: 'ERR_USE_AFTER_CLOSE'",
+ '}',
''
]
at ChildProcess.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-repl-import-referrer.js:19:10)
at ChildProcess.<anonymous> (/Users/runner/work/node/node/node/test/common/index.js:435:15)
at ChildProcess.emit (node:events:507:28)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [
"[Module: null prototype] { message: 'A message' }",
'Uncaught Error [ERR_USE_AFTER_CLOSE]: readline was closed',
' at REPLServer.resume (node:internal/readline/interface:618:13)',
' at REPLServer.prompt (node:internal/readline/interface:410:27)',
' at REPLServer.displayPrompt (node:repl:1222:8)',
' at finish (node:repl:1000:14)',
' at finishExecution (node:repl:575:7) {',
" code: 'ERR_USE_AFTER_CLOSE'",
'}',
''
],
expected: [ "[Module: null prototype] { message: 'A message' }", '' ],
operator: 'deepStrictEqual'
}
Node.js v24.0.0
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-repl-import-referrer.js
|
|
test-macOS
Process completed with exit code 2.
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|