| /llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/ |
| H A D | upgrade-googletest-case.cpp | 470 class FooUnitTest : public testing::UnitTest { 516 class BarUnitTest : public testing::UnitTest { 518 using testing::UnitTest::current_test_case; 521 using testing::UnitTest::successful_test_case_count; 524 using testing::UnitTest::failed_test_case_count; 527 using testing::UnitTest::total_test_case_count; 530 using testing::UnitTest::test_case_to_run_count; 533 using testing::UnitTest::GetTestCase; 561 class BarUnitTest3 : public testing::UnitTest { 590 class UnitTest { class [all …]
|
| /llvm-project/utils/bazel/llvm-project-overlay/libc/test/src/fenv/ |
| H A D | BUILD.bazel | 28 "//libc/test/UnitTest:fp_test_helpers", 44 "//libc/test/UnitTest:fp_test_helpers", 65 "//libc/test/UnitTest:fp_test_helpers", 85 "//libc/test/UnitTest:fp_test_helpers", 104 "//libc/test/UnitTest:fp_test_helpers", 120 "//libc/test/UnitTest:fp_test_helpers", 139 "//libc/test/UnitTest:fp_test_helpers", 156 "//libc/test/UnitTest:fp_test_helpers", 177 "//libc/test/UnitTest:fp_test_helpers",
|
| /llvm-project/libc/test/src/signal/ |
| H A D | CMakeLists.txt | 25 libc.test.UnitTest.ErrnoSetterMatcher 39 libc.test.UnitTest.ErrnoSetterMatcher 54 libc.test.UnitTest.ErrnoSetterMatcher 67 libc.test.UnitTest.ErrnoSetterMatcher 81 libc.test.UnitTest.ErrnoSetterMatcher 96 libc.test.UnitTest.ErrnoSetterMatcher 112 libc.test.UnitTest.ErrnoSetterMatcher 127 libc.test.UnitTest.ErrnoSetterMatcher
|
| /llvm-project/third-party/unittest/googletest/src/ |
| H A D | gtest.cc | 458 UnitTest::GetInstance()->AddTestPartResult( in operator =() 461 UnitTest::GetInstance()->impl()->CurrentOsStackTraceExceptTop(1) in operator =() 503 return UnitTest::GetInstance()->impl()->ignored_parameterized_test_suites(); in GetIgnoredParameterizedTestSuites() 678 UnitTest::GetInstance()->original_working_dir()), in GetAbsolutePathToOutputFile() 685 internal::FilePath(UnitTest::GetInstance()->original_working_dir()), in GetAbsolutePathToOutputFile() 2480 UnitTest::GetInstance()->RecordProperty(key, value); in RecordProperty() 2489 UnitTest::GetInstance()->AddTestPartResult( in ReportFailureInUnknownLocation() 2809 TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater(); in Run() 2863 TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater(); in Skip() 2974 TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater(); in Run() [all …]
|
| H A D | gtest-internal-inl.h | 510 explicit UnitTestImpl(UnitTest* parent); 838 friend class ::testing::UnitTest; 845 UnitTest* const parent_; 967 return UnitTest::GetInstance()->impl(); in GetUnitTestImpl() 1137 void OnTestProgramStart(const UnitTest& /* unit_test */) override { in OnTestProgramStart() argument 1141 void OnTestProgramEnd(const UnitTest& unit_test) override { in OnTestProgramEnd() 1150 void OnTestIterationStart(const UnitTest& /* unit_test */, in OnTestIterationStart() argument 1156 void OnTestIterationEnd(const UnitTest& unit_test, in OnTestIterationEnd()
|
| /llvm-project/libc/test/src/sys/mman/linux/ |
| H A D | CMakeLists.txt | 14 libc.test.UnitTest.ErrnoSetterMatcher 29 libc.test.UnitTest.ErrnoSetterMatcher 46 libc.test.UnitTest.ErrnoSetterMatcher 62 libc.test.UnitTest.ErrnoSetterMatcher 78 libc.test.UnitTest.ErrnoSetterMatcher 98 libc.test.UnitTest.ErrnoSetterMatcher 123 libc.test.UnitTest.ErrnoSetterMatcher 143 libc.test.UnitTest.ErrnoSetterMatcher 156 libc.test.UnitTest.ErrnoSetterMatcher 182 libc.test.UnitTest [all...] |
| /llvm-project/third-party/unittest/googletest/include/gtest/ |
| H A D | gtest.h | 218 class UnitTest; variable 449 friend class UnitTest; variable 931 virtual void OnTestProgramStart(const UnitTest& unit_test) = 0; 936 virtual void OnTestIterationStart(const UnitTest& unit_test, 940 virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test) = 0; 943 virtual void OnEnvironmentsSetUpEnd(const UnitTest& unit_test) = 0; 976 virtual void OnEnvironmentsTearDownStart(const UnitTest& unit_test) = 0; 979 virtual void OnEnvironmentsTearDownEnd(const UnitTest& unit_test) = 0; 982 virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration) = 0; 985 virtual void OnTestProgramEnd(const UnitTest& unit_test) = 0; [all …]
|
| /llvm-project/libc/test/src/sys/epoll/linux/ |
| H A D | CMakeLists.txt | 14 libc.test.UnitTest.ErrnoSetterMatcher 28 libc.test.UnitTest.ErrnoSetterMatcher 45 libc.test.UnitTest.ErrnoSetterMatcher 63 libc.test.UnitTest.ErrnoSetterMatcher 81 libc.test.UnitTest.ErrnoSetterMatcher 100 libc.test.UnitTest.ErrnoSetterMatcher
|
| /llvm-project/utils/bazel/llvm-project-overlay/libc/test/src/math/ |
| H A D | BUILD.bazel | |
| /llvm-project/utils/bazel/llvm-project-overlay/libc/test/src/string/ |
| H A D | BUILD.bazel | 49 deps = ["//libc/test/UnitTest:LibcUnitTest"], 183 "//libc/test/UnitTest:memory_matcher", 195 "//libc/test/UnitTest:test_logger",
|
| /llvm-project/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/ |
| H A D | BUILD.bazel | 35 deps = ["//libc/test/UnitTest:LibcUnitTest"], 74 "//libc/test/UnitTest:LibcUnitTest", 119 "//libc/test/UnitTest:LibcUnitTest", 161 "//libc/test/UnitTest:LibcUnitTest", 199 "//libc/test/UnitTest:fp_test_helpers", 209 "//libc/test/UnitTest:fp_test_helpers",
|
| /llvm-project/libc/test/src/unistd/ |
| H A D | CMakeLists.txt | 33 libc.test.UnitTest.ErrnoSetterMatcher 51 libc.test.UnitTest.ErrnoSetterMatcher 69 libc.test.UnitTest.ErrnoSetterMatcher 87 libc.test.UnitTest.ErrnoSetterMatcher 102 libc.test.UnitTest.ErrnoSetterMatcher 139 libc.test.UnitTest.ErrnoSetterMatcher 157 libc.test.UnitTest.ErrnoSetterMatcher 203 libc.test.UnitTest.ErrnoSetterMatcher 217 libc.test.UnitTest.ErrnoSetterMatcher 231 libc.test.UnitTest [all...] |
| /llvm-project/libc/test/src/fcntl/ |
| H A D | CMakeLists.txt | 17 libc.test.UnitTest.ErrnoSetterMatcher 35 libc.test.UnitTest.ErrnoSetterMatcher 51 libc.test.UnitTest.ErrnoSetterMatcher
|
| /llvm-project/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/ |
| H A D | BUILD.bazel | |
| /llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/nosuite/gtest/ |
| H A D | gtest.h | 33 class UnitTest { 35 static UnitTest *GetInstance();
|
| /llvm-project/libc/test/src/sys/statvfs/linux/ |
| H A D | CMakeLists.txt | 14 libc.test.UnitTest.ErrnoSetterMatcher 30 libc.test.UnitTest.ErrnoSetterMatcher
|
| /llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/ |
| H A D | gtest.h | 45 class UnitTest { 47 static UnitTest *GetInstance();
|
| /llvm-project/lldb/unittests/Host/ |
| H A D | FileTest.cpp | 21 const auto *Info = testing::UnitTest::GetInstance()->current_test_info(); in TEST() 39 const auto *Info = testing::UnitTest::GetInstance()->current_test_info(); in TEST()
|
| /llvm-project/utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/ |
| H A D | BUILD.bazel | 49 "//libc/test/UnitTest:fp_test_helpers", 82 "//libc/test/UnitTest:LibcUnitTest", 83 "//libc/test/UnitTest:fp_test_helpers",
|
| /llvm-project/libc/test/UnitTest/ |
| H A D | CMakeLists.txt | 123 libc.test.UnitTest.string_utils 165 libc.test.UnitTest.string_utils 178 libc.test.UnitTest.string_utils
|
| /llvm-project/libc/test/src/sched/ |
| H A D | CMakeLists.txt | 16 libc.test.UnitTest.ErrnoSetterMatcher 90 libc.test.UnitTest.ErrnoSetterMatcher
|
| /llvm-project/utils/bazel/llvm-project-overlay/libc/test/src/stdio/ |
| H A D | BUILD.bazel | 24 "//libc/test/UnitTest:printf_matcher", 64 "//libc/test/UnitTest:fp_test_helpers",
|
| /llvm-project/libc/test/utils/ |
| H A D | CMakeLists.txt | 2 add_subdirectory(UnitTest)
|
| /llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 198 Info.Properties |= (SymbolPropertySet)SymbolProperty::UnitTest; in getSymbolInfo() 215 Info.Properties |= (SymbolPropertySet)SymbolProperty::UnitTest; in getSymbolInfo() 229 Info.Properties |= (SymbolPropertySet)SymbolProperty::UnitTest; in getSymbolInfo() 579 APPLY_FOR_PROPERTY(UnitTest); in applyForEachSymbolProperty() 600 case SymbolProperty::UnitTest: OS << "test"; break; in printSymbolProperties()
|
| /llvm-project/libc/test/src/sys/utsname/ |
| H A D | CMakeLists.txt | 14 libc.test.UnitTest.ErrnoSetterMatcher
|