mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 18:24:13 +08:00
f3ef27e0b9
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>
8 lines
519 B
Plaintext
8 lines
519 B
Plaintext
# 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
|