mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 02:04:41 +08:00
bc1521e601
There's no value testing these tests in CI until the loader is upgraded, so don't force every driver to add them to their fails list. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29766>
88 lines
4.2 KiB
Plaintext
88 lines
4.2 KiB
Plaintext
# Note: skips lists for CI are just a list of lines that, when
|
|
# non-zero-length and not starting with '#', will regex match to
|
|
# delete lines from the test list. Be careful.
|
|
|
|
# This test checks the driver's reported conformance version against the
|
|
# version of the CTS we're running. This check fails every few months
|
|
# and everyone has to go and bump the number in every driver.
|
|
# Running this check only makes sense while preparing a conformance
|
|
# submission, so skip it in the regular CI.
|
|
dEQP-VK.api.driver_properties.conformance_version
|
|
|
|
# Exclude this test which might fail when a new extension is implemented.
|
|
dEQP-VK.info.device_extensions
|
|
|
|
# These are tremendously slow (pushing toward a minute), and aren't
|
|
# reliable to be run in parallel with other tests due to CPU-side timing.
|
|
dEQP-GLES[0-9]*.functional.flush_finish.*
|
|
|
|
# piglit: WGL is Windows-only
|
|
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
|
|
|
|
# These tests all read from the front buffer after a swap. Given that we
|
|
# run piglit tests in parallel in Mesa CI, and don't have a compositor
|
|
# running, the frontbuffer reads may end up with undefined results from
|
|
# windows overlapping us.
|
|
#
|
|
# Piglit does mark these tests as not to be run in parallel, but deqp-runner
|
|
# doesn't respect that. We need to extend deqp-runner to allow some tests to be
|
|
# marked as single-threaded and run after the rayon loop if we want to support
|
|
# them.
|
|
#
|
|
# Note that "glx-" tests don't appear in x11-skips.txt because they can be
|
|
# run even if PIGLIT_PLATFORM=gbm (for example)
|
|
glx@glx-copy-sub-buffer.*
|
|
|
|
# A majority of the tests introduced in CTS 1.3.7.0 are experiencing failures and flakes.
|
|
# Disable these tests until someone with a more deeper understanding of EGL examines them.
|
|
#
|
|
# Note: on sc8280xp/a690 I get identical results (same passes and fails)
|
|
# between freedreno, zink, and llvmpipe, so I believe this is either a
|
|
# deqp bug or egl/wayland bug, rather than driver issue.
|
|
#
|
|
# With llvmpipe, the failing tests have the error message:
|
|
#
|
|
# "Illegal sampler view creation without bind flag"
|
|
#
|
|
# which might be a hint. (But some passing tests also have the same
|
|
# error message.)
|
|
#
|
|
# more context from David Heidelberg on IRC: the deqp commit where these
|
|
# started failing is: https://github.com/KhronosGroup/VK-GL-CTS/commit/79b25659bcbced0cfc2c3fe318951c585f682abe
|
|
# prior to that they were skipping.
|
|
wayland-dEQP-EGL.functional.color_clears.single_context.gles1.other
|
|
wayland-dEQP-EGL.functional.color_clears.single_context.gles2.other
|
|
wayland-dEQP-EGL.functional.color_clears.single_context.gles3.other
|
|
wayland-dEQP-EGL.functional.color_clears.multi_context.gles1.other
|
|
wayland-dEQP-EGL.functional.color_clears.multi_context.gles2.other
|
|
wayland-dEQP-EGL.functional.color_clears.multi_context.gles3.other
|
|
wayland-dEQP-EGL.functional.color_clears.multi_context.gles1_gles2.other
|
|
wayland-dEQP-EGL.functional.color_clears.multi_context.gles1_gles2_gles3.other
|
|
wayland-dEQP-EGL.functional.color_clears.multi_thread.gles1.other
|
|
wayland-dEQP-EGL.functional.color_clears.multi_thread.gles2.other
|
|
wayland-dEQP-EGL.functional.color_clears.multi_thread.gles3.other
|
|
wayland-dEQP-EGL.functional.color_clears.multi_thread.gles1_gles2.other
|
|
wayland-dEQP-EGL.functional.color_clears.multi_thread.gles1_gles2_gles3.other
|
|
|
|
# Seems to be the same is as wayland-dEQP-EGL.functional.color_clears.*
|
|
wayland-dEQP-EGL.functional.render.single_context.gles2.other
|
|
wayland-dEQP-EGL.functional.render.single_context.gles3.other
|
|
wayland-dEQP-EGL.functional.render.multi_context.gles2.other
|
|
wayland-dEQP-EGL.functional.render.multi_context.gles3.other
|
|
wayland-dEQP-EGL.functional.render.multi_context.gles2_gles3.other
|
|
wayland-dEQP-EGL.functional.render.multi_thread.gles2.other
|
|
wayland-dEQP-EGL.functional.render.multi_thread.gles3.other
|
|
wayland-dEQP-EGL.functional.render.multi_thread.gles2_gles3.other
|
|
|
|
# These test the loader more than the implementation and are broken because the
|
|
# Vulkan loader in Debian is too old
|
|
dEQP-VK.api.get_device_proc_addr.non_enabled
|
|
dEQP-VK.api.version_check.unavailable_entry_points
|