summaryrefslogtreecommitdiffstats
path: root/jack-tests/src/com/android/jack/test/runner
Commit message (Collapse)AuthorAgeFilesLines
* Fix misnamed variable in Dalvik host test runnerJean-Marie Henaff2015-02-031-2/+5
| | | | Change-Id: Iac239bf84051b824079a8712a9e2c48b74a94976
* Fix redirection in DeviceRunnerJean-Marie Henaff2015-01-301-25/+34
| | | | | | | | | | | | Redirection requested by user is only active for the test which is executed, and not all the device setup commands. Thus tests that rely on output comparison are more likely to work since not polluted by extra output. I also fixed a path issue due the change done in test properties for jack.home. Change-Id: I2c7d758946d03ac3efa7db08566bd37ae98b373e
* Move test location lookup to jack projectJean-Marie Henaff2015-01-221-2/+3
| | | | | | | | | | - Introduce undocumented test property "android.home" for tests that really require an Android source tree Otherwise use the mandatory jack.home property - Get rid of ANDROID_BUILD_TOP Change-Id: Ifabc83fcb8a872eafe35e9e79c28ab9ee3348c6b
* Add possibility tu run classes with main() on host and deviceJean-Marie Henaff2014-12-226-43/+115
| | | | | | Runners currently run only JUnit test case. Change-Id: I181da83f1b5c48f24f697844b85837728304646b
* Split test command line on device runnerJean-Marie Henaff2014-12-187-66/+112
| | | | | | | Command line size on device is limited, and RegressionTests requires a lot of test case to be listed. Change-Id: I7ec8a363c434761bd3ea33784723730ac4ce9055
* Remove PrintStream wrapper for Runners output redirectionJean-Marie Henaff2014-12-172-37/+30
| | | | Change-Id: I07cb4b031c523fe3edfccdb50fdca24af96ca742
* Move test-exit-status.sh in etc/Jean-Marie Henaff2014-12-051-8/+12
| | | | Change-Id: Iccf88b7557a62a12717af411d80cc1726204c345
* WIP Use JUnit for jack-tests.Jean-Marie Henaff2014-10-1411-0/+978
(cherry picked from commit 452cbd7d69db557ecdbbd20875a669752cf2d9d7) Change-Id: I96a34b90c9525fa4403f6f940d6fcdf4656722ab