diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-01-12 16:05:58 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-01-12 16:06:00 +0100 |
commit | 73b854e955a3c38655fa51f742238dc7163b4a29 (patch) | |
tree | 084c60e4bb793ae94b2d9078c28f5373818a5967 | |
parent | 278f8d5c4d74b0a10cd96ee3f8225a673517dbf4 (diff) | |
download | glibc-73b854e955a3c38655fa51f742238dc7163b4a29.zip glibc-73b854e955a3c38655fa51f742238dc7163b4a29.tar.gz glibc-73b854e955a3c38655fa51f742238dc7163b4a29.tar.bz2 |
hurd: Mark more memory-hungry tests as unsupported
until RLIMIT_AS support gets commited in gnumach.
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 04dcaf0..13e5cea 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -330,6 +330,7 @@ ifeq ($(subdir),stdio-common) tests-unsupported += tst-getline-enomem tests-unsupported += tst-getline-enomem-mem tests-unsupported += tst-vfprintf-width-prec +tests-unsupported += tst-vfprintf-width-prec-mem tests-unsupported += tst-vfprintf-width-prec-alloc endif ifeq ($(subdir),stdlib) |