From patchwork Sat Jan 11 03:17:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 104559 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 65C763858031 for ; Sat, 11 Jan 2025 03:18:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 65C763858031 X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from sonata.ens-lyon.org (domu-toccata.ens-lyon.fr [140.77.166.138]) by sourceware.org (Postfix) with ESMTPS id 54238385828B for ; Sat, 11 Jan 2025 03:18:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 54238385828B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bounce.ens-lyon.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 54238385828B Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=140.77.166.138 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1736565481; cv=none; b=Wyib7bpHwPfksUnpwWO1Fv2FnNm024C02jB2fB+6JUXYssazhy02Z8NqtnEv3hC2VendaNg1/q97cfaHHPJctcrCEJbpIq/yd5tVUckJQRL7qiMWI3c+onkfXSRwKsfPObQqIHWa35A1yCrMxW4+o1d+pvZTinKhnzak3QsyIRg= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1736565481; c=relaxed/simple; bh=tVr1tRq1NSa6q8gRBUHKQxH0q8Qsrkdno2YiVaBfWMw=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=gps3kSc3SxFDe2V/zXleRfG2MJZTLqHsFCIFVVexsgRclXtmyJtDM/bwUTqsRvTyVVFQeR9J7gICLk+ch7yMJg778ad7u+zJkOeJ6/bpls8kkxypTprPfNt5T+D0bwK2M+wRq5inZGUBuO2eH7TodmBjGlcAihyPEF595KTkeAg= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 54238385828B Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 1935FA0507; Sat, 11 Jan 2025 04:18:00 +0100 (CET) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kPc7BuYJSfol; Sat, 11 Jan 2025 04:18:00 +0100 (CET) Received: from begin (aamiens-653-1-40-48.w83-192.abo.wanadoo.fr [83.192.199.48]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id 85B91A04EB; Sat, 11 Jan 2025 04:17:59 +0100 (CET) Received: from samy by begin with local (Exim 4.98) (envelope-from ) id 1tWS0d-00000004skH-0DVB; Sat, 11 Jan 2025 04:17:59 +0100 From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] hurd: Mark more memory-hungry tests as unsupported Date: Sat, 11 Jan 2025 04:17:58 +0100 Message-ID: <20250111031759.1163746-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-Spam-Status: No, score=-13.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces~patchwork=sourceware.org@sourceware.org until RLIMIT_AS support gets commited in gnumach. --- sysdeps/mach/hurd/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 1cfedfc9a0..f57b2b525f 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -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)