Skip to content

Commit 29cb05f

Browse files
resolve CI failure. update the xfail tracker for bindless_image and USM tests
1 parent a42ab78 commit 29cb05f

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

sycl/test-e2e/USM/memops2d/copy2d_device_to_host.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
// UNSUPPORTED: level_zero && windows
1818

1919
// XFAIL: spirv-backend && gpu-intel-dg2
20+
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160892
2021

2122
#include "copy2d_common.hpp"
2223

sycl/test-e2e/USM/memops2d/memcpy2d_device_to_host.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
// UNSUPPORTED: level_zero && windows
1818

1919
// XFAIL: spirv-backend && gpu-intel-dg2
20+
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160892
2021

2122
#include "memcpy2d_common.hpp"
2223

sycl/test-e2e/bindless_images/array/read_write_unsampled_array.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %{run} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
66

77
// XFAIL: spirv-backend && gpu-intel-dg2
8-
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/pull/127737
8+
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160893
99

1010
#include "../helpers/common.hpp"
1111
#include <iostream>

sycl/test-e2e/bindless_images/read_write_unsampled.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
88

99
// XFAIL: spirv-backend && gpu-intel-dg2
10-
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/pull/127737
10+
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160893
1111

1212
#include "helpers/common.hpp"
1313
#include <iostream>

0 commit comments

Comments
 (0)