From: Jacek Caban jacek@codeweavers.com
--- dlls/ntdll/signal_arm64ec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/ntdll/signal_arm64ec.c b/dlls/ntdll/signal_arm64ec.c index f0687737f3f..04b13bfbc6d 100644 --- a/dlls/ntdll/signal_arm64ec.c +++ b/dlls/ntdll/signal_arm64ec.c @@ -786,7 +786,7 @@ static NTSTATUS WINAPI LdrpGetX64Information( ULONG type, void *output, void *ex *(UINT *)output = 0x27f; /* hard-coded x87 control word */ return STATUS_SUCCESS; default: - FIXME( "not implemented type %u\n", type ); + FIXME( "not implemented type %lu\n", type ); return STATUS_INVALID_PARAMETER; } } @@ -805,7 +805,7 @@ static NTSTATUS WINAPI LdrpSetX64Information( ULONG type, ULONG_PTR input, void return STATUS_SUCCESS; } default: - FIXME( "not implemented type %u\n", type ); + FIXME( "not implemented type %lu\n", type ); return STATUS_INVALID_PARAMETER; } }
Hi,
It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated.
The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details:
The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=149779
Your paranoid android.
=== debian11b (64 bit WoW report) ===
user32: win.c:4070: Test failed: Expected active window 0000000003ED0162, got 0000000000000000. win.c:4071: Test failed: Expected focus window 0000000003ED0162, got 0000000000000000.