Skip to content

Commit b33f09a

Browse files
committed
[SYCL] XFAIL LIT tests failing on windows
Signed-off-by: Vladimir Lazarev <vladimir.lazarev@intel.com>
1 parent fbac36e commit b33f09a

15 files changed

+42
-0
lines changed

clang/test/CodeGenSYCL/address-space-new.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,6 @@ int main() {
9191
kernel_single_task<class fake_kernel>([]() { test(); });
9292
return 0;
9393
}
94+
95+
// TODO: SYCL specific fail - analyze and enable
96+
// XFAIL: windows-msvc

clang/test/CodeGenSYCL/address-space-parameter-conversions.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,5 @@ int main() {
197197
return 0;
198198
}
199199

200+
// TODO: SYCL specific fail - analyze and enable
201+
// XFAIL: windows-msvc

clang/test/CodeGenSYCL/basic-kernel-wrapper.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ int main() {
5555
// CHECK-OLD: call spir_func void @{{.*}}(%"class.{{.*}}.anon"* [[ANON]])
5656
// CHECK-NEW: [[ANONCAST:%[0-9]+]] = addrspacecast %"class{{.*}}anon"* {{.*}} to %"class{{.*}}anon" addrspace(4)*
5757
// CHECK-NEW: call spir_func void @{{.*}}(%"class.{{.*}}.anon" addrspace(4)* [[ANONCAST]])
58+
59+
// TODO: SYCL specific fail - analyze and enable
60+
// XFAIL: windows-msvc

clang/test/CodeGenSYCL/debug-info-srcpos-kernel.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ int main() {
3636
// CHECK: [[LINE_A0]] = !DILocation(line: 0
3737
// CHECK: [[LINE_B0]] = !DILocation(line: 0
3838

39+
// TODO: SYCL specific fail - analyze and enable
40+
// XFAIL: windows-msvc

clang/test/CodeGenSYCL/device-functions.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ int main() {
2727
// CHECK-NEW: define internal spir_func void @"_ZZ4mainENK3$_0clEv"(%"class.{{.*}}.anon" addrspace(4)* %this)
2828
// CHECK: define spir_func void @_Z3foov()
2929
// CHECK: define linkonce_odr spir_func i32 @_Z3barIiET_S0_(i32 %arg)
30+
31+
// TODO: SYCL specific fail - analyze and enable
32+
// XFAIL: windows-msvc

clang/test/CodeGenSYCL/sampler.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ int main() {
2828

2929
return 0;
3030
}
31+
32+
// TODO: SYCL specific fail - analyze and enable
33+
// XFAIL: windows-msvc

clang/test/CodeGenSYCL/spir-calling-conv.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ int main() {
1919
kernel_single_task<class kernel_function>([]() {});
2020
return 0;
2121
}
22+
23+
// TODO: SYCL specific fail - analyze and enable
24+
// XFAIL: windows-msvc

clang/test/CodeGenSYCL/usm-int-header.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ int main() {
3232
}
3333

3434
// CHECK: FunctionDecl {{.*}}usm_test 'void (__global int *, __global float *)'
35+
36+
// TODO: SYCL specific fail - analyze and enable
37+
// XFAIL: windows-msvc

clang/test/Driver/clang-offload-bundler.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,3 +318,5 @@ void test_func(void) {
318318
++A;
319319
}
320320

321+
// TODO: SYCL specific fail - analyze and enable
322+
// XFAIL: windows-msvc

clang/test/Driver/openmp-offload.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,3 +670,6 @@
670670
// FOFFLOAD_STATIC_LIB: ld{{(.exe)?}}" "-r" "-o" {{.*}} "[[INPUT:.+\.o]]"
671671
// FOFFLOAD_STATIC_LIB: clang-offload-bundler{{.*}} "-type=oo"
672672
// FOFFLOAD_STATIC_LIB: ld{{.*}} "@{{.*}}"
673+
674+
// TODO: SYCL specific fail - analyze and enable
675+
// XFAIL: windows-msvc

clang/test/Driver/sycl-offload-intelfpga.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@
4343
// CHK-FPGA-LINK-PHASES: 5: linker, {4}, object, (device-sycl)
4444
// CHK-FPGA-LINK-PHASES: 6: clang-offload-bundler, {3, 5}, object, (device-sycl)
4545
// CHK-FPGA-LINK-PHASES: 7: offload, "device-sycl (spir64_fpga-unknown-{{.*}}-sycldevice)" {6}, object
46+
47+
// TODO: SYCL specific fail - analyze and enable
48+
// XFAIL: windows-msvc

clang/test/Driver/sycl-offload-win.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,6 @@
7878
// FOFFLOAD_STATIC_LIB_SRC2: clang-offload-bundler{{(.exe)?}}{{.+}} "-type=ao"{{.+}} "-inputs=[[LIB]]"{{.+}} "-unbundle"
7979
// FOFFLOAD_STATIC_LIB_SRC2: llvm-link{{(.exe)?}}{{.*}} "@{{.*}}"
8080
// FOFFLOAD_STATIC_LIB_SRC2: link{{(.exe)?}}{{.+}} "-defaultlib:[[LIB]]"
81+
82+
// TODO: SYCL specific fail - analyze and enable
83+
// XFAIL: windows-msvc

clang/test/Driver/sycl-offload.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,3 +541,6 @@
541541
/// Verify that -save-temps does not crash
542542
// RUN: %clang -fsycl -target x86_64-unknown-linux-gnu -save-temps %s -### 2>&1
543543
// RUN: %clang -fsycl -fsycl-targets=spir64-unknown-linux-sycldevice -target x86_64-unknown-linux-gnu -save-temps %s -### 2>&1
544+
545+
// TODO: SYCL specific fail - analyze and enable
546+
// XFAIL: windows-msvc

clang/test/SemaSYCL/accessors-targets-image.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,6 @@ int main() {
6969
// CHECK: {{.*}}use_image1d_w 'void (__write_only image1d_t)'
7070
// CHECK: {{.*}}use_image2d_w 'void (__write_only image2d_t)'
7171
// CHECK: {{.*}}use_image3d_w 'void (__write_only image3d_t)'
72+
73+
// TODO: SYCL specific fail - analyze and enable
74+
// XFAIL: windows-msvc

clang/test/SemaSYCL/spir-enum.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ int main() {
3131
test( enum_type::B );
3232
return 0;
3333
}
34+
35+
// TODO: SYCL specific fail - analyze and enable
36+
// XFAIL: windows-msvc

0 commit comments

Comments
 (0)