This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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] Optimize MIPS memcpy (mips glibc test results)


On Fri, 21 Sep 2012, Steve Ellcey wrote:

> > > glibc/math/test-float.out
> > > glibc/math/test-double.out
> > > glibc/math/test-ifloat.out
> > > glibc/math/test-idouble.out
> > 
> > Expected for soft-float configurations.
> 
> But I thought I was doing a hard float build.  It looks like the
> failures are with cos, sincos, clog10, clog, ctan*.  Maybe not having
> those instructions in hardware counts as soft-float?

Those have had tests added since I updated libm-test-ulps for 2.16, so if 
it's just small ulps values for new tests then it's also fine and will go 
away when the ulps are updated again.

> > > glibc/stdlib/tst-strtod-overflow.out
> > 
> > Not expected, should investigate.  (The test should exit cleanly on memory 
> > allocation failure.)
> 
> Hm, the out file is completely empty.  But I do see:
> 
> Timed out: killed the child process
> 
> In the output.

You may need to increase your TIMEOUTFACTOR (or depending on how long it 
takes with a sufficiently long timeout, propose an increase of the TIMEOUT 
value in the test itself on libc-alpha).

> > > glibc/malloc/tst-trim1.out
> > 
> > Not expected, should investigate.
> 
> Also has the Timed out message like tst-strtod-overflow.out.

Again, maybe should set an increased TIMEOUT value, depending on how long 
it takes.

-- 
Joseph S. Myers
joseph@codesourcery.com


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