Searched refs:failure_count (Results 1 – 7 of 7) 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/boost/libs/unordered/test/helpers/ |
D | exception_test.hpp | 237 unsigned int failure_count = 0; in exception_safety() local 262 ++failure_count; in exception_safety() 264 } while (!success && failure_count < 5); in exception_safety() 279 unsigned int failure_count; member 283 exception_looper() : success(false), failure_count(0), error_msg(0) {} in exception_looper() 289 return !error_msg && !success && failure_count < 5; in loop_condition()
|
/third_party/grpc/tools/run_tests/python_utils/ |
D | report_utils.py | 103 failure_count = 0 114 failure_count += 1 121 testsuite.set('failures', str(failure_count))
|
/third_party/boost/libs/log/test/run/ |
D | util_ipc_reliable_mq.cpp | 294 void multithreaded_message_passing_feeding_thread(const char* message, unsigned int& failure_count) in multithreaded_message_passing_feeding_thread() argument 300 failure_count += queue.send(message, len) != queue_t::succeeded; in multithreaded_message_passing_feeding_thread()
|
/third_party/mbedtls/tests/scripts/ |
D | all.sh | 556 failure_count=0 # Number of failed components 640 if [ $failure_count -gt 0 ]; then 643 echo "${start_red}FAILED: $failure_count components${end_color}" 653 if [ $failure_count -gt 0 ]; then 3097 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)``.
|