Home
last modified time | relevance | path

Searched refs:test_name (Results 1 – 8 of 8) 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/
Dutils.cpp38 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()
Ddlfcn_symlink_support.h27 explicit DlfcnSymlink(const char* test_name) { in DlfcnSymlink() argument
28 create_dlfcn_test_symlink(test_name, &symlink_path_); in DlfcnSymlink()
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
Dutils.h268 void RunGwpAsanTest(const char* test_name);
269 void RunSubtestNoEnv(const char* test_name);
Dfdtrack_test.cpp198 #define FDTRACK_TEST_NAME(test_name, fdtrack_name, expression) \ argument
199 TEST(fdtrack, test_name) { \
/bionic/libc/malloc_hooks/tests/
Dmalloc_hooks_tests.cpp94 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/
Dmalloc_debug_system_tests.cpp222 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()