From 0574434edff71a1284e0ca771fffc63c8c66e84a Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Fri, 3 Jul 2026 16:26:47 -0700 Subject: [PATCH] Update XFAILs for fixes in LLVM These tests are both now XPASSing: - llvm/llvm-project#162841 was fixed by llvm/llvm-project#205996 - llvm/llvm-project#195093 was fixed by llvm/llvm-project#205433 --- test/Feature/ConstantBufferT/indexed-ref.test | 3 --- test/Feature/StructuredBuffer/inc_counter_array.test | 3 --- 2 files changed, 6 deletions(-) diff --git a/test/Feature/ConstantBufferT/indexed-ref.test b/test/Feature/ConstantBufferT/indexed-ref.test index ef5180167..1e6679984 100644 --- a/test/Feature/ConstantBufferT/indexed-ref.test +++ b/test/Feature/ConstantBufferT/indexed-ref.test @@ -63,9 +63,6 @@ DescriptorSets: ... #--- end -# Unimplemented: https://github.com/llvm/llvm-project/issues/195093 -# XFAIL: Clang - # RUN: split-file %s %t # RUN: %dxc_target -fvk-use-dx-layout -T cs_6_5 -Fo %t.o %t/source.hlsl # RUN: %offloader %t/pipeline.yaml %t.o diff --git a/test/Feature/StructuredBuffer/inc_counter_array.test b/test/Feature/StructuredBuffer/inc_counter_array.test index f0251f624..1d7e1a123 100644 --- a/test/Feature/StructuredBuffer/inc_counter_array.test +++ b/test/Feature/StructuredBuffer/inc_counter_array.test @@ -39,9 +39,6 @@ DescriptorSets: ... #--- end -# Bug https://github.com/llvm/llvm-project/issues/162841 -# XFAIL: Clang && Vulkan - # Offload tests are missing support for counters and resource arrays on Metal # Unimplemented https://github.com/llvm/offload-test-suite/issues/304 # Unimplemented https://github.com/llvm/offload-test-suite/issues/305