[PATCH] Optimize MIPS memcpy (mips glibc test results)
Steve Ellcey
sellcey@mips.com
Fri Sep 21 20:41:00 GMT 2012
On Fri, 2012-09-21 at 18:55 +0000, Joseph S. Myers wrote:
> On Fri, 21 Sep 2012, Steve Ellcey wrote:
>
> > glibc/localedata/tst-fmon.out
>
> You should investigate why you see this failure, it's not one of the known
> issues listed at <http://sourceware.org/glibc/wiki/Release/2.16>
Hm, the out file has a bunch of lines like this:
Locale: "de_DE.ISO-8859-1" Format: "%n" Value: "1.23" Received: "1,23 EUR" Expected: " 1,23 EUR" => false
I am not sure why this would be mips specific or where to look for the problem.
I guess it expects more spaces in the output.
>
> > 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?
> > 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.
>
> > glibc/stdio-common/bug22.out
>
> Expected for low memory, bug 14231.
>
> > glibc/malloc/tst-trim1.out
>
> Not expected, should investigate.
Also has the Timed out message like tst-strtod-overflow.out.
>
> > glibc/nptl/tst-cancel7.out
> > glibc/nptl/tst-cancelx7.out
>
> Known race condition, bug 14232.
Thanks for the info on known failures.
Steve Ellcey
sellcey@mips.com
More information about the Libc-ports
mailing list