This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add --enable-fast-check to configure?


On 9/11/2012 8:48 AM, Marek Polacek wrote:
> On Tue, Sep 11, 2012 at 05:43:08AM -0700, H.J. Lu wrote:
>> run-conformtest.sh takes most of time in "make check".
>> When I am working on unrelated changes, it is too long.
>> conform/Makefile has
>>
>> ifneq (yes,$(fast-check))
>> ifeq (no,$(cross-compiling))
>> tests: $(objpfx)run-conformtest.out
>> endif
>> endif
>>
>> But fast-check isn't set anywhere.  Should we add
>> --enable-fast-check to configure?
> Not sure if it's worth it.  I use make -k fast-check=yes xcheck
> most of the time...

I see Khem Raj had the same suggestion, but I think suggesting this is
backwards in a couple of ways.  First, it's not mentioned in the Testsuite
wiki page (and for what it's worth, I didn't know about it).  We could
obviously fix this, but I suspect that if many developers are explicitly
overriding the conformtest, we should make skipping it be the default
instead.  My experience personally is the same as HJ's, which is that I
have never gotten any value from running the conformtest, and it takes a
ridiculous length of time.  Perhaps it should be in a separate
"conformtest" target, or require a configure --enable-conformtest before
being part of make xcheck?

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]