On Thu Sep 18 15:00:33 2025 +0000, Nikolay Sivov wrote:
When pushing a rebase make sure to update your local branch, squash changes if needed, check commit message, and use git push --force. At the end MR should show only your new commits. Regarding exception tests, it's up to you. But it's likely something already known, if it wow64 specific.
Thanks for the pointers @nsivov
Hopefully everything is cleaned up now.
I only added a brief NtSetEventBoostPriority test at the end of NtSetEvent tests since NtSetEventBoostPriority just calls NtSetEvent at this time which are already tested prior.
Perhaps @mzent recommendation to include `NtYieldExecution` will eventually be needed. For now It just calls NtSetEvent unconditionally until `NtYieldExecution` is looked into further.
Retesting Xenia Canary yields the same test results as before so all seems well as far as the bug report goes.