mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-23 15:30:09 +00:00
463dbbffa8
When introducing/removing these files, it's easy to forget to update the
yml to point to them. Instead of requiring the separate update, just have
the runner script pick the right one from a single per-gpu variable.
As a result, we now pick up the new deqp-lvp-skips.txt that was added but
not conected. This also required moving some bypass flakes from the
shared a630 flakes list to a separate list, which is a feature because now
we'd notice the introduction of flakes to the gmem path.
Fixes: ab79e6b8e3
("ci: skip failing test on lavapipe")
Acked-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8147>
12 lines
628 B
Plaintext
12 lines
628 B
Plaintext
# Note: flakes 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.
|
|
|
|
# At least some of the separate_channels tests fail on sysmem due to an
|
|
# interaction of use of a UBWC buffer as both a render target and a
|
|
# texture. Stores are done through both paths in separate channels,
|
|
# and the UBWC updates don't get synced. The current a650 blob also
|
|
# fails these tests and qcom apparently noted the failure at one point
|
|
# https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/2017
|
|
dEQP-VK.renderpass.*separate_channels.*
|