Searched refs:test_fail (Results 1 – 9 of 9) 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 …]
150 test_fail = 0173 test_fail += 1196 puts 'Tests Failed : ' + test_fail.to_s198 @total_tests = test_pass + test_fail + test_ignore202 …heading = '<testsuite tests="' + @total_tests.to_s + '" failures="' + test_fail.to_s + '"' + ' ski…
33 var test_fail = { variable38 [test_fail].toLocaleString();
28 def test_fail(self): member in TestWarnings
937 test_fail, /* was a test, and failed */ enumerator1076 return test_fail; in runtest()1109 return test_fail; in runtest()1490 return *failtext ? test_fail : test_pass; in runtest()1519 } else if (res == test_fail) { in runtests()
165 def test_fail(self): member in TestTests
330 int test_fail; member921 tcs->tcid, tc_ptr->tcid, tc_ptr->test_fail, in do_syscalltests()936 if (tc_ptr->test_fail) { in do_syscalltests()
1608 bool test_fail = false; in iterate() local1716 test_fail = true; in iterate()1746 if (test_fail) in iterate()
570 def test_fail(self):