diff --git a/.gitlab-ci/all-skips.txt b/.gitlab-ci/all-skips.txt index 52a8e87f362..137f0a4c55f 100644 --- a/.gitlab-ci/all-skips.txt +++ b/.gitlab-ci/all-skips.txt @@ -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 diff --git a/src/broadcom/ci/v3d-rpi4-fails.txt b/src/broadcom/ci/v3d-rpi4-fails.txt index 97c086fe395..d529480591b 100644 --- a/src/broadcom/ci/v3d-rpi4-fails.txt +++ b/src/broadcom/ci/v3d-rpi4-fails.txt @@ -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 diff --git a/src/broadcom/ci/vc4-rpi3-fails.txt b/src/broadcom/ci/vc4-rpi3-fails.txt index d0833cd4fbc..6fc6fa0a7e5 100644 --- a/src/broadcom/ci/vc4-rpi3-fails.txt +++ b/src/broadcom/ci/vc4-rpi3-fails.txt @@ -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 diff --git a/src/etnaviv/ci/etnaviv-gc2000-fails.txt b/src/etnaviv/ci/etnaviv-gc2000-fails.txt index c09f54d13e3..501939317b3 100644 --- a/src/etnaviv/ci/etnaviv-gc2000-fails.txt +++ b/src/etnaviv/ci/etnaviv-gc2000-fails.txt @@ -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 diff --git a/src/freedreno/ci/freedreno-a530-fails.txt b/src/freedreno/ci/freedreno-a530-fails.txt index aeff66ec33c..f4cd0594aaf 100644 --- a/src/freedreno/ci/freedreno-a530-fails.txt +++ b/src/freedreno/ci/freedreno-a530-fails.txt @@ -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 diff --git a/src/freedreno/ci/freedreno-a630-fails.txt b/src/freedreno/ci/freedreno-a630-fails.txt index 9d6bc2b3d5a..28f4a1a13f6 100644 --- a/src/freedreno/ci/freedreno-a630-fails.txt +++ b/src/freedreno/ci/freedreno-a630-fails.txt @@ -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 diff --git a/src/gallium/drivers/i915/ci/i915-g33-fails.txt b/src/gallium/drivers/i915/ci/i915-g33-fails.txt index 76dc9748517..83dfb60d945 100644 --- a/src/gallium/drivers/i915/ci/i915-g33-fails.txt +++ b/src/gallium/drivers/i915/ci/i915-g33-fails.txt @@ -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 diff --git a/src/gallium/drivers/iris/ci/iris-amly-fails.txt b/src/gallium/drivers/iris/ci/iris-amly-fails.txt index 93699d10367..d2449369a98 100644 --- a/src/gallium/drivers/iris/ci/iris-amly-fails.txt +++ b/src/gallium/drivers/iris/ci/iris-amly-fails.txt @@ -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 diff --git a/src/gallium/drivers/radeonsi/ci/navi10-piglit-quick-fail.csv b/src/gallium/drivers/radeonsi/ci/navi10-piglit-quick-fail.csv index b937a49faab..b848de4cc1f 100644 --- a/src/gallium/drivers/radeonsi/ci/navi10-piglit-quick-fail.csv +++ b/src/gallium/drivers/radeonsi/ci/navi10-piglit-quick-fail.csv @@ -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 diff --git a/src/gallium/drivers/radeonsi/ci/raven-piglit-quick-fail.csv b/src/gallium/drivers/radeonsi/ci/raven-piglit-quick-fail.csv index fe4bde09be7..0e75e4ca307 100644 --- a/src/gallium/drivers/radeonsi/ci/raven-piglit-quick-fail.csv +++ b/src/gallium/drivers/radeonsi/ci/raven-piglit-quick-fail.csv @@ -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 diff --git a/src/gallium/drivers/radeonsi/ci/sienna_cichlid-piglit-quick-fail.csv b/src/gallium/drivers/radeonsi/ci/sienna_cichlid-piglit-quick-fail.csv index 6a8e45a45a5..bdd9e945f0e 100644 --- a/src/gallium/drivers/radeonsi/ci/sienna_cichlid-piglit-quick-fail.csv +++ b/src/gallium/drivers/radeonsi/ci/sienna_cichlid-piglit-quick-fail.csv @@ -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 diff --git a/src/gallium/drivers/zink/ci/zink-lvp-skips.txt b/src/gallium/drivers/zink/ci/zink-lvp-skips.txt index 0909a37cbd7..0078a425c03 100644 --- a/src/gallium/drivers/zink/ci/zink-lvp-skips.txt +++ b/src/gallium/drivers/zink/ci/zink-lvp-skips.txt @@ -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 diff --git a/src/gallium/drivers/zink/ci/zink-radv-fails.txt b/src/gallium/drivers/zink/ci/zink-radv-fails.txt index 578d5a7963d..43779dae9e1 100644 --- a/src/gallium/drivers/zink/ci/zink-radv-fails.txt +++ b/src/gallium/drivers/zink/ci/zink-radv-fails.txt @@ -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 diff --git a/src/panfrost/ci/panfrost-g52-fails.txt b/src/panfrost/ci/panfrost-g52-fails.txt index de573803020..a8e12d9a4d4 100644 --- a/src/panfrost/ci/panfrost-g52-fails.txt +++ b/src/panfrost/ci/panfrost-g52-fails.txt @@ -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