Add presubmit tests to gate ActivityManager and OomAdjuster changes.
OomAdjuster.java determines process state/capability, active/idle and other things about the process. Add more tests to presubmit to gate OomAdjuster changes. Bug: 272781597 Test: NA. Change-Id: If2a8c01433c4bc618609ec66fa087554bff3e1bd
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
{
|
||||
"name": "CtsAppTestCases",
|
||||
"options": [
|
||||
{
|
||||
"include-filter": "android.app.cts.TaskDescriptionTest"
|
||||
},
|
||||
{ "include-filter": "android.app.cts.TaskDescriptionTest" },
|
||||
{ "include-filter": "android.app.cts.ActivityManagerTest" },
|
||||
{ "include-filter": "android.app.cts.ActivityManagerProcessStateTest" },
|
||||
{ "include-filter": "android.app.cts.ServiceTest" },
|
||||
{ "include-filter": "android.app.cts.ActivityManagerFgsBgStartTest" },
|
||||
{
|
||||
"include-annotation": "android.platform.test.annotations.Presubmit"
|
||||
},
|
||||
@@ -14,7 +16,8 @@
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
}
|
||||
},
|
||||
{ "exclude-annotation": "org.junit.Ignore" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -148,6 +151,16 @@
|
||||
"include-filter": "android.appsecurity.cts.AppDataIsolationTests"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CtsAppTestCases",
|
||||
"options": [
|
||||
{ "include-filter": "android.app.cts.TaskDescriptionTest" },
|
||||
{ "include-filter": "android.app.cts.ActivityManagerTest" },
|
||||
{ "include-filter": "android.app.cts.ActivityManagerProcessStateTest" },
|
||||
{ "include-filter": "android.app.cts.ServiceTest" },
|
||||
{ "include-filter": "android.app.cts.ActivityManagerFgsBgStartTest" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user