[llvm-commits] [compiler-rt] r154581 - /compiler-rt/trunk/lib/asan/output_tests/large_func_test.cc
Alexey Samsonov
samsonov at google.com
Thu Apr 12 00:32:08 PDT 2012
Author: samsonov
Date: Thu Apr 12 02:32:08 2012
New Revision: 154581
URL: http://llvm.org/viewvc/llvm-project?rev=154581&view=rev
Log:
[ASan] fix output tests - r154570 changed debug info for static functions and now they are symbolized a bit differently
Modified:
compiler-rt/trunk/lib/asan/output_tests/large_func_test.cc
Modified: compiler-rt/trunk/lib/asan/output_tests/large_func_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/output_tests/large_func_test.cc?rev=154581&r1=154580&r2=154581&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/output_tests/large_func_test.cc (original)
+++ compiler-rt/trunk/lib/asan/output_tests/large_func_test.cc Thu Apr 12 02:32:08 2012
@@ -35,7 +35,7 @@
// Check-Common: {{.*ERROR: AddressSanitizer heap-buffer-overflow on address}}
// Check-Common: {{0x.* at pc 0x.* bp 0x.* sp 0x.*}}
// Check-Common: {{READ of size 4 at 0x.* thread T0}}
-// Check-Common: {{ #0 0x.* in LargeFunction .*large_func_test.cc:15}}
+// Check-Common: {{ #0 0x.* in LargeFunction.*large_func_test.cc:15}}
// Check-Common: {{ #1 0x.* in main .*large_func_test.cc:3[012]}}
// Check-Common: {{0x.* is located 44 bytes to the right of 400-byte region}}
// Check-Common: {{allocated by thread T0 here:}}
More information about the llvm-commits
mailing list