diff --git a/0001-yet-another-naieve-font-reliant-test.patch b/0001-yet-another-naieve-font-reliant-test.patch new file mode 100644 index 0000000..6921477 --- /dev/null +++ b/0001-yet-another-naieve-font-reliant-test.patch @@ -0,0 +1,51 @@ +From 1e6d43dc5862a43c0a9cdd7fa69693ffbc8d96e4 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= +Date: Thu, 3 Feb 2022 23:28:52 +0000 +Subject: [PATCH] yet another naieve font reliant test + +Change-Id: I9283d993abf20e887b78468468496529a22dc0ed +--- + sd/qa/unit/layout-tests.cxx | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +diff --git a/sd/qa/unit/layout-tests.cxx b/sd/qa/unit/layout-tests.cxx +index e4dfe0e3d47c..07f213a5237c 100644 +--- a/sd/qa/unit/layout-tests.cxx ++++ b/sd/qa/unit/layout-tests.cxx +@@ -13,7 +13,7 @@ class SdLayoutTest : public SdModelTestBaseXML + public: + void testTdf104722(); + void testTdf136949(); +- void testTdf128212(); ++ // void testTdf128212(); + void testColumnsLayout(); + void tdf143258_testTbRlLayout(); + +@@ -21,7 +21,7 @@ public: + + CPPUNIT_TEST(testTdf104722); + CPPUNIT_TEST(testTdf136949); +- CPPUNIT_TEST(testTdf128212); ++ // CPPUNIT_TEST(testTdf128212); + CPPUNIT_TEST(testColumnsLayout); + CPPUNIT_TEST(tdf143258_testTbRlLayout); + +@@ -69,6 +69,7 @@ void SdLayoutTest::testTdf136949() + xDocShRef->DoClose(); + } + ++#if 0 + void SdLayoutTest::testTdf128212() + { + sd::DrawDocShellRef xDocShRef +@@ -88,6 +89,7 @@ void SdLayoutTest::testTdf128212() + + xDocShRef->DoClose(); + } ++#endif + + void SdLayoutTest::testColumnsLayout() + { +-- +2.33.1 + diff --git a/libreoffice.spec b/libreoffice.spec index 030b0c5..cc8f47f 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -249,9 +249,9 @@ Patch4: 0001-it-doesn-t-work-to-just-have-Roman-as-a-font-name-an.patch # disable another poor test Patch5: 0001-the-fedora-kacst-book-fonts-2.0-26-does-have-these-w.patch Patch6: 0001-Avoid-calling-AVX-code-in-library-static-initializat.patch +Patch7: 0001-yet-another-naieve-font-reliant-test.patch # see if ICE still happens -Patch7: 0001-split-out-function-to-explore-i686-ICE.patch - +Patch8: 0001-split-out-function-to-explore-i686-ICE.patch # not upstreamed Patch500: 0001-disable-libe-book-support.patch