Lines Matching refs:tests_passed
327 unsigned int tests_passed = 0; in test_suite() local
328 CounterEventHandler SuccE(tests_passed, number_of_tests); in test_suite()
344 std::cout << "PASSED " << tests_passed << " of " << number_of_tests << " tests.\n" << std::endl; in test_suite()
6106 unsigned int tests_passed = 0; in test_compile_and_link() local
6107 CounterEventHandler SuccE(tests_passed, linkageTests.size()); in test_compile_and_link()
6128 std::cout << "PASSED " << tests_passed << " of " << SuccE.TN << " tests.\n" << std::endl; in test_compile_and_link()
6131 return tests_passed == SuccE.TN; in test_compile_and_link()
6383 unsigned int tests_passed = 0; in test_enum_values() local
6384 CounterEventHandler SuccE(tests_passed, 0); in test_enum_values()
6436 std::cout << "PASSED " << tests_passed << " of " << SuccE.TN << " tests.\n" << std::endl; in test_enum_values()
6471 unsigned int tests_passed = 0; in test_kernel_attributes() local
6472 CounterEventHandler SuccE(tests_passed, 1); in test_kernel_attributes()
6532 std::cout << "PASSED " << tests_passed << " of " << 1 << " tests.\n" << std::endl; in test_kernel_attributes()
6553 unsigned int tests_passed = 0; in test_binary_type() local
6554 CounterEventHandler SuccE(tests_passed, 1); in test_binary_type()
6599 std::cout << "PASSED " << tests_passed << " of " << 1 << " tests.\n" << std::endl; in test_binary_type()