Merge "Add TEST_MAPPINGs for autofill tests under inputmethod related paths"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f422bb7f23
7
core/java/android/inputmethodservice/TEST_MAPPING
Normal file
7
core/java/android/inputmethodservice/TEST_MAPPING
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"imports": [
|
||||
{
|
||||
"path": "frameworks/base/core/java/android/view/inputmethod"
|
||||
}
|
||||
]
|
||||
}
|
||||
18
core/java/android/view/inputmethod/TEST_MAPPING
Normal file
18
core/java/android/view/inputmethod/TEST_MAPPING
Normal file
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"imports": [
|
||||
{
|
||||
"path": "frameworks/base/core/java/android/view/inputmethod"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user