[Libreoffice-commits] core.git: sc/Module_sc.mk

Xisco Fauli (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 12 14:32:13 UTC 2021


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

New commits:
commit 5360a780ed67b7625bbc0216218a16f58983c234
Author:     Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Mon Jan 11 16:09:11 2021 +0100
Commit:     Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Tue Jan 12 15:31:32 2021 +0100

    move CppunitTest_sc_uicalc from subsequentcheck to slowcheck
    
    this way, Jenkins executes this module on Windows and Mac as well.
    Before I submitted this test, I ran
    'make clean && make CppunitTest_sc_uicalc' on a Win machine
    
    Change-Id: I5bb708e3b61f16c3bd53da2222f19f2b73742819
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109106
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index bb378e8f378a..5d5b033711f9 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -68,6 +68,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \
 	CppunitTest_sc_html_export_test \
 	CppunitTest_sc_copypaste \
 	CppunitTest_sc_pivottable_filters_test \
+	CppunitTest_sc_uicalc \
 ))
 
 # Various function tests fail in 32-bit linux_x86 build due to dreaded floating
@@ -208,7 +209,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\
 	CppunitTest_sc_tablesheetsobj \
 	CppunitTest_sc_tablevalidationobj \
 	CppunitTest_sc_tabviewobj \
-	CppunitTest_sc_uicalc \
 	CppunitTest_sc_uniquecellformatsenumeration \
 	CppunitTest_sc_uniquecellformatsobj \
 	CppunitTest_sc_viewpaneobj \


More information about the Libreoffice-commits mailing list