summaryrefslogtreecommitdiff
path: root/testrunner/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for running host java tests to runtest.Brett Chabot2009-06-261-14/+17
| | | | | | | With this change, also refactored runtest as follows: Modified the test suite schema and python implementation to have an inheritance structure. Each test type has its own python module, which will also handle the logic of running the test.
* Initial change to add cts tests to runtest.Brett Chabot2009-06-021-1/+1
| | | | | | | | | | | | | | Adds cts test definitions to the testrunner/test_defs.xml. Adds support for runtest --cts arg, which will run all cts tests. This temporarily relies on the addition of a 'cts' attribute to the test definition - a new xml format may be defined later that changes how cts tests are identified. This change is based on previous unsubmitted CL https://android-git.corp.google.com/g/Gerrit#change,1702. The only delta wrt to that change is the use of InstrumentationCtsTestRunner. Update: rebased to latest donut.
* runtest.py bug fixes.Brett Chabot2009-05-051-0/+3
| | | | | Improved error handling, and added support for "size" and "package" arguments. Removed deprecated runtest shell script.
* auto import from //depot/cupcake/@136654The Android Open Source Project2009-03-051-0/+40