Home
last modified time | relevance | path

Searched refs:test_pass (Results 1 – 3 of 3) sorted by relevance

/third_party/cJSON/tests/unity/auto/
Dparse_output.rb149 test_pass = 0
170 test_pass += 1
181 test_pass += 1
195 puts 'Tests Passed : ' + test_pass.to_s
198 @total_tests = test_pass + test_fail + test_ignore
/third_party/python/Lib/test/support/
Dtestresult.py159 def test_pass(self): member in TestTests
/third_party/optimized-routines/math/test/
Dmathtest.c938 test_pass /* was a test, and passed */ enumerator
1490 return *failtext ? test_fail : test_pass; in runtest()
1511 if (res == test_pass) { in runtests()