Skip to content

Commit 9007daf

Browse files
committed
add unsussport directive for failing tests
1 parent 1cdfe80 commit 9007daf

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

sycl/test-e2e/AOT/double.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
// for pvc on windows.)
1414
// RUN: %if !windows %{ %clangxx -fsycl -fsycl-targets=intel_gpu_pvc -o %t.pvc.out %s %}
1515

16+
// UNSUPPORTED: new-offload-model
17+
// UNSUPPORTED-TRACKER: CMPLRLLVM-71777
18+
1619
// UNSUPPORTED: target-native_cpu
1720
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20142
1821

sycl/test-e2e/AOT/reqd-sg-size.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_tgllp -o %t.tgllp.out %s
66
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 -o %t.x86.out %s
77

8+
// UNSUPPORTED: new-offload-model
9+
// UNSUPPORTED-TRACKER: CMPLRLLVM-71777
10+
811
// ocloc on windows does not have support for PVC, so this command will
912
// result in an error when on windows. (In general, there is no support
1013
// for pvc on windows.)

sycl/test-e2e/Compression/compression_separate_compile.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// XFAIL: target-native_cpu
1010
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20397
1111

12-
// XFAIL: new-offload-model
13-
// TODO: add XFAIL-TRACKER
12+
// UNSUPPORTED: new-offload-model
13+
// UNSUPPORTED-TRACKER: CMPLRLLVM-71777
1414

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

sycl/test-e2e/SeparateCompile/test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: new-offload-model
2+
// UNSUPPORTED-TRACKER: CMPLRLLVM-71777
3+
14
// REQUIRES: target-spir
25
//
36
// FIXME Disabled fallback assert as it'll require either online linking or

0 commit comments

Comments
 (0)