Merge "Convert apct/framework/input_method_core_test-cloud-tf to Test Mapping Suite."

This commit is contained in:
Treehugger Robot
2019-12-02 02:04:28 +00:00
committed by Gerrit Code Review

24
core/TEST_MAPPING Normal file
View File

@@ -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/.*"
]
}
]
}