Home
last modified time | relevance | path

Searched defs:test_name (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py167 def _get_results_basename(self, test_name): argument
175 def _get_results_path(self, test_name): argument
183 def _get_results_text_path(self, test_name): argument
189 def _get_results_pickle_path(self, test_name): argument
195 def _record_steps(self, test_name, steps): argument
208 def _record_score(self, test_name, heuristic): argument
224 def _record_failed_test(self, test_name, exception): argument
231 def _record_successful_test(self, test_name, steps, heuristic): argument
241 def _run_test(self, test_name): argument
/llvm-project-15.0.7/llvm/unittests/Support/CommandLineInit/
H A DCMakeLists.txt1 set(test_name CommandLineInitTests) variable
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_prod.h58 #define FRIEND_TEST(test_case_name, test_name)\ argument
H A Dgtest-param-test.h419 #define TEST_P(test_suite_name, test_name) \ argument
H A Dgtest.h2330 #define GTEST_TEST(test_suite_name, test_name) \ argument
2337 #define TEST(test_suite_name, test_name) GTEST_TEST(test_suite_name, test_name) argument
2367 #define TEST_F(test_fixture, test_name)\ argument
2437 TestInfo* RegisterTest(const char* test_suite_name, const char* test_name, in RegisterTest()
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/
H A DOneTest.py51 test_name = os.environ['GTEST_FILTER'] variable
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_cursor_kind.py12 def test_name(self): member in TestCursorKind
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Davoid-underscore-in-googletest-name.cpp3 #define TEST(test_case_name, test_name) void test_case_name##test_name() argument
4 #define TEST_F(test_case_name, test_name) void test_case_name##test_name() argument
5 #define TEST_P(test_case_name, test_name) void test_case_name##test_name() argument
6 #define TYPED_TEST(test_case_name, test_name) void test_case_name##test_name() argument
7 #define TYPED_TEST_P(test_case_name, test_name) void test_case_name##test_name() argument
8 #define FRIEND_TEST(test_case_name, test_name) void test_case_name##test_name() argument
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_language/
H A DTestBreakpointLanguage.py15 def check_location_file(self, bp, loc, test_name): argument
/llvm-project-15.0.7/lldb/test/API/symbol_ondemand/breakpoint_language/
H A DTestBreakpointLanguageOnDemand.py15 def check_location_file(self, bp, loc, test_name): argument
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A DTestMultithreaded.py82 def build_and_test(self, sources, test_name, args=None): argument
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h587 const char* test_name) { in AddTestName()
601 bool TestExists(const std::string& test_name) const { in TestExists()
605 const CodeLocation& GetCodeLocation(const std::string& test_name) const { in GetCodeLocation()
759 std::string test_name = StripTrailingSpaces( variable
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/
H A DTool.py103 def _run_test(self, test_name): # noqa argument
/llvm-project-15.0.7/llvm/utils/lit/lit/formats/
H A Dgoogletest.py152 def get_test_stdout(test_name): argument
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py39 def getMake(self, test_subdir, test_name): argument
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dcomplexity_test.cc16 int AddComplexityTest(const std::string &test_name, in AddComplexityTest()
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dreports.py159 test_name, start_time, elapsed_time, test_output, result_code, is_expected argument
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc524 const std::string& test_name) { in FilterMatchesTest()
5510 const std::string test_name(test_info->name()); in FilterTests() local