[PATCH] ntdll: Stub ThreadEnableAlignmentFaultFixup info class.

Dmitry Timoshkov dmitry at baikal.ru
Thu Nov 19 02:57:25 CST 2020


Rémi Bernon <rbernon at codeweavers.com> wrote:

> +    dummy = 0;
> +    status = NtQueryInformationThread( GetCurrentThread(), ThreadEnableAlignmentFaultFixup, &dummy, sizeof(ULONG), NULL );
> +    ok( status == STATUS_INVALID_INFO_CLASS || broken(STATUS_NOT_IMPLEMENTED), "Expected STATUS_INVALID_INFO_CLASS, got %08x\n", status );

It would be useful to also test with correct info length parameter.

-- 
Dmitry.



More information about the wine-devel mailing list