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

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Nov 11 16:21:19 PST 2013


 sc/Module_sc.mk |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit d584d08c733f75c741befc915f8d9a7afededdfd
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Nov 12 01:19:26 2013 +0100

    disable OpenCL test
    
    The test crashes on some machines and hangs on others in the OpenCL
    compiler. Until this test is either more reliable or we have a way to
    blacklist known bad compilers we need to disable this test.

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 2ca7ad2..c4a38ee 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -47,11 +47,13 @@ $(eval $(call gb_Module_add_targets,sc,\
 
 endif
 
+# Disabled because fails on too many machines in
+# the OpenCL compiler
+# CppunitTest_sc_opencl_test \
 $(eval $(call gb_Module_add_check_targets,sc,\
     CppunitTest_sc_ucalc \
     CppunitTest_sc_filters_test \
     CppunitTest_sc_rangelst_test \
-    CppunitTest_sc_opencl_test \
 ))
 
 $(eval $(call gb_Module_add_slowcheck_targets,sc, \


More information about the Libreoffice-commits mailing list