mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-28 04:34:25 +08:00
ci/piglit: Move the WGL skip to a common skips file.
This will also give us a central place to handle known CI issues for piglit. Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11333>
This commit is contained in:
parent
e9f9de0d2a
commit
e594b18d6a
2
.gitlab-ci/piglit/piglit-all-skips.txt
Normal file
2
.gitlab-ci/piglit/piglit-all-skips.txt
Normal file
@ -0,0 +1,2 @@
|
||||
# WGL is Windows-only
|
||||
wgl@.*
|
@ -36,7 +36,7 @@ fi
|
||||
touch $INSTALL/piglit-$GPU_VERSION-flakes.txt
|
||||
|
||||
if [ -e "$INSTALL/piglit-$GPU_VERSION-skips.txt" ]; then
|
||||
PIGLIT_RUNNER_OPTIONS="$PIGLIT_RUNNER_OPTIONS --skips $INSTALL/piglit-$GPU_VERSION-skips.txt"
|
||||
PIGLIT_SKIPS="$INSTALL/piglit-$GPU_VERSION-skips.txt"
|
||||
fi
|
||||
|
||||
set +e
|
||||
@ -58,6 +58,7 @@ export LD_PRELOAD=$TEST_LD_PRELOAD
|
||||
run \
|
||||
--piglit-folder /piglit \
|
||||
--output $RESULTS \
|
||||
--skips $INSTALL/piglit/piglit-all-skips.txt $PIGLIT_SKIPS \
|
||||
--flakes $INSTALL/piglit-$GPU_VERSION-flakes.txt \
|
||||
--profile $PIGLIT_PROFILES \
|
||||
--process-isolation \
|
||||
|
@ -18,6 +18,3 @@ spec@glsl-1.50.*
|
||||
spec@glsl-3.*
|
||||
spec@glsl-4.*
|
||||
spec@glsl-es-3.20.*
|
||||
|
||||
# WGL is Windows-only
|
||||
wgl@.*
|
||||
|
@ -17,6 +17,3 @@ spec@glsl-1.50.*
|
||||
spec@glsl-3.*
|
||||
spec@glsl-4.*
|
||||
spec@glsl-es-3.*
|
||||
|
||||
# WGL is Windows-only
|
||||
wgl@.*
|
||||
|
@ -33,6 +33,3 @@ spec@arb_pixel_buffer_object@texsubimage cube_map_array pbo
|
||||
# Causes faults that need the HUPCF fix to actually work to avoid killing the
|
||||
# run.
|
||||
spec@glsl-1.30@execution@texelfetch fs sampler3d 98x1x9-98x129x9
|
||||
|
||||
# WGL is Windows-only
|
||||
wgl@.*
|
||||
|
@ -31,6 +31,3 @@ spec@arb_buffer_storage@bufferstorage-persistent_gles3 read
|
||||
spec@arb_buffer_storage@bufferstorage-persistent_gles3 read client-storage
|
||||
spec@arb_buffer_storage@bufferstorage-persistent_gles3 read coherent
|
||||
spec@arb_buffer_storage@bufferstorage-persistent_gles3 read coherent client-storage
|
||||
|
||||
# WGL is Windows-only
|
||||
wgl@.*
|
||||
|
@ -1,6 +1,3 @@
|
||||
# Timeout
|
||||
spec@arb_internalformat_query2@all internalformat_.*_type
|
||||
spec@!opengl 1.0@gl-1.0-blend-func
|
||||
|
||||
# WGL is Windows-only
|
||||
wgl@.*
|
||||
|
@ -29,6 +29,3 @@ spec@ext_external_objects_fd@semaphore-api-errors
|
||||
spec@ext_external_objects_fd@memory-object-api-errors
|
||||
spec@ext_external_objects@vk-vert-buf-reuse
|
||||
glx@glx-swap-copy
|
||||
|
||||
# WGL is Windows-only
|
||||
wgl@.*
|
||||
|
@ -12,9 +12,6 @@ spec@glsl-1.30@execution@tex-miplevel-selection.*
|
||||
# only supported if Piglit is using GLUT
|
||||
spec@!opengl 1.1@windowoverlap
|
||||
|
||||
# WGL is Windows-only
|
||||
wgl@.*
|
||||
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user