File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
sycl/test-e2e/AddressSanitizer/bad-free Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ int main() {
13
13
}
14
14
// CHECK: ERROR: DeviceSanitizer: bad-free on address [[ADDR:0x.*]]
15
15
// CHECK: [[ADDR]] may be allocated on Host Memory
16
+ // CHECK-NOT: terminate called after throwing an instance
Original file line number Diff line number Diff line change @@ -31,3 +31,4 @@ int main() {
31
31
// CHECK-HOST: in main {{.*bad-free-minus1.cpp:}}[[@LINE-15]]
32
32
// CHECK-SHARED: in main {{.*bad-free-minus1.cpp:}}[[@LINE-14]]
33
33
// CHECK-DEVICE: in main {{.*bad-free-minus1.cpp:}}[[@LINE-13]]
34
+ // CHECK-NOT: terminate called after throwing an instance
Original file line number Diff line number Diff line change @@ -31,3 +31,4 @@ int main() {
31
31
// CHECK-DEVICE: in main {{.*bad-free-plus1.cpp:}}[[@LINE-11]]
32
32
return 0 ;
33
33
}
34
+ // CHECK-NOT: terminate called after throwing an instance
You can’t perform that action at this time.
0 commit comments