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: [PATCH] Add compile testing to glibc test framework.


On 06/17/2016 07:27 AM, Florian Weimer wrote:
> On 06/07/2016 07:28 PM, Joseph Myers wrote:
>> On Tue, 7 Jun 2016, Carlos O'Donell wrote:
>> 
>>> Previously these kinds of tests would result in the testsuite
>>> failing to run to completion because compiler errors are treated
>>> as harness failures.
>> 
>> I don't actually see this as a problem - that is, I don't see why
>> any compile failure should be hard to fix for some system-specific
>> reason. I'd rather just add such tests as normal tests, that break
>> the build if they fail.
> 
> What's annoying with that is that you lose test summary reporting.
> If this was somehow fixed (without impacting make running times,
> please), I think there wouldn't much of an incentive to add such
> compile-time testing.

What would you like fixed? Summary reporting of failed compile 
and link?

That's an interesting solution, wrap the compiles and link with
something like evaluate-test.sh but designed to capture failed
compiles and failed links and report them properly as a new
kind of failed test code?

-- 
Cheers,
Carlos.


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