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:
Sudheer Shanka
2022-05-20 18:15:43 +00:00
committed by Automerger Merge Worker
3 changed files with 60 additions and 0 deletions

View File

@@ -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": [
{
"name": "CtsUsageStatsTestCases"

View File

@@ -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": [
{
"name": "FrameworksServicesTests",

View File

@@ -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": [
{
"name": "CtsUsageStatsTestCases",