diff options
author | Vladimir Marko <vmarko@google.com> | 2017-02-13 16:53:03 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-02-13 16:53:04 +0000 |
commit | 71953d82e802d8e8e1619562aea26ed3204bafd7 (patch) | |
tree | 2e06989273e3a8e98ccf6c3a40b431d5e05f20f8 /compiler/driver/compiler_driver_test.cc | |
parent | ab58a629d6cfe75f0ed34326c2ca6364b2203885 (diff) | |
parent | 85c0f2ac03417f5125bc2ff1dab8109859c67d5c (diff) |
Merge "Revert^2 "Hash-based dex cache type array.""
Diffstat (limited to 'compiler/driver/compiler_driver_test.cc')
-rw-r--r-- | compiler/driver/compiler_driver_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/driver/compiler_driver_test.cc b/compiler/driver/compiler_driver_test.cc index 1e4ca16844..e4b66ebc5a 100644 --- a/compiler/driver/compiler_driver_test.cc +++ b/compiler/driver/compiler_driver_test.cc @@ -101,6 +101,7 @@ class CompilerDriverTest : public CommonCompilerTest { }; // Disabled due to 10 second runtime on host +// TODO: Update the test for hash-based dex cache arrays. Bug: 30627598 TEST_F(CompilerDriverTest, DISABLED_LARGE_CompileDexLibCore) { CompileAll(nullptr); |