On Wed Sep 17 12:27:02 2025 +0000, Alexandre Julliard wrote:
NtSetLdtEntries() tests are useful, but should probably go into ntdll:wow64. NtQueryInformationThread(ThreadDescriptorTableEntry) tests for invalid selectors are duplicated and can be removed.
Sure, I can move tests to ntdll:wow64.
The tests for invalid selectors are part of the test to make sure that the modified LDT entries didn't exist before initializing them.