From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 65DE61582EF for ; Sun, 23 Feb 2025 01:46:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 51B87343230 for ; Sun, 23 Feb 2025 01:46:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E955D11047E; Sun, 23 Feb 2025 01:45:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E0F6611047E for ; Sun, 23 Feb 2025 01:45:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 842A934314B for ; Sun, 23 Feb 2025 01:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E708327CF for ; Sun, 23 Feb 2025 01:45:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740274598.4e2d5adcd503bc93124191daa2b218e6ad0c3f05.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-25.2.1.1.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4e2d5adcd503bc93124191daa2b218e6ad0c3f05 X-VCS-Branch: master Date: Sun, 23 Feb 2025 01:45:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37e00963-9e8b-4cbc-a054-f25c629249b0 X-Archives-Hash: eb305718e598ef3f275a7ffdec29806e commit: 4e2d5adcd503bc93124191daa2b218e6ad0c3f05 Author: Sam James gentoo org> AuthorDate: Sun Feb 23 01:36:38 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 23 01:36:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2d5adc app-office/libreoffice: add test skips baseline Import a bunch from Fedora and add ones that I've seen that fail locally. Not great but better than nothing. We can chip away at these and means we're going to pay more attention to tests hopefully. Signed-off-by: Sam James gentoo.org> app-office/libreoffice/libreoffice-25.2.1.1.ebuild | 25 ++++++++++++++++++++++ app-office/libreoffice/libreoffice-9999.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/app-office/libreoffice/libreoffice-25.2.1.1.ebuild b/app-office/libreoffice/libreoffice-25.2.1.1.ebuild index 3507e0605f68..c909348986e4 100644 --- a/app-office/libreoffice/libreoffice-25.2.1.1.ebuild +++ b/app-office/libreoffice/libreoffice-25.2.1.1.ebuild @@ -374,6 +374,31 @@ src_prepare() { -e ":Keywords: s:pdf;::" \ sysui/desktop/menus/draw.desktop || die fi + + # These test failures are largely added blindly in 25.2.1.1 to + # give us a baseline and then chip away at, rather than disregarding + # tests entirely. + # + # Various test skips from Fedora + # "Failing on multiple arches" + sed -i -e '/CppunitTest_svgio/d' svgio/Module_svgio.mk || die + sed -i -e '/CppunitTest_sw_layoutwriter3/d' sw/Module_sw.mk || die + # "https://bugzilla.redhat.com/show_bug.cgi?id=2334719 + # started to fail in 25.2.0.0" + sed -i -e '/CppunitTest_sw_layoutwriter4/d' sw/Module_sw.mk || die + # "testStatusBarPageNumber it is said to "fail from time to time"... + # started to fail in 25.2.0.0" + # Skip tests failing with latest app-text/poppler (25.02.0?) + sed -i -e '/CppunitTest_sw_tiledrendering2/d' sw/Module_sw.mk || die + sed -i -e '/CppunitTest_sc_pdf_export/d' sc/Module_sc.mk || die + sed -i -e '/CppunitTest_sdext_pdfimport/d' sdext/Module_sdext.mk || die + sed -i -e '/CppunitTest_sfx2_view/d' sfx2/Module_sfx2.mk || die + sed -i -e '/CppunitTest_sw_pdf_test/d' sw/Module_sw.mk || die + # + # Fails w/ 25.2.1.1 on amd64 + sed -i -e '/CppunitTest_vcl_text/d' vcl/Module_vcl.mk || die + sed -i -e '/CppunitTest_svx_unit/d' svx/Module_svx.mk || die + sed -i -e '/CppunitTest_sc_ucalc_formula/d' sc/Module_sc.mk || die } src_configure() { diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 010037b1b9b5..a4dd4bdd10f1 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -374,6 +374,31 @@ src_prepare() { -e ":Keywords: s:pdf;::" \ sysui/desktop/menus/draw.desktop || die fi + + # These test failures are largely added blindly in 25.2.1.1 to + # give us a baseline and then chip away at, rather than disregarding + # tests entirely. + # + # Various test skips from Fedora + # "Failing on multiple arches" + sed -i -e '/CppunitTest_svgio/d' svgio/Module_svgio.mk || die + sed -i -e '/CppunitTest_sw_layoutwriter3/d' sw/Module_sw.mk || die + # "https://bugzilla.redhat.com/show_bug.cgi?id=2334719 + # started to fail in 25.2.0.0" + sed -i -e '/CppunitTest_sw_layoutwriter4/d' sw/Module_sw.mk || die + # "testStatusBarPageNumber it is said to "fail from time to time"... + # started to fail in 25.2.0.0" + # Skip tests failing with latest app-text/poppler (25.02.0?) + sed -i -e '/CppunitTest_sw_tiledrendering2/d' sw/Module_sw.mk || die + sed -i -e '/CppunitTest_sc_pdf_export/d' sc/Module_sc.mk || die + sed -i -e '/CppunitTest_sdext_pdfimport/d' sdext/Module_sdext.mk || die + sed -i -e '/CppunitTest_sfx2_view/d' sfx2/Module_sfx2.mk || die + sed -i -e '/CppunitTest_sw_pdf_test/d' sw/Module_sw.mk || die + # + # Fails w/ 25.2.1.1 on amd64 + sed -i -e '/CppunitTest_vcl_text/d' vcl/Module_vcl.mk || die + sed -i -e '/CppunitTest_svx_unit/d' svx/Module_svx.mk || die + sed -i -e '/CppunitTest_sc_ucalc_formula/d' sc/Module_sc.mk || die } src_configure() {