about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2023-02-24 20:36:30 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-02-24 20:36:30 +0100
commit48b8c7cfe863977493e11409781b978f7c0014b7 (patch)
treec010d53f87eb7935d5c25b789e5c115849d9d454 /sysdeps/mach/hurd
parent7db0f731b1033befaffd0f3f43b7fa5c6c7a5fb5 (diff)
downloadglibc-48b8c7cfe863977493e11409781b978f7c0014b7.tar.gz
glibc-48b8c7cfe863977493e11409781b978f7c0014b7.tar.xz
glibc-48b8c7cfe863977493e11409781b978f7c0014b7.zip
hurd: Mark some audit tests as unsupported
They hang the testsuite.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile
index c97eb9415a..d5584930a1 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