summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/multidex
Commit message (Collapse)AuthorAgeFilesLines
* Remove assertion status from Jack sanity checksJean-Marie Henaff2015-06-241-1/+1
| | | | | | | | | - adds a property to set when invoking ant to disable assertion (-Dtests.disable-assertions=true) - remove assertion status modification done in tests (cherry picked from commit 9fcbabb82e5292b7df75ea396eddd34ea8a1558c) Change-Id: Ibfc41fc8b0e7e47c597d3f92e420dfb151681396
* Update path of jpp file used by MultiDex testsmikaelpeltier2015-06-191-2/+2
| | | | | Change-Id: Icadfa334cc3152fe5a830199d10ae3c3ea3d41b8 (cherry picked from commit 833cd465bf28f3c89018b2f197c4890083cb3793)
* Fix long MultiDexTestsBenoit Lamarche2015-06-181-2/+4
| | | | | | | | JPP file has moved. (cherry picked from commit 886e13d068b0d7dd1408743dd6b673c4816b60fe) Change-Id: I8760d31c6c981ebda35ecdcf0011b11600aa250a
* Adapt MultiDexTests to support CaseInsensitiveFSBenoit Lamarche2015-06-182-49/+23
| | | | | | | | Bug: 21486756 (cherry picked from commit 7be6522ac6df670a3c1feafa5cd08652f4854aa8) Change-Id: Ied2da33995a96c6d776616f47c8cf1793a78bc9a
* Temporarly deactivate tests that are broken because of CaseInsensitiveFSBenoit Lamarche2015-05-291-0/+4
| | | | | | | | | They will need to be modified Bug: 21486756 (cherry picked from commit 02859f0c0a29d30e6b8561c7854fd992271c4760) Change-Id: If5c39e4f4e1d3be9772a33493b3cb178412ebe19
* Make multidex type partition deterministYohann Roussel2015-05-185-29/+120
| | | | | | | By sorting types by name before filling the output dex files. Bug: 19505195 Change-Id: Ib7c11bc2b072c422e40188cfce7502e7f23679c8
* Fix mapping comparison order in shrob testsJean-Marie Henaff2015-04-271-9/+16
| | | | | | | | | | - Some files to be comapred were passed in the wrong order. - Changed order in test framework API to match how it's been done in other Comparators. Bug: 20150139 Change-Id: I999886b15781c1a170d578c1d8b31b6325c783af
* Load default libraries from jack.jarYohann Roussel2015-03-171-15/+27
| | | | | | | | For now the only default library contains the jack annotations. The default libraries can be ignored by "--no-default-libraries". Bug: 17803510 Change-Id: I0eb0c1a535e1d4ff808c744ba7c1924e4dd4aee6
* Move all classes of DexComparator project into comparator packagemikaelpeltier2015-03-111-1/+1
| | | | | | - Replace also occured by occurred into all toolchains Change-Id: I47e8fba64573509ea8372cfc5ddfae5639036c7a
* Adapt some long tests to the new APImikaelpeltier2015-03-111-3/+2
| | | | Change-Id: Ib35dfd9ea5c3166fd3d6d3dbcdf5d10fdafb3e26
* Implement Api01Configmikaelpeltier2015-03-091-3/+2
| | | | Change-Id: I455d060994c59fecf5dbad2a1b4ff0905cb7df61
* Revert "Revert "Start using jack-api for jack API based test toolchains""Jean-Marie Hénaff2015-03-092-15/+23
| | | | | | This reverts commit b43732ee3d9f9ffcd7595ab657e4c683a1751b3a. Change-Id: Id9fbfcd8f7aebca1136bfcbbf9e37359dc42a19d
* Revert "Start using jack-api for jack API based test toolchains"Jean-Marie Hénaff2015-03-062-23/+15
| | | | | | This reverts commit d235ed6f21b7b21aefb4b066b0c64acfa2bbb229. Change-Id: Idceeda07056275eb887d42a5aa75b624024554e0
* Start using jack-api for jack API based test toolchainsJean-Marie Henaff2015-03-062-15/+23
| | | | | | Implementation is still to be done. Change-Id: I010ab9f00f4c00275982d4abfcbf6c94248f3fb4
* Fix LegacyJillToolchain in jack-testsJean-Marie Henaff2015-02-181-2/+9
| | | | Change-Id: Ib9d9f88e1edc231be58125bca9ac71b7af88990f
* Change handling of classpath in compilation in test frameworkJean-Marie Henaff2015-02-032-34/+42
| | | | | | | Make classpath an optional parameter. This change leads to simpler calls to compilation methods. Change-Id: Ia8a5e1bf13bfe9690a838784922622d3f3f148d7
* Adapt more tests to new test frameworkJean-Marie Henaff2015-01-141-77/+56
| | | | Change-Id: Id409d03f887ce20dbcf1a04792df75e3acafd499
* Use DexBuffer instead of dexdump in multidex testsYohann Roussel2015-01-131-45/+28
| | | | | Bug: 18198750 Change-Id: Ic091f405584cf1857eb595fdbf9a97ed9cc8113c
* Move some long multidex tests out of presubmitYohann Roussel2015-01-132-2/+12
| | | | | | By marking them as Slow Change-Id: Ia0fe0ad92f79bc0d48d6f100e04de62f1f01aaaf
* Rename JayceImport by ImportedLibrariesmikaelpeltier2015-01-121-2/+2
| | | | Change-Id: I13b2f2d57b3d2ae0d22cffcad95b2d39eb343c4e
* Remove bootclasspathmikaelpeltier2014-12-241-7/+7
| | | | Change-Id: Id880b0909a843feb719e75723c70330f771c10ae
* Adapt tests to handle ProcessExceptionBenoit Lamarche2014-12-191-10/+13
| | | | Change-Id: I673ed0d99cd011a48b86bfd29e8adb237d7e0032
* Merge "Remove references to TestTools in jack-tests" into ub-jackJean-Marie Henaff2014-12-161-5/+4
|\
| * Remove references to TestTools in jack-testsJean-Marie Henaff2014-12-111-5/+4
| | | | | | | | | | | | Remove references on TestTools that can be handled by AbstractTestTools Change-Id: I3d004df0c6950dee4b3715cd6c88f809efd55b0b
* | Give better jack.home location and update READMEJean-Marie Henaff2014-12-161-17/+0
|/ | | | | | jack.home use now points to jack directory Change-Id: I1c9d8b7d319d296cd17f6e41b0ee2eed5829de49
* Use new JUnit based test frameworkJean-Marie Henaff2014-12-023-0/+738
| | | | | | Bug: 18547020 Change-Id: I5d02ebdecbf79bea035ae8a042d50a06aa7c2a62
* Force annotated classes in main dexYohann Roussel2014-11-2410-0/+223
| | | | | | | | | | When compiling for legacy multidex, keeps in main dex all classes annotated (or with a member annotated) by a runtime visible annotation. This is a rough workaround for https://code.google.com/p/android/issues/detail?id=78144 Bug: 18385117 Change-Id: If640a49842e8c7e1b9f9382dbc6f7335dac512ab
* Emit multidex.Yohann Roussel2014-09-02122-0/+323148
Change-Id: Id1e494a60635c0694c8f6b985d1a0e1248d6db03