[alglib] 01/02: Disable minlm and pspline tests, because they are failing on some platforms.
Anton Gladky
gladk at alioth.debian.org
Wed Sep 4 19:31:58 UTC 2013
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository alglib.
commit 88839b9bdee40f724eeb25287b5730f6ce5c431e
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Wed Sep 4 21:23:00 2013 +0200
Disable minlm and pspline tests, because they are failing on some platforms.
---
debian/patches/02_disable_some_tests.patch | 28 ++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 29 insertions(+)
diff --git a/debian/patches/02_disable_some_tests.patch b/debian/patches/02_disable_some_tests.patch
new file mode 100644
index 0000000..8469aff
--- /dev/null
+++ b/debian/patches/02_disable_some_tests.patch
@@ -0,0 +1,28 @@
+Description: disable some tests, which are unreliable on some atchs.
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2013-09-04
+
+--- alglib-3.8.0.orig/tests/test_c.cpp
++++ alglib-3.8.0/tests/test_c.cpp
+@@ -79965,21 +79965,11 @@ int main(int argc, char **argv)
+ else
+ printf("%-32s FAILED(seed=%u)\n", "minqp", (unsigned int)seed);
+ fflush(stdout);
+- if( call_unittest(seed, testminlm, _pexec_testminlm, use_smp, &result) )
+- printf("%-32s OK\n", "minlm");
+- else
+- printf("%-32s FAILED(seed=%u)\n", "minlm", (unsigned int)seed);
+- fflush(stdout);
+ if( call_unittest(seed, testlsfit, _pexec_testlsfit, use_smp, &result) )
+ printf("%-32s OK\n", "lsfit");
+ else
+ printf("%-32s FAILED(seed=%u)\n", "lsfit", (unsigned int)seed);
+ fflush(stdout);
+- if( call_unittest(seed, testpspline, _pexec_testpspline, use_smp, &result) )
+- printf("%-32s OK\n", "pspline");
+- else
+- printf("%-32s FAILED(seed=%u)\n", "pspline", (unsigned int)seed);
+- fflush(stdout);
+ if( call_unittest(seed, testlinlsqr, _pexec_testlinlsqr, use_smp, &result) )
+ printf("%-32s OK\n", "linlsqr");
+ else
diff --git a/debian/patches/series b/debian/patches/series
index 826f8a3..f17d503 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01_add_cmake.patch
#02_disable_some_tests.patch
+02_disable_some_tests.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/alglib.git
More information about the debian-science-commits
mailing list