mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-23 23:41:13 +00:00
e9f9de0d2a
The flakiness of this test is due to CI running deqp in parallel, rather than exposing any underlying driver issue. Just skip it in CI until we come up with a reasonable way to handle tests to be run in isolation during a deqp-runner run (likely as part of https://gitlab.freedesktop.org/anholt/deqp-runner/-/issues/7). 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>
11 lines
470 B
Plaintext
11 lines
470 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
|