Home
last modified time | relevance | path

Searched refs:failure_count (Results 1 – 7 of 7) sorted by relevance

/third_party/googletest/googletest/test/
Dgoogletest-failfast-unittest.py230 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/
Dexception_test.hpp237 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/
Dreport_utils.py103 failure_count = 0
114 failure_count += 1
121 testsuite.set('failures', str(failure_count))
/third_party/boost/libs/log/test/run/
Dutil_ipc_reliable_mq.cpp294 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/
Dall.sh556 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/
Ddoctest.rst846 Test examples in the file named *filename*. Return ``(failure_count,
927 Return ``(failure_count, test_count)``.
Dtest.rst476 ``(failure_count, test_count)``.