nixos/kubernetes/kubelet: Fix sandbox image load on containerd 2.x (#364558)
[NixPkgs.git] / pkgs / applications / office / libreoffice / skip-broken-tests-still.patch
blobe7064d1085520ecdf22b44671d792214fb39e573
1 --- a/sc/qa/extras/vba-macro-test.cxx
2 +++ b/sc/qa/extras/vba-macro-test.cxx
3 @@ -364,7 +364,7 @@ CPPUNIT_TEST_FIXTURE(VBAMacroTest, testVba)
4 // Failed: : Test change event for Range.FillRight:
5 // Tests passed: 4
6 // Tests failed: 4
7 -#if !defined(_WIN32)
8 +#if 0 // flaky, see above
9 { OUString("Ranges-3.xls"),
10 OUString(
11 "vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document") },
12 --- a/sc/qa/unit/ucalc_formula.cxx
13 +++ b/sc/qa/unit/ucalc_formula.cxx
14 @@ -1507,6 +1507,8 @@ CPPUNIT_TEST_FIXTURE(TestFormula, testFormulaAnnotateTrimOnDoubleRefs)
16 CPPUNIT_TEST_FIXTURE(TestFormula, testFormulaRefUpdate)
18 + return; // fails consistently on nixpkgs?
20 m_pDoc->InsertTab(0, "Formula");
22 sc::AutoCalcSwitch aACSwitch(*m_pDoc, true); // turn auto calc on.
23 --- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
24 +++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
25 @@ -685,6 +685,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testSearchAll)
27 CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testSearchAllNotifications)
29 + return; // flaky on GTK
31 SwXTextDocument* pXTextDocument = createDoc("search.odt");
32 SwWrtShell* pWrtShell = pXTextDocument->GetDocShell()->GetWrtShell();
33 setupLibreOfficeKitViewCallback(pWrtShell->GetSfxViewShell());
34 @@ -949,6 +951,8 @@ namespace {
36 CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testMissingInvalidation)
38 + return; // flaky on GTK
40 // Create two views.
41 SwXTextDocument* pXTextDocument = createDoc("dummy.fodt");
42 ViewCallback aView1;
43 @@ -982,6 +986,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testMissingInvalidation)
45 CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testViewCursors)
47 + return; // flaky on GTK
49 SwXTextDocument* pXTextDocument = createDoc("dummy.fodt");
50 ViewCallback aView1;
51 SfxLokHelper::createView();
52 @@ -3189,6 +3189,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testRedlineNotificationDuringSave)
54 CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testHyperlink)
56 + return; // flaky on GTK
58 comphelper::LibreOfficeKit::setViewIdForVisCursorInvalidation(true);
59 SwXTextDocument* pXTextDocument = createDoc("hyperlink.odt");
60 SwWrtShell* pWrtShell = pXTextDocument->GetDocShell()->GetWrtShell();
61 @@ -3399,6 +3401,8 @@ static void lcl_extractHandleParameters(std::string_view selection, sal_Int32& i
63 CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testMoveShapeHandle)
65 + return; // flaky on GTK
67 comphelper::LibreOfficeKit::setActive();
68 SwXTextDocument* pXTextDocument = createDoc("shape.fodt");