]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Mark more memory-hungry tests as unsupported
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 10 Jan 2025 19:08:33 +0000 (20:08 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 11 Jan 2025 03:17:38 +0000 (04:17 +0100)
until RLIMIT_AS support gets commited in gnumach.

sysdeps/mach/hurd/Makefile

index 1cfedfc9a0630a12b9a27e5499ba6fa6956ea92d..f57b2b525f67b8dc8dfa9e94d05c5e7aaabf3d9c 100644 (file)
@@ -306,6 +306,15 @@ endif
 
 # For bug 30166
 # (missing RLIMIT_AS support)
+ifeq ($(subdir),elf)
+tests-unsupported += tst-tls-allocation-failure-static-patched
+endif
+ifeq ($(subdir),io)
+tests-unsupported += test-lfs
+endif
+ifeq ($(subdir),libio)
+tests-unsupported += tst-asprintf-null
+endif
 ifeq ($(subdir),malloc)
 tests-unsupported += tst-malloc-thread-fail
 tests-unsupported += tst-malloc-thread-fail-malloc-check
@@ -314,6 +323,19 @@ tests-unsupported += tst-malloc-thread-fail-malloc-hugetlb1
 tests-unsupported += tst-malloc-thread-fail-malloc-hugetlb2
 tests-unsupported += tst-dynarray-fail
 endif
+ifeq ($(subdir),misc)
+tests-unsupported += bug18240
+endif
+ifeq ($(subdir),stdio-common)
+tests-unsupported += tst-getline-enomem
+tests-unsupported += tst-getline-enomem-mem
+endif
+ifeq ($(subdir),stdlib)
+tests-unsupported += test-bz22786 tst-strtod-overflow
+endif
+ifeq ($(subdir),timezone)
+tests-unsupported += tst-tzset
+endif
 
 # For bug 30167
 # (select requests overflow)