summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenjie Luo <cjluo@google.com>2014-10-20 20:12:44 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-20 20:12:44 +0000
commitc29dc0d2609830eb7ea59741c1d63cad4345227f (patch)
treeb70d6780c8f1ca2220291069ad59c1f6c71ec394
parent804aad7383e8ee592048e1bb227ef483b1ba70c7 (diff)
parent86f364c8f438b06340bd6a42cf8340d24b5dc813 (diff)
am 86f364c8: am 3b0ab876: Merge "Modify testrunner/test_defs.xml to delete obsolete cts tests" into lmp-dev
* commit '86f364c8f438b06340bd6a42cf8340d24b5dc813': Modify testrunner/test_defs.xml to delete obsolete cts tests
-rw-r--r--testrunner/test_defs.xml13
1 files changed, 1 insertions, 12 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index a0420d400..19cba7468 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -246,7 +246,7 @@ See test_defs.xsd for more information.
suite="true" />
<test name="cts-process"
- build_path="cts/tests/tests/process"
+ build_path="cts/tests/ProcessTest"
package="com.android.cts.process"
coverage_target="framework"
suite="cts" />
@@ -264,17 +264,6 @@ See test_defs.xsd for more information.
coverage_target="framework"
suite="cts" />
-<test name="cts-api-signature"
- build_path="cts/tests/SignatureTest"
- package="android.tests.sigtest"
- runner="android.support.test.runner.AndroidJUnitRunner"
- suite="cts" />
-
-<test name="cts-api-signature-func"
- build_path="cts/tests/SignatureTest"
- package="android.tests.sigtest.tests"
- suite="cts" />
-
<test name="cts-app"
build_path="cts/tests/tests/app"
package="com.android.cts.app"