On Fri Jan 24 19:55:53 2025 +0000, William Horvath wrote:
I had a standalone test for this actually, and the patch fixed the Sleep/SleepEx GLE in the same way. I can add tests for these too, but where should I add them? A separate test for Sleep(Ex) in `dlls/kernelbase/tests/sync.c`, or just as an addition to the existing NtDelayExecution test?
I am not entirely sure, but I think it may be done right in the same ntdll test. While doesn't belong exactly to ntdll, it seems easier to follow when closely related functionality has a test in the same place, and avoid repeating all the same not exactly one-liner test elsewhere.