Re: [libsanitizer] merge fresh sources from upstream

2012-11-23 Thread Konstantin Serebryany
On Fri, Nov 23, 2012 at 8:07 PM, Jakub Jelinek wrote: > On Fri, Nov 23, 2012 at 06:47:06PM +0400, Konstantin Serebryany wrote: >> >> > Executing on host: addr2line -f -e >> >> > /usr/local/google/kcc/gcc-build/gcc/testsuite/gcc/memcmp-1.exe >> >> > 0x80488d1 0x8048560 (timeout = 300) >> >> > spa

Re: [libsanitizer] merge fresh sources from upstream

2012-11-23 Thread Jakub Jelinek
On Fri, Nov 23, 2012 at 06:47:06PM +0400, Konstantin Serebryany wrote: > >> > Executing on host: addr2line -f -e > >> > /usr/local/google/kcc/gcc-build/gcc/testsuite/gcc/memcmp-1.exe > >> > 0x80488d1 0x8048560 (timeout = 300) > >> > spawn addr2line -f -e > >> > /usr/local/google/kcc/gcc-build/gcc

Re: [libsanitizer] merge fresh sources from upstream

2012-11-23 Thread Jakub Jelinek
On Fri, Nov 23, 2012 at 06:12:24PM +0400, Konstantin Serebryany wrote: > Ok, the tests behave better on ubuntu 12.04. > tested: > rm -rf rm -rf */{*/,}libsanitizer && make -j20 && make -C gcc > check-g{cc,++} RUNTESTFLAGS='--target_board=unix\{-m32,-m64\} > asan.exp' > > The fresh asan library pro

Re: [libsanitizer] merge fresh sources from upstream

2012-11-23 Thread Konstantin Serebryany
On Fri, Nov 23, 2012 at 4:47 PM, Jakub Jelinek wrote: > On Fri, Nov 23, 2012 at 04:35:29PM +0400, Konstantin Serebryany wrote: >> > Ok, provided it has been properly tested >> >> The upstream library is continuously tested on Linux, Mac, Windows and >> Android >> using the existing test suite (un

Re: [libsanitizer] merge fresh sources from upstream

2012-11-23 Thread Jakub Jelinek
On Fri, Nov 23, 2012 at 04:35:29PM +0400, Konstantin Serebryany wrote: > > Ok, provided it has been properly tested > > The upstream library is continuously tested on Linux, Mac, Windows and Android > using the existing test suite (unfortunately, the build bots are > private so far). Yeah, but on

Re: [libsanitizer] merge fresh sources from upstream

2012-11-23 Thread Konstantin Serebryany
On Fri, Nov 23, 2012 at 3:15 PM, Jakub Jelinek wrote: > Hi! > > Ok, provided it has been properly tested The upstream library is continuously tested on Linux, Mac, Windows and Android using the existing test suite (unfortunately, the build bots are private so far). > (given that we don't have >

Re: [libsanitizer] merge fresh sources from upstream

2012-11-23 Thread Jakub Jelinek
Hi! Ok, provided it has been properly tested (given that we don't have almost any testsuite so far, that is at least rm -rf */{*/,}libsanitizer; make # -jN in the build tree and make -C gcc check-g{cc,++} RUNTESTFLAGS='--target_board=unix\{-m32,-m64\} asan.exp' ). On Fri, Nov 23, 2012 at 03:03:2