Skip to content

Commit dac77e4

Browse files
committed
[SYCL][E2E][AddressSanitizer] XFAIL two tests on DG2
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent e6c5e8a commit dac77e4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

sycl/test-e2e/AddressSanitizer/invalid-argument/out-of-bounds.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// REQUIRES: linux, gpu
2+
3+
// https://github.com/intel/llvm/issues/15648
4+
// XFAIL: gpu-intel-dg2 && linux
5+
26
// RUN: %{build} %device_asan_flags -O2 -g -o %t
37
// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s
48

sycl/test-e2e/AddressSanitizer/invalid-argument/released-pointer.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// REQUIRES: linux, gpu
2+
3+
// https://github.com/intel/llvm/issues/15648
4+
// XFAIL: gpu-intel-dg2 && linux
5+
26
// RUN: %{build} %device_asan_flags -O2 -g -o %t
37
// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="quarantine_size_mb:1;detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s
48

0 commit comments

Comments
 (0)