disable-flaky-tests
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Wed, 13 Aug 2025 20:27:02 +0000 (22:27 +0200)
committerRene Engelhard <rene@debian.org>
Wed, 13 Aug 2025 20:27:02 +0000 (22:27 +0200)
14:13 < mst__> _rene_, the toolkit unoapi tests are known to be flaky (in some
               system dependent way) e.g. on the Win@6 tinderbox it always
               crashes
14:14 < mst__> _rene_, sc.ScAccessible* tests also fail on some systems some of
               the time

Gbp-Pq: Name disable-flaky-tests.diff

chart2/Module_chart2.mk
sc/qa/unoapi/sc_1.sce
sc/qa/unoapi/sc_2.sce
sccomp/qa/unit/solver.cxx
svx/qa/unoapi/svx.sce
sw/qa/uitest/writer_tests3/tdf79236.py
sw/qa/unoapi/sw_1.sce
toolkit/Module_toolkit.mk

index 5f7fd5aee961902644a035bac2e9294b49d8e5d5..d5487c14525a8cd8ad0764de3e5a7a7059823915 100644 (file)
@@ -34,11 +34,11 @@ $(eval $(call gb_Module_add_slowcheck_targets,chart2,\
     CppunitTest_chart2_import \
     CppunitTest_chart2_import2 \
     CppunitTest_chart2_trendcalculators \
-    CppunitTest_chart2_dump \
     CppunitTest_chart2_pivot_chart_test \
     CppunitTest_chart2_geometry \
     CppunitTest_chart2_uichart \
 ))
+#    CppunitTest_chart2_dump \
 
 ifeq ($(WITH_FONTS), TRUE)
 $(eval $(call gb_Module_add_slowcheck_targets,chart2,\
index 1bc68eabbced8f9c6ac2150db33364773b14877b..c36f36884bc6682734752cff7fded26fcbe80019 100644 (file)
 # i84554 -o sc.AccessibleEditableTextPara_PreviewNote
 # i88241 -o sc.AccessibleEditableTextPara_HeaderFooter
 -o sc.AccessibleEditableTextPara_PreviewCell
--o sc.ScAccessibleCell
-# i91044 -o sc.ScAccessibleCsvCell
-# i91044 -o sc.ScAccessibleCsvGrid
-# i84641 -o sc.ScAccessibleCsvRuler
-# i88330 -o sc.ScAccessibleDocument
-# i91045 -o sc.ScAccessibleDocumentPagePreview
--o sc.ScAccessiblePageHeader
index 7f3495a1d6ba1fbde09fd8e56faf760808e7e50c..200f6f0631b5259506004e47cc72abd9e1b0ebc4 100644 (file)
 #   except in compliance with the License. You may obtain a copy of
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
-# fdo#FOO -o sc.ScAccessiblePageHeaderArea
--o sc.ScAccessiblePreviewCell
--o sc.ScAccessiblePreviewHeaderCell
--o sc.ScAccessiblePreviewTable
-# fdo#45337 -o sc.ScAccessibleSpreadsheet
 # FIXME_REMOVE_WHEN_RE_BASE_COMPLETE
 # -o sc.ScAnnotationShapeObj
 -o sc.ScAutoFormatFieldObj
index 536df7425bb96079c6cb9db00b480c83d7799efd..f3e37932c79c9a3e70d26fcf398c3837d2606286 100644 (file)
 #include <com/sun/star/sheet/XSolverDescription.hpp>
 #include <test/bootstrapfixture.hxx>
 
+#ifdef ENABLE_LPSOLVE
+ /* works constantly on some buildds (arm-conova-*) but fails on arm-ubc-*.
+  * On my rpi4 some attempts work, some not. 
+  * Disable it on armhf based on flakiness
+  */
+ #if defined(__arm__) && defined(__ARM_EABI__) && defined(__ARM_PCS_VFP)
+  #undef ENABLE_LPSOLVE
+ #endif
+#endif
+
 using namespace css;
 
 namespace {
index 1c3925f5898101425bd65ce5b535107d482eeb7c..a16f0014e4423842af68478b9e31948e2e33577f 100644 (file)
@@ -25,7 +25,7 @@
 #i111216 -o svx.AccessiblePresentationGraphicShape
 #i111216 -o svx.AccessiblePresentationOLEShape
 #i85539 -o svx.AccessiblePresentationShape
--o svx.AccessibleShape
+#-o svx.AccessibleShape
 #i90294 -o svx.GraphicExporter
 -o svx.SvxDrawPage
 #i85501 -o svx.SvxGraphCtrlAccessibleContext
index 45ca76f7b35fa9289d9a73ad9208413c8fa180b2..d9b72dc8f41afae6cc2c259edb18b2b0774291bd 100644 (file)
 from uitest.framework import UITestCase
 from uitest.uihelper.common import type_text
 
+import unittest
+
 class tdf79236(UITestCase):
 
+    @unittest.skip("Currently broken")
     def test_paragraph(self):
 
         with self.ui_test.create_doc_in_start_center("writer") as document:
index f55cfaba4a2657c241ff541d91806920aa6d181e..fbc24334df3f9d90b4ff3759c91f019a454b5859 100644 (file)
@@ -34,7 +34,7 @@
 #i111178 -o sw.SwAccessibleTextFrameView
 -o sw.SwAccessibleTextGraphicObject
 -o sw.SwXAutoTextEntry
--o sw.SwXAutoTextGroup
+#-o sw.SwXAutoTextGroup
 -o sw.SwXCell
 -o sw.SwXCellRange
 -o sw.SwXChapterNumbering
index d039559316aa922d800e81df63a9fc52149de99e..16aa4b08490d3de55698c7904678242a7380fc5e 100644 (file)
@@ -34,11 +34,11 @@ endif
 ifneq ($(OOO_JUNIT_JAR),)
 $(eval $(call gb_Module_add_subsequentcheck_targets,toolkit,\
     JunitTest_toolkit_complex \
-    JunitTest_toolkit_unoapi_1 \
-    JunitTest_toolkit_unoapi_2 \
-    JunitTest_toolkit_unoapi_3 \
-    JunitTest_toolkit_unoapi_4 \
 ))
 endif
+#    JunitTest_toolkit_unoapi_1 \
+#    JunitTest_toolkit_unoapi_2 \
+#    JunitTest_toolkit_unoapi_3 \
+#    JunitTest_toolkit_unoapi_4 \
 
 # vim: set noet sw=4 ts=4: