diff options
author | 2016-11-24 13:03:57 +0000 | |
---|---|---|
committer | 2016-11-24 13:03:57 +0000 | |
commit | 09ded9201fbeec605b12741ae255663c14bda225 (patch) | |
tree | c0276a06f8b6dba35e843098a05be326c8f5e2ac /test/626-const-class-linking/src-multidex/Test.java | |
parent | 25dcbad4462ea7279ee2bbe0884abc25bdfac77a (diff) |
Revert "Revert "Revert "Make sure that const-class linkage is preserved."""
626-const-class-linking is failing (spurious wakeups?)
970-iface-super-resolution-gen is failing:
dex2oatd F 11-24 10:57:16 6410 6410 image_writer.cc:1144]
Check failed: !IsBootClassLoaderClass(as_klass)
java.lang.Class<java.lang.NoSuchMethodError>
Bug: 30627598
This reverts commit 25dcbad4462ea7279ee2bbe0884abc25bdfac77a.
Change-Id: Ie010169bdde45e6ccf2e04a521da4682bd817114
Diffstat (limited to 'test/626-const-class-linking/src-multidex/Test.java')
-rw-r--r-- | test/626-const-class-linking/src-multidex/Test.java | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/626-const-class-linking/src-multidex/Test.java b/test/626-const-class-linking/src-multidex/Test.java deleted file mode 100644 index 1b0cc2a791..0000000000 --- a/test/626-const-class-linking/src-multidex/Test.java +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (C) 2016 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -public class Test { -} |