Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_FALSE (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/tests/libntp/
H A Dauthkeys.c101 TEST_ASSERT_FALSE(authistrusted(KEYNO)); in test_AddUntrustedKey()
120 TEST_ASSERT_FALSE(auth_havekey(KEYNO)); in test_HaveKeyIncorrect()
121 TEST_ASSERT_FALSE(authhavekey(KEYNO)); in test_HaveKeyIncorrect()
139 TEST_ASSERT_FALSE(authusekey(KEYNO, KEYTYPE, (const u_char*)KEY)); in test_EmptyKey()
220 TEST_ASSERT_FALSE(keyacc_amatch(NULL, NULL, 0)); in test_AddrMatch_anull()
221 TEST_ASSERT_FALSE(keyacc_amatch(NULL, &ipn, 0)); in test_AddrMatch_anull()
222 TEST_ASSERT_FALSE(keyacc_amatch(NULL, &ip4, 0)); in test_AddrMatch_anull()
223 TEST_ASSERT_FALSE(keyacc_amatch(NULL, &ip6, 0)); in test_AddrMatch_anull()
225 TEST_ASSERT_FALSE(keyacc_amatch(&ipn, NULL, 0)); in test_AddrMatch_anull()
226 TEST_ASSERT_FALSE(keyacc_amatch(&ipn, &ipn, 0)); in test_AddrMatch_anull()
[all …]
H A Datouint.c31 TEST_ASSERT_FALSE(atouint(str, &actual)); in test_PositiveOverflowBoundary()
38 TEST_ASSERT_FALSE(atouint(str, &actual)); in test_PositiveOverflowBig()
45 TEST_ASSERT_FALSE(atouint(str, &actual)); in test_Negative()
52 TEST_ASSERT_FALSE(atouint(str, &actual)); in test_IllegalChar()
H A Datoint.c38 TEST_ASSERT_FALSE(atoint(str, &val)); in test_PositiveOverflowBoundary()
45 TEST_ASSERT_FALSE(atoint(str, &val)); in test_NegativeOverflowBoundary()
52 TEST_ASSERT_FALSE(atoint(str, &val)); in test_PositiveOverflowBig()
59 TEST_ASSERT_FALSE(atoint(str, &val)); in test_IllegalCharacter()
H A Dlfpfunc.c478 TEST_ASSERT_FALSE(l_isgt(op2, op1)); in test_SignedRelOps()
481 TEST_ASSERT_FALSE(l_isgeq(op2, op1)); in test_SignedRelOps()
483 TEST_ASSERT_FALSE(l_isequ(op1, op2)); in test_SignedRelOps()
484 TEST_ASSERT_FALSE(l_isequ(op2, op1)); in test_SignedRelOps()
487 TEST_ASSERT_FALSE(l_isgt(op1, op2)); in test_SignedRelOps()
488 TEST_ASSERT_FALSE(l_isgt(op2, op1)); in test_SignedRelOps()
522 TEST_ASSERT_FALSE(l_isgtu(op2, op1)); in test_UnsignedRelOps()
525 TEST_ASSERT_FALSE(l_ishis(op2, op1)); in test_UnsignedRelOps()
528 TEST_ASSERT_FALSE(l_isgtu(op1, op2)); in test_UnsignedRelOps()
529 TEST_ASSERT_FALSE(l_isgtu(op2, op1)); in test_UnsignedRelOps()
H A Docttoint.c73 TEST_ASSERT_FALSE(octtoint(str, &actual)); in test_Overflow()
84 TEST_ASSERT_FALSE(octtoint(str, &actual)); in test_IllegalCharacter()
95 TEST_ASSERT_FALSE(octtoint(str, &actual)); in test_IllegalDigit()
H A Dhextoint.c46 TEST_ASSERT_FALSE(hextoint(str, &actual)); in test_Overflow()
53 TEST_ASSERT_FALSE(hextoint(str, &actual)); in test_IllegalChar()
H A Dbuftvtots.c75 TEST_ASSERT_FALSE(buftvtots((const char*)(&input), &actual)); in test_IllegalMicroseconds()
93 TEST_ASSERT_FALSE(buftvtots("", &actual)); in test_AlwaysFalseOnWindows()
H A Dhextolfp.c68 TEST_ASSERT_FALSE(hextolfp(str, &actual)); in test_IllegalNumberOfInteger()
76 TEST_ASSERT_FALSE(hextolfp(str, &actual)); in test_IllegalChar()
H A Dsbprintf.c77 TEST_ASSERT_FALSE(strcmp(ba, "1234")); in test_SimpleArgs()
95 TEST_ASSERT_FALSE(strcmp(ba, "1234frob")); in test_Increment1()
H A Drecvbuff.c27 TEST_ASSERT_FALSE(has_full_recv_buffer()); in test_Initialization()
H A Dtimespecops.c226 TEST_ASSERT_FALSE(timespec_isValid(x)); in test_Helpers1()
232 TEST_ASSERT_FALSE(timespec_isValid(x)); in test_Helpers1()
598 TEST_ASSERT_FALSE(AssertTimespecClose(x, y, limit)); in test_Helpers2()
/netbsd-src/external/bsd/ntp/dist/tests/ntpd/
H A Dt-ntp_scanner.c36 TEST_ASSERT_FALSE(lex_init_stack(NULL,NULL)); in test_IncorrectlyInitializeLexStack()
56 TEST_ASSERT_FALSE(temp); in test_PopEmptyStack()
69 TEST_ASSERT_FALSE(temp); in test_IsInteger()
71 TEST_ASSERT_FALSE(temp); in test_IsInteger()
75 TEST_ASSERT_FALSE(temp); in test_IsInteger()
83 TEST_ASSERT_FALSE(temp); in test_IsUint()
111 TEST_ASSERT_FALSE(temp); in test_SpecialSymbols()
113 TEST_ASSERT_FALSE(temp); in test_SpecialSymbols()
130 TEST_ASSERT_FALSE(temp); in test_EOC()
132 TEST_ASSERT_FALSE(temp); in test_EOC()
H A Dntp_prio_q.c75 TEST_ASSERT_FALSE(empty(q)); in test_OneElementQueue()
/netbsd-src/external/bsd/ntp/dist/sntp/tests/
H A DkodDatabase.c113 TEST_ASSERT_FALSE(result1->timestamp == result2->timestamp); in test_AddDuplicate()
/netbsd-src/external/bsd/ntp/dist/sntp/unity/
H A Dunity.h73 #define TEST_ASSERT_FALSE(condition) … macro