src: avoid copying source string in TextEncoder.encode #77332
Annotations
2 errors and 1 notice
|
test-macOS
Process completed with exit code 1.
|
|
test-macOS:
test/parallel/test-debugger-probe-script-throws.js#L0
--- stderr ---
[process 39291]: --- stderr ---
INSPECT_PROBE 39291: child stderr: "Debugger listening on ws://127.0.0.1:62994/588b16e8-211b-4b16-9c4f-294f213ff4d1\nFor help, see: https://nodejs.org/learn/getting-started/debugging\n"
INSPECT_PROBE 39291: child stderr: "Debugger attached.\n"
INSPECT_PROBE 39291: CDP -> Runtime.enable
INSPECT_PROBE 39291: CDP <- Runtime.enable (success)
INSPECT_PROBE 39291: CDP -> Debugger.enable
INSPECT_PROBE 39291: CDP <- Debugger.enable (success)
INSPECT_PROBE 39291: CDP -> Debugger.setBreakpointByUrl
INSPECT_PROBE 39291: CDP <- Debugger.setBreakpointByUrl (success)
INSPECT_PROBE 39291: breakpoint set: id=2:6:0:^(.*[\/\\])?probe-script-throws\.js$ urlRegex=^(.*[\/\\])?probe-script-throws\.js$ locations=[]
INSPECT_PROBE 39291: CDP -> Debugger.setBreakpointByUrl
INSPECT_PROBE 39291: CDP <- Debugger.setBreakpointByUrl (success)
INSPECT_PROBE 39291: breakpoint set: id=2:3:0:^(.*[\/\\])?probe-script-throws\.js$ urlRegex=^(.*[\/\\])?probe-script-throws\.js$ locations=[]
INSPECT_PROBE 39291: CDP -> Runtime.runIfWaitingForDebugger
INSPECT_PROBE 39291: CDP <- Runtime.runIfWaitingForDebugger (success)
INSPECT_PROBE 39291: timeout fired: finished=false, inFlight=null, lastProbeIndex=null
INSPECT_PROBE 39291: finish: exitCode=1, terminal=timeout
[process 39291]: --- stdout ---
{"v":2,"probes":[{"expr":"'before-throw'","target":{"suffix":"probe-script-throws.js","line":7}},{"expr":"99","target":{"suffix":"probe-script-throws.js","line":4}}],"results":[{"event":"timeout","pending":[0,1],"error":{"code":"probe_timeout","message":"Timed out after 30000ms waiting for probes: probe-script-throws.js:7, probe-script-throws.js:4"}}]}
[process 39291]: status = 1, signal = null
/Users/runner/work/node/node/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status 1, expected 0
at Object.<anonymous> (/Users/runner/work/node/node/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/parallel/test-debugger-probe-script-throws.js:31:1)
at Module._compile (node:internal/modules/cjs/loader:1947:14)
at Object..js (node:internal/modules/cjs/loader:2087:10)
at Module.load (node:internal/modules/cjs/loader:1669:32)
at Module._load (node:internal/modules/cjs/loader:1450:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:260:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
options: {
cwd: '/Users/runner/work/node/node/dir%20with $unusual"chars?\'åß∂ƒ©∆¬…`/test/fixtures/debugger',
env: { NODE_DEBUG: 'inspect_probe' }
},
command: '/Users/runner/work/node/node/dir%20with $unusual"chars?\'åß∂ƒ©∆¬…`/out/Release/node inspect --json --probe probe-script-throws.js:7 --expr \'before-throw\' --probe probe-script-throws.js:4 --expr 99 probe-script-throws.js'
}
Node.js v27.0.0-pre
Command: out/Release/node "/Users/runner/work/node/node/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/parallel/test-debugger-probe-script-throws.js"
|
|
sccache stats - test-macOS
78% - 3894 hits, 1084 misses, 0 errors
|