summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/lit_tests/strncpy-overflow.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2012-12-28 08:38:09 +0000
committerAlexey Samsonov <samsonov@google.com>2012-12-28 08:38:09 +0000
commitf96bfd884920bc326ca86772a06d9d315d1498b0 (patch)
treea8f6b39d53a8d398f12c35d4c2702d53e1ccb325 /compiler-rt/lib/asan/lit_tests/strncpy-overflow.cc
parent9785f519b48eb54fb63773fb629439d1859a1bda (diff)
downloadbcm5719-llvm-f96bfd884920bc326ca86772a06d9d315d1498b0.tar.gz
bcm5719-llvm-f96bfd884920bc326ca86772a06d9d315d1498b0.zip
Make ASan and TSan tests a bit less brittle with @LINE FileCheck macro
llvm-svn: 171181
Diffstat (limited to 'compiler-rt/lib/asan/lit_tests/strncpy-overflow.cc')
-rw-r--r--compiler-rt/lib/asan/lit_tests/strncpy-overflow.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/strncpy-overflow.cc b/compiler-rt/lib/asan/lit_tests/strncpy-overflow.cc
index 9381f13788c..18711843c4c 100644
--- a/compiler-rt/lib/asan/lit_tests/strncpy-overflow.cc
+++ b/compiler-rt/lib/asan/lit_tests/strncpy-overflow.cc
@@ -25,16 +25,16 @@ int main(int argc, char **argv) {
// CHECK: {{WRITE of size 1 at 0x.* thread T0}}
// CHECK-Linux: {{ #0 0x.* in .*strncpy}}
// CHECK-Darwin: {{ #0 0x.* in _?wrap_strncpy}}
- // CHECK: {{ #1 0x.* in _?main .*strncpy-overflow.cc:24}}
+ // CHECK: {{ #1 0x.* in _?main .*strncpy-overflow.cc:}}[[@LINE-4]]
// CHECK: {{0x.* is located 0 bytes to the right of 9-byte region}}
// CHECK: {{allocated by thread T0 here:}}
// CHECK-Linux: {{ #0 0x.* in .*malloc}}
- // CHECK-Linux: {{ #1 0x.* in main .*strncpy-overflow.cc:23}}
+ // CHECK-Linux: {{ #1 0x.* in main .*strncpy-overflow.cc:}}[[@LINE-10]]
// CHECK-Darwin: {{ #0 0x.* in .*mz_malloc.*}}
// CHECK-Darwin: {{ #1 0x.* in malloc_zone_malloc.*}}
// CHECK-Darwin: {{ #2 0x.* in malloc.*}}
- // CHECK-Darwin: {{ #3 0x.* in _?main .*strncpy-overflow.cc:23}}
+ // CHECK-Darwin: {{ #3 0x.* in _?main .*strncpy-overflow.cc:}}[[@LINE-15]]
return short_buffer[8];
}
OpenPOWER on IntegriCloud