Skip to content

Commit dd899fa

Browse files
authored
Exclude AMD from DXC && Vulkan XFAIL in Feature/TypedBuffer/GetDimensions.test (#613)
This is an XFAIL change to address: - #523 This PR excludes AMD from the DXC && Vulkan XFAIL because it passes while all other runners/GPUs fail the test.
1 parent 21bd769 commit dd899fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/Feature/TypedBuffer/GetDimensions.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ DescriptorSets:
8181
#--- end
8282

8383
# Bug https://github.com/llvm/offload-test-suite/issues/469
84-
# XFAIL: DXC && Vulkan
84+
# GetDimensions on Vulkan (DXC) returns [ 16, 16 ] instead of [ 8, 5 ]
85+
# except on AMD https://github.com/llvm/offload-test-suite/issues/523
86+
# XFAIL: DXC && Vulkan && !AMD
8587

8688
# Unimplemented https://github.com/llvm/llvm-project/issues/164008
8789
# XFAIL: Clang && Vulkan

0 commit comments

Comments
 (0)