Searched refs:test_name (Results 1 – 7 of 7) 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 | 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 | fdsan_test.cpp | 36 #define FDSAN_TEST(test_name) TEST_F(FdsanTest, test_name) argument
|
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 | fdtrack_test.cpp | 196 #define FDTRACK_TEST_NAME(test_name, fdtrack_name, expression) \ argument 197 TEST(fdtrack, test_name) { \
|
/bionic/libc/malloc_hooks/tests/ |
D | malloc_hooks_tests.cpp | 93 void RunTest(std::string test_name); 137 void MallocHooksTest::RunTest(std::string test_name) { in RunTest() argument 140 std::string filter_arg("--gtest_filter=" + test_name); in RunTest()
|
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 70 static void Exec(const char* test_name, const char* debug_options, pid_t* pid, int exit_code = 0, in Exec() argument 89 std::string filter_arg = std::string("--gtest_filter=") + test_name; in Exec()
|