summaryrefslogtreecommitdiff
path: root/core/TEST_MAPPING
diff options
context:
space:
mode:
authoreasoncylee <easoncylee@google.com>2019-11-27 12:25:09 +0800
committereasoncylee <easoncylee@google.com>2019-11-27 13:54:40 +0800
commitf786060bce53922e28957ecdc2d05f7e949a15d7 (patch)
tree3fab63e2681019446e166a84c85a01a1464d93d2 /core/TEST_MAPPING
parent46397049fea72193fdbf214d8b6e168ee307767e (diff)
Convert apct/framework/input_method_core_test-cloud-tf to Test Mapping Suite.
This CL is to convert CF presubmit tests to run in Test Mapping suite. It has been verified that the test coverage is the same as the original ATP config. Bug: 145165552 Test: TreeHugger atest FrameworksCoreTests Change-Id: I16582332da442a0c587c89ab7b8b400e8ebdf061
Diffstat (limited to 'core/TEST_MAPPING')
-rw-r--r--core/TEST_MAPPING24
1 files changed, 24 insertions, 0 deletions
diff --git a/core/TEST_MAPPING b/core/TEST_MAPPING
new file mode 100644
index 000000000000..fd571c95f568
--- /dev/null
+++ b/core/TEST_MAPPING
@@ -0,0 +1,24 @@
+{
+ "presubmit": [
+ {
+ "name": "FrameworksCoreTests",
+ "options": [
+ {
+ "include-filter": "android.view.inputmethod"
+ },
+ {
+ "include-filter": "com.android.internal.inputmethod"
+ },
+ {
+ "exclude-annotation": "androidx.test.filters.FlakyTest"
+ }
+ ],
+ "file_patterns": [
+ "core/java/com/android/internal/inputmethod/.*",
+ "core/java/android/view/inputmethod/.*",
+ "core/tests/coretests/src/android/view/inputmethod/.*",
+ "core/tests/coretests/src/com/android/internal/inputmethod/.*"
+ ]
+ }
+ ]
+}