Alexandre Julliard pushed to branch master at wine / wine Commits: 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(). - - - - - 3 changed files: - dlls/kernel32/tests/file.c - dlls/kernelbase/file.c - dlls/ntdll/tests/directory.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6f6f66ee05257aa60e1401d90453ea... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6f6f66ee05257aa60e1401d90453ea... You're receiving this email because of your account on gitlab.winehq.org.