Merge "Update TEST_MAPPING to include broadcast response related tests." into tm-dev am: c5229086de
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18378786 Change-Id: Ie6a91488f107d9ad638a97d0b0eed03a3dd991ba Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -19,6 +19,18 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"presubmit-large": [
|
||||||
|
{
|
||||||
|
"name": "CtsUsageStatsTestCases",
|
||||||
|
"options": [
|
||||||
|
{"include-filter": "android.app.usage.cts.BroadcastResponseStatsTest"},
|
||||||
|
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
|
||||||
|
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
|
||||||
|
{"exclude-annotation": "androidx.test.filters.MediumTest"},
|
||||||
|
{"exclude-annotation": "androidx.test.filters.LargeTest"}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"postsubmit": [
|
"postsubmit": [
|
||||||
{
|
{
|
||||||
"name": "CtsUsageStatsTestCases"
|
"name": "CtsUsageStatsTestCases"
|
||||||
|
|||||||
@@ -63,6 +63,32 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"presubmit-large": [
|
||||||
|
{
|
||||||
|
"name": "CtsUsageStatsTestCases",
|
||||||
|
"file_patterns": [
|
||||||
|
"ActivityManagerService\\.java",
|
||||||
|
"BroadcastQueue\\.java"
|
||||||
|
],
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"include-filter": "android.app.usage.cts.BroadcastResponseStatsTest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"exclude-annotation": "androidx.test.filters.MediumTest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"exclude-annotation": "androidx.test.filters.LargeTest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"postsubmit": [
|
"postsubmit": [
|
||||||
{
|
{
|
||||||
"name": "FrameworksServicesTests",
|
"name": "FrameworksServicesTests",
|
||||||
|
|||||||
@@ -20,6 +20,28 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"presubmit-large": [
|
||||||
|
{
|
||||||
|
"name": "CtsUsageStatsTestCases",
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"include-filter": "android.app.usage.cts.BroadcastResponseStatsTest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"exclude-annotation": "androidx.test.filters.MediumTest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"exclude-annotation": "androidx.test.filters.LargeTest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"postsubmit": [
|
"postsubmit": [
|
||||||
{
|
{
|
||||||
"name": "CtsUsageStatsTestCases",
|
"name": "CtsUsageStatsTestCases",
|
||||||
|
|||||||
Reference in New Issue
Block a user