diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-02-24 20:36:30 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-02-24 20:36:30 +0100 |
| commit | 48b8c7cfe863977493e11409781b978f7c0014b7 (patch) | |
| tree | c010d53f87eb7935d5c25b789e5c115849d9d454 | |
| parent | 7db0f731b1033befaffd0f3f43b7fa5c6c7a5fb5 (diff) | |
| download | glibc-48b8c7cfe863977493e11409781b978f7c0014b7.tar.xz glibc-48b8c7cfe863977493e11409781b978f7c0014b7.zip | |
hurd: Mark some audit tests as unsupported
They hang the testsuite.
| -rw-r--r-- | sysdeps/mach/hurd/Makefile | 10 |
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 |
