summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-12-13 13:31:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2021-12-13 15:53:44 +0100
commitae6f41424608b349b45eb3f18ee8c7cff5d6c182 (patch)
tree4ab553eaf7dbec8108f670791592380866865fdc /sc/Module_sc.mk
parent29bbed22e404700f9538e244df6e02681da1fc1b (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk2
1 files changed, 1 insertions, 1 deletions
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 \