[Libreoffice-commits] core.git: Branch 'libreoffice-5-4-3' - sc/Module_sc.mk

Stephan Bergmann sbergman at redhat.com
Fri Oct 27 16:17:24 UTC 2017


 sc/Module_sc.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 39e0a8bb79ed7854d7eb74b766c9a1ba4911afa8
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 20 10:52:48 2017 +0200

    Disable CppunitTset_sc_*_functions_test for linux_aarch64 for now, too
    
    > Oct 20 10:21:31 <sberg> erAck, when "Testing
    >  file:///run/build/libreoffice/sc/qa/unit/data/functions/array/fods/linest.fods"
    >  in CppunitTest_sc_array_functions_test fails with non-informative expected 1
    >  vs. actual 0, how can I reasonably debug that?  (and no, I don't have an X11
    >  connection to the relevant machine, to see what opening that .fods with LO
    >  would look like there)
    > Oct 20 10:25:04 <erAck> sberg: sigh.. we're still lacking an "analyze steps"
    >  in the functions test loader, so far only loading the doc and inspecting
    >  provides that; maybe getting individual cell results via UNO would work
    
    So disable these tests for aarch64 for now too, to get Flathub builds unstuck,
    until somebody finds a way to actually debug this.
    
    Change-Id: I9bf30d0d7185497f9ad4b04b60b6a67f34a8c44e
    (cherry picked from commit 6cb20e0b298f41fe88984aebfe5454f936a0ae3a)
    Reviewed-on: https://gerrit.libreoffice.org/43591
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Reviewed-by: Rene Engelhard <rene at debian.org>
    Tested-by: Rene Engelhard <rene at debian.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 4ab8f50489e7..67407eb5ec25 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -65,7 +65,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \
 # point weirdness (x87, registers, compiler optimization, ... whatever),
 # disable them until someone finds a real cure.
 
-ifneq ($(PLATFORMID),linux_x86)
+ifneq ($(filter-out linux_aarch64 linux_x86,$(PLATFORMID)),)
 $(eval $(call gb_Module_add_slowcheck_targets,sc, \
 	CppunitTest_sc_functions_test_old \
 	CppunitTest_sc_database_functions_test \


More information about the Libreoffice-commits mailing list