Samuel Thibault, le sam. 12 août 2023 17:37:06 +0200, a ecrit: > BTW, git is now available and seems to be working fine, I could clone > the upstream glibc repository for instance.
The testsuite runs quite fine. Of course most xfails on hurd-i386 are also xfails on hurd-amd64 :) I have put below the list of xfails for hurd-amd64, most of them are probably worth looking at, notably the default FPU config (to be fixed inside gnumach), the context support, and the backtrace support, which we will want anyway, and then the bug fixes, to be on part with hurd-i386 in terms of bugs :) Samuel # TODO: fix default FPU config test-xfail-test-fenv = yes test-xfail-test-float64x-acos = yes test-xfail-test-float64x-log10 = yes test-xfail-test-float64x-log2 = yes test-xfail-test-float64x-y0 = yes test-xfail-test-float64x-y1 = yes test-xfail-test-ldouble-acos = yes test-xfail-test-ldouble-log10 = yes test-xfail-test-ldouble-log2 = yes test-xfail-test-ldouble-y0 = yes test-xfail-test-ldouble-y1 = yes # TODO context support test-xfail-bug-getcontext = yes test-xfail-tst-setcontext2 = yes test-xfail-tst-setcontext4 = yes test-xfail-tst-setcontext5 = yes test-xfail-tst-setcontext6 = yes test-xfail-tst-setcontext7 = yes test-xfail-tst-setcontext8 = yes test-xfail-tst-setcontext9 = yes test-xfail-tst-swapcontext1 = yes test-xfail-tst-xbzero-opt = yes # Bus error test-xfail-test-bz22786 = yes # memory leak test-xfail-tst-vfprintf-width-prec-mem = yes test-xfail-tst-vfprintf-width-prec = yes # timeout test-xfail-tst-basic7 = yes # timeout test-xfail-tst-malloc-too-large = yes test-xfail-tst-malloc-too-large-malloc-check = yes test-xfail-tst-malloc-too-large-hugetlb1 = yes test-xfail-tst-malloc-too-large-hugetlb2 = yes # Bus error test-xfail-bug18240 = yes # cmsg bug test-xfail-tst-cmsghdr = yes # TODO support (for signals I guess) test-xfail-tst-backtrace4 = yes test-xfail-tst-backtrace5 = yes test-xfail-tst-backtrace6 = yes test-xfail-tst-dlopen-nodelete-reloc = yes test-xfail-tst-platform-1 = yes test-xfail-tst-audit4 = yes test-xfail-tst-audit5 = yes test-xfail-tst-audit6 = yes test-xfail-tst-audit7 = yes test-xfail-tst-audit10 = yes