Home
last modified time | relevance | path

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

/art/test/testrunner/
Dtestrunner.py741 for test_info in failed_tests:
742 print_text(('%s\n%s\n' % (test_info[0], test_info[1])))
/art/runtime/jit/
Dprofile_compilation_info_test.cc832 ProfileCompilationInfo test_info; in TEST_F() local
834 ASSERT_TRUE(AddMethod("dex_location2", /* checksum */ 2, /* method_idx */ i, &test_info)); in TEST_F()
839 ASSERT_FALSE(test_info.Load(GetFd(profile))); in TEST_F()