You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/alglib/files/alglib-3.10.0-disable-minlm...

17 lines
709 B

Description: disable minlm test, because it fails sometimes on some platforms.
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2015-05-29
Index: cpp/tests/test_c.cpp
===================================================================
--- cpp.orig/tests/test_c.cpp
+++ cpp/tests/test_c.cpp
@@ -93354,7 +93354,6 @@ _s_testrecord unittests[] =
{"spline1d",testspline1d,_pexec_testspline1d},
{"normestimator",testnormestimator,_pexec_testnormestimator},
{"minqp",testminqp,_pexec_testminqp},
- {"minlm",testminlm,_pexec_testminlm},
{"lsfit",testlsfit,_pexec_testlsfit},
{"parametric",testparametric,_pexec_testparametric},
{"linlsqr",testlinlsqr,_pexec_testlinlsqr},