From: Samuel Thibault Date: Fri, 24 Feb 2023 19:36:30 +0000 (+0100) Subject: hurd: Mark some audit tests as unsupported X-Git-Tag: glibc-2.38~530 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48b8c7cfe863977493e11409781b978f7c0014b7;p=thirdparty%2Fglibc.git hurd: Mark some audit tests as unsupported They hang the testsuite. --- diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index c97eb9415ac..d5584930a18 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -306,3 +306,13 @@ endif ifeq ($(subdir),htl) tests-unsupported += tst-pthread_cancel-select-loop endif + +# For bug 30168 +# (audit tests hang) +ifeq ($(subdir),elf) +tests-unsupported += tst-audit14 +tests-unsupported += tst-audit14a +tests-unsupported += tst-audit15 +tests-unsupported += tst-audit16 +tests-unsupported += tst-audit17 +endif