[PATCH] kernelbase: Support FileEndOfFileInformation in GetFileInformationByHandleEx.

Alexandre Julliard julliard at winehq.org
Tue Mar 9 14:33:21 CST 2021


"Jiangyi Chen" <cjy520lcy at 163.com> writes:

> From daf7895c5afd3ca5d11221eb1ca31a93bc07ba58 Mon Sep 17 00:00:00 2001
> From: Jiangyi Chen <chenjiangyi at uniontech.com>
> Date: Mon, 8 Mar 2021 16:40:49 +0800
> Subject: [PATCH] kernelbase: Support FileEndOfFileInformation in
>  GetFileInformationByHandleEx.
>
> Signed-off-by: Jiangyi Chen <chenjiangyi at uniontech.com>
> ---
>  dlls/kernelbase/file.c | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

This breaks the tests:

tools/runtest -q -P wine -T . -M kernel32.dll -p dlls/kernel32/tests/kernel32_test.exe file && touch dlls/kernel32/tests/file.ok
file.c:925: Tests skipped: CopyFile2 is not available
file.c:1356: Tests skipped: Either no authority to volume, or is todo_wine for C:\users\julliard\Temp\ err=5 should be 3
file.c:1356: Tests skipped: Either no authority to volume, or is todo_wine for C:\users\julliard\Temp\removeme\ err=5 should be 3
file.c:1356: Tests skipped: Either no authority to volume, or is todo_wine for C:\ err=5 should be 3
file.c:1356: Tests skipped: Either no authority to volume, or is todo_wine for \\?\C:\ err=5 should be 3
file.c:4257: Test failed: got 1, error -559038737
make: *** [Makefile:66960: dlls/kernel32/tests/file.ok] Error 1

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list