File tree Expand file tree Collapse file tree 5 files changed +0
-15
lines changed
sycl/test-e2e/AddressSanitizer Expand file tree Collapse file tree 5 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 5
5
// RUN: env UR_LOG_SANITIZER=level:debug UR_LAYER_ASAN_OPTIONS=redzone:8 %{run} %t 2>&1 | FileCheck --check-prefixes CHECK-MIN %s
6
6
// RUN: env UR_LOG_SANITIZER=level:debug UR_LAYER_ASAN_OPTIONS=max_redzone:4096 %{run} %t 2>&1 | FileCheck --check-prefixes CHECK-MAX %s
7
7
8
- // TODO: Reenable, see https://github.com/intel/llvm/issues/14658
9
- // UNSUPPORTED: windows, linux
10
-
11
8
#include < sycl/usm.hpp>
12
9
13
10
int main () {
Original file line number Diff line number Diff line change 3
3
// RUN: env UR_LAYER_ASAN_OPTIONS=debug:1 %{run} %t 2>&1 | FileCheck --check-prefixes CHECK-DEBUG %s
4
4
// RUN: env UR_LAYER_ASAN_OPTIONS=debug:0 %{run} %t 2>&1 | FileCheck %s
5
5
6
- // TODO: Reenable, see https://github.com/intel/llvm/issues/14658
7
- // UNSUPPORTED: windows, linux
8
-
9
6
#include < sycl/usm.hpp>
10
7
11
8
// / This test is used to check enabling/disabling kernel debug message
Original file line number Diff line number Diff line change 2
2
// RUN: %{build} %device_asan_flags -Xarch_device -fsanitize-recover=address -O2 -g -o %t
3
3
// RUN: env SYCL_PREFER_UR=1 %{run} %t 2>&1 | FileCheck %s
4
4
5
- // TODO: Reenable, see https://github.com/intel/llvm/issues/14658
6
- // UNSUPPORTED: windows, linux
7
-
8
5
#include < sycl/detail/core.hpp>
9
6
#include < sycl/usm.hpp>
10
7
Original file line number Diff line number Diff line change 2
2
// RUN: %{build} %device_asan_flags -Xarch_device -fsanitize-recover=address -O2 -g -o %t
3
3
// RUN: env SYCL_PREFER_UR=1 %{run} %t 2>&1 | FileCheck %s
4
4
5
- // TODO: Reenable, see https://github.com/intel/llvm/issues/14658
6
- // UNSUPPORTED: windows, linux
7
-
8
5
#include < sycl/detail/core.hpp>
9
6
#include < sycl/usm.hpp>
10
7
Original file line number Diff line number Diff line change 2
2
// RUN: %{build} %device_asan_flags -O0 -g -o %t
3
3
// RUN: %force_device_asan_rt UR_LAYER_ASAN_OPTIONS=quarantine_size_mb:5 UR_LOG_SANITIZER=level:info %{run} %t 2>&1 | FileCheck %s
4
4
5
- // TODO: Reenable, see https://github.com/intel/llvm/issues/14658
6
- // UNSUPPORTED: windows, linux
7
-
8
5
#include < sycl/usm.hpp>
9
6
10
7
// / Quarantine Cache Test
You can’t perform that action at this time.
0 commit comments