Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info_test.cc145 bool should_succeed, in TestProfileLoadFromZip() argument
176 ASSERT_EQ(should_succeed, loaded_info.Load(zip.GetFile()->GetPath(), false)); in TestProfileLoadFromZip()
177 if (should_succeed) { in TestProfileLoadFromZip()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc1079 void RunTest(T& runner, bool in_transaction, bool should_succeed) { in RunTest() argument
1109 if (!should_succeed) { in RunTest()
1129 if (should_succeed) { in RunTest()