log scripts/testfun/__run_test_suite__.m @ 21633:dcf8922b724b

age author description
Wed, 20 Apr 2016 17:53:10 +0200 Kai T. Ohlhus Deprecate printf, puts, and scanf. Make fputs a M-file.
Thu, 10 Mar 2016 19:00:37 -0500 John W. Eaton deprecate octave_config_info
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Thu, 19 Nov 2015 14:17:45 -0800 Rik Preface error() messages with name of function when possible.
Wed, 05 Aug 2015 15:21:21 -0400 John W. Eaton * __run_test_suite__.m: Return number of passed, failed, and skipped tests.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Tue, 30 Dec 2014 11:33:33 -0500 John W. Eaton do a better job of preserving warning state when running tests
Tue, 02 Dec 2014 10:05:03 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Sun, 30 Nov 2014 23:23:14 -0500 John W. Eaton improve reporting for __run_test_suite__ (bug #43732) stable
Wed, 22 Oct 2014 11:37:00 -0700 Rik Use cd rather than chdir in core Octave code.
Sat, 27 Sep 2014 20:21:46 -0700 Rik Add BIST tests for various quasi-internal m-files.
Tue, 24 Dec 2013 01:30:27 -0500 John W. Eaton tweak format of per-file info lines in __run_test_suite__ output
Mon, 23 Dec 2013 18:38:53 +0100 Carlo de Falco Don't count expected failures as passed tests.
Fri, 06 Dec 2013 16:46:47 -0500 John W. Eaton also check for xtest in __run_test_suite__ stable
Wed, 27 Nov 2013 09:11:20 -0800 Rik test: Run test suite tests in compilation order (liboctave, libinterp, scripts). stable
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 06 Sep 2013 14:08:42 -0700 Rik Replace cellfun() occurrences with faster code where possible.
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Mon, 05 Aug 2013 11:43:58 -0700 Rik __run_test_suite__.m: Recode regexps for performance. Don't search private '.' dirs.
Wed, 17 Jul 2013 14:02:32 -0700 Rik Use matrix concatenation for strings, rather than cstrcat(), for clarity and performance.
Sat, 22 Jun 2013 19:47:32 -0700 Rik doc: Periodic grammarcheck of documentation.
Sat, 09 Feb 2013 21:35:55 -0500 John W. Eaton rename all test files in the test directory from test_X.m to X.tst
Fri, 08 Feb 2013 16:53:14 -0500 John W. Eaton install tests and functions to run them