From patchwork Mon Sep 30 16:02:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Malcolm X-Patchwork-Id: 1991076 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=K9484Tnn; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4XHQpx47FBz1xtM for ; Tue, 1 Oct 2024 02:03:37 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B95FA384F027 for ; Mon, 30 Sep 2024 16:03:35 +0000 (GMT) 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 ABEE53861947 for ; Mon, 30 Sep 2024 16:03:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org ABEE53861947 Authentication-Results: sourceware.org; dmarc=pass (p=none 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 ABEE53861947 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=1727712184; cv=none; b=n/vJJmdFdAgHUB5mkeHiyit3KABUBv4Y+tJV/CnTbN89Xqlc3rNgcKZFm9rz4CTBSXb9fYkPeEKnkUJUggjwQe/nbx98sF35H0SrVJlSwTdRqdK3fo3+VRsHmWmRbaz1bwPuhKiinsbq595Y3Y0m4XFhcUBGwjw9rtG4R52h0Vs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1727712184; c=relaxed/simple; bh=KvXq462y+twSGK6TffEGYxukuM8UwtuJrqaSu4r+Sig=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=cLu17QmFAZ/Wlp6XTYJRBWD01HNf2ytv+on8HD0GaeL2EXIRNNI8TsMd0VpydJNDRGUR+wXdOjQpnVdQYu/OF1GiKInWna8Ok+WsKZMa91MJf4J7IfCP/USBszNGwEN+ZlM44H7ZgRfPtUoaTvRJd3YYLtZD78EU9FM0X5u/1Is= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1727712182; 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=wv4GQ3uFcTTqWTvpqZzp1s8FGmoiV7NbJn6wQ0kYkd4=; b=K9484Tnn3q1FboNDQ+EbZ5EapzfUCJVoniZY3A+CdX1EHUEheKdcVMDUlTYNXdIYkZQKga O20oWfqZHuNw4LWNjPg3B/De/uk6L7reL5jnsxEl6SBtEeHsVfcSk4cY+00Z6Tt6fVDExp /W3bmnusTx15LJCAT63XFik/1MWvKPE= Received: from mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-215-BoZFiKM3Oem6HyhzFtxkxg-1; Mon, 30 Sep 2024 12:02:59 -0400 X-MC-Unique: BoZFiKM3Oem6HyhzFtxkxg-1 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (unknown [10.30.177.12]) (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-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 6FD801955BD2 for ; Mon, 30 Sep 2024 16:02:58 +0000 (UTC) Received: from t14s.localdomain.com (unknown [10.22.17.150]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id D15741954B0F; Mon, 30 Sep 2024 16:02:57 +0000 (UTC) From: David Malcolm To: gcc-patches@gcc.gnu.org Cc: David Malcolm Subject: [pushed: r15-3972] diagnostics: fix typo in XHTML output [PR116792] Date: Mon, 30 Sep 2024 12:02:54 -0400 Message-ID: <20240930160254.2857071-1-dmalcolm@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-11.7 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_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, 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~incoming=patchwork.ozlabs.org@gcc.gnu.org Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. Pushed to trunk as r15-3972-g3286b6724ec1d0. gcc/testsuite/ChangeLog: PR other/116792 * gcc.dg/plugin/diagnostic_plugin_xhtml_format.c: Fix stray reference to JSON. Signed-off-by: David Malcolm --- gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_xhtml_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_xhtml_format.c b/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_xhtml_format.c index 192288aff1bc..0f13e8d6d01a 100644 --- a/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_xhtml_format.c +++ b/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_xhtml_format.c @@ -751,7 +751,7 @@ diagnostic_output_format_init_xhtml_file (diagnostic_context &context, namespace selftest { /* A subclass of xhtml_output_format for writing selftests. - The JSON output is cached internally, rather than written + The XML output is cached internally, rather than written out to a file. */ class test_xhtml_diagnostic_context : public test_diagnostic_context