Skip to content

Commit 41164a7

Browse files
[SYCL] Disable failing compression E2E tests on HIP (#15830)
Failure: https://github.com/intel/llvm/actions/runs/11468699849/job/31915329901
1 parent 71a0980 commit 41164a7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

sycl/test-e2e/Compression/compression.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// End-to-End test for testing device image compression.
22
// REQUIRES: zstd
3+
4+
// XFAIL: hip_amd
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15829
6+
37
// RUN: %{build} -O0 -g %S/Inputs/single_kernel.cpp -o %t_not_compress.out
48
// RUN: %{build} -O0 -g --offload-compress --offload-compression-level=3 %S/Inputs/single_kernel.cpp -o %t_compress.out
59
// RUN: %{run} %t_not_compress.out

sycl/test-e2e/Compression/compression_multiple_tu.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// translation units, one compressed and one not compressed.
33
// REQUIRES: zstd, linux
44

5+
// XFAIL: hip_amd
6+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15829
7+
58
// RUN: %{build} --offload-compress -DENABLE_KERNEL1 -shared -fPIC -o %T/kernel1.so
69
// RUN: %{build} -DENABLE_KERNEL2 -shared -fPIC -o %T/kernel2.so
710

0 commit comments

Comments
 (0)