Re: [PATCH] Fix sanitizer/68042

2015-10-22 Thread Jeff Law
On 10/22/2015 10:45 AM, Maxim Ostapenko wrote: Hi, currently we have memcmp-1.c and sanity-check-pure-c-1.c (ASan testsuite) output pattern test failures on x86_64-apple-darwin14. This patch adjusts their expecting patterns to match real ones. Tested by me on x86_64-unknown-linux-gnu and by Dom

[PATCH] Fix sanitizer/68042

2015-10-22 Thread Maxim Ostapenko
Hi, currently we have memcmp-1.c and sanity-check-pure-c-1.c (ASan testsuite) output pattern test failures on x86_64-apple-darwin14. This patch adjusts their expecting patterns to match real ones. Tested by me on x86_64-unknown-linux-gnu and by Dominique on x86_64-apple-darwin14. Ok to app