mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 12:10:22 +01:00
ci/iris: Add skips and flakes notes for recent #intel-ci logs.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14904>
This commit is contained in:
parent
0cf32b5079
commit
fa4390f7bf
4 changed files with 22 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
# Sometimes crashes with no log information
|
||||
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
|
||||
|
||||
# Some flaky tests found:
|
||||
# spec@arb_query_buffer_object@qbo@query-GL_ANY_SAMPLES_PASSED-SYNC-GL_INT
|
||||
# spec@arb_query_buffer_object@qbo@query-GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED-ASYNC-GL_UNSIGNED_INT64_ARB
|
||||
|
|
|
|||
5
src/gallium/drivers/iris/ci/iris-apl-flakes.txt
Normal file
5
src/gallium/drivers/iris/ci/iris-apl-flakes.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Sometimes crashes with no log information
|
||||
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
|
||||
|
|
@ -1,2 +1,8 @@
|
|||
KHR-GL46.texture_buffer.texture_buffer_atomic_functions
|
||||
KHR-GLES31.core.texture_buffer.texture_buffer_atomic_functions
|
||||
|
||||
# Sometimes crashes with no log information
|
||||
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
|
||||
|
|
|
|||
5
src/gallium/drivers/iris/ci/iris-kbl-skips.txt
Normal file
5
src/gallium/drivers/iris/ci/iris-kbl-skips.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Too slow for CI, can flake due to timeouts
|
||||
shaders@glsl-max-varyings >max_varying_components
|
||||
shaders@glsl-max-varyings
|
||||
spec@arb_compute_shader@local-id-explosion
|
||||
spec@ext_transform_feedback@max-varyings
|
||||
Loading…
Add table
Reference in a new issue