[hurd,commited] hurd: Mark some audit tests as unsupported

Message ID 20230224193656.154946-1-samuel.thibault@ens-lyon.org
State Committed, archived
Headers
Series [hurd,commited] hurd: Mark some audit tests as unsupported |

Checks

Context Check Description
dj/TryBot-apply_patch fail Patch failed to apply to master at the time it was sent
dj/TryBot-32bit fail Patch series failed to apply

Commit Message

Samuel Thibault Feb. 24, 2023, 7:36 p.m. UTC
  They hang the testsuite.
---
 sysdeps/mach/hurd/Makefile | 10 ++++++++++
 1 file changed, 10 insertions(+)
  

Patch

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