Extend the deqp-runner suite to run a fractional set of VKCTS tests on Cuttlefish with Venus on ANV. This involved: - Introducing a skip list for tests incompatible with this setup - Increasing the parallelism of the pre-merge job on CML Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35786>
12 lines
490 B
Plaintext
12 lines
490 B
Plaintext
# Skip these tests when running fractional dEQP batches, as the AHB tests are expected
|
|
# to be handled separately in a non-fractional run within the deqp-runner suite.
|
|
dEQP-VK.api.external.memory.android_hardware_buffer.*
|
|
|
|
# Skip all WSI tests: the DEQP_ANDROID_EXE build used can't create native windows, as
|
|
# only APKs support window creation on Android.
|
|
dEQP-VK.image.swapchain_mutable.*
|
|
dEQP-VK.wsi.*
|
|
|
|
# These tests cause hangs and need to be skipped for now.
|
|
dEQP-VK.synchronization*
|