biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / office / libreoffice / skip-broken-tests-collabora.patch
blobf162d7c407f49040f29d37742dc8f4603943e674
1 --- a/sc/Module_sc.mk
2 +++ b/sc/Module_sc.mk
3 @@ -69,8 +69,8 @@ endif
5 ifneq ($(DISABLE_GUI),TRUE)
6 ifeq ($(OS),LINUX)
7 +# CppunitTest_sc_tiledrendering hangs
8 $(eval $(call gb_Module_add_check_targets,sc,\
9 - CppunitTest_sc_tiledrendering \
10 CppunitTest_sc_tiledrendering2 \
12 endif
13 --- a/sc/qa/extras/vba-macro-test.cxx
14 +++ b/sc/qa/extras/vba-macro-test.cxx
15 @@ -364,7 +364,7 @@ CPPUNIT_TEST_FIXTURE(VBAMacroTest, testVba)
16 // Failed: : Test change event for Range.FillRight:
17 // Tests passed: 4
18 // Tests failed: 4
19 -#if !defined(_WIN32)
20 +#if 0 // flaky, see above
21 { OUString("Ranges-3.xls"),
22 OUString(
23 "vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document") },
24 --- a/sc/qa/unit/ucalc_formula.cxx
25 +++ b/sc/qa/unit/ucalc_formula.cxx
26 @@ -1507,6 +1507,8 @@ CPPUNIT_TEST_FIXTURE(TestFormula, testFormulaAnnotateTrimOnDoubleRefs)
28 CPPUNIT_TEST_FIXTURE(TestFormula, testFormulaRefUpdate)
30 + return; // fails consistently on nixpkgs?
32 m_pDoc->InsertTab(0, "Formula");
34 sc::AutoCalcSwitch aACSwitch(*m_pDoc, true); // turn auto calc on.
35 --- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
36 +++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
37 @@ -2948,6 +2948,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testHighlightNumbering_shd)
39 CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testPilcrowRedlining)
41 + return; // flaky
43 // Load a document where the top left tile contains
44 // paragraph and line break symbols with redlining.
45 SwXTextDocument* pXTextDocument = createDoc("pilcrow-redlining.fodt");
46 @@ -4100,6 +4104,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testRedlineTooltip)
47 // toggling Formatting Marks on/off for one view should have no effect on other views
48 CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testToggleFormattingMarks)
50 + return; // fails consistently
52 SwXTextDocument* pXTextDocument = createDoc();
53 int nView1 = SfxLokHelper::getView();
55 --- a/vcl/qa/cppunit/complextext.cxx
56 +++ b/vcl/qa/cppunit/complextext.cxx
57 @@ -529,6 +529,8 @@ CPPUNIT_TEST_FIXTURE(VclComplexTextTest, testMixedCJKLatinScript_glyph_advanceme
59 CPPUNIT_TEST_FIXTURE(VclComplexTextTest, testTdf107718)
61 + return; // fails to find the font
63 #if HAVE_MORE_FONTS
64 #if !defined _WIN32 // TODO: Fails on jenkins but passes locally
65 vcl::Font aFont(u"Source Han Sans"_ustr, u"Regular"_ustr, Size(0, 72));