Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit f49f3f1

Browse files
Changed XFAIL to UNSUPPORTED on gen9 for ESIMD/aot_mixed.cpp
1 parent 790f105 commit f49f3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/ESIMD/aot_mixed.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// UNSUPPORTED: esimd_emulator
11-
// XFAIL: *
11+
// UNSUPPORTED: gpu-intel-gen9
1212
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.sycl.out -DENABLE_SYCL=0 %s
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.sycl.out
1414
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device gen9" -o %t.out %s

0 commit comments

Comments
 (0)