summaryrefslogtreecommitdiff
path: root/testrunner
diff options
context:
space:
mode:
authorChenjie Luo <cjluo@google.com>2014-10-20 12:13:16 -0700
committerChenjie Luo <cjluo@google.com>2014-10-20 12:13:16 -0700
commit48ef4ff408bcff2d848777274409634f30d5ce38 (patch)
tree4a3fe62e45add2ad6b3720c75abd51dea163c7f2 /testrunner
parent569e9febc5c91d92459579e32df7b948d3e32dff (diff)
Modify testrunner/test_defs.xml to delete obsolete cts tests
Bug: 17989468 Change-Id: Ic14603a2b00f35b498ecac3fa4a4f309d29f3408
Diffstat (limited to 'testrunner')
-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"