Re: [patch, asan, testsuite] Adjust asan expected backtrace

2014-11-19 Thread FX
Third and final patch of the series, dealing this time with the test output patterns for darwin when llvm-symbolizer is not present. Here, the only issue is cosmetic: we have an extra space after each frame pointer, i.e. #0 0x106ddaf14 (/Users/fx/devel/gcc/irun2/./a.out+0x10f14) #1

Re: [patch, asan, testsuite] Adjust asan expected backtrace

2014-11-19 Thread FX
> Ok. If anyone has a better idea, feel free to suggest it. Thanks, committed along with the same trivial patch for g++.dg/asan/large-func-test-1.C. FX 2014-11-19 Francois-Xavier Coudert PR sanitizer/63939 * g++.dg/asan/large-func-test-1.C: Ajust dg-output. Index: g++.d

Re: [patch, asan, testsuite] Adjust asan expected backtrace

2014-11-19 Thread Mike Stump
On Nov 19, 2014, at 5:51 AM, FX wrote: > The attached patch fixes 23 asan testsuite failures on x86_64-apple-darwin14, > where the backtrace features e.g. wrap_malloc instead of interceptor_malloc. > So I adjusted the dg-output patterns to match. > > OK to commit to trunk? Ok. If anyone has a

[patch, asan, testsuite] Adjust asan expected backtrace

2014-11-19 Thread FX
The attached patch fixes 23 asan testsuite failures on x86_64-apple-darwin14, where the backtrace features e.g. wrap_malloc instead of interceptor_malloc. So I adjusted the dg-output patterns to match. OK to commit to trunk? 2014-11-19 Francois-Xavier Coudert * c-c++-common/asan/h