Home
last modified time | relevance | path

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

/system/core/libbacktrace/
Dbacktrace_test.cpp1123 std::list<std::string> expected_functions; in VerifyFunctionsFound() local
1124 expected_functions.push_back("test_recursive_call"); in VerifyFunctionsFound()
1125 expected_functions.push_back("test_level_one"); in VerifyFunctionsFound()
1126 expected_functions.push_back("test_level_two"); in VerifyFunctionsFound()
1127 expected_functions.push_back("test_level_three"); in VerifyFunctionsFound()
1128 expected_functions.push_back("test_level_four"); in VerifyFunctionsFound()
1130 for (const auto& expected_function : expected_functions) { in VerifyFunctionsFound()
1132 expected_functions.remove(found_function); in VerifyFunctionsFound()
1137 ASSERT_TRUE(expected_functions.empty()) << "Not all functions found in shared library."; in VerifyFunctionsFound()