On 2012-10-12 11:01 , Rainer Orth wrote:
Diego Novillo <dnovi...@google.com> writes:
3- To run ASAN's testsuite, I propose a simple wrapper script that executes
it using the just-built gcc. I don't think it's worth the pain to convert
the testsuite into DejaGNU.
If the testsuite is not converted (which can be ugly for maintainers
since it needs separate mechanisms for everything Dejagnu already deals
with, like timeouts, target-specific skipping), at the very least make
The thing is that if we convert the testsuite, then taking pristine
tarballs is out of the question and we end up with a library like
boehm-gc or zlib. I would prefer to have something completely separate
that we can just drop in.
sure that the make check output is in the same format produced by
Dejagnu so it's picked up make make mail-report.log, otherwise failures
are almost guaranteed to be overlooked.
Sure. That's a good idea.
Diego.