diff --git a/sycl/test-e2e/AddressSanitizer/out-of-bounds/local/group_local_memory.cpp b/sycl/test-e2e/AddressSanitizer/out-of-bounds/local/group_local_memory.cpp index 7355d1f98bd70..5d7232f04d5a3 100644 --- a/sycl/test-e2e/AddressSanitizer/out-of-bounds/local/group_local_memory.cpp +++ b/sycl/test-e2e/AddressSanitizer/out-of-bounds/local/group_local_memory.cpp @@ -5,6 +5,10 @@ // RUN: %{run} not %t2.out 2>&1 | FileCheck %s // RUN: %{build} %device_asan_flags -g -O2 -o %t3.out // RUN: %{run} not %t3.out 2>&1 | FileCheck %s + +// UNSUPPORTED: cpu || gpu +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16979 + #include #include