view test/ChangeLog @ 7334:274d9642ac10 release-3-0-0

[project @ 2007-12-22 01:42:45 by jwe]
author jwe
date Sat, 22 Dec 2007 01:42:46 +0000
parents 40a17a87155e
children 1ea9ee491098 a5a86cc9ef38
line wrap: on
line source

2007-12-21  John W. Eaton  <jwe@octave.org>

	Version 3.0.0 released.

2007-12-18  David Bateman  <dbateman@free.fr>

	* build_sparse_tests.sh: Add tests for indexing like a([1,1],:),
	a(:,[1,1]) and sparse(42)([1,1]).

2007-12-11  David Bateman  <dbateman@free.fr>

	* build_sparse_tests.sh: Drop argument to Fsparse to force mutation.
	* test_range.m: Ditto.

2007-12-10  John W. Eaton  <jwe@octave.org>

	* test_nonlin.m: Delete.

2007-12-03  David Bateman  <dbateman@free.fr>

	* fntests.m: Also count the skipped tests.
	* build_sparse_tests.sh: As appropriate make tests conditional on
	HAVE_UMFPACK, HAVE_CHOLMOD and HAVE_CXSPARSE.

2007-11-26  David Bateman  <dbateman@free.fr>

	* build_sparse_tests.sh: More care with sparse return values.

2007-10-30  Kim Hansen  <kimhanse@gmail.com>

	* build_sparse_tests.sh: Fix typo.

2007-10-23  John W. Eaton  <jwe@octave.org>

	* build_sparse_tests.sh (gen_sparsesparse_elementop_tests):
	Use xtest for "assert(as./bs,sparse(af./bf,true),100*eps);" test.

2007-10-12  John W. Eaton  <jwe@octave.org>

	* Change copyright notices in all files that are part of Octave to
	GPLv3 or any later version.

2007-10-06  John W. Eaton  <jwe@octave.org>

	* test_poly.m: Move residue test to residue.m.

2007-09-29  Kim Hansen  <kimhanse@gmail.com>

	* test_range.m: Test range data

2007-09-21  John W. Eaton  <jwe@octave.org>

	* test_slice.m: Fix test for x = ones ([0, 2]); x(idx) = N case.
	See change for liboctave/Array.cc.

2007-06-15  John W. Eaton  <jwe@octave.org>

	* fntests.m: Also report expected failures in summary.
	Improved wording from Thomas Weber <thomas.weber.mail@gmail.com>.

2007-06-06  John W. Eaton  <jwe@octave.org>

	* test_signal.m: Rename internal assert function to xassert.

2007-04-26  David Bateman  <dbateman@free.fr>

	* test_for.m: Add tests for multi-dimensional matrices and cell
	arrays.

2007-04-04  Rafael Laboissiere  <rafael@debian.org>

	* Makefile.in (clean): Also remove a.wav file created by
	testing wavwrite.m.

2007-04-03  Kim Hansen  <kimhanse@gmail.com>

	* test_slice.m: New file.

2007-03-27  John W. Eaton  <jwe@octave.org>

	* Makefile.in (dist): Use ln, not $(LN_S).

2007-02-26  From Michael Goffioul  <michael.goffioul@swing.be>

	* Makefile.in: Use $(LN_S) instead of ln or ln -s.

2007-02-20  John W. Eaton  <jwe@octave.org>

	* Makefile.in (check): Use --norc instead of --no-site-file.
	From: Alex Zvoleff  <azvoleff@ucsd.edu>

2007-02-19  John W. Eaton  <jwe@octave.org>

	* test_system.m: Handle confirm_recursive_rmdir as function
	instead of built-in variable.

2007-02-07  John W. Eaton  <jwe@octave.org>

	* fntests.m: Add plea for help writing tests.

2007-01-11  John W. Eaton  <jwe@octave.org>

	* fntests.m: Also handle scripts directory in the build tree.

	* Makefile.in (OCTAVE_SCRIPT_PATH): Delete unused variable.

2006-11-14  Luis F. Ortiz  <lortiz@interactivesupercomputing.com>

	* fntests.m: Include liboctave in the list of directories to test.

2006-08-25  John W. Eaton  <jwe@octave.org>

	* test_io.m (testls): Allow for small variance in loaded values
	for text data formats.  Use persistent local variables instead of
	resetting rand seed.

2006-08-22  David Bateman  <dbateman@free.fr>

	* build_sparse_tests.sh: Don't force conversion to sparse boolean
	return type for string mapper functions.

2006-08-21  John W. Eaton  <jwe@octave.org>

	* test_io.m: Use isequal (a, b) instead of a != b.  Use isequal
	for struct and cell tests instead of more complex constructs.

2006-06-27  John W. Eaton  <jwe@octave.org>

	* Makefile.in (distclean): Also remove test_sparse.m.

2006-06-07  John W. Eaton  <jwe@octave.org>

	* fntests.m: Keep track of files with tests and report total.

2006-06-01  John W. Eaton  <jwe@octave.org>

	* fntests.m (print_test_file_name, print_pass_fail): New functions.
	(runtestdir, runtestscript): Use them.  Print info for each file
	with tests.  Print info about files without tests to log file.
	(run_test_dir): Rename from runtestdir.  Change all uses.
	(run_test_script): Rename from runtestscript.  Change all uses.
	Handle page_screen_output as a function instead of a built-in
	variable.

2006-05-04  John W. Eaton  <jwe@octave.org>

	* test_prefer.m: Adjust tests for eliminated built-in variables.

2006-04-29  John W. Eaton  <jwe@octave.org>

	* Makefile.in (check): Use run-octave script.

2006-04-28  John W. Eaton  <jwe@octave.org>

	* test_prefer.m: Adjust tests for new way of handling warning state.
	* build_sparse_tests.sh: Likewise.

2006-04-11  John W. Eaton  <jwe@octave.org>

	* test_system.m, test_struct.m, test_string.m, test_quad.m,
	test_number.m, test_nonlin.m, test_matrix.m, test_linalg.m,
	test_io.m, test_diffeq.m, test_arith.m: Update for new usage
	message format.

2006-04-03  David Bateman  <dbateman@free.fr>

	* test_number.m: Reverse sense of isscalar and isvector tests
          for recent changes.

2006-03-21  John W. Eaton  <jwe@octave.org>

	* test_system.m: Use cell arrays of character strings in fnmatch
	tests.

2006-03-16  John W. Eaton  <jwe@octave.org>

	* test_system.m: End all *pwent tests with a call to endpwent.
	End all *grent tests with a call to endgrent.

2006-03-14  John W. Eaton  <jwe@octave.org>

	* fntests.m: Prettier printing of output.
	* test_eval.m: Disable chatty tests.

2006-03-08  David Bateman  <dbateman@free.fr>

	* test_system.m: Fix recursive rmdir test for recent change.

2006-02-20  David Bateman  <dbateman@free.fr>

	* build_spase_tests.sh: Add tests for ldiv tests for rectangular
	diagonal, permuted diagonal, triangular and permuted triangular
	matrices.

2006-02-09  David Bateman  <dbateman@free.fr>

        * build_sparse_tests.sh: Add tests for sparse QR solvers.

2006-01-21  David Bateman  <dbateman@free.fr>

        * build_sparsetest.sh: Add new un-ordered indexing, assignment and
        deletion tests.

2006-01-13  Bill Denney  <bill@givebillmoney.com>

	* test_system.m: Use filesep instead of "/" where needed.

2005-12-14  David Bateman  <dbateman@free.fr>

	* build_sparse_tests.sh: New script to build sparse matrix tests.
	* fntests.m: New script to run the octave test code, with "make check".
	* Makefile.in (DISTDIRS): Delete.
	(dist): Simplify.
	(OCTAVE_SCRIPT_PATH): Include . and $(srcdir).
	(check): Run tests with fntest.m instead of runtest.
	(test_sparse.m): New target.
	(clean): Remove fntests.log instead of octave.log and octave.sum.
	
	* tests/test_args.m, tests/test_infnan.m, tests/test_set.m,
	tests/test_arith.m, tests/test_io.m, tests/test_signal.m,
	tests/test_audio.m, tests/test_linalg.m, tests/test_sparse.m,
	tests/test_contin.m, tests/test_logical-wfi-f.m, tests/test_stats.m,
	tests/test_control.m, tests/test_logical-wfi-t.m, tests/test_string.m,
	tests/test_diffeq.m, tests/test_matrix.m, tests/test_struct.m,
	tests/test_error.m, tests/test_nonlin.m, tests/test_switch.m,
	tests/test_eval-catch.m, tests/test_number.m, tests/test_system.m,
	tests/test_eval.m, tests/test_optim.m, tests/test_transpose.m,
	tests/test_for.m, tests/test_plot.m, tests/test_try.m,
	tests/test_global.m, tests/test_poly.m, tests/test_unix.m,
	tests/test_if.m, tests/test_prefer.m, tests/test_unwind.m,
	tests/test_image.m, tests/test_quad.m, tests/test_while.m,
	tests/test_index-wfi-f.m, tests/test_recursion.m,
	tests/test_index-wfi-t.m, tests/test_return.m: Initial of conversion 
	of DejaGnu tests to test/assert infrastructure.

2005-05-11  John W. Eaton  <jwe@octave.org>

	* config/unix.exp: Start Octave with -H.

2002-10-31  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave.test/arith/prod-4.m, octave.test/arith/sum-4.m:
	Cover more cases for empty matrices.

2002-10-15  Paul Kienzle <pkienzle@users.sf.net>

	* Makefile.in: Use @library_path_var@ instead of LD_LIBRARY_PATH.

2002-09-27  Paul Kienzle <pkienzle@users.sf.net>

	* qr-7.m: Remove randomness from complex matrix generator.
	Increase tolerance on rosser matrix test.

2002-09-26  Paul Kienzle <pkienzle@users.sf.net>

	* octave.test/linalg/qr-7.m: Replace large random matrix tests 
	of economy QR decomposition with small predictable tests.
	Include numerically sensitive rosser matrix test.  Don't
	report the measured norms. 

2002-04-24  Bill Lash  <lash@tellabs.com>

	* test/octave.test/signal/signal.exp: Add unwrap test.
	* test/octave.test/signal/unwrap-1.m: New file.

2002-04-24  David Billinghurst <David.Billinghurst@riotinto.com.au>

	* octave.test/signal/signal.exp: Add tests for fft, ifft
	fft2, ifft2 and detrend.
	* octave.test/signal/detrend-1.m: New test.
	* octave.test/signal/detrend-2.m: New test.
	* octave.test/signal/detrend-3.m: New test.
	* octave.test/signal/fft-1.m: New test.
	* octave.test/signal/ifft-1.m: New test.
	* octave.test/signal/fft2-1.m: New test.
	* octave.test/signal/ifft2-1.m: New test.

2002-04-22  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave.test/diffeq/dassl-1.m (tol): Use relative tolerance for test. 
	* octave.test/diffeq/dassl-2.m (tol): Likewise.
	* octave.test/diffeq/lsode-1.m (tol): Likewise.
	* octave.test/diffeq/lsode-2.m (tol): Likewise.
	* octave.test/diffeq/lsode-3.m (tol): Likewise.

2002-04-12  Kienzle <pkienzle@jazz.ncnr.nist.gov>

	* config/unix.exp: Allow running of individual tests with
	"runtest *.exp" from any of the directories under test/octave.test.

2002-04-02  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave.test/linalg/qr-7.m: New test.
	From Paul Kienzle <pkienzle@jazz.ncnr.nist.gov>.
	
2001-04-24  Christoph Spiel <cspiel@hammersmith-consulting.com>

	* Makefile.in (check): Allow user to specify which .exp file to run.
	* octave.test/try, octave.test/eval-catch: New directories and tests.

2000-06-07  Ben Sapp <bsapp@nua.lampf.lanl.gov>

	* octave.test/quad/quad-1.m: Use absolute value of difference
	from expected value when comparing with sqrt (eps).  Potential
	problems like this were noticed by Przemek Klosowski
	<przemek@rrdjazz.nist.gov>.
	* octave.test/quad/quad-2.m: Likewise.
	* octave.test/arith/exp-1.m: Likewise.
	* octave.test/linalg/cond-1.m: Likewise.
	* octave.test/linalg/eig-1.m: Likewise.
	* octave.test/linalg/eig-2.m: Likewise.
	* octave.test/linalg/inv-1.m: Likewise.
	* octave.test/linalg/lu-2.m: Likewise.
	* octave.test/linalg/svd-2.m: Likewise.
	* octave.test/linalg/svd-10.m: Likewise.

1999-10-29  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave.test/system/mktime-1.m (t): Compare whole seconds only.

Fri Dec  4 20:55:47 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave.test/system/clock-1.m: Use standard format specifiers %d
	and %H instead of %e and %k.

Fri Oct 23 15:53:01 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave.test/arith/exp-5.m: New test.

	* octave.test/stats/mean-3.m: New version of mean accepts a second
	optional arg.

	* octave.test/system/date-1.m: Correct test for new Y2K-compliant
	date function.

Wed May 27 00:38:27 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave.test/diffeq/dassl-1.m, octave.test/diffeq/dassl-2.m,
	octave.test/diffeq/lsode-1.m: New tests, from David Billinghurst
	<David.Billinghurst@riotinto.com.au>.

	* octave.test/diffeq/lsode-2.m, octave.test/diffeq/lsode-3.m:
 	New tests, from Peter Hopfgartner <phopfgartner@memc.inet.it>.

Thu Apr 23 01:45:16 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in: If $(SHARED_LIBS), set LD_LIBRARY_PATH for running
	Octave before installation is complete.

Wed Apr 15 15:23:43 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave.test/index/dfi-f/m-2.m, octave.test/index/dfi-f/index.exp:
	Expect this test to succed now.

Thu Mar  5 20:35:26 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave.test/system/gmtime-1.m, octave.test/system/localtime-1.m:
	Not all systems have time zone info in the struct.

Mon Mar  2 14:36:50 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave.test/io/binary-io-1.m (id): Use binary flag in fopen call.

Wed Apr  2 21:59:15 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave.test/prefer/prefer.exp: Delete prefer-36 and prefer-37.
	* octave.test/prefer/prefer-36.m, octave.test/prefer/prefer-37.m:
	Delete test files.

Wed Mar 12 16:56:41 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (install-strip): New target.

Sat Mar  1 15:23:14 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.5 released.

Thu Feb 20 02:58:05 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.4 released.

Tue Feb 18 09:22:04 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.3 released.

Mon Jan 27 15:51:58 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.2 released.

Thu Jan 23 13:48:19 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octave.test/unwind/unwind-2.m: Scripts now stop executing when
	errors are encountered.

	* octave.test/return/return.exp: Return at top level is no longer
	an error.

Tue Jan  7 00:16:23 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.1 released.

Tue Dec 10 01:43:05 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0 released.

Fri Dec  6 15:23:39 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 1.94.

Wed Nov 20 01:00:02 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 1.93.

Thu Nov 14 00:05:57 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 1.92

Thu Nov  7 12:43:03 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 1.91.

Wed Oct 30 17:19:12 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 1.90.

	* Makefile.in (DISTFILES): Add ChangeLog.

Fri Feb  9 21:40:49 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (OCTAVE_SCRIPT_PATH): Add ../src directory (for .oct
	files) and current directory (why not?).

See ChangeLog.1 in the top level directory for earlier changes.