# HG changeset patch # User Rich Burridge # Date 1483988622 28800 # Node ID 99009c0665ccb736a995a0f11f9900f9c7b7046d # Parent 93fdabfd72e4262c6ce9fc6e0ceb5c80ddacc931 25164346 Update libgsl to version 2.2.1 diff -r 93fdabfd72e4 -r 99009c0665cc components/libgsl/Makefile --- a/components/libgsl/Makefile Mon Jan 09 08:54:39 2017 -0800 +++ b/components/libgsl/Makefile Mon Jan 09 11:03:42 2017 -0800 @@ -20,18 +20,18 @@ # # -# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. # BUILD_BITS= 64_and_32 include ../../make-rules/shared-macros.mk COMPONENT_NAME= gsl -COMPONENT_VERSION= 2.1 +COMPONENT_VERSION= 2.2.1 COMPONENT_ARCHIVE_HASH= \ - sha256:59ad06837397617f698975c494fe7b2b698739a59e2fcf830b776428938a0c66 + sha256:13d23dc7b0824e1405f3f7e7d0776deee9b8f62c62860bf66e7852d402b8b024 COMPONENT_BUGDB= library/libgsl -TPNO= 26006 +TPNO= 32831 TEST_TARGET= SYSTEM_TEST_TARGET= diff -r 93fdabfd72e4 -r 99009c0665cc components/libgsl/libgsl.p5m --- a/components/libgsl/libgsl.p5m Mon Jan 09 08:54:39 2017 -0800 +++ b/components/libgsl/libgsl.p5m Mon Jan 09 11:03:42 2017 -0800 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. # default mangler.man.stability "pass-through volatile"> @@ -122,7 +122,9 @@ file path=usr/include/gsl/gsl_monte_vegas.h file path=usr/include/gsl/gsl_multifit.h file path=usr/include/gsl/gsl_multifit_nlin.h +file path=usr/include/gsl/gsl_multifit_nlinear.h file path=usr/include/gsl/gsl_multilarge.h +file path=usr/include/gsl/gsl_multilarge_nlinear.h file path=usr/include/gsl/gsl_multimin.h file path=usr/include/gsl/gsl_multiroots.h file path=usr/include/gsl/gsl_multiset.h @@ -141,6 +143,21 @@ file path=usr/include/gsl/gsl_permute_int.h file path=usr/include/gsl/gsl_permute_long.h file path=usr/include/gsl/gsl_permute_long_double.h +file path=usr/include/gsl/gsl_permute_matrix.h +file path=usr/include/gsl/gsl_permute_matrix_char.h +file path=usr/include/gsl/gsl_permute_matrix_complex_double.h +file path=usr/include/gsl/gsl_permute_matrix_complex_float.h +file path=usr/include/gsl/gsl_permute_matrix_complex_long_double.h +file path=usr/include/gsl/gsl_permute_matrix_double.h +file path=usr/include/gsl/gsl_permute_matrix_float.h +file path=usr/include/gsl/gsl_permute_matrix_int.h +file path=usr/include/gsl/gsl_permute_matrix_long.h +file path=usr/include/gsl/gsl_permute_matrix_long_double.h +file path=usr/include/gsl/gsl_permute_matrix_short.h +file path=usr/include/gsl/gsl_permute_matrix_uchar.h +file path=usr/include/gsl/gsl_permute_matrix_uint.h +file path=usr/include/gsl/gsl_permute_matrix_ulong.h +file path=usr/include/gsl/gsl_permute_matrix_ushort.h file path=usr/include/gsl/gsl_permute_short.h file path=usr/include/gsl/gsl_permute_uchar.h file path=usr/include/gsl/gsl_permute_uint.h @@ -266,17 +283,17 @@ file path=usr/include/gsl/gsl_version.h file path=usr/include/gsl/gsl_wavelet.h file path=usr/include/gsl/gsl_wavelet2d.h -link path=usr/lib/$(MACH64)/libgsl.so target=libgsl.so.19.0.0 -link path=usr/lib/$(MACH64)/libgsl.so.19 target=libgsl.so.19.0.0 -file path=usr/lib/$(MACH64)/libgsl.so.19.0.0 +link path=usr/lib/$(MACH64)/libgsl.so target=libgsl.so.19.2.0 +link path=usr/lib/$(MACH64)/libgsl.so.19 target=libgsl.so.19.2.0 +file path=usr/lib/$(MACH64)/libgsl.so.19.2.0 $(SOLARIS_11_ONLY)link path=usr/lib/$(MACH64)/libgslcblas.so \ target=../studio/$(MACH64)/libsunperf.so $(SOLARIS_12_ONLY)link path=usr/lib/$(MACH64)/libgslcblas.so \ target=libsunperf.so file path=usr/lib/$(MACH64)/pkgconfig/gsl.pc -link path=usr/lib/libgsl.so target=libgsl.so.19.0.0 -link path=usr/lib/libgsl.so.19 target=libgsl.so.19.0.0 -file path=usr/lib/libgsl.so.19.0.0 +link path=usr/lib/libgsl.so target=libgsl.so.19.2.0 +link path=usr/lib/libgsl.so.19 target=libgsl.so.19.2.0 +file path=usr/lib/libgsl.so.19.2.0 $(SOLARIS_12_ONLY)link path=usr/lib/libgslcblas.so target=libsunperf.so $(SOLARIS_11_ONLY)link path=usr/lib/libgslcblas.so target=studio/libsunperf.so file path=usr/lib/pkgconfig/gsl.pc diff -r 93fdabfd72e4 -r 99009c0665cc components/libgsl/patches/fix-multifit-tests.patch --- a/components/libgsl/patches/fix-multifit-tests.patch Mon Jan 09 08:54:39 2017 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -Fix the GSL multifit 32-bit tests on x86 based on information provided at: -http://lists.gnu.org/archive/html/bug-gsl/2015-12/msg00018.html - -This problem is known upstream. See http://savannah.gnu.org/bugs/?46593 -which should hopefully provide the real fix. - ---- gsl-2.1/multifit/test_wnlin.c.orig 2016-01-12 08:26:06.987977367 -0800 -+++ gsl-2.1/multifit/test_wnlin.c 2016-01-12 12:29:34.092460907 -0800 -@@ -4,7 +4,7 @@ - #define wnlin_NTRIES 1 - - static double wnlin_x0[wnlin_P] = { 1.0, 0.0, 0.0 }; --static double wnlin_epsrel = 1.0e-9; -+static double wnlin_epsrel = 1.0e-8; - - static int wnlin_internal_weight = 1; - diff -r 93fdabfd72e4 -r 99009c0665cc components/libgsl/patches/sunperf.patch --- a/components/libgsl/patches/sunperf.patch Mon Jan 09 08:54:39 2017 -0800 +++ b/components/libgsl/patches/sunperf.patch Mon Jan 09 11:03:42 2017 -0800 @@ -2,9 +2,9 @@ These changes will be sent upstream. ---- gsl-2.1/configure.ac.orig 2015-12-04 10:22:53.164659106 -0800 -+++ gsl-2.1/configure.ac 2015-12-04 10:22:33.120473949 -0800 -@@ -109,6 +109,20 @@ +--- gsl-2.2.1/configure.ac.orig 2016-11-28 09:04:10.000000000 +0000 ++++ gsl-2.2.1/configure.ac 2016-11-28 09:03:51.000000000 +0000 +@@ -111,6 +111,20 @@ AC_C_INLINE AC_C_CHAR_UNSIGNED @@ -25,14 +25,14 @@ GSL_CFLAGS="-I$includedir" GSL_LIBS="-L$libdir -lgsl" dnl macro from libtool - can be replaced with LT_LIB_M when we require libtool 2 ---- gsl-2.1/Makefile.am.orig 2015-12-04 10:25:17.763607999 -0800 -+++ gsl-2.1/Makefile.am 2015-12-04 10:27:53.909148289 -0800 +--- gsl-2.2.1/Makefile.am.orig 2016-11-28 09:04:30.000000000 +0000 ++++ gsl-2.2.1/Makefile.am 2016-11-30 08:35:26.586505711 +0000 @@ -2,7 +2,14 @@ # AUTOMAKE_OPTIONS = readme-alpha --SUBDIRS = gsl utils sys test err const complex cheb block vector matrix permutation combination multiset sort ieee-utils cblas blas linalg eigen specfunc dht qrng rng randist fft poly fit multifit multilarge rstat statistics siman sum integration interpolation histogram ode-initval ode-initval2 roots multiroots min multimin monte ntuple diff deriv cdf wavelet bspline spblas spmatrix splinalg doc -+SUBDIRS = gsl utils sys test err const complex cheb block vector matrix permutation combination multiset sort ieee-utils $(CBLAS_DIRS) blas linalg eigen specfunc dht qrng rng randist fft poly fit multifit multilarge rstat statistics siman sum integration interpolation histogram ode-initval ode-initval2 roots multiroots min multimin monte ntuple diff deriv cdf wavelet bspline spblas spmatrix splinalg doc +-SUBDIRS = gsl utils sys test err const complex cheb block vector matrix permutation combination multiset sort ieee-utils cblas blas linalg eigen specfunc dht qrng rng randist fft poly fit multifit multifit_nlinear multilarge multilarge_nlinear rstat statistics siman sum integration interpolation histogram ode-initval ode-initval2 roots multiroots min multimin monte ntuple diff deriv cdf wavelet bspline spblas spmatrix splinalg doc ++SUBDIRS = gsl utils sys test err const complex cheb block vector matrix permutation combination multiset sort ieee-utils $(CBLAS_DIRS) blas linalg eigen specfunc dht qrng rng randist fft poly fit multifit multifit_nlinear multilarge multilarge_nlinear rstat statistics siman sum integration interpolation histogram ode-initval ode-initval2 roots multiroots min multimin monte ntuple diff deriv cdf wavelet bspline spblas spmatrix splinalg doc + +SOLARIS_SUNPERF = @SOLARIS_SUNPERF@ +if SOLARIS_SUNPERF @@ -41,21 +41,22 @@ + CBLAS_DIRS=cblas +endif - SUBLIBS = block/libgslblock.la blas/libgslblas.la bspline/libgslbspline.la complex/libgslcomplex.la cheb/libgslcheb.la dht/libgsldht.la diff/libgsldiff.la deriv/libgslderiv.la eigen/libgsleigen.la err/libgslerr.la fft/libgslfft.la fit/libgslfit.la histogram/libgslhistogram.la ieee-utils/libgslieeeutils.la integration/libgslintegration.la interpolation/libgslinterpolation.la linalg/libgsllinalg.la matrix/libgslmatrix.la min/libgslmin.la monte/libgslmonte.la multifit/libgslmultifit.la multilarge/libgslmultilarge.la multimin/libgslmultimin.la multiroots/libgslmultiroots.la ntuple/libgslntuple.la ode-initval/libgslodeiv.la ode-initval2/libgslodeiv2.la permutation/libgslpermutation.la combination/libgslcombination.la multiset/libgslmultiset.la poly/libgslpoly.la qrng/libgslqrng.la randist/libgslrandist.la rng/libgslrng.la roots/libgslroots.la siman/libgslsiman.la sort/libgslsort.la specfunc/libgslspecfunc.la rstat/libgslrstat.la statistics/libgslstatistics.la sum/libgslsum.la sys/libgslsys.la test/libgsltest.la utils/libutils.la vector/libgslvector.la cdf/libgslcdf.la wavelet/libgslwavelet.la spmatrix/libgslspmatrix.la spblas/libgslspblas.la splinalg/libgslsplinalg.la + SUBLIBS = block/libgslblock.la blas/libgslblas.la bspline/libgslbspline.la complex/libgslcomplex.la cheb/libgslcheb.la dht/libgsldht.la diff/libgsldiff.la deriv/libgslderiv.la eigen/libgsleigen.la err/libgslerr.la fft/libgslfft.la fit/libgslfit.la histogram/libgslhistogram.la ieee-utils/libgslieeeutils.la integration/libgslintegration.la interpolation/libgslinterpolation.la linalg/libgsllinalg.la matrix/libgslmatrix.la min/libgslmin.la monte/libgslmonte.la multifit/libgslmultifit.la multifit_nlinear/libgslmultifit_nlinear.la multilarge/libgslmultilarge.la multilarge_nlinear/libgslmultilarge_nlinear.la multimin/libgslmultimin.la multiroots/libgslmultiroots.la ntuple/libgslntuple.la ode-initval/libgslodeiv.la ode-initval2/libgslodeiv2.la permutation/libgslpermutation.la combination/libgslcombination.la multiset/libgslmultiset.la poly/libgslpoly.la qrng/libgslqrng.la randist/libgslrandist.la rng/libgslrng.la roots/libgslroots.la siman/libgslsiman.la sort/libgslsort.la specfunc/libgslspecfunc.la rstat/libgslrstat.la statistics/libgslstatistics.la sum/libgslsum.la sys/libgslsys.la test/libgsltest.la utils/libutils.la vector/libgslvector.la cdf/libgslcdf.la wavelet/libgslwavelet.la spmatrix/libgslspmatrix.la spblas/libgslspblas.la splinalg/libgslsplinalg.la -@@ -29,10 +36,16 @@ +@@ -29,10 +36,18 @@ bin_PROGRAMS = gsl-randist gsl-histogram gsl_randist_SOURCES = gsl-randist.c --gsl_randist_LDADD = libgsl.la cblas/libgslcblas.la ++if SOLARIS_SUNPERF ++gsl_randist_LDADD = libgsl.la ++else + gsl_randist_LDADD = libgsl.la cblas/libgslcblas.la ++endif gsl_histogram_SOURCES = gsl-histogram.c -+ +if SOLARIS_SUNPERF -+gsl_randist_LDADD = libgsl.la +gsl_histogram_LDADD = libgsl.la +else -+gsl_randist_LDADD = libgsl.la cblas/libgslcblas.la gsl_histogram_LDADD = libgsl.la cblas/libgslcblas.la +endif diff -r 93fdabfd72e4 -r 99009c0665cc components/libgsl/test/results-i386-32.master --- a/components/libgsl/test/results-i386-32.master Mon Jan 09 08:54:39 2017 -0800 +++ b/components/libgsl/test/results-i386-32.master Mon Jan 09 11:03:42 2017 -0800 @@ -3,401 +3,779 @@ Making check in sys /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [333/333] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in test Making check in err /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [70/70] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in const /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [7/7] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in complex /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [10121/10121] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in cheb /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [2745/2745] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in block /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [168/168] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in vector /usr/gnu/bin/make test test_static /usr/gnu/bin/make check-TESTS -Completed [33743/33743] PASS: test -Completed [33743/33743] PASS: test_static -================== -All 2 tests passed -================== +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 2 +# PASS: 2 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in matrix /usr/gnu/bin/make test test_static /usr/gnu/bin/make check-TESTS -Completed [1012/1012] PASS: test -Completed [1012/1012] PASS: test_static -================== -All 2 tests passed -================== +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 2 +# PASS: 2 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in permutation /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [4/4] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in combination /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [56/56] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multiset /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [129/129] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in sort /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [26352/26352] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ieee-utils /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [384/384] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in blas Making check in linalg /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [233845/233845] -PASS: test -============= -1 test passed -============= +FAIL: test +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 0 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 1 +# XPASS: 0 +# ERROR: 0 +============================================================================ +See linalg/test-suite.log +============================================================================ +make[4]: [Makefile:759: test-suite.log] Error 1 (ignored) Making check in eigen /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [984244/984244] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in specfunc /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [54790233/54790233] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in dht /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [4/4] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in qrng /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [39/39] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in rng /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [686/686] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in randist /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [134/134] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in fft /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [9204/9204] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in poly /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [225/225] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in fit /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [24/24] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multifit /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [197035/197035] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +Making check in multifit_nlinear +/usr/gnu/bin/make test +/usr/gnu/bin/make check-TESTS +PASS: test +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multilarge /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [7196/7196] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +Making check in multilarge_nlinear +/usr/gnu/bin/make test +/usr/gnu/bin/make check-TESTS +FAIL: test +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 0 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 1 +# XPASS: 0 +# ERROR: 0 +============================================================================ +See multilarge_nlinear/test-suite.log +============================================================================ +make[4]: [Makefile:779: test-suite.log] Error 1 (ignored) Making check in rstat /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [56/56] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in statistics /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [1113/1113] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in siman /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [5/5] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in sum /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [27/27] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in integration /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3037/3037] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in interpolation /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3794/3794] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in histogram /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [160/160] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ode-initval /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3509/3509] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ode-initval2 /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [1151/1151] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in roots /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [85/85] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multiroots /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [72/72] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in min /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [28/28] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multimin /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [52/52] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in monte /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [4320/4320] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ntuple /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3/3] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in diff /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [36/36] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in deriv /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [36/36] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in cdf /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [12017/12017] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in wavelet /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [12138/12138] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in bspline /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [19051366/19051366] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in spblas /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [482275/482275] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in spmatrix /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [40/40] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in splinalg /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [13508/13508] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in doc Making check in . Making check in examples -/usr/gnu/bin/make blas block cblas cdf cheb combination multiset const diff eigen fft fftmr fftreal fitting fitting2 fitting3 fitreg histogram histogram2d ieee ieeeround integration interp interp2d intro linalglu largefit matrix matrixw min monte ntupler ntuplew ode-initval permseq permshuffle polyroots qrng randpoisson randwalk rng rngunif robfit rootnewt roots siman sortsmall specfun specfun_e rstat rquantile stat statsort sum vector vectorr vectorview vectorw dwt nlfit interpp eigen_nonsymm bspline poisson interp_compare spmatrix +/usr/gnu/bin/make blas block cblas cdf cheb combination multiset const diff eigen fft fftmr fftreal fitting fitting2 fitting3 fitreg histogram histogram2d ieee ieeeround integration interp interp2d intro linalglu largefit matrix matrixw min monte ntupler ntuplew ode-initval permseq permshuffle polyroots qrng randpoisson randwalk rng rngunif robfit rootnewt roots siman sortsmall specfun specfun_e rstat rquantile stat statsort sum vector vectorr vectorview vectorw dwt nlfit nlfit2 nlfit3 nlfit4 interpp eigen_nonsymm bspline poisson interp_compare spmatrix /usr/gnu/bin/make test_gsl_histogram.sh pkgconfig.test /usr/gnu/bin/make check-TESTS PASS: test_gsl_histogram.sh PASS: pkgconfig.test -================== -All 2 tests passed -================== +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 2 +# PASS: 2 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ diff -r 93fdabfd72e4 -r 99009c0665cc components/libgsl/test/results-i386-64.master --- a/components/libgsl/test/results-i386-64.master Mon Jan 09 08:54:39 2017 -0800 +++ b/components/libgsl/test/results-i386-64.master Mon Jan 09 11:03:42 2017 -0800 @@ -3,405 +3,776 @@ Making check in sys /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [333/333] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in test Making check in err /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [70/70] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in const /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [7/7] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in complex /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [10121/10121] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in cheb /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [2745/2745] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in block /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [168/168] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in vector /usr/gnu/bin/make test test_static /usr/gnu/bin/make check-TESTS -Completed [33743/33743] PASS: test -Completed [33743/33743] PASS: test_static -================== -All 2 tests passed -================== +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 2 +# PASS: 2 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in matrix /usr/gnu/bin/make test test_static /usr/gnu/bin/make check-TESTS -Completed [1012/1012] PASS: test -Completed [1012/1012] PASS: test_static -================== -All 2 tests passed -================== +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 2 +# PASS: 2 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in permutation /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [4/4] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in combination /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [56/56] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multiset /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [129/129] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in sort /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [26352/26352] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ieee-utils /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [384/384] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in blas Making check in linalg /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -( 4, 4)[0,2]: 6.82121026329696178e-13 0 -( 4, 4)[2,2]: 1.00000000000056843 1 -FAIL: cholesky_invert hilbert(4) [233813] -FAIL: Cholesky Inverse [233814] -FAIL: test -================== -1 of 1 test failed -================== -make[3]: [check-TESTS] Error 1 (ignored) +PASS: test +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in eigen /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [984244/984244] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in specfunc /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [54790233/54790233] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in dht /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [4/4] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in qrng /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [39/39] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in rng /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [686/686] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in randist /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [134/134] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in fft /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [9204/9204] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in poly /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [225/225] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in fit /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [24/24] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multifit /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [197035/197035] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +Making check in multifit_nlinear +/usr/gnu/bin/make test +/usr/gnu/bin/make check-TESTS +PASS: test +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multilarge /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [7196/7196] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +Making check in multilarge_nlinear +/usr/gnu/bin/make test +/usr/gnu/bin/make check-TESTS +FAIL: test +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 0 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 1 +# XPASS: 0 +# ERROR: 0 +============================================================================ +See multilarge_nlinear/test-suite.log +============================================================================ +make[4]: [Makefile:779: test-suite.log] Error 1 (ignored) Making check in rstat /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [56/56] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in statistics /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [1113/1113] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in siman /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [5/5] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in sum /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [27/27] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in integration /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3037/3037] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in interpolation /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3794/3794] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in histogram /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [160/160] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ode-initval /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3509/3509] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ode-initval2 /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [1151/1151] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in roots /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [85/85] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multiroots /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [72/72] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in min /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [28/28] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multimin /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [52/52] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in monte /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [4320/4320] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ntuple /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3/3] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in diff /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [36/36] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in deriv /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [36/36] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in cdf /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [12017/12017] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in wavelet /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [12138/12138] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in bspline /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [19051366/19051366] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in spblas /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [482275/482275] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in spmatrix /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [40/40] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in splinalg /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [13508/13508] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in doc Making check in . Making check in examples -/usr/gnu/bin/make blas block cblas cdf cheb combination multiset const diff eigen fft fftmr fftreal fitting fitting2 fitting3 fitreg histogram histogram2d ieee ieeeround integration interp interp2d intro linalglu largefit matrix matrixw min monte ntupler ntuplew ode-initval permseq permshuffle polyroots qrng randpoisson randwalk rng rngunif robfit rootnewt roots siman sortsmall specfun specfun_e rstat rquantile stat statsort sum vector vectorr vectorview vectorw dwt nlfit interpp eigen_nonsymm bspline poisson interp_compare spmatrix +/usr/gnu/bin/make blas block cblas cdf cheb combination multiset const diff eigen fft fftmr fftreal fitting fitting2 fitting3 fitreg histogram histogram2d ieee ieeeround integration interp interp2d intro linalglu largefit matrix matrixw min monte ntupler ntuplew ode-initval permseq permshuffle polyroots qrng randpoisson randwalk rng rngunif robfit rootnewt roots siman sortsmall specfun specfun_e rstat rquantile stat statsort sum vector vectorr vectorview vectorw dwt nlfit nlfit2 nlfit3 nlfit4 interpp eigen_nonsymm bspline poisson interp_compare spmatrix /usr/gnu/bin/make test_gsl_histogram.sh pkgconfig.test /usr/gnu/bin/make check-TESTS PASS: test_gsl_histogram.sh PASS: pkgconfig.test -================== -All 2 tests passed -================== +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 2 +# PASS: 2 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ diff -r 93fdabfd72e4 -r 99009c0665cc components/libgsl/test/results-sparc-32.master --- a/components/libgsl/test/results-sparc-32.master Mon Jan 09 08:54:39 2017 -0800 +++ b/components/libgsl/test/results-sparc-32.master Mon Jan 09 11:03:42 2017 -0800 @@ -3,401 +3,779 @@ Making check in sys /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [333/333] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in test Making check in err /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [70/70] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in const /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [7/7] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in complex /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [10121/10121] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in cheb /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [2745/2745] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in block /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [168/168] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in vector /usr/gnu/bin/make test test_static /usr/gnu/bin/make check-TESTS -Completed [33743/33743] PASS: test -Completed [33743/33743] PASS: test_static -================== -All 2 tests passed -================== +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 2 +# PASS: 2 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in matrix /usr/gnu/bin/make test test_static /usr/gnu/bin/make check-TESTS -Completed [1012/1012] PASS: test -Completed [1012/1012] PASS: test_static -================== -All 2 tests passed -================== +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 2 +# PASS: 2 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in permutation /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [4/4] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in combination /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [56/56] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multiset /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [129/129] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in sort /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [26352/26352] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ieee-utils /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [384/384] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in blas Making check in linalg /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [233845/233845] -PASS: test -============= -1 test passed -============= +FAIL: test +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 0 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 1 +# XPASS: 0 +# ERROR: 0 +============================================================================ +See linalg/test-suite.log +============================================================================ +make[4]: [Makefile:759: test-suite.log] Error 1 (ignored) Making check in eigen /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [984244/984244] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in specfunc /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [54790233/54790233] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in dht /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [4/4] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in qrng /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [39/39] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in rng /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [686/686] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in randist /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [134/134] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in fft /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [9204/9204] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in poly /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [225/225] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in fit /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [24/24] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multifit /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [197035/197035] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +Making check in multifit_nlinear +/usr/gnu/bin/make test +/usr/gnu/bin/make check-TESTS +PASS: test +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multilarge /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [7196/7196] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +Making check in multilarge_nlinear +/usr/gnu/bin/make test +/usr/gnu/bin/make check-TESTS +FAIL: test +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 0 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 1 +# XPASS: 0 +# ERROR: 0 +============================================================================ +See multilarge_nlinear/test-suite.log +============================================================================ +make[4]: [Makefile:779: test-suite.log] Error 1 (ignored) Making check in rstat /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [56/56] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in statistics /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [1113/1113] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in siman /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [5/5] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in sum /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [27/27] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in integration /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3037/3037] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in interpolation /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3794/3794] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in histogram /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [160/160] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ode-initval /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3509/3509] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ode-initval2 /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [1151/1151] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in roots /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [85/85] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multiroots /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [72/72] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in min /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [28/28] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multimin /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [52/52] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in monte /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [4320/4320] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ntuple /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3/3] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in diff /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [36/36] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in deriv /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [36/36] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in cdf /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [12017/12017] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in wavelet /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [12138/12138] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in bspline /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [19051366/19051366] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in spblas /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [482275/482275] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in spmatrix /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [40/40] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in splinalg /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [13508/13508] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in doc Making check in . Making check in examples -/usr/gnu/bin/make blas block cblas cdf cheb combination multiset const diff eigen fft fftmr fftreal fitting fitting2 fitting3 fitreg histogram histogram2d ieee ieeeround integration interp interp2d intro linalglu largefit matrix matrixw min monte ntupler ntuplew ode-initval permseq permshuffle polyroots qrng randpoisson randwalk rng rngunif robfit rootnewt roots siman sortsmall specfun specfun_e rstat rquantile stat statsort sum vector vectorr vectorview vectorw dwt nlfit interpp eigen_nonsymm bspline poisson interp_compare spmatrix +/usr/gnu/bin/make blas block cblas cdf cheb combination multiset const diff eigen fft fftmr fftreal fitting fitting2 fitting3 fitreg histogram histogram2d ieee ieeeround integration interp interp2d intro linalglu largefit matrix matrixw min monte ntupler ntuplew ode-initval permseq permshuffle polyroots qrng randpoisson randwalk rng rngunif robfit rootnewt roots siman sortsmall specfun specfun_e rstat rquantile stat statsort sum vector vectorr vectorview vectorw dwt nlfit nlfit2 nlfit3 nlfit4 interpp eigen_nonsymm bspline poisson interp_compare spmatrix /usr/gnu/bin/make test_gsl_histogram.sh pkgconfig.test /usr/gnu/bin/make check-TESTS PASS: test_gsl_histogram.sh PASS: pkgconfig.test -================== -All 2 tests passed -================== +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 2 +# PASS: 2 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ diff -r 93fdabfd72e4 -r 99009c0665cc components/libgsl/test/results-sparc-64.master --- a/components/libgsl/test/results-sparc-64.master Mon Jan 09 08:54:39 2017 -0800 +++ b/components/libgsl/test/results-sparc-64.master Mon Jan 09 11:03:42 2017 -0800 @@ -3,401 +3,779 @@ Making check in sys /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [333/333] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in test Making check in err /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [70/70] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in const /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [7/7] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in complex /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [10121/10121] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in cheb /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [2745/2745] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in block /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [168/168] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in vector /usr/gnu/bin/make test test_static /usr/gnu/bin/make check-TESTS -Completed [33743/33743] PASS: test -Completed [33743/33743] PASS: test_static -================== -All 2 tests passed -================== +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 2 +# PASS: 2 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in matrix /usr/gnu/bin/make test test_static /usr/gnu/bin/make check-TESTS -Completed [1012/1012] PASS: test -Completed [1012/1012] PASS: test_static -================== -All 2 tests passed -================== +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 2 +# PASS: 2 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in permutation /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [4/4] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in combination /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [56/56] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multiset /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [129/129] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in sort /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [26352/26352] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ieee-utils /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [384/384] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in blas Making check in linalg /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [233845/233845] -PASS: test -============= -1 test passed -============= +FAIL: test +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 0 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 1 +# XPASS: 0 +# ERROR: 0 +============================================================================ +See linalg/test-suite.log +============================================================================ +make[4]: [Makefile:759: test-suite.log] Error 1 (ignored) Making check in eigen /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [984244/984244] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in specfunc /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [54790233/54790233] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in dht /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [4/4] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in qrng /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [39/39] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in rng /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [686/686] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in randist /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [134/134] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in fft /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [9204/9204] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in poly /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [225/225] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in fit /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [24/24] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multifit /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [197035/197035] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +Making check in multifit_nlinear +/usr/gnu/bin/make test +/usr/gnu/bin/make check-TESTS +PASS: test +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multilarge /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [7196/7196] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ +Making check in multilarge_nlinear +/usr/gnu/bin/make test +/usr/gnu/bin/make check-TESTS +FAIL: test +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 0 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 1 +# XPASS: 0 +# ERROR: 0 +============================================================================ +See multilarge_nlinear/test-suite.log +============================================================================ +make[4]: [Makefile:779: test-suite.log] Error 1 (ignored) Making check in rstat /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [56/56] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in statistics /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [1113/1113] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in siman /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [5/5] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in sum /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [27/27] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in integration /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3037/3037] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in interpolation /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3794/3794] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in histogram /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [160/160] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ode-initval /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3509/3509] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ode-initval2 /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [1151/1151] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in roots /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [85/85] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multiroots /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [72/72] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in min /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [28/28] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in multimin /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [52/52] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in monte /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [4320/4320] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in ntuple /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [3/3] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in diff /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [36/36] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in deriv /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [36/36] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in cdf /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [12017/12017] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in wavelet /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [12138/12138] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in bspline /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [19051366/19051366] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in spblas /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [482275/482275] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in spmatrix /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [40/40] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in splinalg /usr/gnu/bin/make test /usr/gnu/bin/make check-TESTS -Completed [13508/13508] PASS: test -============= -1 test passed -============= +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 1 +# PASS: 1 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================ Making check in doc Making check in . Making check in examples -/usr/gnu/bin/make blas block cblas cdf cheb combination multiset const diff eigen fft fftmr fftreal fitting fitting2 fitting3 fitreg histogram histogram2d ieee ieeeround integration interp interp2d intro linalglu largefit matrix matrixw min monte ntupler ntuplew ode-initval permseq permshuffle polyroots qrng randpoisson randwalk rng rngunif robfit rootnewt roots siman sortsmall specfun specfun_e rstat rquantile stat statsort sum vector vectorr vectorview vectorw dwt nlfit interpp eigen_nonsymm bspline poisson interp_compare spmatrix +/usr/gnu/bin/make blas block cblas cdf cheb combination multiset const diff eigen fft fftmr fftreal fitting fitting2 fitting3 fitreg histogram histogram2d ieee ieeeround integration interp interp2d intro linalglu largefit matrix matrixw min monte ntupler ntuplew ode-initval permseq permshuffle polyroots qrng randpoisson randwalk rng rngunif robfit rootnewt roots siman sortsmall specfun specfun_e rstat rquantile stat statsort sum vector vectorr vectorview vectorw dwt nlfit nlfit2 nlfit3 nlfit4 interpp eigen_nonsymm bspline poisson interp_compare spmatrix /usr/gnu/bin/make test_gsl_histogram.sh pkgconfig.test /usr/gnu/bin/make check-TESTS PASS: test_gsl_histogram.sh PASS: pkgconfig.test -================== -All 2 tests passed -================== +============================================================================ +Testsuite summary for gsl 2.2.1 +============================================================================ +# TOTAL: 2 +# PASS: 2 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 +============================================================================