glibc testsuite failures, 3 odd filesystem issues.
"Carlos O'Donell" <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On 5/3/07, Carlos O'Donell <[email protected]> wrote: > libc/dlfcn/tststatic.out This test passes when run again. The test originally failed with: modstatic.so: cannot open shared object file: No such file or directory The DSO modstatic.so was built only 3 lines before the test is run. This appears to be a filesystem issue, timestamp issue, or makefile issue. > libc/dlfcn/tststatic2.out This test passes when run again. The test originally failed with: modstatic2.so: cannot open shared object file: No such file or directory This is the same issue as tststatic. > libc/nptl/tst-cancel24.o This fails to compile because ports/ semaphore.h didn't get cleaned up. Fix pending. > libc/nptl/tst-cancelx4.out > libc/nptl/tst-cancelx5.out > libc/nptl/tst-cancelx20.out > libc/nptl/tst-cancelx21.out > libc/nptl/tst-cleanupx4.out Expected fails until I sort out cancellation problems. > libc/rt/tst-mqueue3.out This is a weird failure where mq_open fails, but might be environment related. > libc/rt/tst-timer4.out > libc/rt/tst-timer5.out These are critical failures in either the kernel, signals, or thread functions. The combination of SIGEV_THREAD and nptl is wickedly complicated. > libc/rt/tst-cpuclock2.out This might have to do with my broken kernel and time keeping. e.g. "self thread before - after 504000000 outside reasonable range" > libc/rt/tst-cputimer1.out This test runs tst-timer4 with an addition cpu eating thread, this fails because tst-timer4 fails. > libc/rt/tst-cputimer2.out Likewise. > libc/rt/tst-cputimer3.out Likewise. > libc/elf/tst-pie1.out Broken PIE on hppa-linux. > libc/elf/tst-tls9-static.out This test passes when run again. This is now the third test to have weird filesystem problems. The test fails originally with: cannot open 'tst-tlsmod5.so': tst-tlsmod5.so: cannot open shared object file: No such file or directory cannot open 'tst-tlsmod6.so': tst-tlsmod6.so: cannot open shared object file: No such file or directory These files were build ~20 lines earlier. > libc/elf/tst-audit2.out This is expected the LA assembly changes aren't fully cooked. > libc/elf/tst-addr1.out This is a case where we should fail but don't. found symbol (null) in /home/carlos/fsrc/glibc-work/builds/libc-tls-nptl/elf/tst-addr1 > libc/elf/check-textrel.out We don't support this feature yet. Triage complete! c.