blob: 897264276a78f074c771aec8d4013014fcb5c05c [file]
{
"imports": [
{
"path": "frameworks/native/libs/gui"
},
{
"path": "frameworks/native/services/inputflinger"
}
],
// WM configuration allows us to run the following tests on cf and
// hw presubmit and postsubmit configurations
"wm": [
{
"name": "surfaceflinger_flag_check"
},
{
"name": "libsurfaceflinger_unittest"
},
{
"name": "libcompositionengine_test"
},
{
"name": "libscheduler_test"
},
{
"name": "CtsGraphicsTestCases",
// flaky on mixed gsi builds
"options": [
{
"exclude-filter": "android.graphics.cts.CameraGpuTest#testCameraImageCaptureAndRendering"
},
{
"exclude-filter": "android.graphics.cts.AnimatorLeakTest#testPauseResume"
}
]
},
{
"name": "CtsSurfaceControlTests"
},
{
"name": "CtsSurfaceControlTestsStaging"
},
{
"name": "CtsScreenRecordTestCases"
}
],
"hwasan-presubmit": [
{
"name": "libscheduler_test"
},
{
"name": "libsurfaceflinger_unittest"
}
]
}