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

New commits:
commit ae6f41424608b349b45eb3f18ee8c7cff5d6c182
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Mon Dec 13 13:31:31 2021 +0100
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Mon Dec 13 15:53:44 2021 +0100

    Revert "Disable CppunitTset_sc_*_functions_test for linux_aarch64 for now, 
too"
    
    This reverts commit 6cb20e0b298f41fe88984aebfe5454f936a0ae3a, now that the 
test
    failures have been identified as caused by -ffp-contract being enabled, and 
have
    been addressed with 19559ebbee160d1625d06feec7e6566772dad231 "Allow for a
    presumably more precise result of BESSELY(80,9)",
    04215f03492f6fce83d6bc64491749bf803c389a "Allow for presumably more precices
    results of some more Calc function calls", and
    72b25619960cdaa829c8ea10e27d9c0b20a2c26f "For now, disable tests giving 
dubious
    results on AArch64".
    
    Change-Id: I78f9ddb04362d4026a272db0b8bbf4717fd75093
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126737
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index e25367cfc146..c37b37dd2a14 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -89,7 +89,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 ($(filter-out linux_aarch64 linux_x86,$(PLATFORMID)),)
+ifneq ($(PLATFORMID),linux_x86)
 $(eval $(call gb_Module_add_slowcheck_targets,sc, \
        CppunitTest_sc_functions_test_old \
        CppunitTest_sc_database_functions_test \

Reply via email to