History log of /development/testrunner/errors.py
Revision Date Author Comments
764d3fa70d42a79e2ee999b790e69fc55f12bf61 26-Jun-2009 Brett Chabot <brettchabot@google.com> Add support for running host java tests to runtest.

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.
49b77117feb1d1a0efeae9498cf898a2e1e3ccfd 02-Jun-2009 Brett Chabot <brettchabot@google.com> Initial change to add cts tests to runtest.

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.
6c6c1ab5fd5b7559c271438f50b22edbea1e1f05 06-May-2009 Brett Chabot <brettchabot@google.com> Manual merge of runtest fixes in donut and new account test def add in master.

commit 8a101cb057c1d1d5397b988b6a3f4c3add879008
Author: Brett Chabot <brettchabot@google.com>
Date: Tue May 5 12:56:39 2009 -0700

runtest.py bug fixes.

Improved error handling, and added support for "size" and "package" arguments.
Removed deprecated runtest shell script.
8a101cb057c1d1d5397b988b6a3f4c3add879008 05-May-2009 Brett Chabot <brettchabot@google.com> runtest.py bug fixes.

Improved error handling, and added support for "size" and "package" arguments.
Removed deprecated runtest shell script.
2b83cbdb14fcf0307e87b67d46ba17aab4c22a28 06-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@136654