log scripts/testfun/__run_test_suite__.m @ 33669:96f077c60226 default tip @

age author description
Tue, 27 Feb 2024 23:48:37 -0500 John W. Eaton display total time to execute test suite stable
Thu, 01 Feb 2024 13:28:20 -0500 John W. Eaton include timing info in test suite result summary output stable
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Thu, 04 May 2023 18:06:08 +0200 Markus Mützel mfile_encoding: Add to officially documented functions.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 12 Dec 2022 14:35:46 -0800 Rik doc: Ensure DOCSTRING has an output when function returns a value (bug #61681) stable
Wed, 30 Mar 2022 20:40:27 -0700 Rik doc: Ensure documentation lists output argument when it exists for all m-files.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 26 Nov 2021 20:53:22 -0800 Rik maint: Style check m-files ahead of 7.1 release. stable
Thu, 02 Sep 2021 11:17:45 -0400 John W. Eaton * __run_test_suite__.m: Show summary of failed tests before final summary.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 21 Feb 2020 09:32:06 +0100 Markus Mützel tests: Set mfile encoding to "UTF-8" while running test suite. stable
Mon, 10 Feb 2020 18:48:24 -0800 Mike Miller tests: restore warning "quiet" state after running test suite (bug #57786)
Fri, 10 Jan 2020 12:08:07 -0800 Rik __run_test_suite__.m: Validate .m/.cc names are files before proceeding.
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Tue, 20 Aug 2019 19:09:32 -0400 John W. Eaton attempt to make test failures more visible
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 21 Dec 2018 09:43:30 -0800 Mike Miller test: do not look for BISTs in .m files in fixed test dirs (bug #55250) stable
Tue, 28 Aug 2018 00:04:28 -0400 John W. Eaton process tests in @CLASS directories again (bug #54561)
Mon, 20 Aug 2018 15:29:53 -0400 John W. Eaton eliminate some nearly duplicate code in __run_test_suite__
Thu, 02 Aug 2018 10:14:31 -0700 Rik __run_test_suite__.m: Ignore legacy/ directory files during testing.
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 28 Mar 2018 13:11:00 -0700 Rik maint: Match variable names in documentation to those in function prototype. stable
Mon, 26 Mar 2018 15:16:07 -0700 Mike Miller test: reduce relative file names in test suite output stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 28 Dec 2017 10:17:01 -0500 John W. Eaton use same wording and order for individual test results and summary
Sun, 29 Oct 2017 17:33:41 -0700 Rik Add BIST test for clear() function (bug #35881).
Fri, 11 Aug 2017 09:43:02 -0400 John W. Eaton shorten messages displayed at end of make check