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

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

Completed in 51 milliseconds