Home
last modified time | relevance | path

Searched refs:TEST_IGNORE_MESSAGE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/tests/libntp/
H A Ddigests.c107 TEST_IGNORE_MESSAGE("MAC unsupported on this system"); \
114 TEST_IGNORE_MESSAGE("Likely OpenSSL 3 failed digest " \
156 TEST_IGNORE_MESSAGE("Skipping, no OPENSSL or not ENABLE_CMAC"); in test_Digest_AES128CMAC()
193 TEST_IGNORE_MESSAGE("Skipping, no OPENSSL"); in test_Digest_MD4()
263 TEST_IGNORE_MESSAGE("Skipping, no OPENSSL"); in test_Digest_MDC2()
302 TEST_IGNORE_MESSAGE("Skipping, no OPENSSL"); in test_Digest_RIPEMD160()
341 TEST_IGNORE_MESSAGE("Skipping, no OPENSSL"); in test_Digest_SHA1()
378 TEST_IGNORE_MESSAGE("Skipping, no OPENSSL"); in test_Digest_SHAKE128()
417 TEST_IGNORE_MESSAGE("Skipping, no OPENSSL");
456 TEST_IGNORE_MESSAGE("Skippin
[all...]
H A Drealpath.c51 TEST_IGNORE_MESSAGE("not applicable to windows so far"); in test_CurrentWorkingDir()
62 TEST_IGNORE_MESSAGE("not applicable to windows so far"); in test_DevLinks()
/freebsd/contrib/ntp/sntp/tests/
H A Dcrypto.c55 TEST_IGNORE_MESSAGE("OpenSSL not found, skipping..."); in test_MakeSHA1Mac()
89 TEST_IGNORE_MESSAGE("OpenSSL not found, skipping..."); in test_MakeCMac()
121 TEST_IGNORE_MESSAGE("CMAC not enabled, skipping..."); in test_VerifyCorrectMD5()
159 TEST_IGNORE_MESSAGE("OpenSSL not found, skipping..."); in test_VerifySHA1()
189 TEST_IGNORE_MESSAGE("OpenSSL not found, skipping...");
218 TEST_IGNORE_MESSAGE("VerifyOpenSSLCMAC needs to be implemented, skipping..."); in VerifyLocalCMAC()
222 TEST_IGNORE_MESSAGE("CMAC not enabled, skipping...");
236 TEST_IGNORE_MESSAGE("Hook in the local AES-128-CMAC check!"); in test_VerifyFailure()
279 TEST_IGNORE_MESSAGE("OpenSSL not found, skipping...");
315 TEST_IGNORE_MESSAGE("OpenSS
[all...]
H A DpacketProcessing.c244 TEST_IGNORE_MESSAGE("OpenSSL not enabled, skipping..."); in test_AuthenticatedPacketInvalid()
275 TEST_IGNORE_MESSAGE("OpenSSL not enabled, skipping..."); in test_ServerVersionTooOld()
453 TEST_IGNORE_MESSAGE("OpenSSL not enabled, skipping..."); in test_CorrectAuthenticatedPacketSHA1()
484 TEST_IGNORE_MESSAGE("OpenSSL not enabled, skipping..."); in test_CorrectAuthenticatedPacketCMAC()
515 TEST_IGNORE_MESSAGE("OpenSSL not enabled, skipping...");
544 TEST_IGNORE_MESSAGE("CMAC not enabled, skipping...");
/freebsd/contrib/ntp/sntp/unity/
H A Dunity.h59 #define TEST_IGNORE_MESSAGE(message) … macro