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]

dlopen test breaks test suite


Paul,
When trying to do make check on recent glibc on opensuse 13.1 I always get now:

/home/ak/hle/glibc/obj/elf/tst-leaks1-static.o: In function `main':
/home/ak/hle/glibc/glibc/elf/tst-leaks1.c:14: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/home/ak/hle/glibc/obj/elf/tst-tls9-static.o: In function `do_test':
/home/ak/hle/glibc/glibc/elf/tst-tls9.c:15: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
Checking ld.so for SSE register use.  This will take a few seconds...
dlopen unexpectedly succeeded
FAIL: elf/tst-dlopen-aout
Summary of test results:
      1 FAIL
   1703 PASS
    122 XFAIL
      3 XPASS
make[1]: *** [tests] Error 1
make: *** [check] Error 2


Unlike the other flakey tests yours also doesn't clear when rerun make check,
so it prevents me from running the test suite at all.

-Andi

-- 
ak@linux.intel.com -- Speaking for myself only.


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