Searched refs:failure_count (Results 1 – 4 of 4) sorted by relevance
/third_party/googletest/googletest/test/ |
D | googletest-failfast-unittest.py | 230 failure_count, argument 237 if failure_count > 0: 238 self.assertIn('%s FAILED TEST' % failure_count, txt) 244 passed_count + failure_count + skipped_count, xml) 246 self.assertXmlResultCount('completed', passed_count + failure_count, xml) 253 failure_count, argument 261 failure_count, skipped_count, 267 failure_count, argument 275 failure_count, skipped_count, 283 failure_count=1, [all …]
|
/third_party/mbedtls/tests/scripts/ |
D | all.sh | 563 failure_count=0 # Number of failed components 647 if [ $failure_count -gt 0 ]; then 650 echo "${start_red}FAILED: $failure_count components${end_color}" 660 if [ $failure_count -gt 0 ]; then 4341 failure_count=$((failure_count + 1))
|
/third_party/python/Doc/library/ |
D | doctest.rst | 846 Test examples in the file named *filename*. Return ``(failure_count, 927 Return ``(failure_count, test_count)``.
|
D | test.rst | 476 ``(failure_count, test_count)``.
|