v8,lib: remove --no-js-regexp-escape runtime flag
#81633
Triggered via pull request
September 1, 2026 10:24
Status
Failure
Total duration
2h 15m 48s
Artifacts
–
Annotations
2 errors and 1 notice
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/sequential/test-util-debug.js#L103
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ ''
- "TUD 36274: this { is: 'a' } /debugging/\n" +
- 'TUD 36274: num=1 str=a obj={"foo":"bar"}\n'
at ChildProcess.<anonymous> (/Users/runner/work/node/node/node/test/sequential/test-util-debug.js:103:12)
at ChildProcess.<anonymous> (/Users/runner/work/node/node/node/test/common/index.js:511:15)
at ChildProcess.emit (node:events:514:20)
at maybeClose (node:internal/child_process:1125:16)
at Socket.<anonymous> (node:internal/child_process:497:11)
at Socket.emit (node:events:514:20)
at Pipe.<anonymous> (node:net:366:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '',
expected: "TUD 36274: this { is: 'a' } /debugging/\n" +
'TUD 36274: num=1 str=a obj={"foo":"bar"}\n',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /Users/runner/work/node/node/node/test/sequential/test-util-debug.js
|
|
sccache stats - test-macOS
53% - 2656 hits, 2373 misses, 0 errors
|