Merge "Update TEST_MAPPING to include broadcast response related tests." into tm-dev am: c5229086de am: 441e797f29
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18378786 Change-Id: Ia3aa13add94bdf4c60f6327e733962f38d50d8c6 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": [
|
||||
{
|
||||
"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": [
|
||||
{
|
||||
"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": [
|
||||
{
|
||||
"name": "CtsUsageStatsTestCases",
|
||||
|
||||
Reference in New Issue
Block a user