From patchwork Fri Sep 12 14:52:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Malcolm X-Patchwork-Id: 120156 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 1E3A03857BA2 for ; Fri, 12 Sep 2025 14:55:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E3A03857BA2 Authentication-Results: sourceware.org; dkim=pass (1024-bit key, unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=bFWLia7z X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTP id 1ED1E3857C6E for ; Fri, 12 Sep 2025 14:52:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1ED1E3857C6E Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 1ED1E3857C6E Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1757688736; cv=none; b=t9RqaeDOt+G9IrV/LkVJW0odVcym7cVRAnRIUdwIzqpCP5vw1rR6lxQ2MAwKRA+lr91oc9/P+XByv6E02FDFTbjyXib4nfUPNqSKrGm6Di0q5E/0F9Q2vUXJcF42DazshuPX2so29XMHVCNWLltc5bfplRVaPPKKzO8a027Bf1A= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1757688736; c=relaxed/simple; bh=a74r4hIxHLJi1U/ZPZEy2n2HesWLyYDqdC7+qNbDyoQ=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=njeysJSrRAkIj1QwFw6v1eagsL0kTaoIx1J4l81GBifV05+sKrw96ytbtFn/lRuuQNGRkidXKX1xyxf2UDQ7F8TjBV5F+bbgkrJZ136dvIYYSAiGLcD1NWoIywEGJQZkmwVeE9fRV1TyYEOyp4W6LFwuHYMZTDSF11DjlPcVUpU= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1ED1E3857C6E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1757688735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=k3lFMFI8gg/77+v0Fij/fsZc8vVbcyAfOJVCf58nqfs=; b=bFWLia7zK+oNZnb19QB+xOQPHckyojj4q0eCLuN9qjD6eecfZcPJiVAmsr+4N2hFR9xt8x gDYWNgEmt0LwliWHzlppyCPUxRyNEMOohYI7nTVxDoA9AU/tWubwNYbu57gyw0xkkw5yaW 4c+BcGlJLrTvxoDShYphBhpQYa7AV8s= Received: from mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-127-LoQAxoymOTa1jdIGLhR3sQ-1; Fri, 12 Sep 2025 10:52:09 -0400 X-MC-Unique: LoQAxoymOTa1jdIGLhR3sQ-1 X-Mimecast-MFC-AGG-ID: LoQAxoymOTa1jdIGLhR3sQ_1757688728 Received: from mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 6C7BE180048E for ; Fri, 12 Sep 2025 14:52:08 +0000 (UTC) Received: from t14s.localdomain.com (unknown [10.22.82.104]) by mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 86FBE30002C8; Fri, 12 Sep 2025 14:52:07 +0000 (UTC) From: David Malcolm To: gcc-patches@gcc.gnu.org Cc: David Malcolm Subject: [pushed: r16-3826] testsuite: fix typo in name of plugin test file Date: Fri, 12 Sep 2025 10:52:05 -0400 Message-ID: <20250912145205.1836063-1-dmalcolm@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.4 X-Mimecast-Spam-Score: 0 X-Mimecast-MFC-PROC-ID: Tva2h_U22b-ttlKYP6fJvCj7eGauJh2C0MMMWbSEH1M_1757688728 X-Mimecast-Originator: redhat.com content-type: text/plain; charset="US-ASCII"; x-default=true X-Spam-Status: No, score=-12.9 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, RCVD_IN_HOSTKARMA_W, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED, SPF_HELO_PASS, SPF_NONE, 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: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces~patchwork=sourceware.org@gcc.gnu.org Successfully regrtested on x86_64-pc-linux-gnu. Pushed to trunk as r16-3826-g85a97e1a8ee934. gcc/testsuite/ChangeLog: * gcc.dg/plugin/crash-test-write-though-null-sarif.c: Rename to... * gcc.dg/plugin/crash-test-write-through-null-sarif.c: ...this. * gcc.dg/plugin/crash-test-write-though-null-stderr.c: Rename to... * gcc.dg/plugin/crash-test-write-through-null-stderr.c: ...this. * gcc.dg/plugin/plugin.exp: Update for above renamings. Sort the test files for crash_test_plugin.cc alphabetically. --- ...null-sarif.c => crash-test-write-through-null-sarif.c} | 0 ...ll-stderr.c => crash-test-write-through-null-stderr.c} | 0 gcc/testsuite/gcc.dg/plugin/plugin.exp | 8 ++++---- 3 files changed, 4 insertions(+), 4 deletions(-) rename gcc/testsuite/gcc.dg/plugin/{crash-test-write-though-null-sarif.c => crash-test-write-through-null-sarif.c} (100%) rename gcc/testsuite/gcc.dg/plugin/{crash-test-write-though-null-stderr.c => crash-test-write-through-null-stderr.c} (100%) diff --git a/gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-sarif.c b/gcc/testsuite/gcc.dg/plugin/crash-test-write-through-null-sarif.c similarity index 100% rename from gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-sarif.c rename to gcc/testsuite/gcc.dg/plugin/crash-test-write-through-null-sarif.c diff --git a/gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-stderr.c b/gcc/testsuite/gcc.dg/plugin/crash-test-write-through-null-stderr.c similarity index 100% rename from gcc/testsuite/gcc.dg/plugin/crash-test-write-though-null-stderr.c rename to gcc/testsuite/gcc.dg/plugin/crash-test-write-through-null-stderr.c diff --git a/gcc/testsuite/gcc.dg/plugin/plugin.exp b/gcc/testsuite/gcc.dg/plugin/plugin.exp index c7cc36c1cef5..3d7ba3f38c3b 100644 --- a/gcc/testsuite/gcc.dg/plugin/plugin.exp +++ b/gcc/testsuite/gcc.dg/plugin/plugin.exp @@ -70,12 +70,12 @@ set plugin_test_list [list \ { poly-int-06_plugin.cc poly-int-test-1.c } \ { poly-int-07_plugin.cc poly-int-test-1.c } \ { crash_test_plugin.cc \ - crash-test-ice-stderr.c \ - crash-test-write-though-null-stderr.c \ - crash-test-ice-sarif.c \ crash-test-ice-in-header-sarif-2.1.c \ crash-test-ice-in-header-sarif-2.2.c \ - crash-test-write-though-null-sarif.c } \ + crash-test-ice-sarif.c \ + crash-test-ice-stderr.c \ + crash-test-write-through-null-sarif.c \ + crash-test-write-through-null-stderr.c } \ { diagnostic_group_plugin.cc \ diagnostic-group-test-1.c } \ { diagnostic_plugin_test_show_locus.cc \