Skip to content

Commit aa5d6bc

Browse files
committed
rename some tests
1 parent 574e54e commit aa5d6bc

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

sycl/test-e2e/AddressSanitizer/common/kernel-debug.cpp renamed to sycl/test-e2e/AddressSanitizer/common/options-debug.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// REQUIRES: linux, cpu || (gpu && level_zero)
22
// RUN: %{build} %device_asan_flags -O2 -g -o %t
3-
// RUN: env UR_LAYER_ASAN_OPTIONS=debug:1 %{run} %t 2>&1 | FileCheck --check-prefixes CHECK-DEBUG %s
43
// RUN: env UR_LAYER_ASAN_OPTIONS=debug:0 %{run} %t 2>&1 | FileCheck %s
54

65
#include <sycl/usm.hpp>
@@ -23,7 +22,6 @@ int main() {
2322
});
2423
});
2524
Q.wait();
26-
// CHECK-DEBUG: [kernel]
2725
// CHECK-NOT: [kernel]
2826

2927
sycl::free(array, Q);

sycl/test-e2e/AddressSanitizer/common/option-redzone-size.cpp renamed to sycl/test-e2e/AddressSanitizer/common/options-redzone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ int main() {
2121
}).wait();
2222
// CHECK: ERROR: DeviceSanitizer: out-of-bounds-access on Device USM
2323
// CHECK: {{READ of size 1 at kernel <.*Test> LID\(0, 0, 0\) GID\(0, 0, 0\)}}
24-
// CHECK: {{ #0 .* .*option-redzone-size.cpp:}}[[@LINE-7]]
24+
// CHECK: {{ #0 .* .*options-redzone.cpp:}}[[@LINE-7]]
2525
// CHECK-MIN: Trying to set redzone size to a value less than 16 is ignored
2626
// CHECK-MAX: Trying to set max redzone size to a value greater than 2048 is ignored
2727

0 commit comments

Comments
 (0)