Searched full:tests_passed (Results 1 – 10 of 10) sorted by relevance
31 static int tests_passed; variable37 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary()41 putnum(tests_passed); in print_summary()110 tests_passed++; \
40 self.tests_passed = 052 print("Tests passed: %d" % self.tests_passed)96 self.tests_passed = self.tests_passed + 1
27 static int tests_passed; variable55 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary()59 putnum(tests_passed); in print_summary()248 tests_passed++; \
115 bool tests_passed; in run_console_test() local122 tests_passed = RUN_ALL_TESTS(); in run_console_test()124 return tests_passed; in run_console_test()
36 … TESTS_PASSED=$(grep "INSTRUMENTATION_STATUS_CODE: 0" $DEVICEFARM_LOG_DIR/instrument.log | wc -l);45 $TESTS_PASSED tests PASSED \n73 echo "Passed with $TESTS_PASSED tests passed and $TESTS_ASSUMPTION_FAILED tests skipped!";
176 tests_passed: Count of test passes across all projects.185 self.tests_passed = 0195 self.tests_passed += result.passed_count213 f"[ PASSED ] {self.tests_passed} tests in "
295 unsigned int tests_passed = 0; in test_suite() local296 CounterEventHandler SuccE(tests_passed, number_of_tests); in test_suite()312 std::cout << "PASSED " << tests_passed << " of " << number_of_tests << " tests.\n" << std::endl; in test_suite()6074 unsigned int tests_passed = 0; in test_compile_and_link() local6075 CounterEventHandler SuccE(tests_passed, linkageTests.size()); in test_compile_and_link()6096 std::cout << "PASSED " << tests_passed << " of " << SuccE.TN << " tests.\n" << std::endl; in test_compile_and_link()6099 return tests_passed == SuccE.TN; in test_compile_and_link()6351 unsigned int tests_passed = 0; in test_enum_values() local6352 CounterEventHandler SuccE(tests_passed, 0); in test_enum_values()6404 std::cout << "PASSED " << tests_passed << " of " << SuccE.TN << " tests.\n" << std::endl; in test_enum_values()[all …]
58 static int tests_passed = 0; variable247 tests_passed += passed; in test_overlap_regions()460 tests_passed += passed; in test_trcid_cache_mem_cb()722 tests_passed += passed; in test_mem_spaces()768 …oss << "\n*** Memory access tests complete.***\nPassed: " << tests_passed << "; Failed: " << tests… in main()
39 TESTS_PASSED=$(grep "INSTRUMENTATION_STATUS_CODE: 0" $INSTRUMENT_LOG | wc -l);67 elif [ $TESTS_PASSED -ne 0 ];
622 bool tests_passed;633 tests_passed = RUN_ALL_TESTS();637 return tests_passed;