mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-16 08:40:29 +01:00
ci/iris: Generalize the 8888_pbuffer EGL known flakes and share with GLK.
It seems to be this whole group of tests, on both boards that run EGL tests by default (aml-y is manual-only). Make them a regex until someone comes up with a fix. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20759>
This commit is contained in:
parent
6dc90009a5
commit
c4c94e8aed
2 changed files with 9 additions and 16 deletions
|
|
@ -5,22 +5,10 @@ dEQP-EGL.functional.sharing.gles2.multithread.random.images.copyteximage2d.12
|
|||
dEQP-EGL.functional.sharing.gles2.multithread.random.images.copytexsubimage2d.1
|
||||
|
||||
# Flakes from Mar-May 2022
|
||||
dEQP-EGL.functional.color_clears.multi_context.gles2.rgb888_pbuffer
|
||||
dEQP-EGL.functional.color_clears.multi_context.gles2.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.color_clears.multi_thread.gles2.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.color_clears.single_context.gles2.rgb888_pbuffer
|
||||
dEQP-EGL.functional.color_clears.single_context.gles2.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.color_clears.single_context.gles3.rgb888_pbuffer
|
||||
dEQP-EGL.functional.color_clears.single_context.gles3.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.render.multi_context.gles2_gles3.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.render.multi_context.gles2.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.color_clears.multi_context.gles3.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.render.multi_thread.gles2.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.render.multi_thread.gles3.rgb888_pbuffer
|
||||
dEQP-EGL.functional.render.multi_thread.gles3.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.render.single_context.gles2.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.render.single_context.gles3.rgb888_pbuffer
|
||||
dEQP-EGL.functional.render.single_context.gles3.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.color_clears.*.rgb888_pbuffer
|
||||
dEQP-EGL.functional.color_clears.*.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.render.*.rgb888_pbuffer
|
||||
dEQP-EGL.functional.render.*.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.sharing.gles2.multithread.random_egl_sync.programs.link.7
|
||||
dEQP-EGL.functional.sharing.gles2.multithread.random.images.copyteximage2d.19
|
||||
dEQP-EGL.functional.sharing.gles2.multithread.random.images.copyteximage2d.6
|
||||
|
|
|
|||
|
|
@ -9,3 +9,8 @@ dEQP-EGL.functional.sharing.gles2.multithread.random.images.copyteximage2d.1
|
|||
dEQP-EGL.functional.sharing.gles2.multithread.random.images.copyteximage2d.4
|
||||
dEQP-EGL.functional.sharing.gles2.multithread.random.images.copyteximage2d.12
|
||||
dEQP-EGL.functional.sharing.gles2.multithread.random.images.copytexsubimage2d.1
|
||||
|
||||
dEQP-EGL.functional.color_clears.*.rgb888_pbuffer
|
||||
dEQP-EGL.functional.color_clears.*.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.render.*.rgb888_pbuffer
|
||||
dEQP-EGL.functional.render.*.rgba8888_pbuffer
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue