aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: 5ded7b37d8f6b669646b5202380c24e2c3fb3198 (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
48
49
{
  // TODO(b/242858942): periodically re-enable tests on case-by-case basis when they're fixed.
  "presubmit": [
    {
      "name": "CtsGraphicsTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        // Broken very frequently; provides little value for our presubmit
        {
          "exclude-filter": "android.graphics.cts.ColorTest#resourceColor"
        }
      ]
    },
    {
      "name": "CtsSkQPTestCases",
      "options": [
        // TODO(b/242184599): sync_fd support in SwiftShader
        {
          "exclude-filter": "org.skia.skqp.SkQPRunner#UnitTest_VulkanHardwareBuffer_Vulkan_Vulkan_Syncs"
        }
      ]
    },
    {
      "name": "hwui_unit_tests"
    },
    {
      "name": "librenderengine_test"
    },
    {
      "name": "minikin_tests"
    },
    {
      "name": "SurfaceFlinger_test",
      "options": [
        // TODO(b/302314649): re-enable after presubmit flakiness fixed
        {
          "exclude-filter": "*ChildLayerTest*"
        }
      ]
    }
  ],
  "imports": [
    {
      "path": "cts/tests/tests/uirendering"
    }
  ]
}