|
12 | 12 | endif |
13 | 13 | --- a/sc/qa/extras/vba-macro-test.cxx |
14 | 14 | +++ b/sc/qa/extras/vba-macro-test.cxx |
15 | | -@@ -364,7 +364,7 @@ CPPUNIT_TEST_FIXTURE(VBAMacroTest, testVba) |
| 15 | +@@ -355,7 +355,7 @@ CPPUNIT_TEST_FIXTURE(VBAMacroTest, testVba) |
16 | 16 | // Failed: : Test change event for Range.FillRight: |
17 | 17 | // Tests passed: 4 |
18 | 18 | // Tests failed: 4 |
|
32 | 32 | m_pDoc->InsertTab(0, u"Formula"_ustr); |
33 | 33 |
|
34 | 34 | sc::AutoCalcSwitch aACSwitch(*m_pDoc, true); // turn auto calc on. |
| 35 | +--- a/sw/qa/extras/layout/layout.cxx |
| 36 | ++++ b/sw/qa/extras/layout/layout.cxx |
| 37 | +@@ -1347,6 +1347,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testRedlineFlysInHeader) |
| 38 | + #if !defined(MACOSX) |
| 39 | + CPPUNIT_TEST_FIXTURE(SwLayoutWriter, TestTdf150606) |
| 40 | + { |
| 41 | ++ return; // flaky |
| 42 | ++ |
| 43 | + createSwDoc("tdf150606-1-min.odt"); |
| 44 | + |
| 45 | + SwXTextDocument* pTextDoc = dynamic_cast<SwXTextDocument*>(mxComponent.get()); |
35 | 46 | --- a/sw/qa/extras/layout/layout3.cxx |
36 | 47 | +++ b/sw/qa/extras/layout/layout3.cxx |
37 | | -@@ -3039,6 +3041,9 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf104209VertRTL) |
38 | | - |
| 48 | +@@ -3354,6 +3354,9 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf104209VertRTL) |
| 49 | + |
39 | 50 | CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408LTR) |
40 | 51 | { |
41 | 52 | + return; // requests Noto Sans Hebrew with charset=28, which the font does not have |
|
44 | 55 | // Verify that line breaking a first bidi portion correctly underflows in LTR text |
45 | 56 | createSwDoc("tdf56408-ltr.fodt"); |
46 | 57 | auto pXmlDoc = parseLayoutDump(); |
47 | | -@@ -3053,6 +3058,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408LTR) |
48 | | - |
| 58 | +@@ -3368,6 +3371,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408LTR) |
| 59 | + |
49 | 60 | CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408RTL) |
50 | 61 | { |
51 | 62 | + return; // same Noto Sans Hebrew issue |
52 | 63 | + |
53 | 64 | // Verify that line breaking a first bidi portion correctly underflows in RTL text |
54 | 65 | createSwDoc("tdf56408-rtl.fodt"); |
55 | 66 | auto pXmlDoc = parseLayoutDump(); |
56 | | -@@ -3083,6 +3090,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408NoUnderflow) |
57 | | - |
| 67 | +@@ -3382,6 +3387,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408RTL) |
| 68 | + |
| 69 | + CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408NoUnderflow) |
| 70 | + { |
| 71 | ++ return; // same Noto Sans Hebrew issue |
| 72 | ++ |
| 73 | + // The fix for tdf#56408 introduced a change to line breaking between text with |
| 74 | + // direction changes. This test verifies behavior in the trivial case, when a |
| 75 | + // break opportunity exists at the direction change boundary. |
| 76 | +@@ -3398,6 +3405,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408NoUnderflow) |
| 77 | + |
58 | 78 | CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf56408AfterFieldCrash) |
59 | 79 | { |
60 | 80 | + return; // same Noto Sans Hebrew issue |
61 | 81 | + |
62 | 82 | // Verify there is no crash/assertion for underflow after a number field |
63 | 83 | createSwDoc("tdf56408-after-field.fodt"); |
64 | 84 | } |
65 | | -@@ -3121,6 +3130,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf146081) |
66 | | - |
| 85 | +@@ -3436,6 +3445,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf146081) |
| 86 | + |
67 | 87 | CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf157829LTR) |
68 | 88 | { |
69 | 89 | + return; // same Noto Sans Hebrew issue |
70 | 90 | + |
71 | 91 | // Verify that line breaking inside a bidi portion triggers underflow to previous bidi portions |
72 | 92 | createSwDoc("tdf157829-ltr.fodt"); |
73 | 93 | auto pXmlDoc = parseLayoutDump(); |
74 | | -@@ -3135,6 +3146,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf157829LTR) |
75 | | - |
| 94 | +@@ -3450,6 +3461,8 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf157829LTR) |
| 95 | + |
76 | 96 | CPPUNIT_TEST_FIXTURE(SwLayoutWriter3, TestTdf157829RTL) |
77 | 97 | { |
78 | 98 | + return; // same Noto Sans Hebrew issue |
|
82 | 102 | auto pXmlDoc = parseLayoutDump(); |
83 | 103 | --- a/sw/qa/extras/tiledrendering/tiledrendering.cxx |
84 | 104 | +++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx |
85 | | -@@ -4230,6 +4232,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testRedlineTooltip) |
| 105 | +@@ -4091,6 +4091,8 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testRedlineTooltip) |
86 | 106 | // toggling Formatting Marks on/off for one view should have no effect on other views |
87 | 107 | CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testToggleFormattingMarks) |
88 | 108 | { |
89 | 109 | + return; // fails consistently |
90 | 110 | + |
91 | 111 | SwXTextDocument* pXTextDocument = createDoc(); |
92 | 112 | int nView1 = SfxLokHelper::getView(); |
93 | | - |
| 113 | + |
0 commit comments