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: [RFC] Automatic nightly builds?


On Sat, Jul 20, 2013 at 02:32:28PM +0200, Marek Polacek wrote:
> On Sat, Jul 20, 2013 at 11:58:15AM +0000, Joseph S. Myers wrote:
> > Diffs in .out files are not reliable indications of changes to testsuite 
> > failures.  Instead, we should get in some version of Tomas Dohnalek's 
> > patch to log PASS / FAIL results for individual tests.  At that point, you 
> > have something for which comparisons are reasonably reliable and useful, 
> > even if not perfect.
> 
> Agreed.  Note, Tomas left Red Hat a while ago, he won't finish that
> PASS / FAIL patch; someone else ought to pick it up.
>
OK, .out diffs were my first guess. Until PASS/FAIL is ready we could
use

make -k check 2> errors
grep Error errors

to get failures and diff them, couldn't we?
> 	Marek


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