mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
zink/ci/tu: Fix up skips/xfails for GLCTS testcases that got divided up.
KHR-Single-GL46.arrays_of_arrays_gl.SubroutineFunctionCalls2 subtests pass, but some are slow and we keep skipping them. copy_image.* now takes 2:30 of runtime on my T14s and has some interesting fails in rgb9e5, though a750 CI seems to pass. texture_swizzle.functional* now takes 6.5s of runtime on my T14s.
This commit is contained in:
parent
855255f3ae
commit
6dfc0e98f5
2 changed files with 3 additions and 5 deletions
|
|
@ -20,8 +20,6 @@ dEQP-GLES3.functional.multisample.fbo_max_samples.stencil,Fail
|
|||
|
||||
GTF-GL46.gtf30.GL3Tests.sgis_texture_lod.sgis_texture_lod_basic_lod_selection,Fail
|
||||
|
||||
KHR-Single-GL46.arrays_of_arrays_gl.SubroutineFunctionCalls2,Crash
|
||||
|
||||
# Turnip has maxFragmentInputComponents = 124, while GL requires
|
||||
# gl_MaxFragmentInputComponents >= 128
|
||||
KHR-GL46.limits.max_fragment_input_components,Fail
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
GTF-GL46.gtf32.GL3Tests.packed_pixels.packed_pixels_pixelstore
|
||||
KHR-GL46.texture_swizzle.smoke
|
||||
KHR-Single-GL46.arrays_of_arrays_gl.SubroutineFunctionCalls2
|
||||
KHR-Single-GL46.arrays_of_arrays_gl.SubroutineFunctionCalls2_var_type_index_11
|
||||
KHR-Single-GL46.arrays_of_arrays_gl.SubroutineFunctionCalls2_var_type_index_12
|
||||
KHR-Single-GL46.arrays_of_arrays_gl.SubroutineFunctionCalls2_var_type_index_13
|
||||
|
||||
# timeout (60sec)
|
||||
dEQP-GLES31.functional.fbo.no_attachments.npot_size.31x31
|
||||
KHR-GL46.copy_image.functional
|
||||
KHR-GL46.texture_swizzle.functional
|
||||
|
||||
# crashes
|
||||
KHR-Single-GL46.enhanced_layouts.xfb_capture_inactive_output_component
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue