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