Skip to content

Commit

Permalink
config: jobs-chromeos: Disable atomic_test_video_overlay
Browse files Browse the repository at this point in the history
It gets skipped on most targets, but fails on some targets.

2024-09-23T17:57:15.121885Z [17:56:30.923] Running atomictest -a -t video_overlay
2024-09-23T17:57:19.889043Z [17:56:35.689] External command failed: exit status 255
2024-09-23T17:57:19.889095Z [17:56:35.689] Command: atomictest -a -t video_overlay
2024-09-23T17:57:19.889115Z [17:56:35.689] Uncaptured output:
2024-09-23T17:57:19.889197Z [17:56:35.689] Error at drm.go:268: ----- [CRTC: 72] ---ERROR:test_video_overlay():atomictest.c:1045:No planes support video formats

The initial conditions for this test shouldn't have allowed this test
to run on these targets if overlay feature isn't supported.

Signed-off-by: Muhammad Usama Anjum <[email protected]>
  • Loading branch information
musamaanjum committed Oct 7, 2024
1 parent 50d566f commit 8337a5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/jobs-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ _anchors:
- graphics.DRM.atomic_test_plane_ctm
- graphics.DRM.atomic_test_primary_pageflip
- graphics.DRM.atomic_test_rgba_primary
- graphics.DRM.atomic_test_video_overlay
- graphics.DRM.atomic_test_video_underlay
- graphics.DRM.dmabuf_test
- graphics.DRM.drm_cursor_test
Expand Down

0 comments on commit 8337a5e

Please sign in to comment.