Open targos opened 3 years ago
@nodejs/diagnostics
Had a quick look into this, but was not able to fix it. Here are my findings anyway just in case:
#ifdef DEBUG
, hence why the error is only visible in debug mode. That also means that it fails in release version as well, but silently.
Version
master
Platform
Microsoft Windows NT 10.0.22000.0 x64 (latest Windows 11 beta)
Subsystem
report
What steps will reproduce the bug?
Compile and run tests with
vcbuild.bat debug test
How often does it reproduce? Is there a required condition?
Debug mode is required, otherwise the error isn't printed
What is the expected behavior?
Report tests should pass
What do you see instead?
Report tests fail:
Additional information
No response