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

Disable graphics tasts #851

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Commits on Oct 23, 2024

  1. config: jobs-chromeos: disable graphics.DRM.dmabuf_test on AMD targets

    The dmabuf_test crashes as expectations for gbm_bo_map() are different
    on ChromeOS from ChromiumOS and access to unmapped memory is done.
    Daniel has confirmed this.
    
      The mapping imported BOs is not something which is guaranteed to be
      safe. I guess it works in ChromeOS because minigbm has different
      expectations.
    
    Signed-off-by: Muhammad Usama Anjum <[email protected]>
    musamaanjum committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3ed6525 View commit details
    Browse the repository at this point in the history
  2. config: jobs-chromeos: Disable graphics.DRM.yuv_to_rgb_test on AMD ta…

    …rgets
    
    We get following errors when run on AMD chromebooks:
    ERROR:examine_rbg_values():yuv_to_rgb_test.c:535:Mismatch at pixel (0, 0), component 0
    ERROR:main():yuv_to_rgb_test.c:683:color conversion from color space: EGL_ITU_REC601_EXT, yuv range: EGL_YUV_FULL_RANGE_EXT failed
    
    Daniel has confirmed that we should disable the test:
      Yeah, that test failure makes sense since I don't see Mesa doing anything
      with the range hints here. Please just mark it as an expected failure for now.
    
    Signed-off-by: Muhammad Usama Anjum <[email protected]>
    musamaanjum committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ef8529c View commit details
    Browse the repository at this point in the history