Skip to content

Commit ea26120

Browse files
[SYCL][E2E] Disable AddressSanitizer/nullpointer/global_nullptr.cpp on DG2 (#15454)
The sycl/test-e2e/AddressSanitizer/nullpointer/global_nullptr.cpp test had compilation errors whe first enabled on DG2. The compilation error was fixed in #15450, but the test fails during execution on DG2. This commit disables the test for DG2. See #15453. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
1 parent fb2fcc2 commit ea26120

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/AddressSanitizer/nullpointer/global_nullptr.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// RUN: %{build} %device_asan_flags -O2 -g -o %t
77
// RUN: %{run} not %t 2>&1 | FileCheck %s
88

9+
// See https://github.com/intel/llvm/issues/15453
10+
// UNSUPPORTED: gpu-intel-dg2
11+
912
#include <sycl/detail/core.hpp>
1013

1114
#include <sycl/ext/oneapi/experimental/address_cast.hpp>

0 commit comments

Comments
 (0)