util: fix formatting of functions returned from getters #79621
Annotations
2 errors and 1 notice
|
test-macOS
Process completed with exit code 1.
|
|
test-macOS:
test/parallel/test-debugger-probe-explicit-column.js#L0
--- stderr ---
[process 3919]: --- stderr ---
INSPECT_PROBE 3919: child stderr: "Debugger listening on ws://127.0.0.1:63385/bbcf028e-f6d7-4e45-aa12-207834cad216\nFor help, see: https://nodejs.org/learn/getting-started/debugging\n"
INSPECT_PROBE 3919: CDP -> Runtime.enable
INSPECT_PROBE 3919: child stderr: "Debugger attached.\n"
INSPECT_PROBE 3919: CDP <- Runtime.enable (success)
INSPECT_PROBE 3919: CDP -> Debugger.enable
INSPECT_PROBE 3919: CDP <- Debugger.enable (success)
INSPECT_PROBE 3919: CDP -> Debugger.setBreakpointByUrl
INSPECT_PROBE 3919: CDP <- Debugger.setBreakpointByUrl (success)
INSPECT_PROBE 3919: breakpoint set: id=2:4:2:^(.*[\/\\])?probe-multi-statement\.js$ urlRegex=^(.*[\/\\])?probe-multi-statement\.js$ locations=[]
INSPECT_PROBE 3919: CDP -> Debugger.setBreakpointByUrl
INSPECT_PROBE 3919: CDP <- Debugger.setBreakpointByUrl (success)
INSPECT_PROBE 3919: breakpoint set: id=2:4:15:^(.*[\/\\])?probe-multi-statement\.js$ urlRegex=^(.*[\/\\])?probe-multi-statement\.js$ locations=[]
INSPECT_PROBE 3919: CDP -> Debugger.setBreakpointByUrl
INSPECT_PROBE 3919: CDP <- Debugger.setBreakpointByUrl (success)
INSPECT_PROBE 3919: breakpoint set: id=2:4:28:^(.*[\/\\])?probe-multi-statement\.js$ urlRegex=^(.*[\/\\])?probe-multi-statement\.js$ locations=[]
INSPECT_PROBE 3919: CDP -> Runtime.runIfWaitingForDebugger
INSPECT_PROBE 3919: CDP <- Runtime.runIfWaitingForDebugger (success)
INSPECT_PROBE 3919: timeout fired: finished=false, inFlight=null, lastProbeIndex=null
INSPECT_PROBE 3919: finish: exitCode=1, terminal=timeout
[process 3919]: --- stdout ---
{"v":2,"probes":[{"expr":"acc.length","target":{"suffix":"probe-multi-statement.js","line":5,"column":3}},{"expr":"acc.length","target":{"suffix":"probe-multi-statement.js","line":5,"column":16}},{"expr":"acc.length","target":{"suffix":"probe-multi-statement.js","line":5,"column":29}}],"results":[{"event":"timeout","pending":[0,1,2],"error":{"code":"probe_timeout","message":"Timed out after 30000ms waiting for probes: probe-multi-statement.js:5:3, probe-multi-statement.js:5:16, probe-multi-statement.js:5:29"}}]}
[process 3919]: 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-explicit-column.js:17:1)
at Module._compile (node:internal/modules/cjs/loader:1937:14)
at Object..js (node:internal/modules/cjs/loader:2077:10)
at Module.load (node:internal/modules/cjs/loader:1659:32)
at Module._load (node:internal/modules/cjs/loader:1451:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:261: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-multi-statement.js:5:3 --expr acc.length --probe probe-multi-statement.js:5:16 --expr acc.length --probe probe-multi-statement.js:5:29 --expr acc.length probe-multi-statement.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-explicit-column.js"
|
|
sccache stats - test-macOS
22% - 1120 hits, 3915 misses, 0 errors
|