Also marking a few tests as flaky and fixing a couple others. Test: atest in: frameworks/base/services/accessibility frameworks/base/core/java/android/accessibilityservice frameworks/base/core/java/android/view.accessibility Change-Id: I217329655105ce3fa8d78e74c4d39aadcfcd8362
106 lines
2.2 KiB
Plaintext
106 lines
2.2 KiB
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsAccessibilityServiceTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.support.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsAccessibilityTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.support.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsUiAutomationTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.support.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "FrameworksServicesTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "com.android.server.accessibility"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.support.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "FrameworksCoreTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "com.android.internal.accessibility"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.support.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "FrameworksCoreTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.view.accessibility"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.support.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"postsubmit": [
|
|
{
|
|
"name": "CtsAccessibilityServiceTestCases"
|
|
},
|
|
{
|
|
"name": "CtsAccessibilityTestCases"
|
|
},
|
|
{
|
|
"name": "CtsUiAutomationTestCases"
|
|
},
|
|
{
|
|
"name": "FrameworksServicesTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "com.android.server.accessibility"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "FrameworksCoreTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "com.android.internal.accessibility"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "FrameworksCoreTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.view.accessibility"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|