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 1/2] Add framework for tunables


On Mon, Jul 11, 2016 at 9:41 AM, Siddhesh Poyarekar
<siddhesh@sourceware.org> wrote:
> On Mon, Jul 11, 2016 at 09:25:07AM -0700, H.J. Lu wrote:
>> Did you update siddhesh/tunables branch?  It still has the old patches.
>
> I have now, sorry I keep forgetting.

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

to configure glibc.

-- 
H.J.


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