Ying Wang
32bf15ea7e
am 7eca6be6: am f797dc2b: am 944edb56: Merge "Switch to the new mmma implementation using make goals."
...
* commit '7eca6be6c26f3ba74f4bdf76c17fba33b02dce2a':
Switch to the new mmma implementation using make goals.
2015-09-24 04:17:35 +00:00
Ying Wang
f797dc2b92
am 944edb56: Merge "Switch to the new mmma implementation using make goals."
...
* commit '944edb562b67bdf8e052bb292629afd365086df1':
Switch to the new mmma implementation using make goals.
2015-09-24 02:15:42 +00:00
Ying Wang
1b06fea486
Switch to the new mmma implementation using make goals.
...
Bug: 24309760
Change-Id: Ia79bbdcd396bd5cadf3deac27cb121b9a816d465
2015-09-23 16:56:25 -07:00
Stuart Scott
be975e3911
Remove CTS tests from runtest.py
...
bug:24006796
bug:21762834
Change-Id: Ic321ac8871d85cbc0370e09a7eda3826da55b260
2015-09-15 10:38:44 -07:00
Xiaohui Chen
fc784a4e31
runtest: add --install-filter parameter
...
--install-filter parameter is a regular expression that will be used
to match the compiled apks to determine if it needs to be installed.
This is very helpful when there are many apks in a test directory,
but you only care about one during development.
e.g. fw/base/core/tests/coretests
Change-Id: I6a6a04640e549be4d90c9c659e557e7870af6771
2015-08-25 12:45:59 -07:00
Xiaohui Chen
85586e0e03
runtest: introduce --user parameter
...
Currently runtest script installs and then runs test apks with default
"adb install" and "adb shell am instrument" behavior. They are actually
different, "adb install" uses USER_ALL, "am instrument" uses
USER_CURRENT. This cl introduces a way to specify exactly which user a
test should run with in a multiple user environment. This also provides
a work around for b/22976637 for now.
Bug: 19913735
Bug: 22976637
Change-Id: I65e2b2c79768734a8bc9261f8c4693c9f89016b1
2015-08-24 22:11:59 -07:00
Paul Miller
8d271c71e9
am 2a6d5a10: am 6ae8b0bf: Merge "Remove references to Browser tests"
...
* commit '2a6d5a10e48e792d0576fe7e0eee1d70759ea927':
Remove references to Browser tests
2015-07-24 21:26:37 +00:00
Paul Miller
bccba8781a
am 2a6d5a10: am 6ae8b0bf: Merge "Remove references to Browser tests"
...
* commit '2a6d5a10e48e792d0576fe7e0eee1d70759ea927':
Remove references to Browser tests
2015-07-24 21:24:38 +00:00
Paul Miller
f5da1f2a76
Remove references to Browser tests
...
Browser is going away
BUG:19351071
Change-Id: Ief2a0843fce4d28be7fa1200021ad2b3aa047958
2015-07-22 11:15:58 -07:00
Jonathan Basseri
6637c564a4
Merge "Add carrier config test to test_defs." into mnc-dev
2015-07-13 21:24:11 +00:00
Jonathan Basseri
98108540bf
Add carrier config test to test_defs.
...
Bug: 21619172
Change-Id: I1fac0bcfc4064ea80b46edd128d8c81e80bd2872
2015-07-09 11:34:41 -07:00
Santos Cordon
0aafaa7081
Add calllog CTS tests.
...
Bug: 22326097
Change-Id: I3c41d97f8054d20448a6d44d32b04443ba83056b
2015-07-07 13:09:25 -07:00
Santos Cordon
ee1ccab72e
Add telecom CTS shortcut.
...
Change-Id: Ic86e107597676118b0b8ed4ad603a8c09f5e90eb
2015-06-08 17:47:43 -07:00
Santos Cordon
4e0ad8f810
Add flag to grant permissions when running tests.
...
This change automatically adds -g to all adb install commands
for runtest. It also allows users to:
1) Specify '-k' as a command line arg to avoid granting permissions.
2) Declare a test suite as 'requiring permissions' within test_defs
Also fixes a potential bug where continuous="false" would translate
to True in the python code.
Bug: 21327566
Change-Id: I62d14e8106174861397b3fd8caa3e567e3538713
2015-05-21 15:46:59 -07:00
Erik Kline
d07526464e
Merge "Add 'dhcpcd' test target name"
2015-03-12 03:32:41 +00:00
Narayan Kamath
e971023a52
am 56f30b11: am f14a3951: Merge "Remove hardcoded ICU include paths."
...
* commit '56f30b1143a17bbc4a062ae50e6d8d0587261579':
Remove hardcoded ICU include paths.
2015-01-05 18:03:48 +00:00
Narayan Kamath
15b31c80b9
Remove hardcoded ICU include paths.
...
ICU exports them using LOCAL_EXPORT_C_INCLUDE_DIRS.
Note that this makefile doesn't building anything
(it's used to test a mk file parser) but it's probably best to
remove all hardcoded references to these paths.
bug: 18581021
Change-Id: Ie3320b405b18a69f35edda510242ef243960b796
2015-01-05 17:44:27 +00:00
Erik Kline
0e42c8343c
Add 'dhcpcd' test target name
...
This makes it possible to just type "runtest dhcpcd".
Bug: 18356137
Bug: 18356135
Change-Id: Ie914d0577c9b52134b9cc3f9480e3746d7d81254
2014-12-17 14:25:30 +09:00
Marco Nelissen
1afdaba4e4
Increase install time timeout
...
The media CTS test apk is quite large, causing installation to often
take (much) longer than the 20 second timeout that runtest uses.
Increasing it to 60 seconds fixes the issue.
Change-Id: I43cc1e094a29f8b1bd18e8f27ff53e183664f2bb
2014-12-03 11:27:55 -08:00
Dan Albert
24f5368eed
Remove uses of stlport in testrunner.
...
Bug: 15193147
Change-Id: I119846a3423a902e0fd48e30e40788c0946e9b41
2014-11-17 14:12:14 -08:00
Chenjie Luo
48ef4ff408
Modify testrunner/test_defs.xml to delete obsolete cts tests
...
Bug: 17989468
Change-Id: Ic14603a2b00f35b498ecac3fa4a4f309d29f3408
2014-10-20 12:13:16 -07:00
Chenjie Luo
88fbf1fe73
Update test runner for cts tests in testrunner/test_defs.xml
...
Bug: 17885115
Change-Id: I2f95d9964bf152fb1b609e0c878eea1cb096f76f
2014-10-07 15:39:55 -07:00
Ruben Brunk
e5aa0f3fa8
runtest: Remove unused CtsTestStubs dependency.
...
Change-Id: Icee3004731ab5d37e8eb2caba76b19b0a5f1b1b7
2014-10-02 13:08:24 -07:00
Tyler Gunn
2e4aa7947f
Renaming Telecomm to Telecom.
...
- Fixing test runner package reference
Bug: 17364651
Change-Id: Ida531e6c0c4793481a842569a9314f1406f223a8
2014-09-12 20:12:41 -07:00
Jean-Luc Brouillet
3bc1e46683
Fix directory where CtsTestStubs.apk is found.
...
Empirically, it's now found in a subdirectory named CtsTestStubs.
Change-Id: Iae50c37ac7655f0b32cc2cc5a1b50371d1397b54
2014-07-21 16:09:31 -07:00
Elliott Hughes
ae20705695
am 95f5ef2a: am e72af215: am 8de48e23: Merge "Fix testrunner\'s reference to icu4c."
...
* commit '95f5ef2a1247dcd3d175394f4ebbf759f3fc2f02':
Fix testrunner's reference to icu4c.
2014-07-10 00:50:15 +00:00
Elliott Hughes
4e491e4359
Fix testrunner's reference to icu4c.
...
I don't know why this has a reference to icu4c.
Change-Id: I36c21b54e6bc4866141a86350ea82ff7903c79a3
2014-07-09 17:13:48 -07:00
Santos Cordon
65b1fc2a89
am 70939ca3: Adding telecomm-unit alias for running telecomm tests with runtest.
...
* commit '70939ca364cc373c3f0bac4eb3638283738abc65':
Adding telecomm-unit alias for running telecomm tests with runtest.
2014-05-13 15:17:43 +00:00
Brett Chabot
8b538bd847
Temporarily turn off runtest's disabling of dalvik verifier
...
Bug: 14088982
Change-Id: Iad2610fde7c9bd7c52a25fc1a1f5cddff6bc43e4
2014-04-22 11:46:00 -07:00
Lorenzo Colitti
1d069f3a8a
am aafbb735: am 8680138d: Merge "Add clatd test definitions to the testrunner."
...
* commit 'aafbb7355032babcff3554d9e872c9f2a6341d04':
Add clatd test definitions to the testrunner.
2014-03-14 17:13:14 +00:00
Lorenzo Colitti
791bef5218
Add clatd test definitions to the testrunner.
...
Bug: 11542311
Change-Id: If7b646150455490ef9429c909c78d4fe1528d78d
2014-02-28 10:27:46 +09:00
Tsu Chiang Chuang
a0bcd58532
Ensure that the native tests are run from /data/nativetest to match TF.
...
Also cleanup a missing test from test_defs.xml
Change-Id: I9b50bd3f5c7a100a86dd550d367c8ed9a9f2bd62
2014-02-28 10:27:46 +09:00
Tsu Chiang Chuang
c137f5f1a1
Ensure that the native tests are run from /data/nativetest to match TF.
...
Also cleanup a missing test from test_defs.xml
Change-Id: I9b50bd3f5c7a100a86dd550d367c8ed9a9f2bd62
2014-02-25 17:25:10 -08:00
Igor Murashkin
f9cfbd39ae
runtest: add an extra pattern for gtest file names (*Tests.[c|cpp])
...
Change-Id: Ia8070804110e8064f79a8063ed6aefc92d71bf7a
2014-01-24 16:03:11 -08:00
Igor Murashkin
8d703533ba
runtest: add --build-install-only/-i flag to skip test execution
...
Change-Id: I3033b442e33a69442b881f0a5a7b9e2299d35d54
2014-01-24 16:03:11 -08:00
Igor Murashkin
a0afc8cfb2
runtest: Update to work with emulator and to build dependencies
...
* Combine dalvik.vm.dexopt-flags with existing to disable verification
* Always do a runtime reset (stop;start) instead of rebooting device
* Build dependencies (mma) if regular build fails (mm)
Change-Id: I5e9fcebeea052c3314d1f4146b074637c329c0a0
2014-01-24 16:03:06 -08:00
Santos Cordon
70939ca364
Adding telecomm-unit alias for running telecomm tests with runtest.
...
Change-Id: I52ff6845e69a5989e34b0c506e0ae677c7d8aa01
2014-01-10 21:19:02 +00:00
Jeff Sharkey
34c8fae561
Add DocumentsUI tests.
...
Bug: 10514613
Change-Id: I1375a8ee421153178f86a1842ebbe572858bf94c
2013-09-06 13:56:45 -07:00
Brett Chabot
c518764b02
Merge "Fix runtest cts-net" into klp-dev
2013-08-22 18:00:37 +00:00
Brett Chabot
315d72f730
Fix runtest cts-net
...
Change-Id: Ia3f7e058c48a8c84e465602e1af172ba75ff1154
2013-08-22 10:26:52 -07:00
Brett Chabot
dfc82ebe7d
Merge "Find install artifacts using GET-INSTALL-PATH." into klp-dev
2013-08-22 01:13:28 +00:00
Mathew Inwood
af73d576e9
Remove ApplicationsProvider.
...
ApplicationsProvider is going away since it's no longer needed. Remove it
from test config first.
Bug: 10407790
Change-Id: Ia2e6823e88bc66096e9dc6df0fcc2aef396454fc
2013-08-21 17:05:40 +01:00
Brett Chabot
5f5928cc42
Find install artifacts using GET-INSTALL-PATH.
...
Change-Id: I7eb3229885df814ab25eb445f40963859b163bf1
2013-08-20 17:07:52 -07:00
JP Abgrall
f38107c03f
testrunner: don't hardcode "out"
...
"out" can actually be $OUT_DIR.
"out/host/arch" is actually $ANDROID_HOST_OUT.
Bug: 7183057
Change-Id: I91ed7fdd57da92288f0529ba60cef1520b6d31d3
2013-07-11 17:39:16 -07:00
Jeff Brown
1190c0f809
Update path to input system tests.
...
Change-Id: I7e56541029608f3c05b82d2dc0bea5141e8cd374
2013-07-01 19:27:30 -07:00
Igor Murashkin
9fa45c021c
testrunner: add mediaintegrationtest
...
Bug: 9213377
Change-Id: I2fa656768ab497136a408b49831a5cbbc828947f
2013-06-03 11:33:03 -07:00
Yu Shan Emily Lau
e7d110635c
am 4ab82c48: am 9662fbd2: Merge "Added the test def for new camera native tests." into jb-mr2-dev
...
* commit '4ab82c48e97a3b45372486dae92ae1cc0e16e725':
Added the test def for new camera native tests.
2013-06-03 10:32:37 -07:00
Yu Shan Emily Lau
9662fbd259
Merge "Added the test def for new camera native tests." into jb-mr2-dev
2013-06-03 17:28:22 +00:00
Jeff Sharkey
a0fc22c06d
am b89090c2: am d1c2d376: am 29ca053a: am 0ea348a5: am 39ffbccd: Generalize support library tests.
...
* commit 'b89090c2a7666362d46d20f501020a385bf0bebb':
Generalize support library tests.
2013-05-30 15:34:07 -07:00
Jeff Sharkey
d1c2d376c9
am 29ca053a: am 0ea348a5: am 39ffbccd: Generalize support library tests.
...
* commit '29ca053ab3584e3a07f98990dafbca8e572b5413':
Generalize support library tests.
2013-05-30 15:10:45 -07:00