]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Remove a duplicate entry from 'tests-unsupported'.
authorCollin Funk <collin.funk1@gmail.com>
Tue, 17 Jun 2025 03:14:19 +0000 (20:14 -0700)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 21 Jun 2025 12:46:53 +0000 (14:46 +0200)
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>

sysdeps/mach/hurd/Makefile

index 994de00e2f91ea742f880413ddd5519706359bb6..c90594920cf72134a1e06847fb3e84d621f3d2c6 100644 (file)
@@ -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