Home
last modified time | relevance | path

Searched refs:test_name (Results 1 – 7 of 7) sorted by relevance

/bionic/tools/versioner/
Drun_tests.py21 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/
Ddlfcn_symlink_support.h27 explicit DlfcnSymlink(const char* test_name) { in DlfcnSymlink() argument
28 create_dlfcn_test_symlink(test_name, &symlink_path_); in DlfcnSymlink()
Dfdsan_test.cpp36 #define FDSAN_TEST(test_name) TEST_F(FdsanTest, test_name) argument
Dclang_fortify_tests.cpp128 #define FORTIFY_TEST(test_name) TEST_F(FORTIFY_TEST_NAME, test_name) argument
135 #define FORTIFY_TEST(test_name) void test_name() argument
Dfdtrack_test.cpp196 #define FDTRACK_TEST_NAME(test_name, fdtrack_name, expression) \ argument
197 TEST(fdtrack, test_name) { \
/bionic/libc/malloc_hooks/tests/
Dmalloc_hooks_tests.cpp93 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/
Dmalloc_debug_system_tests.cpp70 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()