summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/office/libreoffice/skip-broken-tests-collabora.patch
blob: b87359f4cec16dbf3048f6694c8b3b92b1127c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 63dc4b92b90d..fc6d83da6448 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -70,8 +70,8 @@ endif
 
 ifneq ($(DISABLE_GUI),TRUE)
 ifeq ($(OS),LINUX)
+# CppunitTest_sc_tiledrendering hangs
 $(eval $(call gb_Module_add_check_targets,sc,\
-	CppunitTest_sc_tiledrendering \
 	CppunitTest_sc_tiledrendering2 \
 ))
 endif
diff --git a/sc/qa/extras/vba-macro-test.cxx b/sc/qa/extras/vba-macro-test.cxx
index 4dc1f0fe93c4..46b506131719 100644
--- a/sc/qa/extras/vba-macro-test.cxx
+++ b/sc/qa/extras/vba-macro-test.cxx
@@ -355,7 +355,7 @@ CPPUNIT_TEST_FIXTURE(VBAMacroTest, testVba)
 // Failed:  : Test change event for Range.FillRight:
 // Tests passed: 4
 // Tests failed: 4
-#if !defined(_WIN32)
+#if 0 // flaky, see above
         { u"Ranges-3.xls"_ustr,
           u"vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document"_ustr },
 #endif
diff --git a/sc/qa/unit/subsequent_export_test2.cxx b/sc/qa/unit/subsequent_export_test2.cxx
index 1396cef69fa5..8ca0e4043f72 100644
--- a/sc/qa/unit/subsequent_export_test2.cxx
+++ b/sc/qa/unit/subsequent_export_test2.cxx
@@ -100,6 +100,8 @@ CPPUNIT_TEST_FIXTURE(ScExportTest2, testRefStringXLSX)
 
 CPPUNIT_TEST_FIXTURE(ScExportTest2, testRefStringConfigXLSX)
 {
+    return; // fails consistently
+
     // this doc is configured with CalcA1 ref syntax
     createScDoc("xlsx/empty.xlsx");
 
@@ -137,6 +139,8 @@ CPPUNIT_TEST_FIXTURE(ScExportTest2, testRefStringConfigXLSX)
 
 CPPUNIT_TEST_FIXTURE(ScExportTest2, testRefStringUnspecified)
 {
+    return; // fails consistently
+
     createScDoc();
 
     ScDocument* pDoc = getScDoc();
diff --git i/sc/qa/unit/subsequent_filters_test3.cxx w/sc/qa/unit/subsequent_filters_test3.cxx
index fb5343932ac7..b48c3e9c08c7 100644
--- i/sc/qa/unit/subsequent_filters_test3.cxx
+++ w/sc/qa/unit/subsequent_filters_test3.cxx
@@ -888,6 +888,7 @@ CPPUNIT_TEST_FIXTURE(ScFiltersTest3, testAutoheight2Rows)

 CPPUNIT_TEST_FIXTURE(ScFiltersTest3, testXLSDefColWidth)
 {
+    return; // flaky layout test; depends on the system font versions?
     // XLS has only 256 columns; but on import, we need to set default width to all above that limit
     createScDoc("xls/chartx.xls");
     ScDocument* pDoc = getScDoc();
diff --git i/sc/qa/unit/subsequent_filters_test4.cxx w/sc/qa/unit/subsequent_filters_test4.cxx
index b1b170de2a0b..fa4b16445717 100644
--- i/sc/qa/unit/subsequent_filters_test4.cxx
+++ w/sc/qa/unit/subsequent_filters_test4.cxx
@@ -297,6 +297,7 @@ CPPUNIT_TEST_FIXTURE(ScFiltersTest4, testChartImportODS)
 #if HAVE_MORE_FONTS
 CPPUNIT_TEST_FIXTURE(ScFiltersTest4, testChartImportXLS)
 {
+    return; // fails consistently
     createScDoc("xls/chartx.xls");

     ScDocument* pDoc = getScDoc();
diff --git i/sd/qa/filter/eppt/eppt.cxx w/sd/qa/filter/eppt/eppt.cxx
index 460a6c10db1f..d455d0973449 100644
--- i/sd/qa/filter/eppt/eppt.cxx
+++ w/sd/qa/filter/eppt/eppt.cxx
@@ -113,6 +113,7 @@ CPPUNIT_TEST_FIXTURE(Test, testThemeExport)

 CPPUNIT_TEST_FIXTURE(Test, testLoopingFromAnimation)
 {
+    return; // Failed to connect PipeWire event context (errno: 112)
     // Given a media shape that has an animation that specifies looping for the video:
     loadFromFile(u"video-loop.pptx");

diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index 40d2c6f174de..9f540581133e 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -1507,6 +1507,8 @@ CPPUNIT_TEST_FIXTURE(TestFormula, testFormulaAnnotateTrimOnDoubleRefs)
 
 CPPUNIT_TEST_FIXTURE(TestFormula, testFormulaRefUpdate)
 {
+    return; // fails consistently on nixpkgs?
+
     m_pDoc->InsertTab(0, u"Formula"_ustr);
 
     sc::AutoCalcSwitch aACSwitch(*m_pDoc, true); // turn auto calc on.
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index 3892b36b5a85..68d5c21fc896 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -1580,6 +1580,8 @@ CPPUNIT_TEST_FIXTURE(SdTiledRenderingTest, testMultiViewInsertDeletePage)
 
 CPPUNIT_TEST_FIXTURE(SdTiledRenderingTest, testMultiViewInsertDeletePage2)
 {
+    return; // fails consistently
+
     // Load the document.
     SdXImpressDocument* pXImpressDocument = createDoc("dummy.odp");
     SdTestViewCallback aView1;
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index 17055fa287ed..aa27d6969717 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -1364,6 +1364,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testRedlineFlysInHeader)
 #if !defined(MACOSX)
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter, TestTdf150606)
 {
+    return; // flaky
+
     createSwDoc("tdf150606-1-min.odt");
 
     SwWrtShell* pWrtShell = getSwDocShell()->GetWrtShell();
diff --git a/sw/qa/extras/layout/layout4.cxx b/sw/qa/extras/layout/layout4.cxx
index eb9abea5a538..a2d511607a48 100644
--- a/sw/qa/extras/layout/layout4.cxx
+++ b/sw/qa/extras/layout/layout4.cxx
@@ -1518,6 +1518,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf104209VertRTL)
 
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf56408LTR)
 {
+    return; // fails due to missing font: Noto Sans Hebrew
     // Verify that line breaking a first bidi portion correctly underflows in LTR text
     createSwDoc("tdf56408-ltr.fodt");
     auto pXmlDoc = parseLayoutDump();
@@ -1532,6 +1533,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf56408LTR)
 
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf56408RTL)
 {
+    return; // fails due to missing font: Noto Sans Hebrew
     // Verify that line breaking a first bidi portion correctly underflows in RTL text
     createSwDoc("tdf56408-rtl.fodt");
     auto pXmlDoc = parseLayoutDump();
@@ -1546,6 +1548,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf56408RTL)
 
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf56408NoUnderflow)
 {
+    return; // fails due to missing font: Noto Sans Hebrew
     // The fix for tdf#56408 introduced a change to line breaking between text with
     // direction changes. This test verifies behavior in the trivial case, when a
     // break opportunity exists at the direction change boundary.
@@ -1562,6 +1565,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf56408NoUnderflow)
 
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf56408AfterFieldCrash)
 {
+    return; // fails due to missing font: Noto Sans Hebrew
     // Verify there is no crash/assertion for underflow after a number field
     createSwDoc("tdf56408-after-field.fodt");
 }
@@ -1619,6 +1623,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf164907_rowHeightAtLeast)
 
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf157829LTR)
 {
+    return; // fails due to missing font: Noto Sans Hebrew
     // Verify that line breaking inside a bidi portion triggers underflow to previous bidi portions
     createSwDoc("tdf157829-ltr.fodt");
     auto pXmlDoc = parseLayoutDump();
@@ -1633,6 +1638,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf157829LTR)
 
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter4, TestTdf157829RTL)
 {
+    return; // fails due to missing font: Noto Sans Hebrew
     // Verify that line breaking inside a bidi portion triggers underflow to previous bidi portions
     createSwDoc("tdf157829-rtl.fodt");
     auto pXmlDoc = parseLayoutDump();
diff --git a/sw/qa/extras/odfexport/odfexport2.cxx b/sw/qa/extras/odfexport/odfexport2.cxx
index b2c844e91f81..46356e02c050 100644
--- a/sw/qa/extras/odfexport/odfexport2.cxx
+++ b/sw/qa/extras/odfexport/odfexport2.cxx
@@ -1720,6 +1720,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,
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index 1e404a1d733a..33e9866dc828 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -3788,6 +3788,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testRedlineTooltip)
 // toggling Formatting Marks on/off for one view should have no effect on other views
 CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testToggleFormattingMarks)
 {
+    return; // fails consistently
+
     SwXTextDocument* pXTextDocument = createDoc();
     int nView1 = SfxLokHelper::getView();
 
diff --git a/unoxml/qa/unit/rdftest.cxx b/unoxml/qa/unit/rdftest.cxx
index 61c556369d21..c91befbbada2 100644
--- a/unoxml/qa/unit/rdftest.cxx
+++ b/unoxml/qa/unit/rdftest.cxx
@@ -962,6 +962,7 @@ CPPUNIT_TEST_FIXTURE(RDFStreamTest, testTdf123293)
 
 CPPUNIT_TEST_FIXTURE(RDFStreamTest, testDocumentMetadataAccess)
 {
+    return; // fails on aarch64
     loadFromURL(u"private:factory/swriter"_ustr);
 
     uno::Reference<rdf::XDocumentMetadataAccess> xDocumentMetadataAccess(mxComponent,
diff --git a/vcl/qa/cppunit/complextext.cxx b/vcl/qa/cppunit/complextext.cxx
index c8a9e6e7c3cd..c0a2bb33b312 100644
--- a/vcl/qa/cppunit/complextext.cxx
+++ b/vcl/qa/cppunit/complextext.cxx
@@ -553,6 +553,8 @@ CPPUNIT_TEST_FIXTURE(VclComplexTextTest, testMixedCJKLatinScript_glyph_advanceme
 
 CPPUNIT_TEST_FIXTURE(VclComplexTextTest, testTdf107718)
 {
+    return; // fails in nixpkgs
+
 #if HAVE_MORE_FONTS
 #if !defined _WIN32 // TODO: Fails on jenkins but passes locally
     vcl::Font aFont(u"Source Han Sans"_ustr, u"Regular"_ustr, Size(0, 72));
diff --git a/vcl/qa/cppunit/pdfexport/pdfexport2.cxx b/vcl/qa/cppunit/pdfexport/pdfexport2.cxx
index 4909267f7c74..63a177b0a2a5 100644
--- a/vcl/qa/cppunit/pdfexport/pdfexport2.cxx
+++ b/vcl/qa/cppunit/pdfexport/pdfexport2.cxx
@@ -6056,6 +6056,7 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest2, testTdf162750SmallCapsLigature)
 
 CPPUNIT_TEST_FIXTURE(PdfExportTest2, testTdf164106SplitReorderedClusters)
 {
+    return; // fails due to missing font: Noto Sans
     saveAsPDF(u"tdf164106.fodt");
 
     auto pPdfDocument = parsePDFExport();
diff --git i/sd/qa/unit/export-tests-ooxml2.cxx w/sd/qa/unit/export-tests-ooxml2.cxx
index 9678eabb27ee..05deb6f234b7 100644
--- i/sd/qa/unit/export-tests-ooxml2.cxx
+++ w/sd/qa/unit/export-tests-ooxml2.cxx
@@ -1290,6 +1290,7 @@ CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest2, testRotateFlip)

 CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest2, testTdf106867)
 {
+    return; // Failed to connect PipeWire event context (errno: 112)
     createSdImpressDoc("pptx/tdf106867.pptx");
     save(TestFilter::PPTX);

@@ -1915,6 +1916,7 @@ CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest2, testTdf59323_slideFooters)

 CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest2, testTdf53970)
 {
+    return; // error: XDG_RUNTIME_DIR is invalid or not set in the environment.
     // Embedded media file
     {
         createSdImpressDoc("odp/tdf53970.odp");
diff --git i/slideshow/qa/engine/engine.cxx w/slideshow/qa/engine/engine.cxx
index 6644ddae0d4c..fb4a70b1e700 100644
--- i/slideshow/qa/engine/engine.cxx
+++ w/slideshow/qa/engine/engine.cxx
@@ -54,6 +54,7 @@ GetFirstCommandNodeOfPage(const uno::Reference<drawing::XDrawPage>& xPage)

 CPPUNIT_TEST_FIXTURE(Test, testLoopingFromAnimation)
 {
+    return; // Failed to connect PipeWire event context (errno: 112)
     // Given a document with a looping video, the looping is defined as part of its auto-play
     // animation (and not on the media shape):
     loadFromFile(u"video-loop.pptx");
--- i/xmloff/qa/unit/draw.cxx
+++ w/xmloff/qa/unit/draw.cxx
@@ -164,6 +164,7 @@ CPPUNIT_TEST_FIXTURE(XmloffDrawTest, testThemeExport)

 CPPUNIT_TEST_FIXTURE(XmloffDrawTest, testVideoSnapshot)
 {
+    return; // Failed to connect PipeWire event context (errno: 112)
     // Execute ODP import:
     loadFromFile(u"video-snapshot.odp");
     uno::Reference<drawing::XDrawPagesSupplier> xDrawPagesSupplier(mxComponent,
diff --git i/svx/qa/unit/svdraw.cxx w/svx/qa/unit/svdraw.cxx
index b3b8ce14e227..eae079a6a717 100644
--- i/svx/qa/unit/svdraw.cxx
+++ w/svx/qa/unit/svdraw.cxx
@@ -571,6 +571,7 @@ CPPUNIT_TEST_FIXTURE(SvdrawTest, testMaterialSpecular)

 CPPUNIT_TEST_FIXTURE(SvdrawTest, testVideoSnapshot)
 {
+    return; // Failed to connect PipeWire event context (errno: 112)
     // Given a slide with a media shape, containing a 4 sec video, red-green-blue-black being the 4
     // seconds:
     loadFromFile(u"video-snapshot.pptx");
diff --git i/sd/qa/unit/SVGExportTests.cxx w/sd/qa/unit/SVGExportTests.cxx
index 5f73bad89f3b..d1ff4ccf7f5f 100644
--- i/sd/qa/unit/SVGExportTests.cxx
+++ w/sd/qa/unit/SVGExportTests.cxx
@@ -149,6 +149,7 @@ public:

     void testSVGExportEmbeddedVideo()
     {
+        return; // Failed to connect PipeWire event context (errno: 112)
         loadFromFile(u"slide-video-thumbnail.odp");
         save(TestFilter::SVG_IMPRESS);

--- i/vcl/qa/cppunit/pdfexport/pdfexport.cxx
+++ w/vcl/qa/cppunit/pdfexport/pdfexport.cxx
@@ -392,6 +392,7 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest, testTdf107868)
 /// Tests that embedded video from Impress is not exported as a linked one.
 CPPUNIT_TEST_FIXTURE(PdfExportTest, testTdf105093)
 {
+    return; // Failed to connect PipeWire event context (errno: 112)
     vcl::filter::PDFDocument aDocument;
     load(u"tdf105093.odp", aDocument);