[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sc/qa

Michael Stahl mstahl at redhat.com
Sat Feb 3 09:31:54 UTC 2018


 sc/qa/unit/functions_test.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit bb2620ffa5a3128727ff84e1ff1953745ad6743b
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Feb 2 14:13:35 2018 +0100

    sc: disable "forecast.ets.add.fods" test file on Macs
    
    This sometimes fails, since months, and nobody has fixed it.
    Let's improve the reliability of CI a bit.
    
    Change-Id: Ic4d2e085151855d35804f8ed6ebca04366815c0b
    Reviewed-on: https://gerrit.libreoffice.org/49144
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Jenkins <ci at libreoffice.org>
    (cherry picked from commit 00a6f0908a73a80fb0521e1f4cdc99647e43c126)
    Reviewed-on: https://gerrit.libreoffice.org/49155
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/qa/unit/functions_test.cxx b/sc/qa/unit/functions_test.cxx
index 16e0a530a5e5..1a48c03432d9 100644
--- a/sc/qa/unit/functions_test.cxx
+++ b/sc/qa/unit/functions_test.cxx
@@ -40,6 +40,10 @@ bool FunctionsTest::load(const OUString& rFilter, const OUString& rURL,
 
     ScDocument& rDoc = xDocShRef->GetDocument();
 
+#ifdef __APPLE__
+// FIXME tends to fail a lot
+if (!rURL.endsWith("forecast.ets.add.fods"))
+#endif
     CPPUNIT_ASSERT_DOUBLES_EQUAL(1.0, rDoc.GetValue(1, 2, 0), 1e-14);
 
     xDocShRef->DoClose();


More information about the Libreoffice-commits mailing list