Kaydet (Commit) b9a27d58 authored tarafından Eike Rathke's avatar Eike Rathke

sc: disable function test documents for 32-bit PLATFORMID=linux_x86

Change-Id: I18ee46abbb5de79a35c4c78292dc9d6d43017de2
Reviewed-on: https://gerrit.libreoffice.org/28893Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst 999499ab
...@@ -64,8 +64,17 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \ ...@@ -64,8 +64,17 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \
CppunitTest_sc_html_export_test \ CppunitTest_sc_html_export_test \
CppunitTest_sc_opencl_test \ CppunitTest_sc_opencl_test \
CppunitTest_sc_copypaste \ CppunitTest_sc_copypaste \
))
# Various function tests fail in 32-bit linux_x86 build due to dreaded floating
# point weirdness (x87, registers, compiler optimization, ... whatever),
# disable them until someone finds a real cure.
ifneq ($(PLATFORMID),linux_x86)
$(eval $(call gb_Module_add_slowcheck_targets,sc, \
CppunitTest_sc_functions_test \ CppunitTest_sc_functions_test \
)) ))
endif
# Disabled to allow the check tinderbox execute the sd tests # Disabled to allow the check tinderbox execute the sd tests
# CppunitTest_sc_chart_regression_test \ # CppunitTest_sc_chart_regression_test \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment