Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dpkits-test.pl777 my $test_fail = 0;
785 $test_fail = 1;
790 $test_fail = 1;
792 if ($test_fail) {
820 my $test_fail = 0;
828 $test_fail = 1;
868 $test_fail = 1;
873 $test_fail = 1;
878 $test_fail = 1;
883 $test_fail = 1;
[all …]
/freebsd/contrib/libfido2/fuzz/
H A Dlibfuzzer.c25 static unsigned long long test_fail; variable
172 double r = (double)test_fail/(double)test_total * 100.0; in LLVMFuzzerTestOneInput()
174 test_fail, test_total, r); in LLVMFuzzerTestOneInput()
178 test_fail++; in LLVMFuzzerTestOneInput()
/freebsd/contrib/kyua/engine/
H A Dtap_helpers.cpp102 test_fail(void) in test_fail() function
189 test_fail(); in main()
H A Dplain_helpers.cpp121 test_fail(void) in test_fail() function
223 test_fail(); in main()
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c941 test_fail, /* was a test, and failed */ enumerator
1081 return test_fail; in runtest()
1114 return test_fail; in runtest()
1498 return *failtext ? test_fail : test_pass; in runtest()
1527 } else if (res == test_fail) { in runtests()