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

Signed-off-by: Eric Engestrom <eric@igalia.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21453>
This commit is contained in:
Eric Engestrom 2023-02-18 11:34:17 +00:00 committed by Marge Bot
parent ccc61357d5
commit d01fded429
2 changed files with 0 additions and 22 deletions

View file

@ -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

View file

@ -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