From 5bc91550d1d78d3d35251e0080e74733530ee25d Mon Sep 17 00:00:00 2001 From: Erico Nunes Date: Wed, 11 Jan 2023 13:50:48 +0100 Subject: [PATCH] lima/ci: Add more piglit unsupported tests to skip It is not an exhaustive list but it helps by reducing the bulk of "Failed to create waffle_context for OpenGL [34].x" errors in the logs by thousands of occurrences and those are probably not going to be needed. Signed-off-by: Erico Nunes Acked-by: Daniel Stone Reviewed-by: David Heidelberg Reviewed-by: Vasily Khoruzhick Part-of: --- src/gallium/drivers/lima/ci/lima-skips.txt | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/src/gallium/drivers/lima/ci/lima-skips.txt b/src/gallium/drivers/lima/ci/lima-skips.txt index ea0d475..81d68cc 100644 --- a/src/gallium/drivers/lima/ci/lima-skips.txt +++ b/src/gallium/drivers/lima/ci/lima-skips.txt @@ -42,3 +42,49 @@ spec@arb_internalformat_query2@all internalformat__type pname checks # very large list of fails spec@!opengl 1.1@clipflat + +# large lists of skips with "Failed to create waffle_context for OpenGL [34].x" errors +spec@amd_shader_trinary_minmax +spec@arb_bindless_texture +spec@arb_compute_shader +spec@arb_compute_variable_group_size +spec@arb_direct_state_access +spec@arb_draw_indirect +spec@arb_enhanced_layouts +spec@arb_es3_compatibility +spec@arb_explicit_uniform_location +spec@arb_geometry_shader4 +spec@arb_gl_spirv +spec@arb_gpu_shader5 +spec@arb_gpu_shader_fp64 +spec@arb_gpu_shader_int64 +spec@arb_pipeline_statistics_query +spec@arb_program_interface_query +spec@arb_sample_shading +spec@arb_shader_atomic_counters +spec@arb_shader_draw_parameters +spec@arb_shader_image_load_store +spec@arb_shader_precision +spec@arb_shader_storage_buffer_object +spec@arb_shader_texture_image_samples +spec@arb_sparse_buffer +spec@arb_stencil_texturing +spec@arb_tessellation_shader +spec@arb_texture_barrier +spec@arb_texture_buffer_object +spec@arb_texture_cube_map_array +spec@arb_texture_gather +spec@arb_texture_stencil8 +spec@arb_texture_view +spec@arb_transform_feedback3 +spec@arb_uniform_buffer_object +spec@arb_vertex_attrib_64bit +spec@arb_viewport_array +spec@ext_shader_samples_identical +spec@ext_texture_array +spec@ext_transform_feedback +spec@intel_conservative_rasterization +spec@intel_shader_integer_functions2 +spec@nv_alpha_to_coverage_dither_control +spec@nv_compute_shader_derivatives +spec@nv_shader_atomic_int64 -- 2.7.4