ci: move windowoverlap exclusion to all-skips
authorIlia Mirkin <imirkin@alum.mit.edu>
Tue, 23 Nov 2021 03:34:47 +0000 (22:34 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Mon, 29 Nov 2021 23:08:49 +0000 (18:08 -0500)
The test is just plain not built by our containers. Skip it everywhere.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13919>

14 files changed:
.gitlab-ci/all-skips.txt
src/broadcom/ci/v3d-rpi4-fails.txt
src/broadcom/ci/vc4-rpi3-fails.txt
src/etnaviv/ci/etnaviv-gc2000-fails.txt
src/freedreno/ci/freedreno-a530-fails.txt
src/freedreno/ci/freedreno-a630-fails.txt
src/gallium/drivers/i915/ci/i915-g33-fails.txt
src/gallium/drivers/iris/ci/iris-amly-fails.txt
src/gallium/drivers/radeonsi/ci/navi10-piglit-quick-fail.csv
src/gallium/drivers/radeonsi/ci/raven-piglit-quick-fail.csv
src/gallium/drivers/radeonsi/ci/sienna_cichlid-piglit-quick-fail.csv
src/gallium/drivers/zink/ci/zink-lvp-skips.txt
src/gallium/drivers/zink/ci/zink-radv-fails.txt
src/panfrost/ci/panfrost-g52-fails.txt

index 52a8e87..137f0a4 100644 (file)
@@ -15,3 +15,6 @@ wgl@.*
 # These are sensitive to CPU timing, and would need to be run in isolation
 # on the system rather than in parallel with other tests.
 glx@glx_arb_sync_control@timing.*
+
+# This test is not built with waffle, while we do build tests with waffle
+spec@!opengl 1.1@windowoverlap
index 97c086f..d529480 100644 (file)
@@ -92,7 +92,6 @@ spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGB12- swizzled- border
 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGB16- swizzled- border color only,Fail
 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGBA12- swizzled- border color only,Fail
 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGBA16- swizzled- border color only,Fail
-spec@!opengl 1.1@windowoverlap,Fail
 spec@!opengl 1.4@gl-1.4-polygon-offset,Fail
 spec@!opengl 2.0@gl-2.0-edgeflag,Fail
 spec@!opengl 2.0@gl-2.0-edgeflag-immediate,Fail
index d0833cd..6fc6fa0 100644 (file)
@@ -1205,7 +1205,6 @@ spec@!opengl 1.1@texwrap formats@GL_RGBA16- swizzled,Fail
 spec@!opengl 1.1@texwrap formats@GL_RGBA8,Fail
 spec@!opengl 1.1@texwrap formats@GL_RGBA8- NPOT,Fail
 spec@!opengl 1.1@texwrap formats@GL_RGBA8- swizzled,Fail
-spec@!opengl 1.1@windowoverlap,Fail
 spec@!opengl 1.2@copyteximage 3d,Fail
 spec@!opengl 1.2@getteximage-targets 3d,Fail
 spec@!opengl 1.2@lodclamp,Fail
index c09f54d..5019393 100644 (file)
@@ -1594,7 +1594,6 @@ spec@!opengl 1.1@texwrap formats bordercolor@GL_RGBA4- border color only,Fail
 spec@!opengl 1.1@texwrap formats bordercolor@GL_RGBA8- border color only,Fail
 spec@!opengl 1.1@two-sided-lighting,Fail
 spec@!opengl 1.1@user-clip,Fail
-spec@!opengl 1.1@windowoverlap,Fail
 spec@!opengl 1.2@copyteximage 3d,Crash
 spec@!opengl 1.2@lodclamp-between-max,Fail
 spec@!opengl 1.2@texwrap 3d bordercolor,Fail
index aeff66e..f4cd059 100644 (file)
@@ -275,7 +275,6 @@ spec@!opengl 1.1@polygon-mode-offset@config 4: Expected white pixel on top edge,
 spec@!opengl 1.1@polygon-mode-offset@config 5: Expected blue pixel in center,Fail
 spec@!opengl 1.1@polygon-mode-offset@config 6: Expected blue pixel in center,Fail
 spec@!opengl 1.1@ppgtt_memory_alignment,Crash
-spec@!opengl 1.1@windowoverlap,Fail
 spec@!opengl 1.2@copyteximage 3d,Fail
 spec@!opengl 1.4@copy-pixels,Fail
 spec@!opengl 1.4@gl-1.4-polygon-offset,Fail
index 9d6bc2b..28f4a1a 100644 (file)
@@ -545,7 +545,6 @@ spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGBA16- swizzled- borde
 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGBA2- swizzled- border color only,Fail
 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGBA4- swizzled- border color only,Fail
 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGBA8- swizzled- border color only,Fail
-spec@!opengl 1.1@windowoverlap,Fail
 spec@!opengl 1.4@gl-1.4-polygon-offset,Fail
 
 # "MESA: error: unknown vertex shader output name: VARYING_SLOT_EDGE
index 76dc974..83dfb60 100644 (file)
@@ -277,7 +277,6 @@ spec@!opengl 1.1@texwrap formats bordercolor@GL_RGBA2- border color only,Fail
 spec@!opengl 1.1@texwrap formats bordercolor@GL_RGBA4- border color only,Fail
 spec@!opengl 1.1@texwrap formats bordercolor@GL_RGBA8- border color only,Fail
 
-spec@!opengl 1.1@windowoverlap,Fail
 spec@!opengl 1.2@levelclamp,Fail
 
 spec@!opengl 1.2@texwrap 3d,Fail
index 93699d1..d244936 100644 (file)
@@ -106,8 +106,6 @@ spec@!opengl 1.1@linestipple@Factor 3x,Fail
 spec@!opengl 1.1@linestipple@Line loop,Fail
 spec@!opengl 1.1@linestipple@Line strip,Fail
 
-spec@!opengl 1.1@windowoverlap,Fail
-
 # Fail: nothing rendered.
 spec@!opengl 2.0@vs-point_size-zero,Fail
 
index b937a49..b848de4 100644 (file)
@@ -31,7 +31,6 @@ spec@!opengl 1.1@read-front samples=2,Fail
 spec@!opengl 1.1@read-front samples=4,Fail
 spec@!opengl 1.1@read-front samples=6,Fail
 spec@!opengl 1.1@read-front samples=8,Fail
-spec@!opengl 1.1@windowoverlap,Fail
 spec@!opengl 3.2@gl-3.2-adj-prims cull-back pv-first,Fail
 spec@!opengl 3.2@gl-3.2-adj-prims cull-front pv-first,Fail
 spec@!opengl 3.2@gl-3.2-adj-prims line cull-back pv-first,Fail
index fe4bde0..0e75e4c 100644 (file)
@@ -52,7 +52,6 @@ spec@!opengl 1.1@teximage-colors gl_rgba16_snorm@GL_RGBA16_SNORM texture with GL
 spec@!opengl 1.1@teximage-colors gl_rgba16_snorm@GL_RGBA16_SNORM texture with GL_BLUE and GL_BYTE,Fail
 spec@!opengl 1.1@teximage-colors gl_rgba16_snorm@GL_RGBA16_SNORM texture with GL_GREEN and GL_BYTE,Fail
 spec@!opengl 1.1@teximage-colors gl_rgba16_snorm@GL_RGBA16_SNORM texture with GL_RGB and GL_BYTE,Fail
-spec@!opengl 1.1@windowoverlap,Fail
 spec@arb_bindless_texture@compiler@images@arith-bound-image.frag,Crash
 spec@arb_bindless_texture@compiler@samplers@arith-bound-sampler-texture2d.frag,Crash
 spec@arb_bindless_texture@illegal,Fail
index 6a8e45a..bdd9e94 100644 (file)
@@ -31,7 +31,6 @@ spec@!opengl 1.1@read-front samples=2,Fail
 spec@!opengl 1.1@read-front samples=4,Fail
 spec@!opengl 1.1@read-front samples=6,Fail
 spec@!opengl 1.1@read-front samples=8,Fail
-spec@!opengl 1.1@windowoverlap,Fail
 spec@!opengl 3.2@gl-3.2-adj-prims cull-back pv-first,Fail
 spec@!opengl 3.2@gl-3.2-adj-prims cull-front pv-first,Fail
 spec@!opengl 3.2@gl-3.2-adj-prims line cull-back pv-first,Fail
index 0909a37..0078a42 100644 (file)
@@ -11,9 +11,6 @@ spec@arb_timer_query.*
 spec@arb_sample_shading@builtin-gl-sample-mask
 spec@glsl-1.30@execution@tex-miplevel-selection.*
 
-# only supported if Piglit is using GLUT
-spec@!opengl 1.1@windowoverlap
-
 # This test doesn't even seem to exist, but piglit adds it to a group...?
 spec@arb_vertex_type_2_10_10_10_rev@attrib-p-type-size-match
 
index 578d5a7..43779da 100644 (file)
@@ -2562,7 +2562,6 @@ spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGBA16- swizzled- borde
 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGBA2- swizzled- border color only,Fail
 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGBA4- swizzled- border color only,Fail
 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGBA8- swizzled- border color only,Fail
-spec@!opengl 1.1@windowoverlap,Fail
 spec@!opengl 1.4@gl-1.4-polygon-offset,Fail
 spec@!opengl 1.5@depth-tex-compare,Fail
 spec@!opengl 2.0@depth-tex-modes-glsl,Fail
index de57380..a8e12d9 100644 (file)
@@ -1261,7 +1261,6 @@ spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGBA16- swizzled- borde
 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGBA4- swizzled- border color only,Fail
 spec@!opengl 1.1@texwrap formats bordercolor-swizzled@GL_RGBA8- swizzled- border color only,Fail
 spec@!opengl 1.1@user-clip,Fail
-spec@!opengl 1.1@windowoverlap,Fail
 spec@!opengl 1.2@texwrap 3d bordercolor,Fail
 spec@!opengl 1.2@texwrap 3d bordercolor@GL_RGBA8- border color only,Fail
 spec@!opengl 1.2@texwrap 3d proj bordercolor,Fail