Hans Malissa
2018-10-22 14:44:23 UTC
Hi,
I'm getting unexpected test failures in glibc (8.3-systemd, chapter 6.9).
make check exits with:
...
Summary of test results:
3 FAIL
5823 PASS
31 UNSUPPORTED
17 XFAIL
2 XPASS
make[1]: *** [Makefile:347: tests] Error 1
make[1]: Leaving directory '/usr/src/glibc-2.28'
make: *** [Makefile:9: check] Error 2
The 3 FAILs are:
FAIL: inet/tst-idna_name_classify
FAIL: libio/tst-readline
FAIL: misc/tst-ttyname
The 2 XPASSes are:
XPASS: elf/tst-protected1a
XPASS: elf/tst-protected1b
inet/tst-idna_name_classify and misc/tst-ttyname are mentioned in the book, but not inet/tst-idna_name_classify.Â
Is it safe to continue at this point?
Also, what is the best strategy to find out more about a specific error? Google searches mainly lead to archives of test results, but not to an explanation.
Thanks a lot,
Hans
I'm getting unexpected test failures in glibc (8.3-systemd, chapter 6.9).
make check exits with:
...
Summary of test results:
3 FAIL
5823 PASS
31 UNSUPPORTED
17 XFAIL
2 XPASS
make[1]: *** [Makefile:347: tests] Error 1
make[1]: Leaving directory '/usr/src/glibc-2.28'
make: *** [Makefile:9: check] Error 2
The 3 FAILs are:
FAIL: inet/tst-idna_name_classify
FAIL: libio/tst-readline
FAIL: misc/tst-ttyname
The 2 XPASSes are:
XPASS: elf/tst-protected1a
XPASS: elf/tst-protected1b
inet/tst-idna_name_classify and misc/tst-ttyname are mentioned in the book, but not inet/tst-idna_name_classify.Â
Is it safe to continue at this point?
Also, what is the best strategy to find out more about a specific error? Google searches mainly lead to archives of test results, but not to an explanation.
Thanks a lot,
Hans