tools: update V8 gypfiles for 15.1 #1916
Annotations
2 errors
|
test-linux (ubuntu-24.04)
Process completed with exit code 1.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-process-finalization.mjs#L0
--- stderr ---
[process 252094]: --- stderr ---
(node:252094) ExperimentalWarning: process.finalization.registerBeforeExit is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at process.<anonymous> (file:///home/runner/work/node-v8/node-v8/dir%20with%20$unusual%22chars%3F'%C3%A5%C3%9F%E2%88%82%C6%92%C2%A9%E2%88%86%C2%AC%E2%80%A6%60/test/fixtures/process/before-exit.mjs:30:3)
at process.emit (node:events:509:20) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
[process 252094]: --- stdout ---
[process 252094]: status = 1, signal = null
(node:252046) ExperimentalWarning: process.finalization.register is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
(node:252046) ExperimentalWarning: process.finalization.registerBeforeExit is an experimental feature and might change at any time
--- stdout ---
Test failure: 'should exit file before-exit.mjs with code=0'
Location: test/parallel/test-process-finalization.mjs:19:3
Error: - process terminated with status 1, expected 0
at TestContext.<anonymous> (file:///home/runner/work/node-v8/node-v8/dir%20with%20$unusual%22chars%3F'%C3%A5%C3%9F%E2%88%82%C6%92%C2%A9%E2%88%86%C2%AC%E2%80%A6%60/test/parallel/test-process-finalization.mjs:20:5)
at Test.runInAsyncScope (node:async_hooks:227:14)
at Test.run (node:internal/test_runner/test:1382:25)
at Test.processPendingSubtests (node:internal/test_runner/test:960:18)
at Test.postRun (node:internal/test_runner/test:1522:19)
at Test.run (node:internal/test_runner/test:1447:12)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:387:3) {
options: {
cwd: '/home/runner/work/node-v8/node-v8/dir%20with $unusual"chars?\'åß∂ƒ©∆¬…`/test/fixtures/process'
},
command: '/home/runner/work/node-v8/node-v8/dir%20with $unusual"chars?\'åß∂ƒ©∆¬…`/out/Release/node --expose-gc before-exit.mjs'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout "/home/runner/work/node-v8/node-v8/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/parallel/test-process-finalization.mjs"
|