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 v3.1] New functions pthread_[sg]etattr_default_np for default thread attributes


On Thu, Jun 13, 2013 at 12:42:09PM +0000, Joseph S. Myers wrote:
> On Thu, 13 Jun 2013, Siddhesh Poyarekar wrote:
> 
> > It was agreed in the past that test warnings such as skipping a case
> > should be printing on standard error so that it is visible in the make
> > check output:
> > 
> > http://sourceware.org/glibc/wiki/Testing/Testsuite#Writing_a_test_case
> 
> I think that's a bad idea.  In practice what goes in the test's .out file 
> is *more* visible than what goes in the huge pile of make check output.  
> Arguably stderr as well as stdout should be redirected.

IIRC the rationale behind that was that such warnings go unnoticed and
it is assumed that all tests *passed* when in reality some may have
been skipped.  I think [1] may have been the point where I had noted
this in the wiki, but I'm not sure.  It's a trivial detail, so if you
or Roland feel strongly about this then I can change these bits.

Siddhesh

[1] http://cygwin.com/ml/libc-alpha/2012-07/msg00615.html


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