summaryrefslogtreecommitdiffstats
path: root/testrunner/test_defs
Commit message (Expand)AuthorAgeFilesLines
* Remove CTS tests from runtest.pyStuart Scott2015-09-151-6/+0
* runtest: introduce --user parameterXiaohui Chen2015-08-241-2/+4
* Add flag to grant permissions when running tests.Santos Cordon2015-05-212-0/+15
* Ensure that the native tests are run from /data/nativetest to match TF.Tsu Chiang Chuang2014-02-251-6/+27
* runtest: add an extra pattern for gtest file names (*Tests.[c|cpp])Igor Murashkin2014-01-241-1/+3
* testrunner: don't hardcode "out"JP Abgrall2013-07-111-1/+1
* Attempt to fix runtest for native tests.Brett Chabot2013-05-161-1/+2
* Make runtest handle inner instrumentation class names.Brett Chabot2012-10-261-2/+4
* Change runtest --path to only run first instrumentation found.Brett Chabot2012-10-241-19/+23
* Make coverage work without test defs.Brett Chabot2012-09-202-5/+15
* Fix log syntax.Brett Chabot2012-09-131-6/+16
* Coverage and unbundling changes for runtest.Brett Chabot2012-08-311-9/+0
* Fixes for runtestBrian Muramatsu2012-03-081-1/+2
* Fix runtest --path for package-private frameworks tests.Brett Chabot2011-08-014-19/+18
* Fix runtest --path for tests built against SDK.Brett Chabot2011-07-172-1/+12
* Add gtest target support for runtest --path.Brett Chabot2011-07-104-149/+395
* am e98ed06e: am d9380caf: Merge "Make runtest --path smarter when choosing pa...Jean-Baptiste Queru2010-08-301-8/+23
|\
| * am d9380caf: Merge "Make runtest --path smarter when choosing path to build."Jean-Baptiste Queru2010-08-301-8/+23
| |\
| | * Merge "Make runtest --path smarter when choosing path to build."Jean-Baptiste Queru2010-08-301-8/+23
| | |\
| | | * Make runtest --path smarter when choosing path to build.Brett Chabot2010-07-291-8/+23
* | | | am d53cf3ba: am 8ddb2873: Change hosttestlib to use ddm-prebuilt.Brett Chabot2010-07-281-5/+2
|\| | |
| * | | am 8ddb2873: Change hosttestlib to use ddm-prebuilt.Brett Chabot2010-07-281-5/+2
| |\| |
| | * | Change hosttestlib to use ddm-prebuilt.Brett Chabot2010-07-271-5/+2
| | |/
| * / code coverage improvement (DO NOT MERGE)Guang Zhu2010-05-181-5/+3
| |/
* | update runtest due to libcore location changeGuang Zhu2010-06-111-4/+1
* | code coverage improvementGuang Zhu2010-04-201-5/+3
* | Runtest support for tests that need 'make' not 'mmm' to build.Brett Chabot2010-04-162-0/+12
* | runtest --path fails with symlinked ANDROID_BUILD_TOPBrian Carlstrom2010-04-151-5/+5
|/
* fix runtest for unqualified Instrumentation class namesFred Quintana2010-03-161-1/+2
* Change runtest 'overriding test def' log to silent.Brett Chabot2010-03-021-1/+1
* Add "annotation" and "not-annotation" args to runtest.Brett Chabot2010-02-231-0/+4
* Replace runtest --cts option with more generic --suite option.Brett Chabot2010-02-194-18/+18
* Added gtest to the list. cd to /sdcard before running native tests.Nicolas Catania2010-02-101-1/+1
* Add support for generating coverage per test suite size to runtest.Brett Chabot2010-01-221-1/+2
* Add runtest --path.Brett Chabot2009-10-262-1/+297
* Remove runtest dependency on current dir being build top.Brett Chabot2009-10-211-1/+1
* Add support to run only tests in a given java package.Brett Chabot2009-10-211-2/+18
* Refactor runtest test_defs to allow programmatic creation.Brett Chabot2009-10-217-190/+319
* 1. Add .c extension to native_test.py so that native test in C can also be pi...Xia Wang2009-08-141-1/+1
* runtest: Remove run_command -> android_build dependency.Brett Chabot2009-06-291-3/+24
* Fix relative class path arg handling in runtest, and some lint errors.Brett Chabot2009-06-283-4/+5
* Add support for running host java tests to runtest.Brett Chabot2009-06-266-0/+687