Skip to content

Commit c7ba30e

Browse files
authored
[SYCL][E2E] Disable MemorySanitizer tests failing on OCL CPU (#17960)
[Failing](#17959) in nightly Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 9aca1c3 commit c7ba30e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sycl/test-e2e/MemorySanitizer/check_large_access.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// XFAIL: spirv-backend
88
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/122075
99

10+
// XFAIL: linux && cpu && run-mode
11+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17959
12+
1013
#include "sycl/detail/core.hpp"
1114
#include <sycl/vector.hpp>
1215

sycl/test-e2e/MemorySanitizer/local/parallel_for_work_group.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// XFAIL: spirv-backend && gpu && run-mode
1010
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/122075
1111

12+
// XFAIL: linux && cpu && run-mode
13+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17959
14+
1215
#include <sycl/group.hpp>
1316
#include <sycl/usm.hpp>
1417

0 commit comments

Comments
 (0)