Home
last modified time | relevance | path

Searched refs:TestFailed (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h969 static bool TestFailed(const TestInfo* test_info) { in TestFailed() function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2719 return CountIf(test_info_list_, TestFailed); in failed_test_count()