Module: Mesa Branch: main Commit: c742cba113984915a917e279c9ced850240088ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c742cba113984915a917e279c9ced850240088ea
Author: Emma Anholt <[email protected]> Date: Mon Sep 25 11:33:50 2023 -0700 ci/anv: Drop incorrect xfail addition for TGL This xfails file is for deqp-vk. The xfail that was added was for angle-on-anv, which has its own expectations files and has this test recently listed as a flake already. Fixes: a217c5c58c53 ("ci: update to vulkan-cts-1.3.6.3") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25509> --- src/intel/ci/anv-tgl-fails.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/intel/ci/anv-tgl-fails.txt b/src/intel/ci/anv-tgl-fails.txt index 1c3f8d3299c..da078615652 100644 --- a/src/intel/ci/anv-tgl-fails.txt +++ b/src/intel/ci/anv-tgl-fails.txt @@ -8,6 +8,3 @@ dEQP-VK.pipeline.extended_dynamic_state.between_pipelines.stencil_state_face_fro dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_store,Crash dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d24_unorm_s8_uint_load_op_none_store_op_store,Crash dEQP-VK.dynamic_rendering.suballocation.load_store_op_none.stencil_d32_sfloat_s8_uint_load_op_none_store_op_dontcare,Crash - -# New CTS failures in 1.3.6.3 -dEQP-GLES3.functional.multisample.fbo_max_samples.constancy_alpha_to_coverage,Fail
