From unknown Tue Aug 19 23:14:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#69949] [PATCH gnome-team] gnu: pango@1.90: Disable failing test. Resent-From: Vivien Kraus Original-Sender: "Debbugs-submit" Resent-CC: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com, rg@raghavgururajan.name, vivien@planete-kraus.eu, guix-patches@gnu.org Resent-Date: Fri, 22 Mar 2024 21:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69949 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69949@debbugs.gnu.org Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com, rg@raghavgururajan.name,vivien@planete-kraus.eu X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com, rg@raghavgururajan.name,vivien@planete-kraus.eu Received: via spool by submit@debbugs.gnu.org id=B.171114414221003 (code B ref -1); Fri, 22 Mar 2024 21:50:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Mar 2024 21:49:02 +0000 Received: from localhost ([127.0.0.1]:51555 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rnml3-0005Sc-Sy for submit@debbugs.gnu.org; Fri, 22 Mar 2024 17:49:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:33814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rnml1-0005SB-EA for submit@debbugs.gnu.org; Fri, 22 Mar 2024 17:48:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rnmkL-0008Rn-UF for guix-patches@gnu.org; Fri, 22 Mar 2024 17:48:18 -0400 Received: from planete-kraus.eu ([89.234.140.182]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rnmkJ-0001ah-IN for guix-patches@gnu.org; Fri, 22 Mar 2024 17:48:17 -0400 Received: from planete-kraus.eu (localhost.localdomain [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 83ed123b for ; Fri, 22 Mar 2024 21:48:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:from:date:subject:to:mime-version; s=albinoniA; bh=TX pmc7+Tj7Pwolfp2nC+ei5XZfg=; b=KCzlFgtA6j5l/dHk9Xiy8M4M4GtDOSGO0j sIhZUSUKJ+g9BGJ3R6g/TeWEHm431TJq8T+1I4n1+so9Iwyq5+mBxoluQMs5Ksgj o0swV4AweeHXJ8UeRU5g5Spz3jLnGV3AVZKfWcsLgpCqGlvGhnwOre8nwDXtmg1g +yVtdGIyK4PkRPmnnJSBsYz7gIBtmrrfeMRueCsricgQf9wRkbfcuRQdi665QOXL jk6JjdGhSH4j7fnYQlrpxM9RAoXQY1M1dZVApejfvRT8BzVAIHI6Ac6uBcEovTCU FoNXRVlmYulsc2g7lu+qcdo55bbRYzSISTbtys1q3R1QADOEwsfA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id d2b64238 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for ; Fri, 22 Mar 2024 21:48:10 +0000 (UTC) Message-ID: From: Vivien Kraus Date: Fri, 22 Mar 2024 22:45:04 +0100 MIME-Version: 1.0 User-Agent: Evolution 3.48.4 Received-SPF: pass client-ip=89.234.140.182; envelope-from=vivien@planete-kraus.eu; helo=planete-kraus.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, PP_MIME_FAKE_ASCII_TEXT=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/gtk.scm (pango-1.90) [snippet]: Disable failing test. Change-Id: Ib0f6dcd42c9475c4b543400f43836c2f3f8db16f --- Dear Guix, I don’t fully understand what’s pango 1.90, but it has an unfixed failing test and very few users, so maybe disabling the failing test could be OK. What do you think? Best regards, Vivien gnu/packages/gtk.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index f43eece4f2..9252315fd2 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -466,7 +466,12 @@ (define-public pango-1.90 #~(begin (substitute* "pango/pangocairo-font.c" (("cairo_user_font_face_set_render_color_glyph_func") - "cairo_user_font_face_set_render_glyph_func")))))))) + "cairo_user_font_face_set_render_glyph_func")) + ;; Disable a failing test + (substitute* "tests/testmisc.c" + (("\ +g_test_add_func \\(\"/layout/gravity-metrics2\", test_gravity_metrics2\\);") + "")))))))) (define-public pangox-compat (package base-commit: a9951a74a591a9b22ee2d93d8efe0523c6c42c97 -- 2.41.0 From unknown Tue Aug 19 23:14:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#69949] [PATCH gnome-team] gnu: pango@1.90: Disable failing test. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 24 Mar 2024 10:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69949 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Vivien Kraus Cc: rg@raghavgururajan.name, 69949-done@debbugs.gnu.org, 69949@debbugs.gnu.org, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-Debbugs-Original-Cc: rg@raghavgururajan.name, 69949-done@debbugs.gnu.org, guix-patches@gnu.org, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com Received: via spool by submit@debbugs.gnu.org id=B.1711276500631 (code B ref -1); Sun, 24 Mar 2024 10:35:01 +0000 Received: (at submit) by debbugs.gnu.org; 24 Mar 2024 10:35:00 +0000 Received: from localhost ([127.0.0.1]:47565 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1roLBq-0000A3-RE for submit@debbugs.gnu.org; Sun, 24 Mar 2024 06:34:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:50902) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1roLBm-00009f-A4 for submit@debbugs.gnu.org; Sun, 24 Mar 2024 06:34:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1roLB6-0001QM-AV for guix-patches@gnu.org; Sun, 24 Mar 2024 06:34:12 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1roLB4-00019g-WD for guix-patches@gnu.org; Sun, 24 Mar 2024 06:34:12 -0400 Received: from localhost (unknown [212.132.255.10]) by mira.cbaines.net (Postfix) with ESMTPSA id 3739027BBEA; Sun, 24 Mar 2024 10:34:10 +0000 (GMT) Received: from felis (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 118b8a72; Sun, 24 Mar 2024 10:34:09 +0000 (UTC) References: User-agent: mu4e 1.10.8; emacs 29.1 From: Christopher Baines Date: Sun, 24 Mar 2024 10:33:21 +0000 In-reply-to: Message-ID: <87zfunhqam.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Vivien Kraus via Guix-patches via writes: > * gnu/packages/gtk.scm (pango-1.90) [snippet]: Disable failing test. > > Change-Id: Ib0f6dcd42c9475c4b543400f43836c2f3f8db16f > --- > Dear Guix, > > I don=E2=80=99t fully understand what=E2=80=99s pango 1.90, but it has an= unfixed failing test > and very few users, so maybe disabling the failing test could be OK. > > What do you think? Sounds good, I've pushed this to gnome-team as d48d0baad16b3acc393f74a9fbea358ce94f1449. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmYAAaFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xefkg/8CvSA35ctCY5wXIkbeSTNElG6vdq35m70 MxmwwlNsZXZ9Gvm9FP22OsdoBAPpK7vz2fTh3cdsfsRHW33zAIC82nlNtMF06KJ4 4wU66oZoGHfJNf+5v9IN4xaYlrUU92Wd2j4+jVQmlxJ8bbsOA0fxhhQ72nfgtWlN 24dYjn5VyGY2tGutGXkL3aB8ZmC1uyE2p52idQI2LuQ1HckciukYNJ5FbqOGb+RJ FIbDNybA7MxdZ8SxwNdzInwMFW4RRWl4VYUAlgsL3fWt7iL80wrIRlo9TIr5wc4z CNdgLfYl6g4B879tlvR6hdNAtHls6ypz0BA2zgPj6Sla9m4G2FYZem4ii/J9+hTf ooyYfvvuxAjVFa1DhkT+UAzLGE/jiThBIQ5QFgmSzOgByl7hCnNNayH3+ODr7zbB 1jFh39G2G4CzUBknz1lSdjzlyia3EDHY+uUKnkwEvbvwT3T/qVg/U7XVZjoz9NBT vpRdtUu6PxqkaxKMQx9ill12PC53CHa2vdYLRPVc/7EoPRt82+Oaf9f4avoifxet FB1i+iAEGXbdKYod9g3kl7n9Ytsk/KQ/wfq3Z3bJmiSE306WBbSSuE3kAuvv6ONk r23XCCCoqhupTCayBBKhub5qSYxBSAFkpoG5kXBX1QYnxB4kN++qSdZ/49tOxa/R DGLYg/Hk+yY= =ixxF -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Aug 19 23:14:01 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vivien Kraus Subject: bug#69949: closed (Re: [bug#69949] [PATCH gnome-team] gnu: pango@1.90: Disable failing test.) Message-ID: References: <87zfunhqam.fsf@cbaines.net> X-Gnu-PR-Message: they-closed 69949 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 69949@debbugs.gnu.org Date: Sun, 24 Mar 2024 10:35:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1711276502-658-1" This is a multi-part message in MIME format... ------------=_1711276502-658-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #69949: [PATCH gnome-team] gnu: pango@1.90: Disable failing test. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 69949@debbugs.gnu.org. --=20 69949: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D69949 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1711276502-658-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 69949-done) by debbugs.gnu.org; 24 Mar 2024 10:34:55 +0000 Received: from localhost ([127.0.0.1]:47559 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1roLBm-00009g-9U for submit@debbugs.gnu.org; Sun, 24 Mar 2024 06:34:54 -0400 Received: from mira.cbaines.net ([212.71.252.8]:43270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1roLBk-00009W-Kh for 69949-done@debbugs.gnu.org; Sun, 24 Mar 2024 06:34:53 -0400 Received: from localhost (unknown [212.132.255.10]) by mira.cbaines.net (Postfix) with ESMTPSA id 3739027BBEA; Sun, 24 Mar 2024 10:34:10 +0000 (GMT) Received: from felis (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 118b8a72; Sun, 24 Mar 2024 10:34:09 +0000 (UTC) References: User-agent: mu4e 1.10.8; emacs 29.1 From: Christopher Baines To: Vivien Kraus Subject: Re: [bug#69949] [PATCH gnome-team] gnu: pango@1.90: Disable failing test. Date: Sun, 24 Mar 2024 10:33:21 +0000 In-reply-to: Message-ID: <87zfunhqam.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 69949-done Cc: rg@raghavgururajan.name, 69949-done@debbugs.gnu.org, guix-patches@gnu.org, liliana.prikler@gmail.com, maxim.cournoyer@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Vivien Kraus via Guix-patches via writes: > * gnu/packages/gtk.scm (pango-1.90) [snippet]: Disable failing test. > > Change-Id: Ib0f6dcd42c9475c4b543400f43836c2f3f8db16f > --- > Dear Guix, > > I don=E2=80=99t fully understand what=E2=80=99s pango 1.90, but it has an= unfixed failing test > and very few users, so maybe disabling the failing test could be OK. > > What do you think? Sounds good, I've pushed this to gnome-team as d48d0baad16b3acc393f74a9fbea358ce94f1449. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmYAAaFfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xefkg/8CvSA35ctCY5wXIkbeSTNElG6vdq35m70 MxmwwlNsZXZ9Gvm9FP22OsdoBAPpK7vz2fTh3cdsfsRHW33zAIC82nlNtMF06KJ4 4wU66oZoGHfJNf+5v9IN4xaYlrUU92Wd2j4+jVQmlxJ8bbsOA0fxhhQ72nfgtWlN 24dYjn5VyGY2tGutGXkL3aB8ZmC1uyE2p52idQI2LuQ1HckciukYNJ5FbqOGb+RJ FIbDNybA7MxdZ8SxwNdzInwMFW4RRWl4VYUAlgsL3fWt7iL80wrIRlo9TIr5wc4z CNdgLfYl6g4B879tlvR6hdNAtHls6ypz0BA2zgPj6Sla9m4G2FYZem4ii/J9+hTf ooyYfvvuxAjVFa1DhkT+UAzLGE/jiThBIQ5QFgmSzOgByl7hCnNNayH3+ODr7zbB 1jFh39G2G4CzUBknz1lSdjzlyia3EDHY+uUKnkwEvbvwT3T/qVg/U7XVZjoz9NBT vpRdtUu6PxqkaxKMQx9ill12PC53CHa2vdYLRPVc/7EoPRt82+Oaf9f4avoifxet FB1i+iAEGXbdKYod9g3kl7n9Ytsk/KQ/wfq3Z3bJmiSE306WBbSSuE3kAuvv6ONk r23XCCCoqhupTCayBBKhub5qSYxBSAFkpoG5kXBX1QYnxB4kN++qSdZ/49tOxa/R DGLYg/Hk+yY= =ixxF -----END PGP SIGNATURE----- --=-=-=-- ------------=_1711276502-658-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Mar 2024 21:49:02 +0000 Received: from localhost ([127.0.0.1]:51555 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rnml3-0005Sc-Sy for submit@debbugs.gnu.org; Fri, 22 Mar 2024 17:49:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:33814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rnml1-0005SB-EA for submit@debbugs.gnu.org; Fri, 22 Mar 2024 17:48:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rnmkL-0008Rn-UF for guix-patches@gnu.org; Fri, 22 Mar 2024 17:48:18 -0400 Received: from planete-kraus.eu ([89.234.140.182]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rnmkJ-0001ah-IN for guix-patches@gnu.org; Fri, 22 Mar 2024 17:48:17 -0400 Received: from planete-kraus.eu (localhost.localdomain [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 83ed123b for ; Fri, 22 Mar 2024 21:48:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:from:date:subject:to:mime-version; s=albinoniA; bh=TX pmc7+Tj7Pwolfp2nC+ei5XZfg=; b=KCzlFgtA6j5l/dHk9Xiy8M4M4GtDOSGO0j sIhZUSUKJ+g9BGJ3R6g/TeWEHm431TJq8T+1I4n1+so9Iwyq5+mBxoluQMs5Ksgj o0swV4AweeHXJ8UeRU5g5Spz3jLnGV3AVZKfWcsLgpCqGlvGhnwOre8nwDXtmg1g +yVtdGIyK4PkRPmnnJSBsYz7gIBtmrrfeMRueCsricgQf9wRkbfcuRQdi665QOXL jk6JjdGhSH4j7fnYQlrpxM9RAoXQY1M1dZVApejfvRT8BzVAIHI6Ac6uBcEovTCU FoNXRVlmYulsc2g7lu+qcdo55bbRYzSISTbtys1q3R1QADOEwsfA== Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id d2b64238 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for ; Fri, 22 Mar 2024 21:48:10 +0000 (UTC) Message-ID: From: Vivien Kraus Date: Fri, 22 Mar 2024 22:45:04 +0100 Subject: [PATCH gnome-team] gnu: pango@1.90: Disable failing test. To: guix-patches@gnu.org X-Debbugs-Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com, rg@raghavgururajan.name,vivien@planete-kraus.eu MIME-Version: 1.0 User-Agent: Evolution 3.48.4 Received-SPF: pass client-ip=89.234.140.182; envelope-from=vivien@planete-kraus.eu; helo=planete-kraus.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, PP_MIME_FAKE_ASCII_TEXT=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/gtk.scm (pango-1.90) [snippet]: Disable failing test. Change-Id: Ib0f6dcd42c9475c4b543400f43836c2f3f8db16f --- Dear Guix, I don’t fully understand what’s pango 1.90, but it has an unfixed failing test and very few users, so maybe disabling the failing test could be OK. What do you think? Best regards, Vivien gnu/packages/gtk.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index f43eece4f2..9252315fd2 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -466,7 +466,12 @@ (define-public pango-1.90 #~(begin (substitute* "pango/pangocairo-font.c" (("cairo_user_font_face_set_render_color_glyph_func") - "cairo_user_font_face_set_render_glyph_func")))))))) + "cairo_user_font_face_set_render_glyph_func")) + ;; Disable a failing test + (substitute* "tests/testmisc.c" + (("\ +g_test_add_func \\(\"/layout/gravity-metrics2\", test_gravity_metrics2\\);") + "")))))))) (define-public pangox-compat (package base-commit: a9951a74a591a9b22ee2d93d8efe0523c6c42c97 -- 2.41.0 ------------=_1711276502-658-1--