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