Commit Graph

295 Commits

Author SHA1 Message Date
Brett Chabot
920e9fefab Make runtest more fault tolerant on test run failures.
Adjust so when running multiple suites, the whole run is not aborted on a
single suite failure.
2010-01-21 17:33:05 -08:00
Neal Nguyen
8a3bb2394b Framework Tests Cleanup: Removing CTS duplicate files
Updating test_defs.xml to remove the class attribute for
AndroidTests wrapper class that is going away.
2009-12-23 18:18:34 -08:00
Fred Quintana
7dbb3c2900 moved the hidden sync helpers out of the framework 2009-12-14 14:31:47 -08:00
Nicolas Catania
6f0366f773 Added the new phone app unittest to runtest.
Used phone-unit for the test name because 'phone'
is already taken by a package under '/vendor'.
2009-12-07 21:13:22 -08:00
Jeff Hamilton
4865c5393f Add a runtest entry for the database tests. 2009-11-19 10:15:23 -08:00
Dan Egnor
e970b3d160 Add "common" runtest definition (for android-common library tests) 2009-11-18 12:05:35 -08:00
Brett Chabot
30a6db9cf3 am 36449a1e: Merge change Ic2680af0 into eclair
Merge commit '36449a1e14b91a25ae6b3746cb8b1387d2b8157b' into eclair-mr2

* commit '36449a1e14b91a25ae6b3746cb8b1387d2b8157b':
  Cleanup for coverage.
2009-11-13 19:00:14 -08:00
Brett Chabot
ddbd282dc8 Cleanup for coverage.
Fix constructor call in coverage.py
Remove obsolete improvider from coverage targets.

Change-Id: Ic2680af0aa84c705a6bc05a897461eeeaeeeb1cc
2009-11-13 18:33:43 -08:00
Brett Chabot
b2876c0c46 am cf87c98a: Add contacts launch performance test definition.
Merge commit 'cf87c98ad18bdf928dd93a86e04b0f61b477a30f' into eclair-mr2

* commit 'cf87c98ad18bdf928dd93a86e04b0f61b477a30f':
  Add contacts launch performance test definition.
2009-11-12 12:04:10 -08:00
Brett Chabot
cf87c98ad1 Add contacts launch performance test definition.
Change-Id: I8d4376e676a682c59accbb129a4d77efb5696e28
2009-11-12 11:47:16 -08:00
Brett Chabot
4277838e68 Remove calendar provider suite from continuous. DO NOT MERGE
Bug 2171501
2009-10-30 17:49:36 -07:00
Brett Chabot
99e5f91aab Fix runcommand logging exception.
BUG 2215978
2009-10-26 17:52:34 -07:00
Brett Chabot
59b4778dd6 Add runtest --path.
This supports specifying a file system path to test(s) to run. The path can be
a java test class file, a java package directory, or a parent directory
containing many tests.

This change allows users to run tests independently from test_defs.xml.

BUG 2133198
2009-10-26 12:22:46 -07:00
Brett Chabot
e00595bdbe Remove runtest dependency on current dir being build top.
This change is necessary to support relative path based args.
2009-10-21 20:01:31 -07:00
Brett Chabot
1cd6174130 Add support to run only tests in a given java package. 2009-10-21 17:00:58 -07:00
Android (Google) Code Review
3447c407dc Merge change I8f6ac3c9 into eclair
* changes:
  Refactor runtest test_defs to allow programmatic creation.
2009-10-21 18:53:58 -04:00
Brett Chabot
924c089879 Refactor runtest test_defs to allow programmatic creation.
Previously a test definition could only be created via xml.
Also fix some minor lint warnings.
2009-10-21 14:35:37 -07:00
Brett Chabot
34fb7f6b0c Add ability to retrieve instrumentations from android_manifest parser.
Also add a simple unit test for the parser.
2009-10-21 11:19:12 -07:00
Brett Chabot
9cf2f6f137 Remove flaky ApiDemos tests from continuous.
These aren't needed anyway, since they are run as part of SDK test set.

BUG 2081356
2009-10-09 12:20:51 -07:00
Jean-Baptiste Queru
b7c548eb23 am fb244224: merge from donut-gms
Merge commit 'fb244224235c33b492774f32e8caf8d43f2a3cec' into eclair

* commit 'fb244224235c33b492774f32e8caf8d43f2a3cec':
  Remove unnecessary preprocessing of monkey commands, fix bug where it didn't recognize '@', '+', '.', etc.
  adding a recorder function to collect output into an xml file; adding getvars and listvars command to MonkeyRunner
  Add runtest test def for cts-webkit.
2009-10-08 10:43:28 -07:00
Chung-yih Wang
84dcb451c2 Add unit test for new keystore.
+ change the package path.
+ add continuous flag.
2009-09-30 12:14:48 +08:00
Android (Google) Code Review
7571d11b70 Merge change I2cdb052a into eclair
* changes:
  Import testrunner changes from puppetmaster to keep them in sync.
2009-09-29 18:35:53 -04:00
Brett Chabot
1d9928aaf7 Import testrunner changes from puppetmaster to keep them in sync. 2009-09-29 15:34:20 -07:00
Omari Stephens
17a9df5a1d Add contacts tests to the continuous test cycle 2009-09-29 14:17:34 -07:00
Nicolas Catania
f8f452c52d Added a target to run the Contacts tests using runtest. 2009-09-25 16:30:09 -07:00
Brett Chabot
2477b388ec Add workaround to runtest to build cts dependencies.
BUG 2141242
2009-09-24 13:23:50 -07:00
Brett Chabot
9f7ae08eb1 Add cts-media test definition in eclair. 2009-09-23 11:38:25 -07:00
Brett Chabot
be659c08d2 Add build path info to runtest --list_tests
BUG 2133198
2009-09-21 19:26:12 -07:00
Android (Google) Code Review
c1d51f7544 Merge change 25165 into eclair
* changes:
  Remove IM from code coverage targets.
2009-09-16 14:23:10 -04:00
Brett Chabot
faa71a8444 Remove IM from code coverage targets.
Necessary since IM is no longer part of the Android source tree.
2009-09-15 16:56:37 -07:00
Nicolas Catania
c1d79ee218 Added new telephony unittest target. 2009-09-15 14:39:59 -07:00
Brett Chabot
cc6799af7d Add runtest test def for cts-webkit. 2009-09-10 15:08:58 -07:00
Omari Stephens
a341046b9d Add ContactsProvider tests to runtest as 'contactsprov'
Also, move GoogleContactsProvider tests from 'contactsprov' to 'gcontactsprov'
Finally, switch the gcontactsprov test to the right coverage class
2009-09-02 13:01:11 -07:00
Brett Chabot
3befd76efa am aa1be08c: Merge change 22791 into donut
Merge commit 'aa1be08c90507e20c1ee78d0c7cbd4fa5c40a799' into eclair

* commit 'aa1be08c90507e20c1ee78d0c7cbd4fa5c40a799':
  Add test definition for cts-gesture.
2009-08-26 17:46:15 -07:00
Brett Chabot
08a3dc0d34 Add test definition for cts-gesture.
BUG 2048364

Change-Id: I71b2cc197a9f6809dfb863d919a7fdeae75bd411
2009-08-26 11:58:23 -07:00
Xia Wang
68b4bfa8d3 am 12ad9fb1: 1. Add .c extension to native_test.py so that native test in C can also be picked up by testrunner. 2. Add netkeystore_test into continuous test cycle.
Merge commit '12ad9fb10e1be799fa47a56ee1f1429b761db6e6' into eclair

* commit '12ad9fb10e1be799fa47a56ee1f1429b761db6e6':
  1. Add .c extension to native_test.py so that native test in C can also be picked up by testrunner.
2009-08-18 10:59:31 -07:00
Xia Wang
12ad9fb10e 1. Add .c extension to native_test.py so that native test in C can also be picked up by testrunner.
2. Add netkeystore_test into continuous test cycle.
2009-08-14 15:58:36 -07:00
Brett Chabot
483fd09047 am f9775cae: Add test definition for cts-telephony.
Merge commit 'f9775cae58019df93a0618054586702a2efec8a5'

* commit 'f9775cae58019df93a0618054586702a2efec8a5':
  Add test definition for cts-telephony.
2009-08-12 15:20:03 -07:00
Brett Chabot
f9775cae58 Add test definition for cts-telephony.
BUG 2048364
2009-08-12 14:48:14 -07:00
Jack Wang
16eac2a6dc Fix bug 2046932: Puppetmaster cannot parse test result output on master branch
- Parse result fields as generic key/value pairs
- Accept empty value, e.g. INSTRUMENTATION_RESULT: stream=
2009-08-11 23:58:52 -07:00
Brett Chabot
1803b393ec am 390634f1: Merge change 20684 into donut
Merge commit '390634f182fa3a0859d7757c5de709fe35b82425'

* commit '390634f182fa3a0859d7757c5de709fe35b82425':
  Fix runtest launchperf test definition.
2009-08-11 18:11:45 -07:00
Brett Chabot
a6851d7aae Fix runtest launchperf test definition.
BUG 2045435
2009-08-10 17:12:27 -07:00
Android (Google) Code Review
586e3d16b0 am f19a3083: Merge change 9239 into donut
Merge commit 'f19a3083e77eeab2026436e4d04329d4b5aba8bf'

* commit 'f19a3083e77eeab2026436e4d04329d4b5aba8bf':
  Since bug 1966269 is fixed, marking calprov tests as continuous=true
2009-07-31 10:58:50 -07:00
Swarna Kumar
8aca5b8afd Since bug 1966269 is fixed, marking calprov tests as continuous=true 2009-07-30 15:03:25 -07:00
Yu Shan Emily Lau
0fd581ec61 am 4fed1db8: Add the test definition of the vpn tests.
Merge commit '4fed1db841b1a25f50b250c670c54c927b641782'

* commit '4fed1db841b1a25f50b250c670c54c927b641782':
  Add the test definition of the vpn tests.
2009-07-21 16:10:47 -07:00
Yu Shan Emily Lau
4fed1db841 Add the test definition of the vpn tests. 2009-07-21 15:59:43 -07:00
Swarna Kumar
59fe535348 am 865f57e7: Removing continuous attribute for the calendar provider tests.
Merge commit '865f57e7087042fd382b67dfda48b01b6f4444e4'

* commit '865f57e7087042fd382b67dfda48b01b6f4444e4':
  Removing continuous attribute for the calendar provider tests.
2009-07-21 14:38:50 -07:00
Swarna Kumar
865f57e708 Removing continuous attribute for the calendar provider tests. 2009-07-21 13:19:43 -07:00
Android (Google) Code Review
cfc030add2 am 09db257e: Merge change 7904 into donut
Merge commit '09db257e6de804946144d8d4f31873f59a1a2f8a'

* commit '09db257e6de804946144d8d4f31873f59a1a2f8a':
  Removing calprov test suite from continuous build until to get real fix for bug 1966269
2009-07-20 11:34:58 -07:00
Swarna Kumar
88a8f7be4f Removing calprov test suite from continuous build until to get real fix for bug 1966269 2009-07-20 11:19:34 -07:00