Skip to content

Commit 36e02d3

Browse files
committed
[SYCL][DeviceSanitizer] Re-enable XPASSing tests on DG2
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 4136b12 commit 36e02d3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// REQUIRES: linux, gpu
22

3-
// XFAIL: gpu-intel-dg2 && linux
4-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15648
5-
63
// RUN: %{build} %device_asan_flags -O2 -g -o %t
74
// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s
85

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// REQUIRES: linux, gpu
22

3-
// XFAIL: gpu-intel-dg2 && linux
4-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15648
5-
63
// RUN: %{build} %device_asan_flags -O2 -g -o %t
74
// 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
85

0 commit comments

Comments
 (0)