Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTest.cpp165 int FailCount = 0; in runTests() local
185 ++FailCount; in runTests()
196 << " PASS: " << TestCount - FailCount << ' ' in runTests()
197 << " FAIL: " << FailCount << '\n'; in runTests()
205 return FailCount > 0 || TestCount == 0 ? 1 : 0; in runTests()