Skip to content

Commit 2889aa4

Browse files
[SYCL][E2E] Temporarily disable MemorySanitizer/check_device_global.cpp (#17014)
Temporarily disable on all required platforms because of #16978 Fail shows up on unrelated PRs. --------- Co-authored-by: Chris Perkins <chris.perkins@intel.com>
1 parent 30c06bd commit 2889aa4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sycl/test-e2e/MemorySanitizer/check_device_global.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: linux, cpu || (gpu && level_zero)
1+
// REQUIRES: linux && (cpu || gpu && level_zero)
22
// RUN: %{build} %device_msan_flags -O0 -g -o %t1.out
33
// RUN: %{run} not %t1.out 2>&1 | FileCheck %s
44
// RUN: %{build} %device_msan_flags -O1 -g -o %t2.out
@@ -9,6 +9,10 @@
99
// XFAIL: spirv-backend && run-mode
1010
// XFAIL-TRACKER: CMPLRLLVM-64705
1111

12+
// Test is flaky on required platforms, disable until it can be fixed
13+
// UNSUPPORTED: true
14+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16978
15+
1216
#include <sycl/detail/core.hpp>
1317
#include <sycl/ext/oneapi/device_global/device_global.hpp>
1418
#include <sycl/usm.hpp>

0 commit comments

Comments
 (0)