mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 06:00:10 +01:00
ci/r600: Check in some expectation files for rv770 and Turks.
Reviewed-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14429>
This commit is contained in:
parent
f82a0d10cd
commit
9acb622c44
6 changed files with 3339 additions and 0 deletions
1657
src/gallium/drivers/r600/ci/r600-rv770-fails.txt
Normal file
1657
src/gallium/drivers/r600/ci/r600-rv770-fails.txt
Normal file
File diff suppressed because it is too large
Load diff
5
src/gallium/drivers/r600/ci/r600-rv770-flakes.txt
Normal file
5
src/gallium/drivers/r600/ci/r600-rv770-flakes.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
spec@!opengl 3.2@gl-3.2-adj-prims pv-last
|
||||
spec@!opengl 3.2@layered-rendering@gl-layer-render-clipped
|
||||
spec@arb_fragment_layer_viewport@viewport-gs-write-simple
|
||||
spec@ext_framebuffer_object@fbo-blending-format-quirks
|
||||
spec@glsl-1.30@execution@fs-large-local-array-vec4
|
||||
9
src/gallium/drivers/r600/ci/r600-rv770-skips.txt
Normal file
9
src/gallium/drivers/r600/ci/r600-rv770-skips.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Xorg is not running for my tests.
|
||||
glx@
|
||||
|
||||
# unstable results on all of them
|
||||
built-in-functions@gs
|
||||
texelfetch@gs
|
||||
|
||||
# intermittent GL_OOMs, let's make sure that doesn't impact other tests.
|
||||
spec@!opengl 1.2@tex3d-maxsize
|
||||
1636
src/gallium/drivers/r600/ci/r600-turks-fails.txt
Normal file
1636
src/gallium/drivers/r600/ci/r600-turks-fails.txt
Normal file
File diff suppressed because it is too large
Load diff
26
src/gallium/drivers/r600/ci/r600-turks-flakes.txt
Normal file
26
src/gallium/drivers/r600/ci/r600-turks-flakes.txt
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Sometimes passes.
|
||||
KHR-GLES31.core.shader_atomic_counters.advanced-usage-many-dispatches
|
||||
KHR-GLES31.core.shader_atomic_counters.advanced-usage-many-draw-calls2
|
||||
|
||||
dEQP-GLES31.functional.compute.basic.ssbo_local_barrier_single_invocation
|
||||
dEQP-GLES31.functional.synchronization.inter_invocation.image_overwrite
|
||||
dEQP-GLES31.functional.synchronization.inter_invocation.image_read_write
|
||||
|
||||
spec@arb_shader_image_load_store@host-mem-barrier@Atomic counter/RaW/full barrier test/16x16
|
||||
spec@arb_shader_image_load_store@host-mem-barrier@Element array/RaW/full barrier test/16x16
|
||||
spec@arb_shader_image_load_store@host-mem-barrier@Element array/RaW/full barrier test/4x4
|
||||
spec@arb_shader_image_load_store@host-mem-barrier@Uniform buffer/RaW/one bit barrier test/64x64
|
||||
spec@arb_shader_image_load_store@invalid@
|
||||
|
||||
# Unclear if just parallel issues, but GPU timestamps seem to run a bit fast.
|
||||
spec@arb_timer_query@timestamp-get
|
||||
spec@ext_timer_query@time-elapsed
|
||||
|
||||
spec@ext_framebuffer_object@fbo-blending-format-quirks
|
||||
|
||||
spec@arb_texture_cube_map_array@texturesize@tes-texturesize-samplercubearrayshadow
|
||||
spec@glsl-1.50@execution@texturesize@tes-texturesize-sampler1darrayshadow
|
||||
spec@glsl-1.50@execution@texturesize@tes-texturesize-sampler1dshadow
|
||||
spec@glsl-1.50@execution@texturesize@tes-texturesize-sampler2darrayshadow
|
||||
spec@glsl-1.50@execution@texturesize@tes-texturesize-sampler2dshadow
|
||||
spec@glsl-1.50@execution@texturesize@tes-texturesize-samplercubeshadow
|
||||
6
src/gallium/drivers/r600/ci/r600-turks-skips.txt
Normal file
6
src/gallium/drivers/r600/ci/r600-turks-skips.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Xorg is not running for my tests.
|
||||
glx@
|
||||
|
||||
# Hangs the GPU
|
||||
spec@arb_shader_image_load_store@atomicity
|
||||
shader_storage_buffer_object@execution@ssbo-atomic
|
||||
Loading…
Add table
Reference in a new issue