Re: [PATCH] LeakSanitizer testsuite

2014-04-11 Thread Yury Gribov
This patch adds initial set of tests and dg infrastructure for LeakSanitizer runtime. Are you sure we need testsuite for something that doesn't have a GCC code generation counterpart at all? That's a valid point. We want this in GCC because (1) support for cross-compilation and cross-testing

Re: [PATCH] LeakSanitizer testsuite

2014-03-24 Thread Jakub Jelinek
On Thu, Mar 20, 2014 at 10:22:38AM +0400, Maxim Ostapenko wrote: Hi, This patch adds initial set of tests and dg infrastructure for LeakSanitizer runtime. Tested on x86_64. Ok to commit? Are you sure we need testsuite for something that doesn't have a GCC code generation counterpart at

[PATCH] LeakSanitizer testsuite

2014-03-20 Thread Maxim Ostapenko
Hi, This patch adds initial set of tests and dg infrastructure for LeakSanitizer runtime. Tested on x86_64. Ok to commit? -Maxim 2014-03-20 Max Ostapenko m.ostape...@partner.samsung.com * c-c++-common/lsan/fork.c: New test. * c-c++-common/lsan/ignore_object.c: New test. *

[PATCH] LeakSanitizer testsuite

2014-03-13 Thread Maxim Ostapenko
On 03/13/2014 12:33 PM, Maxim Ostapenko wrote: Hi, This patch adds initial set of tests and dg infrastructure for LeakSanitizer runtime. Tested on x86_64. Ok to commit? -Maxim Fixed subject. 2014-03-13 Max Ostapenko m.ostape...@partner.samsung.com * c-c++-common/lsan/fork.c: New