Differential D39774 Diff 123254 compiler-rt/trunk/test/asan/TestCases/stack-buffer-overflow-with-position.cc
Changeset View
Changeset View
Standalone View
Standalone View
compiler-rt/trunk/test/asan/TestCases/stack-buffer-overflow-with-position.cc
Show All 36 Lines | |||||
// CHECK-30: 'BBB'{{.*}} <== {{.*}}underflows this variable | // CHECK-30: 'BBB'{{.*}} <== {{.*}}underflows this variable | ||||
// CHECK-31: 'BBB'{{.*}} <== {{.*}}partially underflows this variable | // CHECK-31: 'BBB'{{.*}} <== {{.*}}partially underflows this variable | ||||
// CHECK-41: 'BBB'{{.*}} <== {{.*}}partially overflows this variable | // CHECK-41: 'BBB'{{.*}} <== {{.*}}partially overflows this variable | ||||
// CHECK-42: 'BBB'{{.*}} <== {{.*}}overflows this variable | // CHECK-42: 'BBB'{{.*}} <== {{.*}}overflows this variable | ||||
// CHECK-62: 'CCC'{{.*}} <== {{.*}}underflows this variable | // CHECK-62: 'CCC'{{.*}} <== {{.*}}underflows this variable | ||||
// CHECK-63: 'CCC'{{.*}} <== {{.*}}partially underflows this variable | // CHECK-63: 'CCC'{{.*}} <== {{.*}}partially underflows this variable | ||||
// CHECK-73: 'CCC'{{.*}} <== {{.*}}partially overflows this variable | // CHECK-73: 'CCC'{{.*}} <== {{.*}}partially overflows this variable | ||||
// CHECK-74: 'CCC'{{.*}} <== {{.*}}overflows this variable | // CHECK-74: 'CCC'{{.*}} <== {{.*}}overflows this variable | ||||
// REQUIRES: shadow-scale-3 |