How to prune tests that are too large for a tiny memory model in libstdc++?

2014-11-28 Thread Kyrill Tkachov
Hi all, I'm seeing some relocation truncation failures in the libstdc++ testsuite where the test is too large to fit into the memory model. In the gcc testsuite we mark these tests as unsupported using something like the below fragment in gcc-dg.exp if { [regexp "(^|\n)\[^\n\]*: relocation tr

Re: Testing Leak Sanitizer?

2014-11-28 Thread Renato Golin
On 27 November 2014 at 21:48, Christophe Lyon wrote: > On 30 September 2014 at 19:08, Konstantin Serebryany > wrote: >> Correct, you can run tests from llvm tree with any compiler. >> https://code.google.com/p/address-sanitizer/wiki/AddressSanitizerTestSuite >> > > I've read that document, and as