From ea261209b9fb930d6828ab4bdd60f7bea72b0e87 Mon Sep 17 00:00:00 2001 From: Steffen Larsen Date: Fri, 20 Sep 2024 15:43:13 +0200 Subject: [PATCH] [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 https://github.com/intel/llvm/pull/15450, but the test fails during execution on DG2. This commit disables the test for DG2. See https://github.com/intel/llvm/issues/15453. Signed-off-by: Larsen, Steffen --- sycl/test-e2e/AddressSanitizer/nullpointer/global_nullptr.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sycl/test-e2e/AddressSanitizer/nullpointer/global_nullptr.cpp b/sycl/test-e2e/AddressSanitizer/nullpointer/global_nullptr.cpp index 2154cb797d23..b280662c9548 100644 --- a/sycl/test-e2e/AddressSanitizer/nullpointer/global_nullptr.cpp +++ b/sycl/test-e2e/AddressSanitizer/nullpointer/global_nullptr.cpp @@ -6,6 +6,9 @@ // RUN: %{build} %device_asan_flags -O2 -g -o %t // RUN: %{run} not %t 2>&1 | FileCheck %s +// See https://github.com/intel/llvm/issues/15453 +// UNSUPPORTED: gpu-intel-dg2 + #include #include