Searched refs:test_fail (Results 1 – 5 of 5) sorted by relevance
777 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;844 $test_fail = 1 if (/leak/i);868 $test_fail = 1;873 $test_fail = 1;878 $test_fail = 1;[all …]
25 static unsigned long long test_fail; variable172 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()
102 test_fail(void) in test_fail() function189 test_fail(); in main()
121 test_fail(void) in test_fail() function223 test_fail(); in main()
942 test_fail, /* was a test, and failed */ enumerator1082 return test_fail; in runtest()1115 return test_fail; in runtest()1499 return *failtext ? test_fail : test_pass; in runtest()1528 } else if (res == test_fail) { in runtests()