hurd: Mark some audit tests as unsupported
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 24 Feb 2023 19:36:30 +0000 (20:36 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 24 Feb 2023 19:36:30 +0000 (20:36 +0100)
They hang the testsuite.

sysdeps/mach/hurd/Makefile

index c97eb94..d558493 100644 (file)
@@ -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