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.
Jacek