log scripts/testfun/test.m @ 19631:db92e7e28e1f

age author description
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
Mon, 15 Dec 2014 22:16:25 -0800 Rik test.m: Avoid num-to-str warning.
Tue, 28 Oct 2014 13:45:32 -0700 Rik test.m: Eliminate needless use of feof().
Mon, 22 Sep 2014 20:46:54 -0700 Rik doc: Periodic grammarcheck of documentation.
Sun, 21 Sep 2014 21:42:28 +0200 Andreas Weber test.m: use comma to separate observed and expected
Mon, 01 Sep 2014 07:58:31 -0700 Rik test.m: Fix typo in __signal_fail name.
Sun, 24 Aug 2014 15:25:21 -0700 Rik test.m: Overhaul function (also fixes bug #39703).
Wed, 25 Jun 2014 13:45:41 -0700 Rik maint: Use "FIXME:" coding convention in m-files.
Mon, 23 Dec 2013 18:38:53 +0100 Carlo de Falco Don't count expected failures as passed tests.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 28 Aug 2013 08:27:38 -0700 Rik Use '##' for comments which stand alone on a line.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Mon, 12 Aug 2013 17:36:54 +0200 Stefan Mahr Use ... instead of \ for line continuation marker.
Wed, 17 Jul 2013 14:02:32 -0700 Rik Use matrix concatenation for strings, rather than cstrcat(), for clarity and performance.
Tue, 04 Jun 2013 19:41:21 +0200 Rafael Laboissiere test.m: Use correct English singular/plural in reporting messages (bug #39164).
Sat, 13 Jul 2013 16:27:49 -0700 Rik test.m: Fix randomly failing %!warning test blocks (bug #35850, bug #38679).
Sat, 13 Jul 2013 14:45:17 -0700 Rik test.m: Use the syntax "BLOCK_NAME failed" for error/warnings blocks.
Sat, 02 Mar 2013 07:41:50 -0500 John W. Eaton new way to test for features in Octave scripts
Fri, 08 Feb 2013 16:53:14 -0500 John W. Eaton install tests and functions to run them
Sun, 09 Dec 2012 18:27:58 -0500 Mike Miller test.m: Better error reporting for arguments that can't be tested (bug #37592)
Sun, 14 Oct 2012 20:18:22 -0700 Rik Improve demo() to warn when an input function does not exist.
Tue, 24 Jul 2012 07:50:42 -0700 Rik Clear %!functions at the end of testing, not for each shared block.
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Mon, 13 Feb 2012 07:38:23 -0800 Rik doc: Use Octave preference for double quote in docstrings in scripts/
Fri, 20 Jan 2012 12:59:53 -0800 Rik Revamp %!demos in m-files to use Octave coding conventions on spacing, etc.
Tue, 10 Jan 2012 18:10:33 -0800 Rik Don't process comments in %!testif specifications. stable
Mon, 09 Jan 2012 13:32:44 -0800 Rik test: Expand %!testif functionality to multiple conditions stable
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sun, 18 Dec 2011 18:15:18 -0800 Rik Avoid segfault in test() and demo() blocks with embedded functions (Bugs #35068, #32843, #33981) stable
Tue, 22 Nov 2011 17:56:06 -0800 Rik test.m: Update tests which depend on error messages changed in toeplitz.m
Sun, 09 Oct 2011 07:25:07 -0700 Rik Add %!endfunction block keyword to test.m
Wed, 25 May 2011 14:09:00 -0700 Rik Deprecate error_text(), __error_text__()
Mon, 02 May 2011 11:26:27 -0700 Rik Properly warn when demo or example called on a function without demos
Tue, 15 Feb 2011 01:28:11 +0100 David Bateman More explicit error message when source with tests for dynamically linked functions not found (#30341)
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Tue, 18 Jan 2011 20:55:01 -0800 Rik Grammarcheck m-files before 3.4 release.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Fri, 24 Dec 2010 07:32:21 -0800 Rik test.m: Use 'Command' for deftype in docstring.
Tue, 28 Sep 2010 09:25:14 -0700 Rik Make all regexp in Octave compatible with both POSIX and PCRE.
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Sun, 16 May 2010 22:26:54 -0700 Rik Print name of function in error() string messages.
Sat, 08 May 2010 10:29:39 -0700 Rik Don't abort testing when merely skipping a testif block.
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Fri, 05 Mar 2010 13:21:31 +0100 Jaroslav Hajek support ID test for errors and warningsin test suites
Mon, 18 Jan 2010 16:04:09 -0500 John W. Eaton oct-parse.yy (eval_string): save and set reading_{script,fcn,classdef}_file vars
Mon, 18 Jan 2010 13:48:13 +0100 David Grundberg Fix !function test blocks
Thu, 17 Dec 2009 11:08:26 -0800 Rik Add newline to message output of test.m
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Sun, 15 Feb 2009 23:49:15 -0500 John W. Eaton handle commands in the lexer
Tue, 13 Jan 2009 14:08:36 -0500 John W. Eaton style fixes
Tue, 13 Jan 2009 11:56:00 -0500 John W. Eaton comment style fixes
Tue, 13 Jan 2009 00:25:40 -0500 Brian Gough [docs] capitalize Octave consistently
Wed, 24 Dec 2008 15:27:49 -0500 John W. Eaton test.m: print "has no tests" message if there are demos but no tests
Wed, 08 Oct 2008 20:00:25 +0200 Jaroslav Hajek replace all TODOs and XXXs with FIXMEs
Thu, 17 Jul 2008 10:55:50 -0400 John W. Eaton fix tests