Skip to content

Commit d19becd

Browse files
committed
[NFC] XFAIL ProgramManager/uneven_kernel_split.cpp Basic/backend_info.cpp KernelParams/has-special-captures.cpp
1 parent 36a68e9 commit d19becd

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

sycl/test-e2e/Basic/backend_info.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// UNSUPPORTED: preview-mode
22
// UNSUPPORTED-INTENDED: Functionality is removed under
33
// `-fpreview-breaking-changes`
4+
5+
// XFAIL: native_cpu
6+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20127
7+
48
// RUN: %{build} -o %t.out -Wno-deprecated-declarations
59
// RUN: %{run} %t.out
610
//

sycl/test-e2e/KernelParams/has-special-captures.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// XFAIL: native_cpu
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20127
3+
14
// RUN: %{build} -fsyntax-only -o %t.out
25

36
#include <sycl/detail/kernel_desc.hpp>

sycl/test-e2e/ProgramManager/uneven_kernel_split.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// UNSUPPORTED: linux
44
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17305
55

6+
// XFAIL: windows
7+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20127
8+
69
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 -I %S/Inputs/ %S/uneven_kernel_split.cpp -c -o %t.o
710
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -I %S/Inputs/ %S/Inputs/gpu_kernel1.cpp -c -o %t1.o
811
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -I %S/Inputs/ %S/Inputs/gpu_kernel2.cpp -c -o %t2.o

0 commit comments

Comments
 (0)