mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 00:30:19 +01:00
ANGLE has a waiver for certain XFB tests, but this wasn't properly applied on Alder Lake and these tests weren't skipped there. Add a global angle-skips.txt file so that we don't have to keep copy-pasting these skips. Signed-off-by: Valentine Burley <valentine.burley@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31721>
7 lines
519 B
Text
7 lines
519 B
Text
# Unlike zink which does support it, ANGLE relies on a waiver to not implement
|
|
# capturing individual array elements (see waivers.xml and gles3-waivers.txt in the CTS)
|
|
dEQP-GLES3.functional.transform_feedback.array_element.*
|
|
dEQP-GLES3.functional.transform_feedback.random.*
|
|
dEQP-GLES31.functional.program_interface_query.transform_feedback_varying.*_array_element
|
|
dEQP-GLES31.functional.program_interface_query.transform_feedback_varying.type.*.array.*
|
|
KHR-GLES31.core.program_interface_query.transform-feedback-types
|