Skip to content

Commit e788a99

Browse files
fix AddressSantizer tests
1 parent 6b9d711 commit e788a99

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

sycl/test-e2e/AddressSanitizer/misaligned/misalign-int.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// RUN: %{run} not %t2.out 2>&1 | FileCheck %s
66
// RUN: %{build} %device_asan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
8-
98
#include <sycl/detail/core.hpp>
109
#include <sycl/usm.hpp>
1110

sycl/test-e2e/AddressSanitizer/misaligned/misalign-long.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// RUN: %{run} not %t2.out 2>&1 | FileCheck %s
66
// RUN: %{build} %device_asan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
8-
98
#include <sycl/detail/core.hpp>
109
#include <sycl/usm.hpp>
1110

sycl/test-e2e/AddressSanitizer/misaligned/misalign-short.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// RUN: %{run} not %t2.out 2>&1 | FileCheck %s
66
// RUN: %{build} %device_asan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
8-
98
#include <sycl/detail/core.hpp>
109
#include <sycl/usm.hpp>
1110

sycl/test-e2e/AddressSanitizer/out-of-bounds/local/local_accessor_basic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// RUN: %{run} not %t2.out 2>&1 | FileCheck %s
66
// RUN: %{build} %device_asan_flags -g -O2 -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
8-
98
#include <sycl/usm.hpp>
109

1110
constexpr std::size_t N = 4;

sycl/test-e2e/AddressSanitizer/out-of-bounds/local/local_accessor_function.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// RUN: %{run} not %t2.out 2>&1 | FileCheck %s
66
// RUN: %{build} %device_asan_flags -g -O2 -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
8-
98
#include <sycl/usm.hpp>
109
#include <vector>
1110

sycl/test-e2e/AddressSanitizer/out-of-bounds/local/local_accessor_multiargs.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// RUN: %{run} not %t2.out 2>&1 | FileCheck %s
66
// RUN: %{build} %device_asan_flags -g -O2 -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
8-
98
#include <sycl/usm.hpp>
109

1110
constexpr std::size_t N = 8;

sycl/test-e2e/AddressSanitizer/use-after-free/use-after-free.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// REQUIRES: linux, cpu || (gpu && level_zero)
22
// RUN: %{build} %device_asan_flags -O0 -g -o %t
33
// RUN: env UR_LAYER_ASAN_OPTIONS="quarantine_size_mb:5;detect_kernel_arguments:0" %{run} not %t 2>&1 | FileCheck %s
4-
54
#include <sycl/usm.hpp>
65

76
constexpr size_t N = 1024;

0 commit comments

Comments
 (0)