This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
test-process-active-wraps.js fails on windows #8986
Closed
Description
It seems that commit b636ba8 introduced the following regression on Windows:
>.\Release\node.exe test\simple\test-process-active-
wraps.js
assert.js:98
throw new assert.AssertionError({
^
AssertionError: 1 == 0
at Immediate._onImmediate (c:\Users\jgilli\dev\node-bis\test\simple\test-pro
cess-active-wraps.js:69:16)
at processImmediate [as _immediateCallback] (timers.js:340:17)
>
@cjihrig Would you mind taking a look?