This is the mail archive of the glibc-bugs@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]

[Bug dynamic-link/15122] [2.17] Libraries in ld.so.cache ignored by ld-linux-armhf.so.3 on armv6l


http://sourceware.org/bugzilla/show_bug.cgi?id=15122

--- Comment #6 from Wilhelm Eger <wilhelm.eger at googlemail dot com> 2013-04-29 11:38:11 UTC ---
Well, I did the tests, compiled with and without patch applied with the
following command:

mkdir build_XXX
cd build_XXX
../glibc_XXX/configure --prefix=/usr
LANG="C" make -j6 && make -k check > check.log 2>&1

The ouput of the grep command:

build_clean # grep Error check.log
make[2]: *** [/root/build_clean/math/test-fenv.out] Error 1
make[1]: *** [math/tests] Error 2
make[2]: [/root/build_clean/posix/annexc.out] Error 1 (ignored)
make[2]: [/root/build_clean/conform/run-conformtest.out] Error 1 (ignored)
make: *** [check] Error 2

build_patch # grep Error check.log
make[2]: *** [/root/build_patch/math/test-fenv.out] Error 1
make[1]: *** [math/tests] Error 2
make[2]: [/root/build_patch/posix/annexc.out] Error 1 (ignored)
make[2]: [/root/build_patch/conform/run-conformtest.out] Error 1 (ignored)
make: *** [check] Error 2

So no regression here.

>From build_clean/chek.log

[...]
ISO...
ISO99...
  Total number of tests   : 2933
  Number of failed tests  :    6 ( <1%)
  Number of skipped tests :    0 (  0%)
ISO11...
  Total number of tests   : 3023
  Number of failed tests  :    8 ( <1%)
  Number of skipped tests :    2 ( <1%)
POSIX...
XPG3...
  Total number of tests   : 3993
  Number of failed tests  :  165 (  4%)
  Number of skipped tests :   89 (  2%)
XPG4...
  Total number of tests   : 4175
  Number of failed tests  :   26 ( <1%)
  Number of skipped tests :   10 ( <1%)
UNIX98...
  Total number of tests   : 4701
  Number of failed tests  :   13 ( <1%)
  Number of skipped tests :    6 ( <1%)
XOPEN2K...
  Total number of tests   : 6825
  Number of failed tests  :   16 ( <1%)
  Number of skipped tests :    5 ( <1%)
XOPEN2K8...
  Total number of tests   : 7083
  Number of failed tests  :   14 ( <1%)
  Number of skipped tests :    1 ( <1%)
POSIX2008...
  Total number of tests   : 6305
  Number of failed tests  :   11 ( <1%)
  Number of skipped tests :    0 (  0%)
[...]

and from build_patch/check.log

[...]
ISO...
ISO99...
  Total number of tests   : 2933
  Number of failed tests  :    6 ( <1%)
  Number of skipped tests :    0 (  0%)
ISO11...
  Total number of tests   : 3023
  Number of failed tests  :    8 ( <1%)
  Number of skipped tests :    2 ( <1%)
POSIX...
XPG3...
  Total number of tests   : 3993
  Number of failed tests  :  165 (  4%)
  Number of skipped tests :   89 (  2%)
XPG4...
  Total number of tests   : 4175
  Number of failed tests  :   26 ( <1%)
  Number of skipped tests :   10 ( <1%)
UNIX98...
  Total number of tests   : 4701
  Number of failed tests  :   13 ( <1%)
  Number of skipped tests :    6 ( <1%)
XOPEN2K...
  Total number of tests   : 6825
  Number of failed tests  :   16 ( <1%)
  Number of skipped tests :    5 ( <1%)
XOPEN2K8...
  Total number of tests   : 7083
  Number of failed tests  :   14 ( <1%)
  Number of skipped tests :    1 ( <1%)
POSIX2008...
  Total number of tests   : 6305
  Number of failed tests  :   11 ( <1%)
  Number of skipped tests :    0 (  0%)
[...]

So it looks good, doesn't it?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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