[PATCH 1/9] ntoskrnl.exe/tests: Add object reference tests.

Zebediah Figura z.figura12 at gmail.com
Tue Feb 26 10:30:00 CST 2019


On 2/26/19 10:23 AM, Jacek Caban wrote:
> On 2/26/19 5:18 PM, Zebediah Figura wrote:
>>
>>
>> On 2/26/19 10:12 AM, Jacek Caban wrote:
>>> Hi Zebediah,
>>>
>>> On 2/26/19 4:05 PM, Zebediah Figura wrote:
>>>> On 2/26/19 6:38 AM, Jacek Caban wrote:
>>>>> +    if (sizeof(void *) != 4) /* avoid dealing with fastcall */
>>>>> +    {
>>>>> +        ObfReferenceObject(obj1);
>>>>> +        ObDereferenceObject(obj1);
>>>>> +    }
>>>>
>>>> The tests aren't going to run on 64-bit Windows,
>>>
>>>
>>> Did you mean 32-bit Windows?
>>
>> I mean ntoskrnl driver tests don't run at all on 64-bit Windows,
>> because it refuses to load unsigned drivers.
> 
> 
> FWIW, I run them on 64-bit Windows locally. It requires booting Windows
> with special options, but other than that it works fine. It would be
> great if we could find a way for Testbot to be able to run them.
> 

Ah, I wasn't aware that was possible. If it's just a matter of booting 
Windows with certain options, I guess it shouldn't be too hard to make 
that work on the testbot?



More information about the wine-devel mailing list