On Wed Sep 17 12:10:14 2025 +0000, Dmitry Timoshkov wrote:
Yes, ntdll:wow64 tests started to fail because of the (now removed) change. What do you mean by duplicated tests? I don't see NtSetLdtEntries() usage in existing tests, and the tests in this MR replicate behaviour of some protection schemes, so it seems useful to test exact sequence of actions that were previously failing (at the some these patches were worked on).
NtSetLdtEntries() tests are useful, but should probably go into ntdll:wow64. NtQueryInformationThread(ThreadDescriptorTableEntry) tests for invalid selectors are duplicated and can be removed.