Source: glibc Version: 2.28-1 Severity: normal Tags: patch Dear Maintainer,
Some new tests fail on hppa. See for example: https://buildd.debian.org/status/fetch.php?pkg=glibc&arch=hppa&ver=2.28-1&stamp=1543515737&raw=0 The attached change allows the build to complete. Regards, Dave Anglin -- System Information: Debian Release: buster/sid APT prefers buildd-unstable APT policy: (500, 'buildd-unstable'), (500, 'unstable') Architecture: hppa (parisc64) Kernel: Linux 4.14.85+ (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
--- testsuite-xfail-debian.mk.save 2018-12-02 18:52:26.068360032 -0500 +++ testsuite-xfail-debian.mk 2018-12-02 18:55:19.708996325 -0500 @@ -229,9 +229,12 @@ test-xfail-tst-backtrace6 = yes test-xfail-tst-cleanupx4 = yes test-xfail-tst-makecontext = yes +test-xfail-tst-preadvwritev2 = yes +test-xfail-tst-preadvwritev64v2 = yes test-xfail-tst-protected1a = yes test-xfail-tst-protected1b = yes test-xfail-tst-setcontext2 = yes +test-xfail-tst-setcontext7 = yes test-xfail-tst-stack4 = yes # The following tests sometimes fail due to timeouts. test-xfail-tst-barrier5 = yes

