diff --git a/.gitlab-ci/all-skips.txt b/.gitlab-ci/all-skips.txt index 328f7e3c986..e6fb357bc35 100644 --- a/.gitlab-ci/all-skips.txt +++ b/.gitlab-ci/all-skips.txt @@ -113,3 +113,10 @@ spec@arb_program_interface_query@arb_program_interface_query-getprogramresourcei # but don't swap. spec@!opengl 1.0@gl-1.0-swapbuffers-behavior spec@!opengl 1.1@read-front + +# Skip test everywhere +# Because even with a 256x256 map, it is over 1 GiB of texture memory +# allocated +# Also, individually, it was disabled in most of the tests as it is +# either too slow or results in an OOM +spec@!opengl 1.1@streaming-texture-leak diff --git a/src/broadcom/ci/broadcom-rpi3-skips.txt b/src/broadcom/ci/broadcom-rpi3-skips.txt index 72d1596d088..d69ebd5937c 100644 --- a/src/broadcom/ci/broadcom-rpi3-skips.txt +++ b/src/broadcom/ci/broadcom-rpi3-skips.txt @@ -24,9 +24,6 @@ dEQP-GLES2.functional.shaders.loops.*dynamic.*vertex # https://gitlab.freedesktop.org/mesa/piglit/-/issues/104 spec@ext_external_objects@vk-.* -# Slow piglit tests (> 1 minute to run) -spec@!opengl 1.1@streaming-texture-leak - # Versions / Extensions not supported spec@!opengl 3.* spec@!opengl 4.* diff --git a/src/broadcom/ci/broadcom-rpi4-skips.txt b/src/broadcom/ci/broadcom-rpi4-skips.txt index 1df92ffcae6..b66d0b9b797 100644 --- a/src/broadcom/ci/broadcom-rpi4-skips.txt +++ b/src/broadcom/ci/broadcom-rpi4-skips.txt @@ -1,5 +1,4 @@ # Slow piglit tests (> 1 minute to run) -spec@!opengl 1.1@streaming-texture-leak spec@!opengl 1.2@tex3d-maxsize # Slow CL tests (> 5 minute to run) diff --git a/src/etnaviv/ci/etnaviv-gc2000-r5108-fails.txt b/src/etnaviv/ci/etnaviv-gc2000-r5108-fails.txt index a2a948fd7f4..92dbcea52fa 100644 --- a/src/etnaviv/ci/etnaviv-gc2000-r5108-fails.txt +++ b/src/etnaviv/ci/etnaviv-gc2000-r5108-fails.txt @@ -470,7 +470,6 @@ spec@!opengl 1.1@polygon-mode-offset@config 6: Expected white pixel on right edg spec@!opengl 1.1@polygon-mode-offset@config 6: Expected white pixel on top edge,Fail spec@!opengl 1.1@polygon-mode-offset,Fail spec@!opengl 1.1@polygon-offset,Fail -spec@!opengl 1.1@streaming-texture-leak,Timeout spec@!opengl 1.1@texwrap 1d bordercolor,Fail spec@!opengl 1.1@texwrap 1d bordercolor@GL_RGBA8- border color only,Fail spec@!opengl 1.1@texwrap 1d proj bordercolor,Fail diff --git a/src/etnaviv/ci/etnaviv-gc2000-r5108-skips.txt b/src/etnaviv/ci/etnaviv-gc2000-r5108-skips.txt index 46c8934b924..822640dc737 100644 --- a/src/etnaviv/ci/etnaviv-gc2000-r5108-skips.txt +++ b/src/etnaviv/ci/etnaviv-gc2000-r5108-skips.txt @@ -9,7 +9,6 @@ glx.* shaders@glsl-uniform-interstage-limits@subdivide 5 shaders@glsl-uniform-interstage-limits@subdivide 5- statechanges spec@arb_internalformat_query2@all internalformat__type pname checks -spec@!opengl 1.1@streaming-texture-leak spec@arb_map_buffer_alignment@arb_map_buffer_alignment-map-invalidate-range spec@!opengl 1.0@depth-clear-precision-check spec@arb_point_parameters@arb_point_parameters-point-attenuation diff --git a/src/gallium/drivers/lima/ci/lima-skips.txt b/src/gallium/drivers/lima/ci/lima-skips.txt index a9326c4cdd3..5832c0d6087 100644 --- a/src/gallium/drivers/lima/ci/lima-skips.txt +++ b/src/gallium/drivers/lima/ci/lima-skips.txt @@ -26,7 +26,6 @@ spec@!opengl 1.1@gl-1.1-drawarrays-vertex-count spec@!opengl 1.4@triangle-rasterization-overdraw # oom -spec@!opengl 1.1@streaming-texture-leak spec@!opengl 1.2@tex3d-maxsize # Allocates >1GB CPU memory and more GPU, and ooms. diff --git a/src/gallium/drivers/r300/ci/r300-rs740-skips.txt b/src/gallium/drivers/r300/ci/r300-rs740-skips.txt index f2edad7360b..0656a09da36 100644 --- a/src/gallium/drivers/r300/ci/r300-rs740-skips.txt +++ b/src/gallium/drivers/r300/ci/r300-rs740-skips.txt @@ -2,8 +2,6 @@ KHR-GLES2.texture_3d.filtering.combinations.*linear_mipmap_linear KHR-GLES2.texture_3d.filtering.sizes.*linear_mipmap_linear shaders@glsl-predication-on-large-array -# This one is a pass, but not in time to fit into the 60 seconds limit. -spec@!opengl 1.1@streaming-texture-leak # I'm running it with gl_rgba8_snorm glx@ diff --git a/src/gallium/drivers/r300/ci/r300-rv410-skips.txt b/src/gallium/drivers/r300/ci/r300-rv410-skips.txt index f2edad7360b..0656a09da36 100644 --- a/src/gallium/drivers/r300/ci/r300-rv410-skips.txt +++ b/src/gallium/drivers/r300/ci/r300-rv410-skips.txt @@ -2,8 +2,6 @@ KHR-GLES2.texture_3d.filtering.combinations.*linear_mipmap_linear KHR-GLES2.texture_3d.filtering.sizes.*linear_mipmap_linear shaders@glsl-predication-on-large-array -# This one is a pass, but not in time to fit into the 60 seconds limit. -spec@!opengl 1.1@streaming-texture-leak # I'm running it with gl_rgba8_snorm glx@ diff --git a/src/gallium/drivers/r300/ci/r300-rv530-nohiz-skips.txt b/src/gallium/drivers/r300/ci/r300-rv530-nohiz-skips.txt index f2edad7360b..0656a09da36 100644 --- a/src/gallium/drivers/r300/ci/r300-rv530-nohiz-skips.txt +++ b/src/gallium/drivers/r300/ci/r300-rv530-nohiz-skips.txt @@ -2,8 +2,6 @@ KHR-GLES2.texture_3d.filtering.combinations.*linear_mipmap_linear KHR-GLES2.texture_3d.filtering.sizes.*linear_mipmap_linear shaders@glsl-predication-on-large-array -# This one is a pass, but not in time to fit into the 60 seconds limit. -spec@!opengl 1.1@streaming-texture-leak # I'm running it with gl_rgba8_snorm glx@ diff --git a/src/gallium/drivers/zink/ci/zink-nvk-ga106-skips.txt b/src/gallium/drivers/zink/ci/zink-nvk-ga106-skips.txt index 64c27e033f8..5b9a30bcad4 100644 --- a/src/gallium/drivers/zink/ci/zink-nvk-ga106-skips.txt +++ b/src/gallium/drivers/zink/ci/zink-nvk-ga106-skips.txt @@ -3,7 +3,6 @@ glx@ # Timeouts KHR-GL46.copy_image.functional -spec@!opengl 1.1@streaming-texture-leak spec@arb_gpu_shader5@texturegatheroffset@fs-r-0-unorm-2d-const spec@arb_gpu_shader5@texturegatheroffset@vs-rg-1-uint-2darray-const spec@arb_texture_buffer_object@subdata-sync diff --git a/src/gallium/drivers/zink/ci/zink-radv-cezanne-skips.txt b/src/gallium/drivers/zink/ci/zink-radv-cezanne-skips.txt index 22877e4bced..8217840602e 100644 --- a/src/gallium/drivers/zink/ci/zink-radv-cezanne-skips.txt +++ b/src/gallium/drivers/zink/ci/zink-radv-cezanne-skips.txt @@ -21,7 +21,6 @@ spec@arb_shader_clock@execution@clock.* # These run OOM and migth hang? spec@arb_texture_buffer_object@texture-buffer-size-clamp.* -spec@!opengl 1.1@streaming-texture-leak spec@arb_uniform_buffer_object@maxuniformblocksize.* # implicit modifier selection not currently supported diff --git a/src/gallium/drivers/zink/ci/zink-radv-gfx1201-skips.txt b/src/gallium/drivers/zink/ci/zink-radv-gfx1201-skips.txt index d41e2b87896..5130c332df1 100644 --- a/src/gallium/drivers/zink/ci/zink-radv-gfx1201-skips.txt +++ b/src/gallium/drivers/zink/ci/zink-radv-gfx1201-skips.txt @@ -29,5 +29,4 @@ spec@arb_shader_clock@execution@clock.* # These run OOM and migth hang? spec@arb_texture_buffer_object@texture-buffer-size-clamp.* -spec@!opengl 1.1@streaming-texture-leak spec@arb_uniform_buffer_object@maxuniformblocksize.* diff --git a/src/gallium/drivers/zink/ci/zink-radv-navi10-skips.txt b/src/gallium/drivers/zink/ci/zink-radv-navi10-skips.txt index 4ca4f66b281..647f2ac416b 100644 --- a/src/gallium/drivers/zink/ci/zink-radv-navi10-skips.txt +++ b/src/gallium/drivers/zink/ci/zink-radv-navi10-skips.txt @@ -29,7 +29,6 @@ spec@arb_shader_clock@execution@clock.* # These run OOM and migth hang? spec@arb_texture_buffer_object@texture-buffer-size-clamp.* -spec@!opengl 1.1@streaming-texture-leak spec@arb_uniform_buffer_object@maxuniformblocksize.* # implicit modifier selection not currently supported diff --git a/src/gallium/drivers/zink/ci/zink-radv-navi31-skips.txt b/src/gallium/drivers/zink/ci/zink-radv-navi31-skips.txt index d41e2b87896..5130c332df1 100644 --- a/src/gallium/drivers/zink/ci/zink-radv-navi31-skips.txt +++ b/src/gallium/drivers/zink/ci/zink-radv-navi31-skips.txt @@ -29,5 +29,4 @@ spec@arb_shader_clock@execution@clock.* # These run OOM and migth hang? spec@arb_texture_buffer_object@texture-buffer-size-clamp.* -spec@!opengl 1.1@streaming-texture-leak spec@arb_uniform_buffer_object@maxuniformblocksize.* diff --git a/src/gallium/drivers/zink/ci/zink-radv-polaris10-skips.txt b/src/gallium/drivers/zink/ci/zink-radv-polaris10-skips.txt index b1d9deba793..1cd260eab29 100644 --- a/src/gallium/drivers/zink/ci/zink-radv-polaris10-skips.txt +++ b/src/gallium/drivers/zink/ci/zink-radv-polaris10-skips.txt @@ -27,7 +27,6 @@ spec@arb_shader_clock@execution@clock.* # These run OOM and migth hang? spec@arb_texture_buffer_object@texture-buffer-size-clamp.* -spec@!opengl 1.1@streaming-texture-leak spec@arb_uniform_buffer_object@maxuniformblocksize.* # implicit modifier selection not currently supported diff --git a/src/gallium/drivers/zink/ci/zink-radv-vangogh-skips.txt b/src/gallium/drivers/zink/ci/zink-radv-vangogh-skips.txt index d073f06c2df..3aee5a352dd 100644 --- a/src/gallium/drivers/zink/ci/zink-radv-vangogh-skips.txt +++ b/src/gallium/drivers/zink/ci/zink-radv-vangogh-skips.txt @@ -29,7 +29,6 @@ spec@arb_shader_clock@execution@clock.* # These run OOM and migth hang? spec@arb_texture_buffer_object@texture-buffer-size-clamp.* -spec@!opengl 1.1@streaming-texture-leak spec@arb_uniform_buffer_object@maxuniformblocksize.* # implicit modifier selection not currently supported diff --git a/src/panfrost/ci/panfrost-g52-fails.txt b/src/panfrost/ci/panfrost-g52-fails.txt index 4ff18660a34..5450b390a3b 100644 --- a/src/panfrost/ci/panfrost-g52-fails.txt +++ b/src/panfrost/ci/panfrost-g52-fails.txt @@ -250,7 +250,6 @@ spec@!opengl 1.1@polygon-mode-offset@config 6: Expected blue pixel in center,Fai spec@!opengl 1.1@polygon-mode-offset@config 6: Expected white pixel on right edge,Fail spec@!opengl 1.1@polygon-mode-offset@config 6: Expected white pixel on top edge,Fail spec@!opengl 1.1@polygon-mode-offset,Fail -spec@!opengl 1.1@streaming-texture-leak,Crash spec@!opengl 2.0@gl-2.0-edgeflag,Fail spec@!opengl 2.0@gl-2.0-edgeflag-immediate,Fail spec@!opengl 2.1@pbo,Fail diff --git a/src/panfrost/ci/panfrost-g52-skips.txt b/src/panfrost/ci/panfrost-g52-skips.txt index 8f93a8fc8ec..b01f34486a2 100644 --- a/src/panfrost/ci/panfrost-g52-skips.txt +++ b/src/panfrost/ci/panfrost-g52-skips.txt @@ -20,7 +20,6 @@ dEQP-VK.api.object_management.max_concurrent.query_pool spec@!opengl 1.1@longprim # OOMs -spec@!opengl 1.1@streaming-texture-leak tex3d-maxsize # Takes absurdly long, sometimes flaking due to the 60s timeout diff --git a/src/panfrost/ci/panfrost-g57-fails.txt b/src/panfrost/ci/panfrost-g57-fails.txt index d75f24032f6..87fe5aa5621 100644 --- a/src/panfrost/ci/panfrost-g57-fails.txt +++ b/src/panfrost/ci/panfrost-g57-fails.txt @@ -209,7 +209,6 @@ spec@!opengl 1.1@polygon-mode-offset@config 6: Expected blue pixel in center,Fai spec@!opengl 1.1@polygon-mode-offset@config 6: Expected white pixel on right edge,Fail spec@!opengl 1.1@polygon-mode-offset@config 6: Expected white pixel on top edge,Fail spec@!opengl 1.1@polygon-mode-offset,Fail -spec@!opengl 1.1@streaming-texture-leak,Crash spec@!opengl 2.0@gl-2.0-edgeflag,Fail spec@!opengl 2.0@gl-2.0-edgeflag-immediate,Fail spec@!opengl 2.1@pbo,Fail @@ -537,7 +536,6 @@ afbcp-spec@!opengl 1.1@polygon-mode-offset@config 6: Expected blue pixel in cent afbcp-spec@!opengl 1.1@polygon-mode-offset@config 6: Expected white pixel on right edge,Fail afbcp-spec@!opengl 1.1@polygon-mode-offset@config 6: Expected white pixel on top edge,Fail afbcp-spec@!opengl 1.1@polygon-mode-offset,Fail -afbcp-spec@!opengl 1.1@streaming-texture-leak,Crash afbcp-spec@!opengl 2.0@gl-2.0-edgeflag,Fail afbcp-spec@!opengl 2.0@gl-2.0-edgeflag-immediate,Fail afbcp-spec@!opengl 2.1@pbo,Fail diff --git a/src/panfrost/ci/panfrost-g57-skips.txt b/src/panfrost/ci/panfrost-g57-skips.txt index 80d1e524952..5359617d983 100644 --- a/src/panfrost/ci/panfrost-g57-skips.txt +++ b/src/panfrost/ci/panfrost-g57-skips.txt @@ -14,7 +14,6 @@ dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.36 spec@!opengl 1.1@longprim # OOMs -spec@!opengl 1.1@streaming-texture-leak tex3d-maxsize # Takes absurdly long, sometimes flaking due to the 60s timeout