Skip to content

Commit 8435e9d

Browse files
committed
enable tests
1 parent b7cd07f commit 8435e9d

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
@@ -2,9 +2,6 @@
22
// RUN: %{build} %device_asan_flags -O2 -g -o %t
33
// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s
44

5-
// See https://github.com/intel/llvm/issues/15449
6-
// UNSUPPORTED: gpu-intel-dg2
7-
85
#include <sycl/detail/core.hpp>
96

107
#include <sycl/usm.hpp>

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// RUN: %{build} %device_asan_flags -O2 -g -o %t
33
// 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
44

5-
// See https://github.com/intel/llvm/issues/15449
6-
// UNSUPPORTED: gpu-intel-dg2
7-
85
#include <sycl/detail/core.hpp>
96

107
#include <sycl/usm.hpp>

0 commit comments

Comments
 (0)