Searched refs:failure_count (Results 1 - 2 of 2) sorted by relevance
/third_party/googletest/googletest/test/ |
H A D | googletest-failfast-unittest.py | 230 failure_count, 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, 261 failure_count, skipped_count, 267 failure_count, 275 failure_count, skipped_count, 283 failure_count [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | all.sh | 605 failure_count=0 # Number of failed components 690 if [ $failure_count -gt 0 ]; then 693 echo "${start_red}FAILED: $failure_count components${end_color}" 703 if [ $failure_count -gt 0 ]; then 6490 failure_count=$((failure_count + 1))
|
Completed in 9 milliseconds