diff options
| author | 2018-08-03 11:10:49 +0100 | |
|---|---|---|
| committer | 2018-08-03 11:11:52 +0100 | |
| commit | b1f9c79c550e4d9d77d85ab723b642cd0eb7afad (patch) | |
| tree | 99e6c330f7b9c9c4e7c659788e4920ebdd96555a | |
| parent | b27d874ebc0c067d96994a6ebe3c10eaeb2e4a75 (diff) | |
Remove all multidex.jpp files.
These are unused since jack was removed from the tree.
Test: Rely on TreeHugger
Change-Id: Iaf16bc70ed943d46cd56a3140deb7508c8bf985f
| -rw-r--r-- | test/008-exceptions/multidex.jpp | 27 | ||||
| -rw-r--r-- | test/162-method-resolution/multidex.jpp | 127 | ||||
| -rw-r--r-- | test/462-checker-inlining-dex-files/multidex.jpp | 8 | ||||
| -rw-r--r-- | test/556-invoke-super/multidex.jpp | 4 | ||||
| -rw-r--r-- | test/569-checker-pattern-replacement/multidex.jpp | 8 | ||||
| -rw-r--r-- | test/616-cha-interface-default/multidex.jpp | 3 | ||||
| -rw-r--r-- | test/616-cha-proxy-method-inline/multidex.jpp | 3 | ||||
| -rw-r--r-- | test/626-const-class-linking/multidex.jpp | 27 | ||||
| -rw-r--r-- | test/638-checker-inline-caches/multidex.jpp | 12 | ||||
| -rw-r--r-- | test/683-clinit-inline-static-invoke/multidex.jpp | 3 |
10 files changed, 0 insertions, 222 deletions
diff --git a/test/008-exceptions/multidex.jpp b/test/008-exceptions/multidex.jpp deleted file mode 100644 index a3746f5149..0000000000 --- a/test/008-exceptions/multidex.jpp +++ /dev/null @@ -1,27 +0,0 @@ -BadError: - @@com.android.jack.annotations.ForceInMainDex - class BadError -BadInit: - @@com.android.jack.annotations.ForceInMainDex - class BadInit -BadErrorNoStringInit: - @@com.android.jack.annotations.ForceInMainDex - class BadErrorNoStringInit -BadInitNoStringInit: - @@com.android.jack.annotations.ForceInMainDex - class BadInitNoStringInit -BadSuperClass: - @@com.android.jack.annotations.ForceInMainDex - class BadSuperClass -DerivedFromBadSuperClass: - @@com.android.jack.annotations.ForceInMainDex - class DerivedFromBadSuperClass -Main: - @@com.android.jack.annotations.ForceInMainDex - class Main -MultiDexBadInit: - @@com.android.jack.annotations.ForceInMainDex - class MultiDexBadInit -MultiDexBadInitWrapper1: - @@com.android.jack.annotations.ForceInMainDex - class MultiDexBadInitWrapper1 diff --git a/test/162-method-resolution/multidex.jpp b/test/162-method-resolution/multidex.jpp deleted file mode 100644 index 5722f7f1d8..0000000000 --- a/test/162-method-resolution/multidex.jpp +++ /dev/null @@ -1,127 +0,0 @@ -Test1Base: - @@com.android.jack.annotations.ForceInMainDex - class Test1Base -Test1Derived: - @@com.android.jack.annotations.ForceInMainDex - class Test1Derived -Test1User2: - @@com.android.jack.annotations.ForceInMainDex - class Test1User2 - -Test2Base: - @@com.android.jack.annotations.ForceInMainDex - class Test2Base -Test2Derived: - @@com.android.jack.annotations.ForceInMainDex - class Test2Derived -Test2Interface: - @@com.android.jack.annotations.ForceInMainDex - class Test2Interface -Test2User: - @@com.android.jack.annotations.ForceInMainDex - class Test2User -Test2User2: - @@com.android.jack.annotations.ForceInMainDex - class Test2User2 - -Test3Base: - @@com.android.jack.annotations.ForceInMainDex - class Test3Base -Test3Derived: - @@com.android.jack.annotations.ForceInMainDex - class Test3Derived -Test3Interface: - @@com.android.jack.annotations.ForceInMainDex - class Test3Interface - -Test4Interface: - @@com.android.jack.annotations.ForceInMainDex - class Test4Interface -Test4Derived: - @@com.android.jack.annotations.ForceInMainDex - class Test4Derived -Test4User: - @@com.android.jack.annotations.ForceInMainDex - class Test4User - -Test5Interface: - @@com.android.jack.annotations.ForceInMainDex - class Test5Interface -Test5Base: - @@com.android.jack.annotations.ForceInMainDex - class Test5Base -Test5Derived: - @@com.android.jack.annotations.ForceInMainDex - class Test5Derived -Test5User: - @@com.android.jack.annotations.ForceInMainDex - class Test5User -Test5User2: - @@com.android.jack.annotations.ForceInMainDex - class Test5User2 - -Test6Interface: - @@com.android.jack.annotations.ForceInMainDex - class Test6Interface -Test6Derived: - @@com.android.jack.annotations.ForceInMainDex - class Test6Derived -Test6User: - @@com.android.jack.annotations.ForceInMainDex - class Test6User -Test6User2: - @@com.android.jack.annotations.ForceInMainDex - class Test6User2 - -Test7Base: - @@com.android.jack.annotations.ForceInMainDex - class Test7Base -Test7Interface: - @@com.android.jack.annotations.ForceInMainDex - class Test7Interface -Test7Derived: - @@com.android.jack.annotations.ForceInMainDex - class Test7Derived -Test7User: - @@com.android.jack.annotations.ForceInMainDex - class Test7User - -Test8Base: - @@com.android.jack.annotations.ForceInMainDex - class Test8Base -Test8Derived: - @@com.android.jack.annotations.ForceInMainDex - class Test8Derived -Test8User: - @@com.android.jack.annotations.ForceInMainDex - class Test8User -Test8User2: - @@com.android.jack.annotations.ForceInMainDex - class Test8User2 - -Test9Base: - @@com.android.jack.annotations.ForceInMainDex - class Test9Base -Test9Derived: - @@com.android.jack.annotations.ForceInMainDex - class Test9Derived -Test9User: - @@com.android.jack.annotations.ForceInMainDex - class Test9User -Test9User2: - @@com.android.jack.annotations.ForceInMainDex - class Test9User2 - -Test10Base: - @@com.android.jack.annotations.ForceInMainDex - class Test10Base -Test10Interface: - @@com.android.jack.annotations.ForceInMainDex - class Test10Interface -Test10User: - @@com.android.jack.annotations.ForceInMainDex - class Test10User - -Main: - @@com.android.jack.annotations.ForceInMainDex - class Main diff --git a/test/462-checker-inlining-dex-files/multidex.jpp b/test/462-checker-inlining-dex-files/multidex.jpp deleted file mode 100644 index ae554566cb..0000000000 --- a/test/462-checker-inlining-dex-files/multidex.jpp +++ /dev/null @@ -1,8 +0,0 @@ -Main: - @@com.android.jack.annotations.ForceInMainDex - class Main - -AAA: - @@com.android.jack.annotations.ForceInMainDex - class AAA - diff --git a/test/556-invoke-super/multidex.jpp b/test/556-invoke-super/multidex.jpp deleted file mode 100644 index fe018019e3..0000000000 --- a/test/556-invoke-super/multidex.jpp +++ /dev/null @@ -1,4 +0,0 @@ -Main: - @@com.android.jack.annotations.ForceInMainDex - class Main* - diff --git a/test/569-checker-pattern-replacement/multidex.jpp b/test/569-checker-pattern-replacement/multidex.jpp deleted file mode 100644 index cfc8ad1fc9..0000000000 --- a/test/569-checker-pattern-replacement/multidex.jpp +++ /dev/null @@ -1,8 +0,0 @@ -Main: - @@com.android.jack.annotations.ForceInMainDex - class Main - -BaseInMainDex: - @@com.android.jack.annotations.ForceInMainDex - class BaseInMainDex - diff --git a/test/616-cha-interface-default/multidex.jpp b/test/616-cha-interface-default/multidex.jpp deleted file mode 100644 index b0d200ea38..0000000000 --- a/test/616-cha-interface-default/multidex.jpp +++ /dev/null @@ -1,3 +0,0 @@ -Main: - @@com.android.jack.annotations.ForceInMainDex - class Main diff --git a/test/616-cha-proxy-method-inline/multidex.jpp b/test/616-cha-proxy-method-inline/multidex.jpp deleted file mode 100644 index b0d200ea38..0000000000 --- a/test/616-cha-proxy-method-inline/multidex.jpp +++ /dev/null @@ -1,3 +0,0 @@ -Main: - @@com.android.jack.annotations.ForceInMainDex - class Main diff --git a/test/626-const-class-linking/multidex.jpp b/test/626-const-class-linking/multidex.jpp deleted file mode 100644 index c7a66488c0..0000000000 --- a/test/626-const-class-linking/multidex.jpp +++ /dev/null @@ -1,27 +0,0 @@ -ClassPair: - @@com.android.jack.annotations.ForceInMainDex - class ClassPair -DefiningLoader: - @@com.android.jack.annotations.ForceInMainDex - class DefiningLoader -DelegatingLoader: - @@com.android.jack.annotations.ForceInMainDex - class DelegatingLoader -Helper1: - @@com.android.jack.annotations.ForceInMainDex - class Helper1 -Main: - @@com.android.jack.annotations.ForceInMainDex - class Main -MisbehavingLoader: - @@com.android.jack.annotations.ForceInMainDex - class MisbehavingLoader -RacyLoader: - @@com.android.jack.annotations.ForceInMainDex - class RacyLoader -RacyMisbehavingHelper: - @@com.android.jack.annotations.ForceInMainDex - class RacyMisbehavingHelper -RacyMisbehavingLoader: - @@com.android.jack.annotations.ForceInMainDex - class RacyMisbehavingLoader diff --git a/test/638-checker-inline-caches/multidex.jpp b/test/638-checker-inline-caches/multidex.jpp deleted file mode 100644 index 69a2cc1ff1..0000000000 --- a/test/638-checker-inline-caches/multidex.jpp +++ /dev/null @@ -1,12 +0,0 @@ -Main: - @@com.android.jack.annotations.ForceInMainDex - class Main -Super: - @@com.android.jack.annotations.ForceInMainDex - class Super -SubA: - @@com.android.jack.annotations.ForceInMainDex - class SubA -SubB - @@com.android.jack.annotations.ForceInMainDex - class SubB diff --git a/test/683-clinit-inline-static-invoke/multidex.jpp b/test/683-clinit-inline-static-invoke/multidex.jpp deleted file mode 100644 index b0d200ea38..0000000000 --- a/test/683-clinit-inline-static-invoke/multidex.jpp +++ /dev/null @@ -1,3 +0,0 @@ -Main: - @@com.android.jack.annotations.ForceInMainDex - class Main |