From d584d08c733f75c741befc915f8d9a7afededdfd Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 12 Nov 2013 01:19:26 +0100 Subject: 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. --- sc/Module_sc.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sc/Module_sc.mk') diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 2ca7ad2213b2..c4a38eee4c77 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, \ -- cgit