Searched refs:test_name (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/ |
D | utils.cpp | 31 void RunGwpAsanTest(const char* test_name) { in RunGwpAsanTest() argument 36 filter_arg += test_name; in RunGwpAsanTest() 45 void RunSubtestNoEnv(const char* test_name) { in RunSubtestNoEnv() argument 48 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 | fdsan_test.cpp | 36 #define FDSAN_TEST(test_name) TEST_F(FdsanTest, test_name) argument
|
D | utils.h | 267 void RunGwpAsanTest(const char* test_name); 268 void RunSubtestNoEnv(const char* test_name);
|
D | fdtrack_test.cpp | 196 #define FDTRACK_TEST_NAME(test_name, fdtrack_name, expression) \ argument 197 TEST(fdtrack, test_name) { \
|
/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/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 | 223 void Exec(const char* test_name, const char* debug_options, int expected_exit_code = 0) { in Exec() argument 230 ASSERT_NO_FATAL_FAILURE(InternalExec(test_name, debug_options, expected_exit_code)); in Exec() 252 void InternalExec(const char* test_name, const char* debug_options, int expected_exit_code) { in InternalExec() argument 270 std::string filter_arg = std::string("--gtest_filter=") + test_name; in InternalExec()
|