File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments