Skip to content

Commit bb8d711

Browse files
committed
update tests
1 parent ed9eb8f commit bb8d711

File tree

4 files changed

+1
-10
lines changed

4 files changed

+1
-10
lines changed

sycl/test-e2e/MemorySanitizer/check_buffer.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
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-
107
#include <sycl/detail/core.hpp>
118

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

sycl/test-e2e/MemorySanitizer/check_call.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
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-
107
#include <sycl/detail/core.hpp>
118
#include <sycl/usm.hpp>
129

sycl/test-e2e/MemorySanitizer/check_divide.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
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-
107
#include <sycl/detail/core.hpp>
118
#include <sycl/usm.hpp>
129

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
# TRACKER: https://github.com/intel/llvm/issues/16184
12
has_arch_gpu_intel_pvc = any('arch-intel_gpu_pvc' in T for T in config.sycl_dev_features.values())
2-
33
if not has_arch_gpu_intel_pvc:
44
config.unsupported_features += ['gpu']
55

0 commit comments

Comments
 (0)