Home
last modified time | relevance | path

Searched refs:KmtSkip (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/kmtests/ntos_se/
H A DSeHelpers.c99 if (KmtSkip(Sid != NULL, FileAndLine, "No Sid\n")) in CheckSid__()
101 if (KmtSkip(SidSize >= sizeof(ULONG), FileAndLine, "Sid too small: %lu\n", SidSize)) in CheckSid__()
105 if (KmtSkip(Okay, FileAndLine, "Invalid Sid\n")) in CheckSid__()
110 if (KmtSkip(SidSize >= Length, FileAndLine, "Sid too small\n")) in CheckSid__()
146 if (KmtSkip(Acl != NULL, FileAndLine, "No ACL\n")) in VCheckAcl__()
/reactos/modules/rostests/kmtests/include/
H A Dkmt_test.h224 #define skip_(test, file, line, ...) KmtSkip(test, file ":" KMT_STRINGIZE(line), __VA_ARGS__)
231 BOOLEAN KmtSkip(INT Condition, PCSTR FileAndLine, PCSTR Format, ...) KMT_FORMAT(ms_p…
477 BOOLEAN KmtSkip(INT Condition, PCSTR FileAndLine, PCSTR Format, ...) in KmtSkip() function
/reactos/modules/rostests/kmtests/rtl/
H A DRtlRangeList.c85 … if (!KmtSkip(NT_SUCCESS(Status), FileAndLine, "Range does not have %lu element(s)\n", i + 1)) in ExpectRangeEntryList()