Module: Mesa
Branch: main
Commit: 83b5745404d9d6114727a268863219e463988767
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=83b5745404d9d6114727a268863219e463988767

Author: Pavel Ondračka <pavel.ondra...@gmail.com>
Date:   Thu Jan 11 17:49:44 2024 +0100

r300/ci: move streaming-texture-leak from fails to skips

While it passes locally, the runners are slow enough to not make it in
60 seconds so just move it to skips.

Signed-off-by: Pavel Ondračka <pavel.ondra...@gmail.com>
Reviewed-by: David Heidelberg <david.heidelb...@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26973>

---

 src/gallium/drivers/r300/ci/r300-rv530-nohiz-fails.txt | 1 -
 src/gallium/drivers/r300/ci/r300-rv530-nohiz-skips.txt | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gallium/drivers/r300/ci/r300-rv530-nohiz-fails.txt 
b/src/gallium/drivers/r300/ci/r300-rv530-nohiz-fails.txt
index 4b5c3969004..5c9762f3aec 100644
--- a/src/gallium/drivers/r300/ci/r300-rv530-nohiz-fails.txt
+++ b/src/gallium/drivers/r300/ci/r300-rv530-nohiz-fails.txt
@@ -415,7 +415,6 @@ spec@!opengl 1.1@linestipple@Line loop,Fail
 spec@!opengl 1.1@linestipple@Line strip,Fail
 spec@!opengl 1.1@linestipple@Restarting lines within a single Begin-End 
block,Fail
 spec@!opengl 1.1@read-front samples=6,Fail
-spec@!opengl 1.1@streaming-texture-leak,Timeout
 spec@!opengl 1.1@texgen,Fail
 spec@!opengl 1.1@texsubimage,Fail
 
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 0656a09da36..f2edad7360b 100644
--- a/src/gallium/drivers/r300/ci/r300-rv530-nohiz-skips.txt
+++ b/src/gallium/drivers/r300/ci/r300-rv530-nohiz-skips.txt
@@ -2,6 +2,8 @@
 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@

Reply via email to