-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTEST_MAPPING
More file actions
38 lines (38 loc) · 800 Bytes
/
TEST_MAPPING
File metadata and controls
38 lines (38 loc) · 800 Bytes
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
{
"presubmit": [
{
"name": "SurfaceFlinger_test",
"options": [
{
// TODO(b/305717998): Deflake and re-enable
"exclude-filter": "*ChildLayerTest*"
}
]
},
{
"name": "CtsGraphicsTestCases",
"options": [
{
"include-filter": "android.graphics.cts.VulkanPreTransformTest"
}
]
}
],
"hwasan-postsubmit": [
{
"name": "SurfaceFlinger_test"
}
],
"postsubmit": [
{
"name": "SurfaceFlinger_test",
"keywords": [ "primary-device" ],
"options": [
// TODO(b/398306512) Flaky on real device.
{
"exclude-filter": "LayerRenderTypeTransactionTests/LayerRenderTypeTransactionTest#SetRelativeZBasic_BufferQueue/*"
}
]
}
]
}