On Sat Nov 5 14:38:38 2022 +0000, Etaash Mathamsetty wrote:
yes (you should be concerned), one of the tests you created is failing, but I think that's because your test is bad, rather than your code being bad to fix it what you have to do is: on line 633, you are checking for NO_ERROR, when you should be checking for ERROR_NEGATIVE_SEEK
I thought the tests must be passed on windows machine, if I change expected error to ERROR_NEGATIVE_SEEK it will fail on my Win10 VM instead.