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 33// RUN: %{run} %t.out
44
55// XFAIL: spirv-backend && gpu-intel-dg2
6+ // XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160589
67
78// ==------------------- image.cpp - SYCL image basic test -----------------==//
89//
Original file line number Diff line number Diff line change 44// RUN: %{run} %t.out
55
66// XFAIL: spirv-backend && gpu-intel-dg2
7+ // XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160589
78
89// ==------------------- image.cpp - SYCL image basic test -----------------==//
910//
Original file line number Diff line number Diff line change 1717// XFAIL: arch-intel_gpu_pvc && opencl
1818// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401
1919
20+ // Flaky pass/fail behaviour.
21+ // UNSUPPORTED: spirv-backend
22+ // UNSUPPORTED-TRACKER: CMPLRLLVM-64705
23+
2024// RUN: %{build} -Wno-error=deprecated-declarations -o %t1.out
2125// RUN: env SYCL_UR_TRACE=2 %{run} %t1.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-NO-VAR
2226// RUN: env SYCL_PROGRAM_COMPILE_OPTIONS="-g" SYCL_UR_TRACE=2 %{run} %t1.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-WITH-VAR
3034// RUN: env SYCL_UR_TRACE=2 %{run} %t4.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-AUTO-NO-VAR
3135// 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
3236
33- // Flaky pass/fail behaviour.
34- // UNSUPPORTED: spirv-backend
35- // UNSUPPORTED-TRACKER: CMPLRLLVM-64705
36-
3737#include " ../helpers.hpp"
3838#include < iostream>
3939#include < sycl/detail/core.hpp>
You can’t perform that action at this time.
0 commit comments