Skip to content

Commit aae30d2

Browse files
committed
[NFC][SYCL] Disabled tests after 702332c
1 parent 8ff7d09 commit aae30d2

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

clang/test/Driver/sycl-offload-new-driver.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// XFAIL: *
2+
// link to issue: https://github.com/intel/llvm/issues/20138
3+
14
// REQUIRES: system-linux
25
/// Verify --offload-new-driver option phases
36
// RUN: %clang --target=x86_64-unknown-linux-gnu -fsycl -fsycl-targets=nvptx64-nvidia-cuda,spir64 --offload-new-driver -ccc-print-phases %s 2>&1 \

clang/test/Driver/sycl-offload-static-lib-2-old-model.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// XFAIL: *
2+
// link to issue: https://github.com/intel/llvm/issues/20138
3+
14
///
25
/// Perform several driver tests for SYCL offloading involving static libs
36
///

sycl/test-e2e/KernelCompiler/sycl.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: (spirv-backend && arch-intel_gpu_bmg_g21) || gpu-intel-gen12 || gpu-intel-dg2
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20127
3+
14
//==--- sycl.cpp --- kernel_compiler extension tests -----------------------==//
25
//
36
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)