Home
last modified time | relevance | path

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

/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py140 def _get_results_basename(self, test_name): argument
149 def _get_results_path(self, test_name): argument
159 def _get_results_text_path(self, test_name): argument
164 def _get_results_pickle_path(self, test_name): argument
169 _record_steps(self, test_name, steps) global() argument
182 _record_score(self, test_name, heuristic) global() argument
198 _record_failed_test(self, test_name, exception) global() argument
205 _record_successful_test(self, test_name, steps, heuristic) global() argument
215 _run_test(self, test_name) global() argument
[all...]
/llvm-project/llvm/unittests/Support/CommandLineInit/
H A DCMakeLists.txt1 set(test_name CommandLineInitTests) variable
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest_prod.h57 #define FRIEND_TEST(test_case_name, test_name) \ argument
H A Dgtest-param-test.h450 #define TEST_P(test_suite_name, test_name) \ argument
H A Dgtest.h2169 #define GTEST_TEST(test_suite_name, test_name) \ argument
2176 #define TEST(test_suite_name, test_name) GTEST_TEST(test_suite_name, test_name) argument
2204 #define GTEST_TEST_F(test_fixture, test_name) \ argument
2208 #define TEST_F(test_fixture, test_name) GTEST_TEST_F(test_fixture, test_name) argument
/llvm-project/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/
H A DOneTest.py53 test_name = os.environ["GTEST_FILTER"] variable
/llvm-project/clang/bindings/python/tests/cindex/
H A Dtest_cursor_kind.py13 def test_name(self): global() member in TestCursorKind
/llvm-project/lldb/test/API/symbol_ondemand/breakpoint_language/
H A DTestBreakpointLanguageOnDemand.py14 def check_location_file(self, bp, loc, test_name): argument
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_language/
H A DTestBreakpointLanguage.py13 def check_location_file(self, bp, loc, test_name): argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Davoid-underscore-in-googletest-name.cpp3 #define TEST(test_suite_name, test_name) void test_suite_name##test_name() argument
4 #define TEST_F(test_suite_name, test_name) void test_suite_name##test_name() argument
5 #define TEST_P(test_suite_name, test_name) void test_suite_name##test_name() argument
6 #define TYPED_TEST(test_suite_name, test_name) void test_suite_name##test_name() argument
7 #define TYPED_TEST_P(test_suite_name, test_name) void test_suite_name##test_name() argument
8 #define FRIEND_TEST(test_suite_name, test_name) void test_suite_name##test_name() argument
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h590 const char* test_name) { in AddTestName()
604 bool TestExists(const std::string& test_name) const { in TestExists()
608 const CodeLocation& GetCodeLocation(const std::string& test_name) const { in GetCodeLocation()
770 std::string test_name = variable
/llvm-project/lldb/test/API/api/multithreaded/
H A DTestMultithreaded.py94 build_and_test(self, sources, test_name, args=None) global() argument
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/
H A DTool.py106 def _run_test(self, test_name): # noqa argument
/llvm-project/llvm/utils/lit/lit/formats/
H A Dgoogletest.py211 def get_test_stdout(test_name): argument
/llvm-project/libcxx/test/libcxx/time/time.zone/time.zone.db/
H A Dzones.pass.cpp98 static void test_name() { in test_name() function
H A Drules.pass.cpp135 static void test_name() { test_name() function
/llvm-project/lldb/packages/Python/lldbsuite/test/builders/
H A Dbuilder.py39 getMake(self, test_subdir, test_name) global() argument
/llvm-project/third-party/benchmark/test/
H A Dcomplexity_test.cc16 int AddComplexityTest(const std::string &test_name, in AddComplexityTest()
/llvm-project/llvm/utils/lit/lit/
H A Dreports.py166 gen_resultdb_test_entry( test_name, start_time, elapsed_time, test_output, result_code, is_expected ) global() argument
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc858 const std::string& test_name) { in FilterMatchesTest()
6113 const std::string test_name(test_info->name()); in FilterTests() local