|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/unittests/Driver/MultilibTest.cpp 192 FAIL() << "Unrecognized gccSufix: " << I->gccSuffix();
tools/clang/unittests/Frontend/ASTUnitTest.cpp 77 FAIL() << "failed to create ASTUnit";
95 FAIL() << "failed to load ASTUnit";
104 FAIL() << "failed to create ASTUnit";
tools/clang/unittests/Frontend/CompilerInstanceTest.cpp 61 FAIL() << "could not create compiler invocation";
tools/lldb/unittests/Symbol/TestClangASTContext.cpp 203 FAIL() << "Unexpected encoding";
tools/lldb/unittests/Utility/StringListTest.cpp 512 FAIL() << "Shouldn't have hit an element in for range" << e;
unittests/Analysis/LazyCallGraphTest.cpp 1147 FAIL() << "Found an unexpected call instruction: " << *CI;
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp 1821 FAIL() << "Unexpected attribute value: " << *V;
1847 FAIL() << "Unexpected attribute value: " << *V;
unittests/ProfileData/CoverageMappingTest.cpp 308 static const auto Err = [](Error E) { FAIL(); };
unittests/ProfileData/InstrProfTest.cpp 70 FAIL();
unittests/Support/JSONTest.cpp 131 FAIL() << "Failed to parse JSON >>> " << S << " <<<: " << E.message();
169 FAIL() << "Parsed JSON >>> " << S << " <<< but wanted error: " << Msg;
unittests/XRay/FDRProducerConsumerTest.cpp 137 FAIL() << HeaderOrErr.takeError();
145 FAIL() << R.takeError();
147 FAIL() << E;
178 FAIL() << HeaderOrErr.takeError();
186 FAIL() << R.takeError();
188 FAIL() << E;
unittests/XRay/FDRTraceWriterTest.cpp 61 FAIL() << TraceOrErr.takeError();
106 FAIL() << TraceOrErr.takeError();
165 FAIL() << TraceOrErr.takeError();
unittests/XRay/ProfileTest.cpp 42 FAIL() << "Error: " << PathOrError.takeError();
utils/unittest/googlemock/src/gmock-internal-utils.cc 81 TestPartResult::kFatalFailure :
utils/unittest/googletest/include/gtest/gtest-test-part.h 100 bool fatally_failed() const { return type_ == kFatalFailure; }
utils/unittest/googletest/src/gtest-test-part.cc 62 result.type() == TestPartResult::kFatalFailure ? "Fatal failure" :
utils/unittest/googletest/src/gtest.cc 637 const std::string expected(type == TestPartResult::kFatalFailure ?
2836 case TestPartResult::kFatalFailure: