lib: expose v8.startupSnapshot functions on globalThis
#84764
Annotations
2 errors and 2 notices
|
test-linux (ubuntu-24.04)
Process completed with exit code 1.
|
|
test-linux (ubuntu-24.04):
test/sequential/test-watch-mode-worker.mjs#L0
--- stdout ---
Test failure: 'should watch changes to worker - cjs'
Location: test/sequential/test-watch-mode-worker.mjs:84:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
[
'worker running',
'Completed running \'/home/runner/work/node/node/dir%20with $unusual"chars?\\\'åß∂ƒ©∆¬…`/test/.tmp.5032/0.js\'. Waiting for file changes before restarting...',
'Restarting \'/home/runner/work/node/node/dir%20with $unusual"chars?\\\'åß∂ƒ©∆¬…`/test/.tmp.5032/0.js\'',
- 'worker running',
'Completed running \'/home/runner/work/node/node/dir%20with $unusual"chars?\\\'åß∂ƒ©∆¬…`/test/.tmp.5032/0.js\'. Waiting for file changes before restarting...'
]
at TestContext.<anonymous> (file:///home/runner/work/node/node/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/sequential/test-watch-mode-worker.mjs:102:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Test.run (node:internal/test_runner/test:1313:7)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1771:7)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:385:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Array],
expected: [Array],
operator: 'deepStrictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout "/home/runner/work/node/node/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/sequential/test-watch-mode-worker.mjs"
|
|
sccache stats - test-linux
69% - 3435 hits, 1537 misses, 0 errors
|
|
sccache stats - test-linux
75% - 3717 hits, 1245 misses, 0 errors
|