Skip to content

Commit 21420be

Browse files
Add the xfail tracker to basic/image
1 parent a481e67 commit 21420be

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

sycl/test-e2e/Basic/image/image.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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
//

sycl/test-e2e/Basic/image/image_array.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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
//

sycl/test-e2e/DeviceCodeSplit/grf.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
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
@@ -30,10 +34,6 @@
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>

0 commit comments

Comments
 (0)