You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
583 B
34 lines
583 B
{
|
|
"presubmit": [
|
|
{
|
|
"name": "SurfaceFlinger_test",
|
|
"options": [
|
|
{
|
|
"include-filter": "*"
|
|
},
|
|
{
|
|
"exclude-filter": "*ChildLayerTest#ChildrenSurviveParentDestruction"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsGraphicsTestCases",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.graphics.cts.VulkanPreTransformTest"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"hwasan-postsubmit": [
|
|
{
|
|
"name": "SurfaceFlinger_test",
|
|
"options": [
|
|
{
|
|
"include-filter": "*"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|