diff --git a/test/WaveOps/ComponentAccumulationDataRace.test b/test/WaveOps/ComponentAccumulationDataRace.test index e273978d..da738e66 100644 --- a/test/WaveOps/ComponentAccumulationDataRace.test +++ b/test/WaveOps/ComponentAccumulationDataRace.test @@ -59,9 +59,9 @@ DescriptorSets: ... #--- end -# Clang introduces a data-race (but it is not observable on WARP) +# Clang introduces a data-race # Bug https://github.com/llvm/llvm-project/issues/160208 -# XFAIL: Clang && !WARP +# XFAIL: Clang # Bug https://github.com/llvm/offload-test-suite/issues/445 # XFAIL: DirectX && Intel diff --git a/test/WaveOps/ComponentDataRace.test b/test/WaveOps/ComponentDataRace.test index 3225f3be..39bd21e3 100644 --- a/test/WaveOps/ComponentDataRace.test +++ b/test/WaveOps/ComponentDataRace.test @@ -57,9 +57,9 @@ DescriptorSets: ... #--- end -# Clang introduces a data-race (but it is not observable on WARP) +# Clang introduces a data-race # Bug https://github.com/llvm/llvm-project/issues/160208 -# XFAIL: Clang && !WARP +# XFAIL: Clang # Bug https://github.com/llvm/offload-test-suite/issues/452 # XFAIL: DXC && Metal