diff options
| author | 2020-08-26 18:44:18 +0000 | |
|---|---|---|
| committer | 2020-08-26 18:44:18 +0000 | |
| commit | f422bb7f23fcf9976a36e35eabfdcae1205995ff (patch) | |
| tree | 90d9943f01e6af1bfaea466f58c643f484777b35 | |
| parent | d0bc35aa4734327cdc4a712db1b0e4e429173c52 (diff) | |
| parent | 46a8aff03f01f256f12e15f38f521a32fb7cf576 (diff) | |
Merge "Add TEST_MAPPINGs for autofill tests under inputmethod related paths"
| -rw-r--r-- | core/java/android/inputmethodservice/TEST_MAPPING | 7 | ||||
| -rw-r--r-- | core/java/android/view/inputmethod/TEST_MAPPING | 18 | ||||
| -rw-r--r-- | services/core/java/com/android/server/inputmethod/TEST_MAPPING | 7 |
3 files changed, 32 insertions, 0 deletions
diff --git a/core/java/android/inputmethodservice/TEST_MAPPING b/core/java/android/inputmethodservice/TEST_MAPPING new file mode 100644 index 000000000000..0ccd75dcbdce --- /dev/null +++ b/core/java/android/inputmethodservice/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "imports": [ + { + "path": "frameworks/base/core/java/android/view/inputmethod" + } + ] +} diff --git a/core/java/android/view/inputmethod/TEST_MAPPING b/core/java/android/view/inputmethod/TEST_MAPPING new file mode 100644 index 000000000000..4b2ea1a096c8 --- /dev/null +++ b/core/java/android/view/inputmethod/TEST_MAPPING @@ -0,0 +1,18 @@ +{ + "presubmit": [ + { + "name": "CtsAutoFillServiceTestCases", + "options": [ + { + "include-filter": "android.autofillservice.cts.inline" + }, + { + "exclude-annotation": "androidx.test.filters.FlakyTest" + }, + { + "exclude-annotation": "android.platform.test.annotations.AppModeFull" + } + ] + } + ] +} diff --git a/services/core/java/com/android/server/inputmethod/TEST_MAPPING b/services/core/java/com/android/server/inputmethod/TEST_MAPPING new file mode 100644 index 000000000000..0ccd75dcbdce --- /dev/null +++ b/services/core/java/com/android/server/inputmethod/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "imports": [ + { + "path": "frameworks/base/core/java/android/view/inputmethod" + } + ] +} |