Module: Mesa
Branch: main
Commit: d01fded429d3b40832a5881fcd56c9ad019265c5
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d01fded429d3b40832a5881fcd56c9ad019265c5

Author: Eric Engestrom <[email protected]>
Date:   Sat Feb 18 11:34:17 2023 +0000

broadcom/ci: drop create_pixmap_surface from the fails; it passes now

Signed-off-by: Eric Engestrom <[email protected]>
Acked-by: Daniel Stone <[email protected]>
Reviewed-by: David Heidelberg <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21453>

---

 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
 
[email protected]@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

Reply via email to