diff options
| author | 2017-01-30 12:43:39 +0000 | |
|---|---|---|
| committer | 2017-01-30 12:43:41 +0000 | |
| commit | 68158f2bf23c261ec3e5d51089c0233870f69e6a (patch) | |
| tree | 26d6dcc1d5ed4f0ba5ac15f17ef7377215684bf6 /compiler/driver/compiler_driver_test.cc | |
| parent | c01d49091f4588777db5bf45345f388058caa99f (diff) | |
| parent | ec7862283dd49f5a58d0ac45960ce27c2f7671b8 (diff) | |
Merge "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); |