[asan] tests should not require the asan-rt to be built with debug info

llvm-svn: 149330
This commit is contained in:
Kostya Serebryany 2012-01-31 01:56:58 +00:00
parent d6d4c25ef0
commit ad1fccdb1c
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ READ of size 1 at 0x.* thread T0
#0 0x.* in main .*heap-overflow.cc:6
0x.* is located 0 bytes to the right of 10-byte region
allocated by thread T0 here:
#0 0x.* in .*mz_malloc.* _asan_rtl_
#0 0x.* in .*mz_malloc.*
#1 0x.* in malloc_zone_malloc.*
#2 0x.* in malloc.*
#3 0x.* in main heap-overflow.cc:[45]

View File

@ -3,7 +3,7 @@ WRITE of size 1 at 0x.* thread T0
#1 0x.* in main .*strncpy-overflow.cc:[78]
0x.* is located 0 bytes to the right of 9-byte region
allocated by thread T0 here:
#0 0x.* in .*mz_malloc.* _asan_rtl_
#0 0x.* in .*mz_malloc.*
#1 0x.* in malloc_zone_malloc.*
#2 0x.* in malloc.*
#3 0x.* in main .*strncpy-overflow.cc:6

View File

@ -3,12 +3,12 @@ READ of size 1 at 0x.* thread T0
#0 0x.* in main .*use-after-free.cc:5
0x.* is located 5 bytes inside of 10-byte region .0x.*,0x.*
freed by thread T0 here:
#0 0x.* in .*mz_free.* _asan_rtl_
#0 0x.* in .*mz_free.*
# We override free() on Darwin, thus no malloc_zone_free
#1 0x.* in free
#2 0x.* in main .*use-after-free.cc:[45]
previously allocated by thread T0 here:
#0 0x.* in .*mz_malloc.* _asan_rtl_
#0 0x.* in .*mz_malloc.*
#1 0x.* in malloc_zone_malloc.*
#2 0x.* in malloc.*
#3 0x.* in main .*use-after-free.cc:3