mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-11 11:15:11 +08:00
bfbc41a9fa
The test names are definitely unique (deqp has specific prefixes, piglit uses '@' as a separator instead of '.'), so we can just have a single file regardless of test type. Merges the two groups of xfails together so you can't mix up which file to edit (I certainly have), and so that we don't need to introduce yet another set of files when we add gtest for libva. Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Acked-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13517>
18 lines
676 B
Plaintext
18 lines
676 B
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.
|
|
|
|
# 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.*
|
|
|
|
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/4575
|
|
dEQP-VK.wsi.display.get_display_plane_capabilities
|
|
|
|
# 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.*
|