···1212 endif
1313--- a/sc/qa/extras/vba-macro-test.cxx
1414+++ b/sc/qa/extras/vba-macro-test.cxx
1515-@@ -364,7 +364,7 @@ CPPUNIT_TEST_FIXTURE(VBAMacroTest, testVba)
1515+@@ -355,7 +355,7 @@ CPPUNIT_TEST_FIXTURE(VBAMacroTest, testVba)
1616 // Failed: : Test change event for Range.FillRight:
1717 // Tests passed: 4
1818 // Tests failed: 4
···3232 m_pDoc->InsertTab(0, u"Formula"_ustr);
33333434 sc::AutoCalcSwitch aACSwitch(*m_pDoc, true); // turn auto calc on.
3535+--- a/sw/qa/extras/layout/layout.cxx
3636++++ b/sw/qa/extras/layout/layout.cxx
3737+@@ -1347,6 +1347,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testRedlineFlysInHeader)
3838+ #if !defined(MACOSX)
3939+ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, TestTdf150606)
4040+ {
4141++ return; // flaky
4242++
4343+ createSwDoc("tdf150606-1-min.odt");
4444+4545+ SwXTextDocument* pTextDoc = dynamic_cast<SwXTextDocument*>(mxComponent.get());
3546--- a/sw/qa/extras/layout/layout3.cxx
3647+++ b/sw/qa/extras/layout/layout3.cxx
3737-@@ -3039,6 +3041,9 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf104209VertRTL)
3838-4848+@@ -3354,6 +3354,9 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf104209VertRTL)
4949+3950 CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408LTR)
4051 {
4152+ return; // requests Noto Sans Hebrew with charset=28, which the font does not have
···4455 // Verify that line breaking a first bidi portion correctly underflows in LTR text
4556 createSwDoc("tdf56408-ltr.fodt");
4657 auto pXmlDoc = parseLayoutDump();
4747-@@ -3053,6 +3058,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408LTR)
4848-5858+@@ -3368,6 +3371,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408LTR)
5959+4960 CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408RTL)
5061 {
5162+ return; // same Noto Sans Hebrew issue
···5364 // Verify that line breaking a first bidi portion correctly underflows in RTL text
5465 createSwDoc("tdf56408-rtl.fodt");
5566 auto pXmlDoc = parseLayoutDump();
5656-@@ -3083,6 +3090,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408NoUnderflow)
5757-6767+@@ -3382,6 +3387,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408RTL)
6868+6969+ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408NoUnderflow)
7070+ {
7171++ return; // same Noto Sans Hebrew issue
7272++
7373+ // The fix for tdf#56408 introduced a change to line breaking between text with
7474+ // direction changes. This test verifies behavior in the trivial case, when a
7575+ // break opportunity exists at the direction change boundary.
7676+@@ -3398,6 +3405,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408NoUnderflow)
7777+5878 CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408AfterFieldCrash)
5979 {
6080+ return; // same Noto Sans Hebrew issue
···6282 // Verify there is no crash/assertion for underflow after a number field
6383 createSwDoc("tdf56408-after-field.fodt");
6484 }
6565-@@ -3121,6 +3130,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf146081)
6666-8585+@@ -3436,6 +3445,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf146081)
8686+6787 CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf157829LTR)
6888 {
6989+ return; // same Noto Sans Hebrew issue
···7191 // Verify that line breaking inside a bidi portion triggers underflow to previous bidi portions
7292 createSwDoc("tdf157829-ltr.fodt");
7393 auto pXmlDoc = parseLayoutDump();
7474-@@ -3135,6 +3146,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf157829LTR)
7575-9494+@@ -3450,6 +3461,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf157829LTR)
9595+7696 CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf157829RTL)
7797 {
7898+ return; // same Noto Sans Hebrew issue
···82102 auto pXmlDoc = parseLayoutDump();
83103--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
84104+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
8585-@@ -4230,6 +4232,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testRedlineTooltip)
105105+@@ -4091,6 +4091,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testRedlineTooltip)
86106 // toggling Formatting Marks on/off for one view should have no effect on other views
87107 CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testToggleFormattingMarks)
88108 {
···90110+
91111 SwXTextDocument* pXTextDocument = createDoc();
92112 int nView1 = SfxLokHelper::getView();
9393-113113+