Searched refs:test_name (Results 1 – 8 of 8) sorted by relevance
/bionic/tools/versioner/ |
D | run_tests.py | 21 def run_test(test_name, path): argument 31 print("{} {}: unexpected success:".format(prefix_fail, test_name)) 40 prefix_fail, test_name)) 48 print("{} {}: unexpected failure:".format(prefix_fail, test_name)) 53 print("{} {}".format(prefix_pass, test_name))
|
/bionic/tests/ |
D | utils.cpp | 38 void RunGwpAsanTest(const char* test_name) { in RunGwpAsanTest() argument 43 filter_arg += test_name; in RunGwpAsanTest() 52 void RunSubtestNoEnv(const char* test_name) { in RunSubtestNoEnv() argument 55 filter_arg += test_name; in RunSubtestNoEnv()
|
D | dlfcn_symlink_support.h | 27 explicit DlfcnSymlink(const char* test_name) { in DlfcnSymlink() argument 28 create_dlfcn_test_symlink(test_name, &symlink_path_); in DlfcnSymlink()
|
D | clang_fortify_tests.cpp | 128 #define FORTIFY_TEST(test_name) TEST_F(FORTIFY_TEST_NAME, test_name) argument 135 #define FORTIFY_TEST(test_name) void test_name() argument
|
D | utils.h | 268 void RunGwpAsanTest(const char* test_name); 269 void RunSubtestNoEnv(const char* test_name);
|
D | fdtrack_test.cpp | 198 #define FDTRACK_TEST_NAME(test_name, fdtrack_name, expression) \ argument 199 TEST(fdtrack, test_name) { \
|
/bionic/libc/malloc_hooks/tests/ |
D | malloc_hooks_tests.cpp | 94 void RunTest(std::string test_name); 138 void MallocHooksTest::RunTest(std::string test_name) { in RunTest() argument 141 std::string filter_arg("--gtest_filter=" + test_name); in RunTest()
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 222 void Exec(const char* test_name, const char* debug_options, int expected_exit_code = 0) { in Exec() argument 229 ASSERT_NO_FATAL_FAILURE(InternalExec(test_name, debug_options, expected_exit_code)); in Exec() 251 void InternalExec(const char* test_name, const char* debug_options, int expected_exit_code) { in InternalExec() argument 269 std::string filter_arg = std::string("--gtest_filter=") + test_name; in InternalExec()
|