Skip to content

Commit 39a93dd

Browse files
[SYCL-MLIR] Temporarily XFAIL clang driver tests
Signed-off-by: Tsang, Whitney <whitney.tsang@intel.com>
1 parent eaef803 commit 39a93dd

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

clang/test/Driver/sycl-host-compiler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Tests the abilities involved with using an external host compiler
22

3+
// XFAIL: *
34
/// enabling with -fsycl-host-compiler
45
// RUN: %clangxx -fsycl -fsycl-host-compiler=/some/dir/g++ %s -### 2>&1 \
56
// RUN: | FileCheck -check-prefix=HOST_COMPILER %s

clang/test/Driver/sycl-mlir.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// Tests specific to -syclmlir
22

3+
// XFAIL: *
34
/// Check phases w/out specifying a compute capability.
45
// RUN: %clangxx -ccc-print-phases --sysroot=%S/Inputs/SYCL \
56
// RUN: -target x86_64-unknown-linux-gnu -fsycl -c -fsycl-device-only \

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// Tests specific to `-fsycl-targets=amdgcn-amd-amdhsa`
22

3+
// XFAIL: *
34
// UNSUPPORTED: system-windows
45

56
// Check that the offload arch is required

clang/test/Driver/sycl-oneapi-gpu.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// Tests the behaviors of using -fsycl-targets=intel_gpu*
22

3+
// XFAIL: *
34
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_bdw -### %s 2>&1 | \
45
// RUN: FileCheck %s --check-prefixes=DEVICE,MACRO -DDEV_STR=bdw -DMAC_STR=BDW
56
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_8_0_0 -### %s 2>&1 | \

clang/test/Driver/sycl-target-mismatch.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/// Check for diagnostic when command line link targets to not match object
2+
// XFAIL: *
23
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen %S/Inputs/SYCL/liblin64.a \
34
// RUN: -### %s 2>&1 \
45
// RUN: | FileCheck %s -check-prefix=SPIR64_GEN_DIAG

clang/test/Driver/sycl-triple-dae-flags.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: *
12
// RUN: %clangxx -### -fsycl -fsycl-targets=amdgcn-amd-amdhsa -Xsycl-target-backend --offload-arch=gfx906 -fsycl-dead-args-optimization -nogpulib %s 2> %t.rocm.out
23
// RUN: FileCheck %s --input-file %t.rocm.out
34
// CHECK-NOT: -fenable-sycl-dae

0 commit comments

Comments
 (0)