diff options
author | Collin Funk <collin.funk1@gmail.com> | 2025-06-16 20:14:19 -0700 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-06-21 14:46:53 +0200 |
commit | b3b0d0308c95d213f019b19c33abf1b06911f528 (patch) | |
tree | 99b48110545ee0d6050c28b394f6fdbace120784 | |
parent | 5071149e89867070f692d89d75be5d7449294d1c (diff) | |
download | glibc-b3b0d0308c95d213f019b19c33abf1b06911f528.zip glibc-b3b0d0308c95d213f019b19c33abf1b06911f528.tar.gz glibc-b3b0d0308c95d213f019b19c33abf1b06911f528.tar.bz2 |
hurd: Remove a duplicate entry from 'tests-unsupported'.
When building on GNU/Hurd the following warnings repeat themselves:
../Rules:400: target '/home/collin/obj/glibc/io/test-lfs.out' given more than once in the same rule
../Rules:400: target '/home/collin/obj/glibc/io/test-lfs.out' given more than once in the same rule
This is because commit 73b854e955 (hurd: Mark more memory-hungry tests
as unsupported, 2025-01-12) added it to 'tests-unsupported' even though
it was already added by decf02d382 (hurd: Mark two tests as unsupported,
2023-04-13).
Message-ID: <54dc6bf7e0dbedb1b19356f41fec843c1c523b11.1750130025.git.collin.funk1@gmail.com>
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 994de00..c905949 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -311,9 +311,6 @@ endif ifeq ($(subdir),htl) tests-unsupported += tst-basic7 endif -ifeq ($(subdir),io) -tests-unsupported += test-lfs -endif ifeq ($(subdir),libio) tests-unsupported += tst-asprintf-null endif |