Skip to content

Commit 5a1268a

Browse files
Anton IvanovAndroid (Google) Code Review
authored andcommitted
Merge "Add postsubmit mappings in frameworks/native to run tests on real devices." into main
2 parents 9479b08 + db1c46e commit 5a1268a

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

TEST_MAPPING

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,21 @@
2222
{
2323
"name": "SurfaceFlinger_test"
2424
}
25+
],
26+
"postsubmit": [
27+
{
28+
"name": "SurfaceFlinger_test",
29+
"keywords": [ "primary-device" ],
30+
"options": [
31+
// TODO(b/328119950) Known to be broken.
32+
{
33+
"exclude-filter": "LayerCallbackTest#SetNullBuffer"
34+
},
35+
// TODO(b/398306512) Flaky on real device.
36+
{
37+
"exclude-filter": "LayerRenderTypeTransactionTests/LayerRenderTypeTransactionTest#SetRelativeZBasic_BufferQueue/*"
38+
}
39+
]
40+
}
2541
]
2642
}

libs/gui/TEST_MAPPING

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,34 @@
6060
}
6161
]
6262
}
63+
],
64+
"postsubmit": [
65+
{
66+
"name": "libgui_test",
67+
"keywords": [ "primary-device" ],
68+
"options": [
69+
// TODO(b/397776630): Failing on real devices.
70+
{
71+
"exclude-filter": "InputSurfacesTest#input_respects_scaled_touchable_region_overflow"
72+
},
73+
// TODO(b/233363648): Failing on real devices.
74+
{
75+
"exclude-filter": "SurfaceTextureGLTest#TexturingFromCpuFilledYV12BufferNpot"
76+
},
77+
{
78+
"exclude-filter": "SurfaceTextureGLTest#TexturingFromCpuFilledYV12BufferPow2"
79+
},
80+
{
81+
"exclude-filter": "SurfaceTextureGLTest#TexturingFromCpuFilledYV12BufferWithCrop"
82+
},
83+
// TODO(b/233363648): Flaky on real devices.
84+
{
85+
"exclude-filter": "SurfaceTextureGLToGLTest#EglMakeCurrentBeforeConsumerDeathUnrefsBuffers"
86+
},
87+
{
88+
"exclude-filter": "SurfaceTextureGLToGLTest#EglMakeCurrentAfterConsumerDeathUnrefsBuffers"
89+
}
90+
]
91+
}
6392
]
6493
}

0 commit comments

Comments
 (0)