Skip to content

Commit e585785

Browse files
committed
XFAIL more tests
1 parent 6881d6f commit e585785

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

sycl/test-e2e/Compression/compression_aot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// REQUIRES: zstd, opencl-aot, cpu
33

44
// XFAIL: target-native_cpu
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20397
66

77
// CPU AOT targets host isa, so we compile on the run system instead.
88
// RUN: %{run-aux} %clangxx -fsycl -fsycl-targets=spir64_x86_64 %O0 --offload-compress --offload-compression-level=3 %S/Inputs/single_kernel.cpp -o %t_compress.out

sycl/test-e2e/Compression/compression_separate_compile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20397
88

99
// XFAIL: target-native_cpu
10-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142
10+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20397
1111

1212
// CPU AOT targets host isa, so we compile everything on the run system instead.
1313
////////////////////// Compile device images

sycl/test-e2e/DeviceImageDependencies/dynamic_compress.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
// REQUIRES: zstd
55

6+
// XFAIL: (windows && run-mode) || target-native_cpu
7+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20397
8+
69
// DEFINE: %{dynamic_lib_options} = -fsycl %fPIC %shared_lib -fsycl-allow-device-image-dependencies -I %S/Inputs %if windows %{-DMAKE_DLL %}
710
// DEFINE: %{dynamic_lib_suffix} = %if windows %{dll%} %else %{so%}
811

sycl/test-e2e/DeviceLib/bfloat16_conversion_dlopen_test_compress.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
// Check bfloat16 devicelib device image compression.
1010

11+
// XFAIL: target-native_cpu
12+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20397
13+
1114
// REQUIRES: linux, zstd
1215
// RUN: rm -rf %t.dir; mkdir -p %t.dir
1316
// RUN: %{build} --offload-compress -DBUILD_LIB -fPIC -shared -o %t.dir/lib%basename_t_compress.so

sycl/test-e2e/DeviceLib/bfloat16_conversion_test_compress.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
// Check bfloat16 devicelib device image compression.
1010

11+
// XFAIL: target-native_cpu
12+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20397
13+
1114
// REQUIRES: linux, zstd
1215
// RUN: rm -rf %t.dir; mkdir -p %t.dir
1316
// RUN: %{build} --offload-compress -DBUILD_LIB -fPIC -shared -o %t.dir/lib%basename_t_compress.so

0 commit comments

Comments
 (0)