Skip to content

Commit ba77ce2

Browse files
committed
[SYCL][E2E] Disable AddressSanitizer/nullpointer/global_nullptr.cpp on DG2
The sycl/test-e2e/AddressSanitizer/nullpointer/global_nullptr.cpp test had compilation errors whe first enabled on DG2. The compilation error was fixed in intel#15450, but the test fails during execution on DG2. This commit disables the test for DG2. See intel#15453. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 2c9d980 commit ba77ce2

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)