Searched refs:fail_if (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/unit/
H A Dunit1397.c25 fail_if( Curl_cert_hostcheck("xxx.example.com", "www.example.com"), "bad 1" );
26 fail_if( Curl_cert_hostcheck("*", "www.example.com"), "bad 2" );
27 fail_if( Curl_cert_hostcheck("*.*.com", "www.example.com"), "bad 3" );
28 fail_if( Curl_cert_hostcheck("*.example.com", "baa.foo.example.com"), "bad 4" );
29 fail_if( Curl_cert_hostcheck("f*.example.com", "baa.example.com"), "bad 5" );
30 fail_if( Curl_cert_hostcheck("*.com", "example.com"), "bad 6" );
31 fail_if( Curl_cert_hostcheck("*fail.com", "example.com"), "bad 7" );
32 fail_if( Curl_cert_hostcheck("*.example.", "www.example."), "bad 8" );
33 fail_if( Curl_cert_hostcheck("*.example.", "www.example"), "bad 9" );
34 fail_if( Curl_cert_hostchec
[all...]
H A Dunit1302.c113 fail_if(decoded, "returned pointer should be NULL");
121 fail_if(decoded, "returned pointer should be NULL");
129 fail_if(decoded, "returned pointer should be NULL");
137 fail_if(decoded, "returned pointer should be NULL");
H A Dcurlcheck.h25 #define fail_if(expr, msg) \ macro

Completed in 161 milliseconds