summaryrefslogtreecommitdiffstats
path: root/jack-tests/src/com/android/jack/test/helper/IncrementalTestHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Adapt FileAccessErrorTest to support CaseInsensitiveFSBenoit Lamarche2015-06-171-3/+3
| | | | | | | | | | | This is a bit hackish since it uses the Location, but I guess that for a test it'll do. Bug: 21486756 (cherry picked from commit 64e246e3b74e6989a4f930192cc7ed81fd2ed667) Change-Id: Ie301194abc50fcc1db9801e93736579c8d03667c
* Adapt and fix DependenciesTestsBenoit Lamarche2015-06-171-32/+47
| | | | | | | Bug: 21486756 (cherry picked from commit 2b27649753700cc3ab6194afc51f8192c472d241) Change-Id: I69da6542c52940f13b6304675e8324386bb4228f
* Adapt incremental tests to use InputJackLibaryBenoit Lamarche2015-05-291-35/+37
| | | | | | (cherry picked from commit 097b5d6e807b250847ec9ff27f4a7ac7a336620f) Change-Id: I954bb80fe35fcc59043665400dd8331e2153427b
* Accept more tests to run with cli-based ToolchainsJean-Marie Henaff2015-03-171-2/+12
| | | | | | | About 200 tests were skipped with those toolchains. Try to reduce this number. Change-Id: I7713638275ca5fa1569dd141c367a683e9c330ae
* Revert "Revert "Start using jack-api for jack API based test toolchains""Jean-Marie Hénaff2015-03-091-3/+3
| | | | | | This reverts commit b43732ee3d9f9ffcd7595ab657e4c683a1751b3a. Change-Id: Id9fbfcd8f7aebca1136bfcbbf9e37359dc42a19d
* Revert "Start using jack-api for jack API based test toolchains"Jean-Marie Hénaff2015-03-061-3/+3
| | | | | | This reverts commit d235ed6f21b7b21aefb4b066b0c64acfa2bbb229. Change-Id: Idceeda07056275eb887d42a5aa75b624024554e0
* Start using jack-api for jack API based test toolchainsJean-Marie Henaff2015-03-061-3/+3
| | | | | | Implementation is still to be done. Change-Id: I010ab9f00f4c00275982d4abfcbf6c94248f3fb4
* CheckStyle passJean-Marie Henaff2015-02-091-1/+2
| | | | Change-Id: Iad1d4b81fcaca5375dc769b45f22a2b4cb2cc816
* Add a test that fails with --incremental-folder, --import and --multi-dexmikaelpeltier2015-02-061-2/+9
| | | | | Bug: 19291536 Change-Id: I38b3c3c0715d6513c0cf796df3eba7bdd4b2e468
* Change handling of classpath in compilation in test frameworkJean-Marie Henaff2015-02-031-3/+5
| | | | | | | Make classpath an optional parameter. This change leads to simpler calls to compilation methods. Change-Id: Ia8a5e1bf13bfe9690a838784922622d3f3f148d7
* Add possibility tu run classes with main() on host and deviceJean-Marie Henaff2014-12-221-2/+1
| | | | | | Runners currently run only JUnit test case. Change-Id: I181da83f1b5c48f24f697844b85837728304646b
* Clean tests on incrementalJean-Marie Henaff2014-12-191-10/+11
| | | | | | | Remove unsused part in jack Use runners listed in tests configuration instead of hard coded one Change-Id: Iecbe86bd148a711686b66516313c55d46d31de26
* Split test command line on device runnerJean-Marie Henaff2014-12-181-1/+2
| | | | | | | Command line size on device is limited, and RegressionTests requires a lot of test case to be listed. Change-Id: I7ec8a363c434761bd3ea33784723730ac4ce9055
* Remove intermediate dex dirmikaelpeltier2014-12-051-3/+2
| | | | | | | | | - Jack always uses library as temporary output for intermediate dex. - Incremental uses library to keep incremental data between compilation. Bug: 18425643 Change-Id: Ibbf9aab41c583e11e3e7c5c7a8be61f12dd617b9
* Use new JUnit based test frameworkJean-Marie Henaff2014-12-021-10/+57
| | | | | | Bug: 18547020 Change-Id: I5d02ebdecbf79bea035ae8a042d50a06aa7c2a62
* WIP Use JUnit for jack-tests.Jean-Marie Henaff2014-10-141-0/+169
(cherry picked from commit 452cbd7d69db557ecdbbd20875a669752cf2d9d7) Change-Id: I96a34b90c9525fa4403f6f940d6fcdf4656722ab