Skip to content

Commit 776af8e

Browse files
authored
[SYCL][E2E] Move crashing sub_byte_bitreverse test to unsupported (#17126)
It's crashing in IGC and potentially contributing to runner instability. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent efd7228 commit 776af8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/test-e2e/LLVMIntrinsicLowering/sub_byte_bitreverse.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
// UNSUPPORTED: target-amd || target-nvidia
55

6-
// XFAIL: gpu
7-
// XFAIL-TRACKER: https://github.com/intel/intel-graphics-compiler/issues/330
6+
// UNSUPPORTED: gpu
7+
// UNSUPPORTED-TRACKER: https://github.com/intel/intel-graphics-compiler/issues/330
88

9-
// XFAIL: spirv-backend
10-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16318, CMPLRLLVM-62187
9+
// UNSUPPORTED: spirv-backend
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16318, CMPLRLLVM-62187
1111

1212
// Make dump directory.
1313
// RUN: rm -rf %t.spvdir && mkdir %t.spvdir

0 commit comments

Comments
 (0)