[PATCH 1/2] Add framework for tunables

Siddhesh Poyarekar siddhesh@sourceware.org
Wed Jul 13 14:49:00 GMT 2016


On Wed, Jul 13, 2016 at 07:43:22AM -0700, H.J. Lu wrote:
> On x86-64, I got
> 
> FAIL: malloc/tst-malloc-usable-static-tunables
> FAIL: malloc/tst-malloc-usable-tunables
> 
> [hjl@gnu-6 build-x86_64-linux]$ cat malloc/tst-malloc-usable-static-tunables.out
> malloc_usable_size: expected 7 but got 24
> [hjl@gnu-6 build-x86_64-linux]$ cat malloc/tst-malloc-usable-tunables.out
> malloc_usable_size: expected 7 but got 24
> [hjl@gnu-6 build-x86_64-linux]$
> 
> I used
> 
> BUILD_CC="gcc" CC="gcc" CXX="g++" CFLAGS="-O3 -g"
> /export/gnu/import/git/sources/glibc/configure --prefix=/usr
> --without-cvs --without-selinux --target=x86_64-linux
> --build=x86_64-linux --host=x86_64-linux
> --enable-hardcoded-path-in-tests --enable-large-benchtests

I test on x86_64, so that's odd, maybe due to
--enable-hardcoded-path-in-tests.  I'll take a look.

Thanks,
Siddhesh



More information about the Libc-alpha mailing list