File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
// RUN: %{run} %t.out
4
4
5
5
// XFAIL: spirv-backend && gpu-intel-dg2
6
+ // XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160589
6
7
7
8
// ==------------------- image.cpp - SYCL image basic test -----------------==//
8
9
//
Original file line number Diff line number Diff line change 4
4
// RUN: %{run} %t.out
5
5
6
6
// XFAIL: spirv-backend && gpu-intel-dg2
7
+ // XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160589
7
8
8
9
// ==------------------- image.cpp - SYCL image basic test -----------------==//
9
10
//
Original file line number Diff line number Diff line change 17
17
// XFAIL: arch-intel_gpu_pvc && opencl
18
18
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401
19
19
20
+ // Flaky pass/fail behaviour.
21
+ // UNSUPPORTED: spirv-backend
22
+ // UNSUPPORTED-TRACKER: CMPLRLLVM-64705
23
+
20
24
// RUN: %{build} -Wno-error=deprecated-declarations -o %t1.out
21
25
// RUN: env SYCL_UR_TRACE=2 %{run} %t1.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-NO-VAR
22
26
// RUN: env SYCL_PROGRAM_COMPILE_OPTIONS="-g" SYCL_UR_TRACE=2 %{run} %t1.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-WITH-VAR
30
34
// RUN: env SYCL_UR_TRACE=2 %{run} %t4.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-AUTO-NO-VAR
31
35
// RUN: env SYCL_PROGRAM_COMPILE_OPTIONS="-g" SYCL_UR_TRACE=2 %{run} %t4.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-AUTO-WITH-VAR
32
36
33
- // Flaky pass/fail behaviour.
34
- // UNSUPPORTED: spirv-backend
35
- // UNSUPPORTED-TRACKER: CMPLRLLVM-64705
36
-
37
37
#include " ../helpers.hpp"
38
38
#include < iostream>
39
39
#include < sycl/detail/core.hpp>
You can’t perform that action at this time.
0 commit comments