From patchwork Thu May 18 13:03:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos O'Donell X-Patchwork-Id: 69615 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 5E2373882040 for ; Thu, 18 May 2023 13:04:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E2373882040 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684415082; bh=MHQi+5G0rr/ZWI/aGfDPRy5Q9dxCauYXGYlUhLQygaE=; h=To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=Xn/zCCgXI7scFbrJtpJPd6NaHvbpOlE05QaSnB9/8fWmlAL07FylNlPa/BTMjaa5P sXysiUKwH0pnQLzFYJ+0YnBy3xJokvuS+zB+rb2I6VlkQ4opYbdOIxpxI7NDhSn5HS XkZiOEeugam0u9wZYpLVBVyn3FUC750q+ewINeJ0= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id B45B83856DC2 for ; Thu, 18 May 2023 13:03:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B45B83856DC2 Received: from mail-yw1-f197.google.com (mail-yw1-f197.google.com [209.85.128.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-103-qqNMr02hORCgaVgfOW73iA-1; Thu, 18 May 2023 09:03:35 -0400 X-MC-Unique: qqNMr02hORCgaVgfOW73iA-1 Received: by mail-yw1-f197.google.com with SMTP id 00721157ae682-561b265e237so30943217b3.3 for ; Thu, 18 May 2023 06:03:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684415013; x=1687007013; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=MHQi+5G0rr/ZWI/aGfDPRy5Q9dxCauYXGYlUhLQygaE=; b=CzM3u0J52CUzEf2Um6Se/ltGt/uS98sRjhAQ7vH9N1C3z/Os8hknWpZJJkXbIIjjYS Fe9FqSrrWn82FGcEASmsLZrbiAfoU2OXXZC1M8e4JsW3LlFe15YNicin+JiJ59lgzMLw Z4/cnk0BcN4u7xF82NXfBzQvOSQ4ZYj8mYsO36+Qi1pE2ObteBXh9AlWdwFtwu1T+ncL 4/1R7b1AGhj5Wc//AhX16DLxm6EJHcby0GODBDMchUssN/9P/06vrvarsEj6d9KnXk9p 4qVqD3rpdQAoL8dAzPzikDn1leFU0W0jZYNwVir0u2YKELNY51XgfJFahxwhKAg+ZeKd mg2w== X-Gm-Message-State: AC+VfDzP669bBz/rfRiP9J7khKB+qwH2Q4AHqJg6nrDI6R1jPvPSQrPc frfJDmc1cCqgnkV8oqmZQnArt+fGZPE7rvQBetpwW2DiGki5BVZmeYo1Xb2qiBKv0WiOIw0xTe7 SFrRpIF+/qZ3PgLL7L6M1xauFFs2T6s9AeZU39ghn1RDxe+C84zh0DvcFft1a0Rym9wuZ/H2NC6 0AMg== X-Received: by 2002:a81:4ed5:0:b0:561:d6dd:bc84 with SMTP id c204-20020a814ed5000000b00561d6ddbc84mr1218903ywb.48.1684415013153; Thu, 18 May 2023 06:03:33 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ7YhhCfnPKHm7OpQ6VS7VPxinmXKRCUiOlhEQuKSzlCwJ5sWOWOedN3PJQy4CyUOeu4jmPxeQ== X-Received: by 2002:a81:4ed5:0:b0:561:d6dd:bc84 with SMTP id c204-20020a814ed5000000b00561d6ddbc84mr1218858ywb.48.1684415012679; Thu, 18 May 2023 06:03:32 -0700 (PDT) Received: from DESKTOP-1DH6NSL.localdomain ([198.48.244.52]) by smtp.gmail.com with ESMTPSA id a3-20020a81bb43000000b0054c0a8ceb2fsm406033ywl.28.2023.05.18.06.03.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 May 2023 06:03:32 -0700 (PDT) To: libc-alpha@sourceware.org, siddhesh@gotplt.org Cc: Carlos O'Donell Subject: [PATCH 3/5] stdio-common: Adjust tests in Makefile Date: Thu, 18 May 2023 09:03:23 -0400 Message-Id: <20230518130325.59309-4-carlos@redhat.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230518130325.59309-1-carlos@redhat.com> References: <20230518130325.59309-1-carlos@redhat.com> MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE 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.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Carlos O'Donell via Libc-alpha From: Carlos O'Donell Reply-To: Carlos O'Donell Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" Sort tests against updated scripts/sort-makefile-lines.py. No changes in generated code. No regressions on x86_64 and i686. Reviewed-by: Siddhesh Poyarekar --- stdio-common/Makefile | 44 +++++++++++++------------- stdio-common/{bug23-2.c => bug27.c} | 0 stdio-common/{bug23-3.c => bug28.c} | 0 stdio-common/{bug23-4.c => bug29.c} | 0 stdio-common/{scanf14a.c => scanf18.c} | 0 stdio-common/{scanf16a.c => scanf19.c} | 0 6 files changed, 22 insertions(+), 22 deletions(-) rename stdio-common/{bug23-2.c => bug27.c} (100%) rename stdio-common/{bug23-3.c => bug28.c} (100%) rename stdio-common/{bug23-4.c => bug29.c} (100%) rename stdio-common/{scanf14a.c => scanf18.c} (100%) rename stdio-common/{scanf16a.c => scanf19.c} (100%) diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 1b4997afc8..4c15b97683 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -130,6 +130,13 @@ aux := \ tests := \ bug-vfprintf-nargs \ bug1 \ + bug3 \ + bug4 \ + bug5 \ + bug6 \ + bug7 \ + bug8 \ + bug9 \ bug10 \ bug11 \ bug12 \ @@ -146,38 +153,31 @@ tests := \ bug21 \ bug22 \ bug23 \ - bug23-2 \ - bug23-3 \ - bug23-4 \ bug24 \ bug25 \ bug26 \ - bug3 \ - bug4 \ - bug5 \ - bug6 \ - bug7 \ - bug8 \ - bug9 \ + bug27 \ + bug28 \ + bug29 \ errnobug \ scanf1 \ + scanf2 \ + scanf3 \ + scanf4 \ + scanf5 \ + scanf7 \ + scanf8 \ + scanf9 \ scanf10 \ scanf11 \ scanf12 \ scanf13 \ scanf14 \ - scanf14a \ scanf15 \ scanf16 \ - scanf16a \ scanf17 \ - scanf2 \ - scanf3 \ - scanf4 \ - scanf5 \ - scanf7 \ - scanf8 \ - scanf9 \ + scanf18 \ + scanf19 \ temptest \ test-fseek \ test-fwrite \ @@ -442,11 +442,11 @@ CFLAGS-isoc23_scanf.c += -fexceptions CFLAGS-dprintf.c += $(config-cflags-wno-ignored-attributes) -# scanf14a.c and scanf16a.c test a deprecated extension which is no +# scanf18.c and scanf19.c test a deprecated extension which is no # longer visible under most conformance levels; see the source files # for more detail. -CFLAGS-scanf14a.c += -std=gnu89 -CFLAGS-scanf16a.c += -std=gnu89 +CFLAGS-scanf18.c += -std=gnu89 +CFLAGS-scanf19.c += -std=gnu89 CFLAGS-bug3.c += -DOBJPFX=\"$(objpfx)\" CFLAGS-bug4.c += -DOBJPFX=\"$(objpfx)\" diff --git a/stdio-common/bug23-2.c b/stdio-common/bug27.c similarity index 100% rename from stdio-common/bug23-2.c rename to stdio-common/bug27.c diff --git a/stdio-common/bug23-3.c b/stdio-common/bug28.c similarity index 100% rename from stdio-common/bug23-3.c rename to stdio-common/bug28.c diff --git a/stdio-common/bug23-4.c b/stdio-common/bug29.c similarity index 100% rename from stdio-common/bug23-4.c rename to stdio-common/bug29.c diff --git a/stdio-common/scanf14a.c b/stdio-common/scanf18.c similarity index 100% rename from stdio-common/scanf14a.c rename to stdio-common/scanf18.c diff --git a/stdio-common/scanf16a.c b/stdio-common/scanf19.c similarity index 100% rename from stdio-common/scanf16a.c rename to stdio-common/scanf19.c