File: 10_disable_minlm_test.patch

package info (click to toggle)
alglib 3.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,172 kB
  • sloc: cpp: 232,312; sh: 453; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 709 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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},