diff --git a/test/Feature/CBuffer/vectors-64bit.test b/test/Feature/CBuffer/vectors-64bit.test index 59324acdc..1cd4532e3 100644 --- a/test/Feature/CBuffer/vectors-64bit.test +++ b/test/Feature/CBuffer/vectors-64bit.test @@ -34,11 +34,11 @@ Buffers: Format: Hex64 Data: [ 0x3ff0000000000000, 0x4000000000000000, - 0x4008000000000000, 0x5A5A5A5A5A5A5A5A, + 0x4008000000000012, 0x5A5A5A5A5A5A5A5A, 0x0000000000000001, 0x0000000000001111, 0x0000000000002222, 0x5A5A5A5A5A5A5A5A, 0x000000000000000A, 0x000000000000000B, - 0x000000000000000C, 0x5A5A5A5A5A5A5A5A, + 0x000000000000000C, 0x5A5A5A5A5A5A5A5B, ] - Name: Out Format: Hex64 @@ -65,12 +65,6 @@ DescriptorSets: # REQUIRES: Double, Int64 -# Bug: https://github.com/llvm/offload-test-suite/issues/471 -# XFAIL: Vulkan && Intel - -# Unimplemented https://github.com/llvm/llvm-project/issues/186465 -# XFAIL: Clang && Vulkan - # 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 | FileCheck %s diff --git a/test/Feature/StructuredBuffer/inc_counter_array.test b/test/Feature/StructuredBuffer/inc_counter_array.test index f189eda83..d5c6ee6c7 100644 --- a/test/Feature/StructuredBuffer/inc_counter_array.test +++ b/test/Feature/StructuredBuffer/inc_counter_array.test @@ -48,12 +48,6 @@ DescriptorSets: # Unimplemented https://github.com/llvm/offload-test-suite/issues/305 # XFAIL: Metal -# Intel has an issue with counters in resource arrays -# Bug https://github.com/llvm/offload-test-suite/issues/376 -# XFAIL: Intel - -# Bug https://github.com/llvm/offload-test-suite/issues/337 -# XFAIL: AMD # RUN: split-file %s %t # RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl