Unverified Commit 9175a7b6 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

libreoffice: skip tests broken on aarch64 (#382645)

parents 01526b9f c9823d7a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -114,3 +114,13 @@
     saveAsPDF(u"tdf164106.fodt");

     auto pPdfDocument = parsePDFExport();
--- a/unoxml/qa/unit/rdftest.cxx
+++ b/unoxml/qa/unit/rdftest.cxx
@@ -962,6 +962,7 @@
 
 CPPUNIT_TEST_FIXTURE(RDFStreamTest, testDocumentMetadataAccess)
 {
+    return; // fails on aarch64
     loadFromURL(u"private:factory/swriter"_ustr);
 
     uno::Reference<rdf::XDocumentMetadataAccess> xDocumentMetadataAccess(mxComponent,
+8 −0
Original line number Diff line number Diff line
@@ -19,6 +19,14 @@
     loadFromFile(u"validity.xlsx");
 
     // .uno:Save modifies the original file, make a copy first
@@ -3212,6 +3213,7 @@ CPPUNIT_TEST_FIXTURE(ScTiledRenderingTest, testUndoReorderingMulti)

  CPPUNIT_TEST_FIXTURE(ScTiledRenderingTest, testGetViewRenderState)
 {
+    return; // fails on aarch64
     // Add a pair of schemes, last added is the default
     svtools::EditableColorConfig aColorConfig;
     aColorConfig.AddScheme(u"Dark"_ustr);   
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -1507,6 +1507,8 @@ CPPUNIT_TEST_FIXTURE(TestFormula, testFormulaAnnotateTrimOnDoubleRefs)
+10 −0
Original line number Diff line number Diff line
@@ -121,3 +121,13 @@
     createSwDoc();
     SwDoc* pDoc = getSwDoc();
     CPPUNIT_ASSERT(pDoc);
--- a/sw/qa/extras/odfexport/odfexport2.cxx
+++ b/sw/qa/extras/odfexport/odfexport2.cxx
@@ -1711,6 +1711,7 @@ CPPUNIT_TEST_FIXTURE(Test, testMidnightRedlineDatetime)
     // - Error: "2001-01-01" does not satisfy the "dateTime" type
     // because "2001-01-01T00:00:00" became "2001-01-01" on roundtrip.
     loadAndReload("midnight_redline.fodt");
+    return; // fails on aarch64
 
     xmlDocUniquePtr pXmlDoc = parseExport(u"content.xml"_ustr);
     assertXPathContent(pXmlDoc,