From patchwork Mon Sep 22 00:20:38 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 120594 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 DFF543858D38 for ; Mon, 22 Sep 2025 00:23:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DFF543858D38 X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from sonata.ens-lyon.org (sonata.ens-lyon.org [140.77.166.138]) by sourceware.org (Postfix) with ESMTPS id 8D6F53858C2D for ; Mon, 22 Sep 2025 00:20:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8D6F53858C2D 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 8D6F53858C2D 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=1758500440; cv=none; b=skBNbKzYYc3XfUaR/Qe5cq5TCiuHXTmWc+ZCh0fP7fpr47i13MPjBvNA8JCjnrDO/oF6bG2FvvT283GiVG4YSFzCHxFdZ975EV9f1VE0eMDNJw6bIUcPMHg03dbZrzVIUBnp9gDqJJZotLDTvxcEzXeOvUEAN23nOtJsogzWo9w= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1758500440; c=relaxed/simple; bh=2PatyQkqFPJJIe9vtw0d62oFhw2Yr+l2JeIrL0huOAU=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=WoFneiMtrlUmkQR8ZZY+y/B2K+c6LA059SOrRxLxyZztiMnPh66Ye1rJDF+427NM7zwxGoWiCOLCiZ1pIXq072lRJn9Kh5RuINUE/m41TfZwCN9BFOIXqpzWK6eaS/S1Zrtl0I2weRH8Gny8LRhHjpDRGSCA3YZCZhkMi7NGYh8= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8D6F53858C2D Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 5DEF1A03A6; Mon, 22 Sep 2025 02:20:39 +0200 (CEST) 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 GWkIL0i110TH; Mon, 22 Sep 2025 02:20:39 +0200 (CEST) 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 295B2A039A; Mon, 22 Sep 2025 02:20:39 +0200 (CEST) Received: from samy by begin with local (Exim 4.98.2) (envelope-from ) id 1v0UII-00000009jTw-315d; Mon, 22 Sep 2025 02:20:38 +0200 From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] hurd: Note BZ #30166 as fixed Date: Mon, 22 Sep 2025 02:20:38 +0200 Message-ID: <20250922002038.2319777-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.51.0 MIME-Version: 1.0 X-Spam-Status: No, score=-13.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED, 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 802b0eba519b ("hurd: implement RLIMIT_AS against Mach RPCs") brought the needed RLIMIT_AS support for memory-crunchy tests. --- sysdeps/mach/hurd/Makefile | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 32bba616f1..2149f6343e 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -306,43 +306,12 @@ test-xfail-tst-origin = yes CFLAGS-tst-execstack.c += -DDEFAULT_RWX_STACK=1 endif -# For bug 30166 -# (missing RLIMIT_AS support) -ifeq ($(subdir),htl) -tests-unsupported += tst-basic7 -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 -tests-unsupported += tst-malloc-thread-fail-mcheck -tests-unsupported += tst-malloc-thread-fail-malloc-hugetlb1 -tests-unsupported += tst-malloc-thread-fail-malloc-hugetlb2 -tests-unsupported += tst-malloc-thread-fail-malloc-largetcache -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 -tests-unsupported += tst-vfprintf-width-prec -tests-unsupported += tst-vfprintf-width-prec-mem -tests-unsupported += tst-vfprintf-width-prec-alloc -endif ifeq ($(subdir),stdlib) -tests-unsupported += test-bz22786 tst-strtod-overflow # pthread_cleanup_combined_push/pthread_cleanup_combined_pop requires cleanup # support (BZ 32058). test-xfail-tst-qsort7-mem = yes test-xfail-tst-qsortx7-mem = yes endif -ifeq ($(subdir),timezone) -tests-unsupported += tst-tzset -endif # For bug 30167 # (select requests overflow)