Home
last modified time | relevance | path

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

/third_party/openssl/test/
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;
844 $test_fail = 1 if (/leak/i);
868 $test_fail = 1;
873 $test_fail = 1;
878 $test_fail = 1;
[all …]
/third_party/cJSON/tests/unity/auto/
Dparse_output.rb150 test_fail = 0
173 test_fail += 1
196 puts 'Tests Failed : ' + test_fail.to_s
198 @total_tests = test_pass + test_fail + test_ignore
202 …heading = '<testsuite tests="' + @total_tests.to_s + '" failures="' + test_fail.to_s + '"' + ' ski…
/third_party/jerryscript/tests/jerry/
Darray-prototype-tolocalestring.js33 var test_fail = { variable
38 [test_fail].toLocaleString();
/third_party/python/Lib/unittest/test/
D_test_warnings.py28 def test_fail(self): member in TestWarnings
/third_party/optimized-routines/math/test/
Dmathtest.c937 test_fail, /* was a test, and failed */ enumerator
1076 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()
/third_party/python/Lib/test/support/
Dtestresult.py165 def test_fail(self): member in TestTests
/third_party/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c330 int test_fail; member
921 tcs->tcid, tc_ptr->tcid, tc_ptr->test_fail, in do_syscalltests()
936 if (tc_ptr->test_fail) { in do_syscalltests()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleFunctionalTests.cpp1608 bool test_fail = false; in iterate() local
1716 test_fail = true; in iterate()
1746 if (test_fail) in iterate()
/third_party/python/Doc/library/
Dunittest.rst570 def test_fail(self):