From d01fded429d3b40832a5881fcd56c9ad019265c5 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 18 Feb 2023 11:34:17 +0000 Subject: [PATCH] broadcom/ci: drop create_pixmap_surface from the fails; it passes now Signed-off-by: Eric Engestrom Acked-by: Daniel Stone Reviewed-by: David Heidelberg Part-of: --- src/broadcom/ci/broadcom-rpi3-fails.txt | 11 ----------- src/broadcom/ci/broadcom-rpi4-fails.txt | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/src/broadcom/ci/broadcom-rpi3-fails.txt b/src/broadcom/ci/broadcom-rpi3-fails.txt index dc31a8b52f7..135dfde9dcf 100644 --- a/src/broadcom/ci/broadcom-rpi3-fails.txt +++ b/src/broadcom/ci/broadcom-rpi3-fails.txt @@ -1205,16 +1205,5 @@ spec@!opengl 1.0@depth-clear-precision-check,Fail spec@!opengl 1.0@depth-clear-precision-check@depth16,Fail spec@!opengl 1.0@depth-clear-precision-check@depth32,Fail -# EGL_BAD_DISPLAY is generated if display is not an EGL display connection -# eglCreatePixmapSurface(0, 0x00000000, 0x00000000, { EGL_NONE }); -# // 0x00000000 returned -# eglCreatePixmapSurface(0xffffffff, 0x00000000, 0x00000000, { EGL_NONE }); -# // 0x00000000 returned -# EGL_BAD_CONFIG or EGL_BAD_PARAMETER is generated if config is not an EGL frame buffer configuration or if the PixmapSurface call is not supported -# eglCreatePixmapSurface(0x245b4d8, 0xffffffff, 0x00000000, { EGL_NONE }); -# // 0x00000000 returned -# // ERROR expected: EGL_BAD_CONFIG or EGL_BAD_PARAMETER, Got: EGL_BAD_NATIVE_PIXMAP -wayland-dEQP-EGL.functional.negative_api.create_pixmap_surface,Fail - spec@!opengl 1.1@line-smooth-stipple,Fail spec@glsl-1.10@execution@variable-indexing@vs-output-array-vec2-index-wr-no-unroll,Fail diff --git a/src/broadcom/ci/broadcom-rpi4-fails.txt b/src/broadcom/ci/broadcom-rpi4-fails.txt index 1e7694f9f25..49592307384 100644 --- a/src/broadcom/ci/broadcom-rpi4-fails.txt +++ b/src/broadcom/ci/broadcom-rpi4-fails.txt @@ -363,15 +363,4 @@ dEQP-VK.compute.workgroup_memory_explicit_layout.zero_ext.block,Crash dEQP-VK.compute.workgroup_memory_explicit_layout.zero_ext.other_block,Crash dEQP-VK.compute.workgroup_memory_explicit_layout.zero_ext.block_with_offset,Crash -# EGL_BAD_DISPLAY is generated if display is not an EGL display connection -# eglCreatePixmapSurface(0, 0x00000000, 0x00000000, { EGL_NONE }); -# // 0x00000000 returned -# eglCreatePixmapSurface(0xffffffff, 0x00000000, 0x00000000, { EGL_NONE }); -# // 0x00000000 returned -# EGL_BAD_CONFIG or EGL_BAD_PARAMETER is generated if config is not an EGL frame buffer configuration or if the PixmapSurface call is not supported -# eglCreatePixmapSurface(0xb1f4d8, 0xffffffff, 0x00000000, { EGL_NONE }); -# // 0x00000000 returned -# // ERROR expected: EGL_BAD_CONFIG or EGL_BAD_PARAMETER, Got: EGL_BAD_NATIVE_PIXMAP -wayland-dEQP-EGL.functional.negative_api.create_pixmap_surface,Fail - spec@!opengl 1.1@line-smooth-stipple,Fail