src: update default V8 platform to override functions with location #1187
Annotations
2 errors
test-macOS:
test/addons/make-callback-recurse/test.js#L138
--- stderr ---
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'UNREACHABLE'
- 'throw from domain 3'
at Domain.<anonymous> (/Users/runner/work/node-v8/node-v8/test/addons/make-callback-recurse/test.js:138:14)
at Domain.<anonymous> (/Users/runner/work/node-v8/node-v8/test/common/index.js:476:15)
at Domain.emit (node:events:519:28)
at Domain.emit (node:domain:488:12)
at Domain._errorHandler (node:domain:278:23)
at Object.<anonymous> (node:domain:180:29)
at process._fatalException (node:internal/process/execution:177:29) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'UNREACHABLE',
expected: 'throw from domain 3',
operator: 'strictEqual'
}
Node.js v22.0.0-pre
Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/node-v8/node-v8/test/addons/make-callback-recurse/test.js
|
test-macOS
Process completed with exit code 2.
|