Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: scheduler-chromeos: Enable graphics tasts and disable some tests #805

Merged
merged 3 commits into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. config: scheduler-chromeos: Enable graphics tasts

    Enable tast-mm-misc which enables tests which are related to graphics.
    Only enable graphics at this time. Others would be enabled later.
    
    Signed-off-by: Muhammad Usama Anjum <[email protected]>
    musamaanjum committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    50d566f View commit details
    Browse the repository at this point in the history
  2. config: jobs-chromeos: Disable atomic_test_video_overlay

    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]>
    musamaanjum committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8337a5e View commit details
    Browse the repository at this point in the history
  3. config: jobs-chromeos: disable vk_glow for Qualcomm targets

    We always get error on Qualcomm targets:
    
    ERROR:require_image_support():vk_glow.c:265:FINISHME: support VK_EXTERNAL_MEMORY_FEATURE_DEDICATED_ONLY_BIT
    
    Disable this test as target or some piece or software doesn't support
    it.
    
    Signed-off-by: Muhammad Usama Anjum <[email protected]>
    musamaanjum committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    51d3065 View commit details
    Browse the repository at this point in the history