From f0a3f09c3d54646166a55c05a6b39c7dd504129c Mon Sep 17 00:00:00 2001 From: Jeff Hao Date: Thu, 24 Jul 2014 16:26:09 -0700 Subject: Fix proxy tracing and enable tests that now work with tracing. Also updates proxy_test to generate an image for GetQuickOatCodeFor. Bug: 16386215 Change-Id: Ie7daad3d73ea7b60187bc1e7037ade0df8277107 --- runtime/common_runtime_test.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'runtime/common_runtime_test.h') diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h index eb963525e8..363d8daaf8 100644 --- a/runtime/common_runtime_test.h +++ b/runtime/common_runtime_test.h @@ -85,10 +85,18 @@ class CommonRuntimeTest : public testing::Test { virtual void TearDown(); + // Gets the path of the libcore dex file. std::string GetLibCoreDexFileName(); + // Gets the path of the specified dex file for host or target. std::string GetDexFileName(const std::string& jar_prefix); + // Gets the path of the libcore oat file. + std::string GetLibCoreOatFileName(); + + // Gets the path of the specified oat file for host or target. + std::string GetOatFileName(const std::string& oat_prefix); + std::string GetTestAndroidRoot(); std::vector OpenTestDexFiles(const char* name) -- cgit v1.2.3-59-g8ed1b