diff options
| author | 2017-03-14 19:01:01 +0000 | |
|---|---|---|
| committer | 2017-03-14 19:01:02 +0000 | |
| commit | c1af10e85eb517de8794eb11dbde7d464eac4220 (patch) | |
| tree | 38e0bc379435cc5de2252b57e8bb1692b370c5f6 /compiler/driver/compiler_driver_test.cc | |
| parent | b6b76e47720336c25812688c286853caa71894df (diff) | |
| parent | 8d6768d47b66a688d35399d524ad5a5450e9d9d4 (diff) | |
Merge "Revert^6 "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 316117f94b..562f97b3ae 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); |