-
9b584897
by Elizabeth Figura at 2026-02-25T22:59:41+01:00
Revert "kernel32/tests: Test whether EA size is returned from FindFirstFile().".
This reverts commit 1660edb3e6e7d4ef70701e35385bb89b8c902076.
On Windows these fields are either uninitialized (for W variants) or filled with
garbage (for A variants, probably because internally Windows is calling the W
variant with an uninitialized stack.)
EA size isn't returned, but we have no way to reliably test that.
This fixes test failures spotted by Rémi Bernon.
-
efc1ce6d
by Elizabeth Figura at 2026-02-25T22:59:41+01:00
kernelbase: Copy reserved fields in FindFirstFileExA().
These are actually initialized, at least for reparse points.
-
d6e99342
by Elizabeth Figura at 2026-02-25T22:59:41+01:00
ntdll/tests: Accept STATUS_SUCCESS from NtQueryDirectoryFile().