/reactos/modules/rostests/kmtests/ntos_ex/ |
H A D | ExResource.c | 103 …ok_bool_false(ExIsResourceAcquiredExclusiveLite(Res), "ExIsResourceAcquiredExclusiveLite returned"… 129 …ok_bool_false(ExAcquireResourceExclusiveLite(Res, FALSE), "ExAcquireResourceExclusiveLite returned… in TestResourceSharedAccess() 182 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); in TestResourceUndocumentedShortcuts() 226 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); in TestResourceUndocumentedShortcuts() 233 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); in TestResourceUndocumentedShortcuts() 257 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); in TestResourceUndocumentedShortcuts() 293 ok_bool_false(Ret, "AcquireResource returned"); in AcquireResourceThread() 295 ok_bool_false(KeSetEvent(&ThreadData->OutEvent, 0, TRUE), "KeSetEvent returned"); in AcquireResourceThread() 486 ok_bool_false(Ret, "AcquireResource returned"); in TestOwnerRes() 491 ok_bool_false(KeSetEvent(&ThreadData->OutEvent, 0, TRUE), "KeSetEvent returned"); in TestOwnerRes() [all …]
|
H A D | ExFastMutex.c | 39 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); \ 56 ok_bool_false(ExTryToAcquireFastMutex(Mutex), "ExTryToAcquireFastMutex returned"); in TestFastMutex() 68 ok_bool_false(pExiTryToAcquireFastMutex(Mutex), "ExiTryToAcquireFastMutex returned"); in TestFastMutex() 176 ok_bool_false(KeSetEvent(&ThreadData->OutEvent, 0, TRUE), "KeSetEvent returned"); in AcquireMutexThread()
|
H A D | ExHardError.c | 209 ok_bool_false(IoSetThreadHardErrorMode(FALSE), "IoSetThreadHardErrorMode returned"); in TestHardError() 216 ok_bool_false(IoSetThreadHardErrorMode(TRUE), "IoSetThreadHardErrorMode returned"); in TestHardError()
|
/reactos/modules/rostests/kmtests/npfs/ |
H A D | NpfsReadWrite.c | 255 ok_bool_false(Okay, "CheckReadPipe returned"); in TestReadWrite() 279 ok_bool_false(Okay, "CheckReadPipe returned"); in TestReadWrite() 302 ok_bool_false(Okay, "CheckReadPipe returned"); in TestReadWrite() 307 ok_bool_false(Okay, "WaitForWork returned"); in TestReadWrite() 324 ok_bool_false(Okay, "CheckReadPipe returned"); in TestReadWrite() 329 ok_bool_false(Okay, "WaitForWork returned"); in TestReadWrite() 346 ok_bool_false(Okay, "CheckReadPipe returned"); in TestReadWrite() 374 ok_bool_false(Okay, "CheckListenPipe returned"); in TestReadWrite() 389 ok_bool_false(Okay, "CheckReadPipe returned"); in TestReadWrite() 420 ok_bool_false(Okay, "CheckReadPipe returned"); in TestReadWrite() [all …]
|
H A D | NpfsFileInfo.c | 46 ok_bool_false(FileAllInfo.StandardInformation.Directory, "Directory"); in TestFileInfo() 76 ok_bool_false(FileAllInfo.StandardInformation.Directory, "Directory"); in TestFileInfo() 106 ok_bool_false(FileAllInfo.StandardInformation.Directory, "Directory"); in TestFileInfo()
|
H A D | NpfsVolumeInfo.c | 47 ok_bool_false(VolumeInfo.SupportsObjects, "VolumeInfo.SupportsObjects"); in TestVolumeInfo() 64 ok_bool_false(VolumeInfo.SupportsObjects, "VolumeInfo.SupportsObjects"); in TestVolumeInfo()
|
H A D | NpfsConnect.c | 168 ok_bool_false(Okay, "CheckListenPipe returned"); in TestConnect() 207 ok_bool_false(Okay, "CheckListenPipe returned"); in TestConnect()
|
/reactos/modules/rostests/kmtests/ntos_ke/ |
H A D | KeSpinLock.c | 242 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); \ 275 ok_bool_false(CheckData->TryAcquire(SpinLock, CheckData), "TryAcquire returned"); in TestSpinLock() 327 … ok_bool_false(CheckData->TryAcquireNoRaise(SpinLock, CheckData), "TryAcquireNoRaise returned"); in TestSpinLock() 386 ok_bool_false(pKeTestSpinLock(&SpinLock), "KeTestSpinLock returned"); in START_TEST() 388 ok_bool_false(pKeTestSpinLock(&SpinLock), "KeTestSpinLock returned"); in START_TEST() 390 ok_bool_false(pKeTestSpinLock(&SpinLock), "KeTestSpinLock returned"); in START_TEST() 392 ok_bool_false(pKeTestSpinLock(&SpinLock), "KeTestSpinLock returned"); in START_TEST()
|
H A D | KeDpc.c | 113 ok_bool_false(Ret, "KeInsertQueueDpc returned"); in START_TEST() 132 ok_bool_false(Ret, "KeRemoveQueueDpc returned"); in START_TEST()
|
H A D | KeGuardedMutex.c | 133 ok_bool_false(pKeTryToAcquireGuardedMutex(Mutex), "KeTryToAcquireGuardedMutex returned"); in TestGuardedMutex() 239 ok_bool_false(KeSetEvent(&ThreadData->OutEvent, 0, TRUE), "KeSetEvent returned"); in AcquireMutexThread()
|
/reactos/modules/rostests/kmtests/ntos_cc/ |
H A D | CcSetFileSizes_drv.c | 280 ok_bool_false(TestWritten, "Dirty VACB has been unexpectedly written!\n"); in PerformTest() 288 ok_bool_false(TestWritten, "Dirty VACB has been unexpectedly written!\n"); in PerformTest() 300 ok_bool_false(TestWritten, "Dirty VACB has been unexpectedly written!\n"); in PerformTest() 314 … ok_bool_false(TestWritten, "Dirty VACB has been unexpectedly written!\n"); in PerformTest() 516 ok_bool_false(TestUnpin, "Write triggered while unpinning!\n"); in TestIrpHandler() 517 ok_bool_false(TestSizing, "Write triggered while sizing!\n"); in TestIrpHandler() 518 ok_bool_false(TestDirtying, "Write triggered while dirtying!\n"); in TestIrpHandler()
|
H A D | CcCopyWrite_drv.c | 258 ok_bool_false(Ret, "CcCopyWrite should fail\n"); in Test_CcCopyWrite() 400 ok_bool_false(InBehaviourTest, "Shouldn't trigger write from CcCopyWrite\n"); in TestIrpHandler()
|
H A D | CcPinRead_drv.c | 723 ok_bool_false(TestWriteCalled, "Write was unexpectedly called\n"); in CleanupTest() 881 ok_bool_false(TestWriteCalled, "Write has been unexpectedly called twice!\n"); in TestIrpHandler()
|
H A D | CcCopyRead_drv.c | 249 ok_bool_false(Ret, "CcCopyRead should fail\n"); in Test_CcCopyRead()
|
/reactos/modules/rostests/kmtests/ntos_se/ |
H A D | SeInheritance.c | 477 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); in TestSeAssignSecurity() 487 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); in TestSeAssignSecurity() 501 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); in TestSeAssignSecurity() 503 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); in TestSeAssignSecurity() 513 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); in TestSeAssignSecurity() 535 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); in TestSeAssignSecurity() 559 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); in TestSeAssignSecurity() 582 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); in TestSeAssignSecurity() 600 ok_bool_false(KeAreApcsDisabled(), "KeAreApcsDisabled returned"); in TestSeAssignSecurity()
|
/reactos/modules/rostests/kmtests/example/ |
H A D | Example.c | 31 ok_bool_false(TRUE, "bar"); in START_TEST()
|
/reactos/modules/rostests/kmtests/ntos_fsrtl/ |
H A D | FsRtlTunnel.c | 166 …ok_bool_false(FsRtlFindInTunnelCache(Tunnel, 1, &ShortName, &OutShort, &OutLong, &OutLength, &OutD… in DuplicatesTest() 198 …ok_bool_false(FsRtlFindInTunnelCache(Tunnel, 1, &ShortName, &OutShort, &OutLong, &OutLength, &OutD… in DuplicatesTest() 199 …ok_bool_false(FsRtlFindInTunnelCache(Tunnel, 1, &ShortName2, &OutShort, &OutLong, &OutLength, &Out… in DuplicatesTest()
|
/reactos/modules/rostests/apitests/include/ |
H A D | apitest.h | 60 #define ok_bool_false(value, desc) ok((value) == FALSE, desc " TRUE, expected FALSE\n") macro
|
/reactos/modules/rostests/kmtests/ntos_mm/ |
H A D | NtCreateSection_drv.c | 494 ok_bool_false(IoStack->Parameters.SetFile.AdvanceOnly, "AdvanceOnly set!\n"); in TestIrpHandler()
|
/reactos/modules/rostests/kmtests/rtl/ |
H A D | RtlMemory.c | 301 ok_bool_false(RtlEqualMemory(Buffer, Buffer + HalfSize - 7, HalfSize - 8 + 2), in START_TEST()
|
/reactos/modules/rostests/kmtests/include/ |
H A D | kmt_test.h | 259 #define ok_bool_false(value, desc) ok((value) == FALSE, desc " TRUE, expected FALSE\n") macro
|