Skip to content

Commit 1f8f0d0

Browse files
authored
[SYCL][E2E] Disable device AddressSanitizer test group_local_memory.cpp (#16959)
Disable the test temporarily due to two issues that appear after PR #16356: * Local memory in the test is optimized out before AddressSanitizerPass. * #16979
1 parent 3fbf101 commit 1f8f0d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/test-e2e/AddressSanitizer/out-of-bounds/local/group_local_memory.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// RUN: %{run} not %t2.out 2>&1 | FileCheck %s
66
// RUN: %{build} %device_asan_flags -g -O2 -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
8+
9+
// UNSUPPORTED: cpu || gpu
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16979
11+
812
#include <sycl/detail/core.hpp>
913

1014
#include <sycl/ext/oneapi/group_local_memory.hpp>

0 commit comments

Comments
 (0)