Skip to content

Commit 572dafd

Browse files
committed
add xfail and xfail-tracker
1 parent 7a884f0 commit 572dafd

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

sycl/test-e2e/MemorySanitizer/check_buffer.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: %{build} %device_msan_flags -O2 -g -o %t3.out
55
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
66

7+
// XFAIL: gpu-intel-gen12 || gpu-intel-dg2
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16184
9+
710
#include <sycl/detail/core.hpp>
811

912
__attribute__((noinline)) long long foo(int data1, long long data2) {

sycl/test-e2e/MemorySanitizer/check_call.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: %{build} %device_msan_flags -O2 -g -o %t3.out
55
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
66

7+
// XFAIL: gpu-intel-gen12 || gpu-intel-dg2
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16184
9+
710
#include <sycl/detail/core.hpp>
811
#include <sycl/usm.hpp>
912

sycl/test-e2e/MemorySanitizer/check_divide.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: %{build} %device_msan_flags -O2 -g -o %t3.out
55
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
66

7+
// XFAIL: gpu-intel-gen12 || gpu-intel-dg2
8+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16184
9+
710
#include <sycl/detail/core.hpp>
811
#include <sycl/usm.hpp>
912

sycl/test-e2e/MemorySanitizer/lit.local.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,3 @@ config.substitutions.append(
44
config.substitutions.append(
55
("%force_device_msan_rt", "env UR_ENABLE_LAYERS=UR_LAYER_MSAN")
66
)
7-
8-
config.unsupported_features += ['cuda', 'hip']
9-
10-
# https://github.com/intel/llvm/issues/16184
11-
config.unsupported_features += ['gpu-intel-gen12', 'gpu-intel-dg2']

0 commit comments

Comments
 (0)