summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/TEST_MAPPING
blob: 3b2bbb0cf39fbea6b129fc6808c14cc6c1002282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "imports": [
    {
      "path": "frameworks/native/libs/gui"
    },
    {
      "path": "frameworks/native/services/inputflinger"
    }
  ],
  "presubmit": [
    {
      "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"
    }
  ],
  "hwasan-presubmit": [
    {
      "name": "libscheduler_test"
    },
    {
      "name": "libsurfaceflinger_unittest"
    }
  ]
}