ACATS & GCC testsuite
Zack Weinberg
zack@codesourcery.com
Wed Apr 2 22:17:00 GMT 2003
Laurent Guerby <guerby@acm.org> writes:
>> That's why I by far prefer to have the testing being done after
>> install, and not in build like it is done for GCC via DejaGNU now.
>>
>> No, builds seem right. I don't want to have to install a compiler in
>> order to test it.
>
> That's a developper argument, and it's not that strong:
> testing C takes 43 minutes, Ada 44 minutes, and install is 1 minute
> and less than 70 MB (that two years of daily builds
> on a 40GB el cheapo disk, easy to spot regression then :).
When developing a patch I frequently sit in a cycle like this:
<edit edit edit>
$ make cc1
$ make check-gcc RUNTESTFLAGS="only/the/subset/I/care/about.exp"
FAIL: ...
<repeat>
I would not mind much if final acceptance testing for patches was done
on an installed tree, but I'll be unhappy if you break the above.
zw
More information about the Gcc
mailing list