-
Notifications
You must be signed in to change notification settings - Fork 50
Windows unit tests are broken #1187
Description
Not related to a code change in this repository, unit tests on windows started failing on or before 19 Oct 2023.
The failure is as follows:
-
v8debugapi
set and wait
should report error for native prop or getter:
Uncaught TypeError: Cannot read property 'some' of undefined
at D:\a\cloud-debug-nodejs\cloud-debug-nodejs\build\test\test-v8debugapi.js:987:46
at D:\a\cloud-debug-nodejs\cloud-debug-nodejs\build\test\test-v8debugapi.js:188:25
at Immediate. (build\src\agent\v8\inspector-debugapi.js:37:94)
at processImmediate (internal/timers.js:464:21) -
v8debugapi
"after each" hook for "should report error for native prop or getter":AssertionError [ERR_ASSERTION]: there should be no breakpoints active
- expected - actual
-1
+0at stateIsClean (build\test\test-v8debugapi.js:42:12)
at Context. (build\test\test-v8debugapi.js:201:16)
at processImmediate (internal/timers.js:464:21)