Mercurial > hg > octave-max
annotate test/ChangeLog @ 11213:009d16b010fa
lo-mappers.cc (xmod, xrem): don't copy sign if result is zero
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 09 Nov 2010 13:21:15 -0500 |
parents | 3071d909ebab |
children | 521373e25613 |
rev | line source |
---|---|
11088 | 1 2010-09-29 Rik <octave@nomad.inbox5.com> |
11054
3b8817c91e31
fntests.m: Break output text differently for better readability.
Rik <octave@nomad.inbox5.com>
parents:
11033
diff
changeset
|
2 |
3b8817c91e31
fntests.m: Break output text differently for better readability.
Rik <octave@nomad.inbox5.com>
parents:
11033
diff
changeset
|
3 * fntests.m: Break output text differently for better readability. |
3b8817c91e31
fntests.m: Break output text differently for better readability.
Rik <octave@nomad.inbox5.com>
parents:
11033
diff
changeset
|
4 |
11088 | 5 2010-09-28 Rik <octave@nomad.inbox5.com> |
11033
d9c8916bb9dd
Untabify a few remaining .m scripts.
Rik <octave@nomad.inbox5.com>
parents:
11032
diff
changeset
|
6 |
d9c8916bb9dd
Untabify a few remaining .m scripts.
Rik <octave@nomad.inbox5.com>
parents:
11032
diff
changeset
|
7 * test/@Gork/set.m, test/fntests.m, test/test_func.m, test/test_io.m: |
d9c8916bb9dd
Untabify a few remaining .m scripts.
Rik <octave@nomad.inbox5.com>
parents:
11032
diff
changeset
|
8 Untabify scripts. |
d9c8916bb9dd
Untabify a few remaining .m scripts.
Rik <octave@nomad.inbox5.com>
parents:
11032
diff
changeset
|
9 |
11088 | 10 2010-09-27 Rik <octave@nomad.inbox5.com> |
11032
c9b0a75b02e8
Make all regexp in Octave compatible with both POSIX and PCRE.
Rik <octave@nomad.inbox5.com>
parents:
11024
diff
changeset
|
11 |
c9b0a75b02e8
Make all regexp in Octave compatible with both POSIX and PCRE.
Rik <octave@nomad.inbox5.com>
parents:
11024
diff
changeset
|
12 * fntests.m: Use single quotes for regex when possible. |
c9b0a75b02e8
Make all regexp in Octave compatible with both POSIX and PCRE.
Rik <octave@nomad.inbox5.com>
parents:
11024
diff
changeset
|
13 |
11088 | 14 2010-09-26 Rik <octave@nomad.inbox5.com> |
11024
fa56fd98c0c5
Remove requirement for PCRE in Octave. (Bug #31025)
Rik <octave@nomad.inbox5.com>
parents:
11019
diff
changeset
|
15 |
11088 | 16 * fntests.m (has_tests, has_functions): Recode to remove requirement |
11024
fa56fd98c0c5
Remove requirement for PCRE in Octave. (Bug #31025)
Rik <octave@nomad.inbox5.com>
parents:
11019
diff
changeset
|
17 for PCRE. |
fa56fd98c0c5
Remove requirement for PCRE in Octave. (Bug #31025)
Rik <octave@nomad.inbox5.com>
parents:
11019
diff
changeset
|
18 |
11088 | 19 2010-09-24 Rik <octave@nomad.inbox5.com> |
11019
630dc1933fe6
Rephrase output from 'make check' for clarity.
Rik <octave@nomad.inbox5.com>
parents:
10899
diff
changeset
|
20 |
630dc1933fe6
Rephrase output from 'make check' for clarity.
Rik <octave@nomad.inbox5.com>
parents:
10899
diff
changeset
|
21 * fntests.m: Rephrase output for clarity. |
630dc1933fe6
Rephrase output from 'make check' for clarity.
Rik <octave@nomad.inbox5.com>
parents:
10899
diff
changeset
|
22 |
11088 | 23 2010-08-17 Rik <octave@nomad.inbox5.com> |
10899
686e3bc432a2
fntests.m: Add extra newline for more readable output during make.
Rik <octave@nomad.inbox5.com>
parents:
10837
diff
changeset
|
24 |
686e3bc432a2
fntests.m: Add extra newline for more readable output during make.
Rik <octave@nomad.inbox5.com>
parents:
10837
diff
changeset
|
25 * fntests.m: Add extra newline for more readable output. |
686e3bc432a2
fntests.m: Add extra newline for more readable output during make.
Rik <octave@nomad.inbox5.com>
parents:
10837
diff
changeset
|
26 |
11088 | 27 2010-07-30 Rik <octave@nomad.inbox5.com> |
10837
6ea0cf31667d
Add Makefile options to clean up build directories and allow 'make distcheck' to finish
Rik <octave@nomad.inbox5.com>
parents:
10588
diff
changeset
|
28 |
11088 | 29 * Makefile.am: New clean-local target to remove directories |
10837
6ea0cf31667d
Add Makefile options to clean up build directories and allow 'make distcheck' to finish
Rik <octave@nomad.inbox5.com>
parents:
10588
diff
changeset
|
30 created automatically during testing. |
6ea0cf31667d
Add Makefile options to clean up build directories and allow 'make distcheck' to finish
Rik <octave@nomad.inbox5.com>
parents:
10588
diff
changeset
|
31 |
10588
c1111769f595
test_struct: update expected error message text
John W. Eaton <jwe@octave.org>
parents:
10425
diff
changeset
|
32 2010-04-28 John W. Eaton <jwe@octave.org> |
c1111769f595
test_struct: update expected error message text
John W. Eaton <jwe@octave.org>
parents:
10425
diff
changeset
|
33 |
c1111769f595
test_struct: update expected error message text
John W. Eaton <jwe@octave.org>
parents:
10425
diff
changeset
|
34 * test_struct.m: Update expected error message text. |
c1111769f595
test_struct: update expected error message text
John W. Eaton <jwe@octave.org>
parents:
10425
diff
changeset
|
35 |
10425
0677c5d80b77
rewrite 1D sparse indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
10399
diff
changeset
|
36 2010-03-19 Jaroslav Hajek <highegg@gmail.com> |
0677c5d80b77
rewrite 1D sparse indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
10399
diff
changeset
|
37 |
0677c5d80b77
rewrite 1D sparse indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
10399
diff
changeset
|
38 * test_slice.m: Use ID check rather than message for invalid resizing. |
0677c5d80b77
rewrite 1D sparse indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
10399
diff
changeset
|
39 |
10399
81bcdf5fd7a9
modernize failing tests
Jaroslav Hajek <highegg@gmail.com>
parents:
10220
diff
changeset
|
40 2010-03-05 Jaroslav Hajek <highegg@gmail.com> |
81bcdf5fd7a9
modernize failing tests
Jaroslav Hajek <highegg@gmail.com>
parents:
10220
diff
changeset
|
41 |
81bcdf5fd7a9
modernize failing tests
Jaroslav Hajek <highegg@gmail.com>
parents:
10220
diff
changeset
|
42 * test_logical-wfi-f.m: Update. |
81bcdf5fd7a9
modernize failing tests
Jaroslav Hajek <highegg@gmail.com>
parents:
10220
diff
changeset
|
43 * test_logical-wfi-t.m: Update. |
81bcdf5fd7a9
modernize failing tests
Jaroslav Hajek <highegg@gmail.com>
parents:
10220
diff
changeset
|
44 * test_struct.m Update. |
81bcdf5fd7a9
modernize failing tests
Jaroslav Hajek <highegg@gmail.com>
parents:
10220
diff
changeset
|
45 |
10220
04f2b4d68eba
test/fntests.m (hasfunctions): assume .m files have functions
John W. Eaton <jwe@octave.org>
parents:
10112
diff
changeset
|
46 2010-01-29 John W. Eaton <jwe@octave.org> |
04f2b4d68eba
test/fntests.m (hasfunctions): assume .m files have functions
John W. Eaton <jwe@octave.org>
parents:
10112
diff
changeset
|
47 |
04f2b4d68eba
test/fntests.m (hasfunctions): assume .m files have functions
John W. Eaton <jwe@octave.org>
parents:
10112
diff
changeset
|
48 * fntests.m (hasfunctions): Only check for DEFUN in .cc files. |
04f2b4d68eba
test/fntests.m (hasfunctions): assume .m files have functions
John W. Eaton <jwe@octave.org>
parents:
10112
diff
changeset
|
49 Return true for all .m files. |
04f2b4d68eba
test/fntests.m (hasfunctions): assume .m files have functions
John W. Eaton <jwe@octave.org>
parents:
10112
diff
changeset
|
50 |
10112
fddfebeeb33a
Run tests in all *.cc files.
David Grundberg <davidg@cs.umu.se>
parents:
10097
diff
changeset
|
51 2010-01-14 David Grundberg <davidg@cs.umu.se> |
fddfebeeb33a
Run tests in all *.cc files.
David Grundberg <davidg@cs.umu.se>
parents:
10097
diff
changeset
|
52 |
fddfebeeb33a
Run tests in all *.cc files.
David Grundberg <davidg@cs.umu.se>
parents:
10097
diff
changeset
|
53 * fntests.m (run_test_script): Check all *.cc files for tests. |
fddfebeeb33a
Run tests in all *.cc files.
David Grundberg <davidg@cs.umu.se>
parents:
10097
diff
changeset
|
54 |
11088 | 55 2010-01-13 Rik <octave@nomad.inbox5.com> |
10097
462fa695a565
Correct sh test syntax in build_bc_overload_tests.sh
Rik <rdrider0-list@yahoo.com>
parents:
10096
diff
changeset
|
56 |
462fa695a565
Correct sh test syntax in build_bc_overload_tests.sh
Rik <rdrider0-list@yahoo.com>
parents:
10096
diff
changeset
|
57 * build_bc_overload_tests.sh: Correct test syntax (= vs. ==) |
462fa695a565
Correct sh test syntax in build_bc_overload_tests.sh
Rik <rdrider0-list@yahoo.com>
parents:
10096
diff
changeset
|
58 |
10096
ffc5426c85a4
build_bc_overload_tests.sh: accept expected results file as argument
John W. Eaton <jwe@octave.org>
parents:
10090
diff
changeset
|
59 2010-01-13 John W. Eaton <jwe@octave.org> |
ffc5426c85a4
build_bc_overload_tests.sh: accept expected results file as argument
John W. Eaton <jwe@octave.org>
parents:
10090
diff
changeset
|
60 |
ffc5426c85a4
build_bc_overload_tests.sh: accept expected results file as argument
John W. Eaton <jwe@octave.org>
parents:
10090
diff
changeset
|
61 * Makefile.am (test_bc_overloads.m): Accept expected results |
ffc5426c85a4
build_bc_overload_tests.sh: accept expected results file as argument
John W. Eaton <jwe@octave.org>
parents:
10090
diff
changeset
|
62 file as argument. Style fixes. |
ffc5426c85a4
build_bc_overload_tests.sh: accept expected results file as argument
John W. Eaton <jwe@octave.org>
parents:
10090
diff
changeset
|
63 |
10090
655ab6f6c369
add tests for built-in class overloads
Jaroslav Hajek <highegg@gmail.com>
parents:
10026
diff
changeset
|
64 2010-01-13 Jaroslav Hajek <highegg@gmail.com> |
655ab6f6c369
add tests for built-in class overloads
Jaroslav Hajek <highegg@gmail.com>
parents:
10026
diff
changeset
|
65 |
655ab6f6c369
add tests for built-in class overloads
Jaroslav Hajek <highegg@gmail.com>
parents:
10026
diff
changeset
|
66 * build_bc_overload_tests.sh: New shell script. |
655ab6f6c369
add tests for built-in class overloads
Jaroslav Hajek <highegg@gmail.com>
parents:
10026
diff
changeset
|
67 * build_bc_overloads_expected.m: New source (not normally used). |
655ab6f6c369
add tests for built-in class overloads
Jaroslav Hajek <highegg@gmail.com>
parents:
10026
diff
changeset
|
68 * bc_overloads_expected: New text file. |
655ab6f6c369
add tests for built-in class overloads
Jaroslav Hajek <highegg@gmail.com>
parents:
10026
diff
changeset
|
69 * Makefile.am: Build test_bc_overloads.m. |
655ab6f6c369
add tests for built-in class overloads
Jaroslav Hajek <highegg@gmail.com>
parents:
10026
diff
changeset
|
70 |
10026
9b3a100922a6
fntests.m: use regexp instead of findstr and only recognize tests that are the first thing on a line
John W. Eaton <jwe@octave.org>
parents:
10013
diff
changeset
|
71 2009-12-25 John W. Eaton <jwe@octave.org> |
9b3a100922a6
fntests.m: use regexp instead of findstr and only recognize tests that are the first thing on a line
John W. Eaton <jwe@octave.org>
parents:
10013
diff
changeset
|
72 |
9b3a100922a6
fntests.m: use regexp instead of findstr and only recognize tests that are the first thing on a line
John W. Eaton <jwe@octave.org>
parents:
10013
diff
changeset
|
73 * fntests.m (hastests): Use regexp instead of findstr and only |
9b3a100922a6
fntests.m: use regexp instead of findstr and only recognize tests that are the first thing on a line
John W. Eaton <jwe@octave.org>
parents:
10013
diff
changeset
|
74 match tests that appear as the first thing on a line. |
9b3a100922a6
fntests.m: use regexp instead of findstr and only recognize tests that are the first thing on a line
John W. Eaton <jwe@octave.org>
parents:
10013
diff
changeset
|
75 |
11088 | 76 2009-12-19 Rik <octave@nomad.inbox5.com> |
10013
25417bd9a3c7
Use lognrnd instead of deprecated lognormal_rnd in build_sparse_tests.sh
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
77 |
25417bd9a3c7
Use lognrnd instead of deprecated lognormal_rnd in build_sparse_tests.sh
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
78 * build_sparse_tests.sh: Use lognrnd instead of deprecated lognormal_rnd |
25417bd9a3c7
Use lognrnd instead of deprecated lognormal_rnd in build_sparse_tests.sh
Rik <rdrider0-list@yahoo.com>
parents:
10004
diff
changeset
|
79 |
11088 | 80 2009-12-19 Rik <octave@nomad.inbox5.com> |
10004
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9998
diff
changeset
|
81 |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9998
diff
changeset
|
82 * Makefile.am: Eliminate TOPDIR variable in favor of built-in automake |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9998
diff
changeset
|
83 variables of top_builddir and top_srcdir. |
e517da95bf98
Eliminate TOPDIR variable in favor of built-in automake variables
Rik <rdrider0-list@yahoo.com>
parents:
9998
diff
changeset
|
84 |
9998
46493feaab7f
Remove obsolete file unix.exp from test/config directory
Rik <rdrider0-list@yahoo.com>
parents:
9995
diff
changeset
|
85 2009-12-17 Rik <octdev@nomad.inbox5.com> |
46493feaab7f
Remove obsolete file unix.exp from test/config directory
Rik <rdrider0-list@yahoo.com>
parents:
9995
diff
changeset
|
86 |
46493feaab7f
Remove obsolete file unix.exp from test/config directory
Rik <rdrider0-list@yahoo.com>
parents:
9995
diff
changeset
|
87 * config/unix.exp: Remove obsolete file from repository |
46493feaab7f
Remove obsolete file unix.exp from test/config directory
Rik <rdrider0-list@yahoo.com>
parents:
9995
diff
changeset
|
88 |
9995
5277222b47d1
Distribute directories of private functions of OOP test classes
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
89 2009-12-17 Rik <octdev@nomad.inbox5.com> |
5277222b47d1
Distribute directories of private functions of OOP test classes
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
90 |
5277222b47d1
Distribute directories of private functions of OOP test classes
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
91 * @Blork/module.mk, @Cork/module.mk, @Dork/module.mk, |
5277222b47d1
Distribute directories of private functions of OOP test classes
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
92 @Gork/module.mk, @Pork/module.mk, @Sneetch/module.mk, |
5277222b47d1
Distribute directories of private functions of OOP test classes
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
93 @Snork/module.mk, @Spork/module.mk, Makefile.am: Distribute private |
5277222b47d1
Distribute directories of private functions of OOP test classes
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
94 function directories necessary for OOP tests to work in tarballs |
5277222b47d1
Distribute directories of private functions of OOP test classes
Rik <rdrider0-list@yahoo.com>
parents:
9967
diff
changeset
|
95 |
9906 | 96 2009-12-03 John W. Eaton <jwe@octave.org> |
97 | |
98 * Makefile.am (CLEANFILES, DISTCLEANFILES): New variables. | |
99 | |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9742
diff
changeset
|
100 2009-11-10 John W. Eaton <jwe@octave.org> |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9742
diff
changeset
|
101 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9742
diff
changeset
|
102 * @Blork/module.mk, @Cork/module.mk, @Dork/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9742
diff
changeset
|
103 @Gork/module.mk, @Pork/module.mk, @Sneetch/module.mk, |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9742
diff
changeset
|
104 @Snork/module.mk, @Spork/module.mk, Makefile.am: New files. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9742
diff
changeset
|
105 * Makefile.in: Delete. |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
9742
diff
changeset
|
106 |
9742
9f8ff01abc65
.cc files are now included in the list of files requiring
Rik <rdrider0-list@yahoo.com>
parents:
9741
diff
changeset
|
107 2009-10-19 Rik <octdev@nomad.inbox5.com> |
9f8ff01abc65
.cc files are now included in the list of files requiring
Rik <rdrider0-list@yahoo.com>
parents:
9741
diff
changeset
|
108 |
9f8ff01abc65
.cc files are now included in the list of files requiring
Rik <rdrider0-list@yahoo.com>
parents:
9741
diff
changeset
|
109 * fntests.m: .cc files are now included in the list of files requiring |
9f8ff01abc65
.cc files are now included in the list of files requiring
Rik <rdrider0-list@yahoo.com>
parents:
9741
diff
changeset
|
110 tests only if they define a user function (DEFUN or DEFUN_DLD) |
9f8ff01abc65
.cc files are now included in the list of files requiring
Rik <rdrider0-list@yahoo.com>
parents:
9741
diff
changeset
|
111 |
9f8ff01abc65
.cc files are now included in the list of files requiring
Rik <rdrider0-list@yahoo.com>
parents:
9741
diff
changeset
|
112 2009-10-19 Rik <octdev@nomad.inbox5.com> |
9741
36840b4ebda6
Remove deprecated functions from list of functions for which it
Rik <rdrider0-list@yahoo.com>
parents:
9710
diff
changeset
|
113 |
9967 | 114 * fntests.m: Remove deprecated functions from list of functions |
115 requiring new tests to be written. | |
9741
36840b4ebda6
Remove deprecated functions from list of functions for which it
Rik <rdrider0-list@yahoo.com>
parents:
9710
diff
changeset
|
116 |
9710
519e164dde1e
Fix typo of an extra space in instructions to user
Rik <rdrider0-list@yahoo.com>
parents:
9696
diff
changeset
|
117 2009-10-08 Rik <octdev@nomad.inbox5.com> |
519e164dde1e
Fix typo of an extra space in instructions to user
Rik <rdrider0-list@yahoo.com>
parents:
9696
diff
changeset
|
118 |
9967 | 119 * fntests.m: Fix typo of an extra space in instructions to user. |
9710
519e164dde1e
Fix typo of an extra space in instructions to user
Rik <rdrider0-list@yahoo.com>
parents:
9696
diff
changeset
|
120 |
9696
01a1fd9167e0
Fix typo directing users to the wrong log file
Rik <rdrider0-list@yahoo.com>
parents:
9501
diff
changeset
|
121 2009-10-05 Rik <octdev@nomad.inbox5.com> |
01a1fd9167e0
Fix typo directing users to the wrong log file
Rik <rdrider0-list@yahoo.com>
parents:
9501
diff
changeset
|
122 |
01a1fd9167e0
Fix typo directing users to the wrong log file
Rik <rdrider0-list@yahoo.com>
parents:
9501
diff
changeset
|
123 * fntests.m: Fix typo directing users to the wrong log file |
01a1fd9167e0
Fix typo directing users to the wrong log file
Rik <rdrider0-list@yahoo.com>
parents:
9501
diff
changeset
|
124 |
9381
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
125 2009-06-23 Robert T. Short <octave@phaselockedsystems.com> |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
126 |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
127 * @Blork/Blork.m, @Blork/bleek.m, @Blork/display.m, @Blork/get.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
128 @Blork/set.m, @Cork/Cork.m, @Cork/click.m, @Cork/display.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
129 @Cork/get.m, @Cork/set.m, @Dork/Dork.m, @Dork/bling.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
130 @Dork/display.m, @Dork/gack.m, @Dork/get.m, @Dork/getStash.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
131 @Dork/private/myStash.m, @Dork/set.m, @Gork/Gork.m, @Gork/cork.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
132 @Gork/display.m, @Gork/gark.m, @Gork/get.m, @Gork/set.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
133 @Gork/subsasgn.m, @Gork/subsref.m, @Pork/Pork.m, @Pork/bling.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
134 @Pork/display.m, @Pork/get.m, @Pork/gurk.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
135 @Pork/private/myStash.m, @Pork/set.m, @Sneetch/Sneetch.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
136 @Sneetch/display.m, @Snork/Snork.m, @Snork/cack.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
137 @Snork/display.m, @Snork/end.m, @Snork/get.m, @Snork/getStash.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
138 @Snork/gick.m, @Snork/loadobj.m, @Snork/private/myStash.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
139 @Snork/saveobj.m, @Snork/set.m, @Snork/subsasgn.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
140 @Snork/subsindex.m, @Snork/subsref.m, @Spork/Spork.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
141 @Spork/cack.m, @Spork/display.m, @Spork/geek.m, @Spork/get.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
142 @Spork/getStash.m, @Spork/loadobj.m, @Spork/private/myStash.m, |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
143 @Spork/saveobj.m, @Spork/set.m, test_classes.m: New files. |
f9ab19428cd8
* run-octave.in: Exclude @-files from path. Remove CVS exclusions.
Robert T. Short <octave@phaselockedsystems.com>
parents:
9369
diff
changeset
|
144 |
9369 | 145 2009-06-22 Jaroslav Hajek <highegg@gmail.com> |
146 | |
147 * test_null_assign.m: Fix test. | |
148 | |
9130
67fa54583fe8
Add test to prevent regression of empty struct assignment bug
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9122
diff
changeset
|
149 2009-04-17 Thorsten Meyer <thorsten.meyier@gmx.de> |
67fa54583fe8
Add test to prevent regression of empty struct assignment bug
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9122
diff
changeset
|
150 |
67fa54583fe8
Add test to prevent regression of empty struct assignment bug
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9122
diff
changeset
|
151 * test_struct.m: Add tests to prevent regression of bug with |
67fa54583fe8
Add test to prevent regression of empty struct assignment bug
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9122
diff
changeset
|
152 indexed assignment into empty struct array. |
67fa54583fe8
Add test to prevent regression of empty struct assignment bug
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9122
diff
changeset
|
153 |
9122
8ca06fd9c6ef
test lazy copying in structures
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9112
diff
changeset
|
154 2009-04-15 Thorsten Meyer <thorsten.meyier@gmx.de> |
8ca06fd9c6ef
test lazy copying in structures
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9112
diff
changeset
|
155 |
8ca06fd9c6ef
test lazy copying in structures
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9112
diff
changeset
|
156 * test_struct.m: Add tests for lazy copying in nested assignments |
8ca06fd9c6ef
test lazy copying in structures
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9112
diff
changeset
|
157 of struct elements. |
8ca06fd9c6ef
test lazy copying in structures
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9112
diff
changeset
|
158 |
9112
f5b51f54f44e
Remove obsolete comments from test scripts in test
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9102
diff
changeset
|
159 2009-04-12 Thorsten Meyer <thorsten.meyier@gmx.de> |
f5b51f54f44e
Remove obsolete comments from test scripts in test
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9102
diff
changeset
|
160 |
f5b51f54f44e
Remove obsolete comments from test scripts in test
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9102
diff
changeset
|
161 * test_contin.m, test_error.m, test_eval-catch.m, test_for.m, |
9967 | 162 test_global.m, test_if.m, test_index-wfi-f.m, |
163 /test_index-wfi-t.m, test_io.m, test_logical-wfi-f.m, | |
164 test_logical-wfi-t.m, test_prefer.m, test_recursion.m, | |
165 test_return.m, test_string.m, test_struct.m, test_switch.m, | |
166 test_system.m, test_transpose.m, test_try.m, test_unwind.m, | |
167 test_while.m: Remove obsolete comments. | |
9112
f5b51f54f44e
Remove obsolete comments from test scripts in test
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
9102
diff
changeset
|
168 |
9102
9dc516d36175
Add a test for saving and reading a matrix with the "-ascii" format
Carlo de Falco <carlo.defalco@gmail.com>
parents:
8968
diff
changeset
|
169 2009-04-07 Carlo de Falco <kingcrimson@tiscali.it> |
9dc516d36175
Add a test for saving and reading a matrix with the "-ascii" format
Carlo de Falco <carlo.defalco@gmail.com>
parents:
8968
diff
changeset
|
170 |
9dc516d36175
Add a test for saving and reading a matrix with the "-ascii" format
Carlo de Falco <carlo.defalco@gmail.com>
parents:
8968
diff
changeset
|
171 * test_io.m: Add a test for saving and reading a matrix with the |
9dc516d36175
Add a test for saving and reading a matrix with the "-ascii" format
Carlo de Falco <carlo.defalco@gmail.com>
parents:
8968
diff
changeset
|
172 "-ascii" format. |
9dc516d36175
Add a test for saving and reading a matrix with the "-ascii" format
Carlo de Falco <carlo.defalco@gmail.com>
parents:
8968
diff
changeset
|
173 |
8968
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
174 2009-03-10 Jason Riedy <jason@acm.org> |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
175 |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
176 * test_diag_perm.m: Add tests for permuting sparse matrices and |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
177 for the correct types from interactions between |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
178 pseudo-scalars (1x1 matrices). |
91d53dc37f79
Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Jason Riedy <jason@acm.org>
parents:
8966
diff
changeset
|
179 |
8954
97c84c4c2247
Make the column permutation vector in sparse LU cols()-long.
Jason Riedy <jason@acm.org>
parents:
8951
diff
changeset
|
180 2009-03-10 Jason Riedy <jason@acm.org> |
97c84c4c2247
Make the column permutation vector in sparse LU cols()-long.
Jason Riedy <jason@acm.org>
parents:
8951
diff
changeset
|
181 |
97c84c4c2247
Make the column permutation vector in sparse LU cols()-long.
Jason Riedy <jason@acm.org>
parents:
8951
diff
changeset
|
182 * build_sparse_tests.sh: Add LU tests to the rectangular tests. |
97c84c4c2247
Make the column permutation vector in sparse LU cols()-long.
Jason Riedy <jason@acm.org>
parents:
8951
diff
changeset
|
183 |
8951
5bce1357edd6
Fix conversion from PermMatrix to SparseMatrix.
Jason Riedy <jason@acm.org>
parents:
8871
diff
changeset
|
184 2009-03-10 Jason Riedy <jason@acm.org> |
5bce1357edd6
Fix conversion from PermMatrix to SparseMatrix.
Jason Riedy <jason@acm.org>
parents:
8871
diff
changeset
|
185 |
5bce1357edd6
Fix conversion from PermMatrix to SparseMatrix.
Jason Riedy <jason@acm.org>
parents:
8871
diff
changeset
|
186 * test_diag_perm.m: Add a test for conversion to sparse form. |
5bce1357edd6
Fix conversion from PermMatrix to SparseMatrix.
Jason Riedy <jason@acm.org>
parents:
8871
diff
changeset
|
187 |
8966
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8965
diff
changeset
|
188 2009-03-09 Jason Riedy <jason@acm.org> |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8965
diff
changeset
|
189 |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8965
diff
changeset
|
190 * test_diag_perm.m: Add tests for diag + sparse. |
1bba53c0a38d
Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Jason Riedy <jason@acm.org>
parents:
8965
diff
changeset
|
191 |
8964
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8954
diff
changeset
|
192 2009-03-08 Jason Riedy <jason@acm.org> |
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8954
diff
changeset
|
193 |
8965
42aff15e059b
Implement diag \ sparse and sparse / diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
194 * test_diag_perm.m: Add tests for inverse scaling and sparse structure. |
42aff15e059b
Implement diag \ sparse and sparse / diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
195 |
42aff15e059b
Implement diag \ sparse and sparse / diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
196 2009-03-08 Jason Riedy <jason@acm.org> |
42aff15e059b
Implement diag \ sparse and sparse / diag.
Jason Riedy <jason@acm.org>
parents:
8964
diff
changeset
|
197 |
9967 | 198 * test_diag_perm.m: Add tests for preserving sparse structure |
199 when scaling. | |
8964
f4f4d65faaa0
Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Jason Riedy <jason@acm.org>
parents:
8954
diff
changeset
|
200 |
8871 | 201 2009-02-25 John W. Eaton <jwe@octave.org> |
202 | |
203 * build_sparse_tests.sh: Note that saving sparse matrices to MAT | |
204 files fails when using 64-bit indexing. | |
205 | |
8836
d79edebd8f45
fix sparse diag divide by zero test
John W. Eaton <jwe@octave.org>
parents:
8805
diff
changeset
|
206 2009-02-22 John W. Eaton <jwe@octave.org> |
d79edebd8f45
fix sparse diag divide by zero test
John W. Eaton <jwe@octave.org>
parents:
8805
diff
changeset
|
207 |
d79edebd8f45
fix sparse diag divide by zero test
John W. Eaton <jwe@octave.org>
parents:
8805
diff
changeset
|
208 * build_sparse_tests.sh: Fix diag matrix divide by zero test. |
d79edebd8f45
fix sparse diag divide by zero test
John W. Eaton <jwe@octave.org>
parents:
8805
diff
changeset
|
209 |
8805
065a05eb148a
test_args.m: don't use assert to test for function handles
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
210 2009-02-18 John W. Eaton <jwe@octave.org> |
065a05eb148a
test_args.m: don't use assert to test for function handles
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
211 |
065a05eb148a
test_args.m: don't use assert to test for function handles
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
212 * test_args.m: Don't use assert to test for function handles. |
065a05eb148a
test_args.m: don't use assert to test for function handles
John W. Eaton <jwe@octave.org>
parents:
8746
diff
changeset
|
213 |
8746
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
214 2009-02-15 John W. Eaton <jwe@octave.org> |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
215 |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
216 * test_io.m, test_prefer.m: Avoid command-style function call |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
217 syntax when assigning results. |
5dd06f19e9be
handle commands in the lexer
John W. Eaton <jwe@octave.org>
parents:
8699
diff
changeset
|
218 |
8699
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8629
diff
changeset
|
219 2009-02-09 John W. Eaton <jwe@octave.org> |
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8629
diff
changeset
|
220 |
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8629
diff
changeset
|
221 * fntests.m (hastests): Error if fopen fails. |
6e764b7317bd
test/fntests.m, scripts/test/demo.m: error on fopen failures
John W. Eaton <jwe@octave.org>
parents:
8629
diff
changeset
|
222 |
8629
f07730ed5613
test_system.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8603
diff
changeset
|
223 2009-01-29 John W. Eaton <jwe@octave.org> |
f07730ed5613
test_system.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8603
diff
changeset
|
224 |
f07730ed5613
test_system.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8603
diff
changeset
|
225 * test_system.m: Use isfield instead of struct_contains. |
f07730ed5613
test_system.m: use isfield instead of struct_contains
John W. Eaton <jwe@octave.org>
parents:
8603
diff
changeset
|
226 |
8603
4c68e26e3ba1
Add tests to prevent regression of struct array indexing
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8583
diff
changeset
|
227 2009-01-25 Thorsten Meyer <thorsten@hexe> |
4c68e26e3ba1
Add tests to prevent regression of struct array indexing
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8583
diff
changeset
|
228 |
4c68e26e3ba1
Add tests to prevent regression of struct array indexing
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8583
diff
changeset
|
229 * test_struct.m: Add struct array tests. |
4c68e26e3ba1
Add tests to prevent regression of struct array indexing
Thorsten Meyer <thorsten.meyier@gmx.de>
parents:
8583
diff
changeset
|
230 |
8583
27b2db6ff0d7
test/test_prefer.m: update test to reflect new API of the 'type' function.
sh@sh-t400
parents:
8423
diff
changeset
|
231 2009-01-23 S�ren Hauberg <hauberg@gmail.com> |
27b2db6ff0d7
test/test_prefer.m: update test to reflect new API of the 'type' function.
sh@sh-t400
parents:
8423
diff
changeset
|
232 |
27b2db6ff0d7
test/test_prefer.m: update test to reflect new API of the 'type' function.
sh@sh-t400
parents:
8423
diff
changeset
|
233 * test_prefer.m: Update to match new API of the 'type' function. |
27b2db6ff0d7
test/test_prefer.m: update test to reflect new API of the 'type' function.
sh@sh-t400
parents:
8423
diff
changeset
|
234 |
8423
869e4213d5d9
fntests.m: use fread instead of fscanf to preserve whitespace
John W. Eaton <jwe@octave.org>
parents:
8366
diff
changeset
|
235 2008-12-24 John W. Eaton <jwe@octave.org> |
869e4213d5d9
fntests.m: use fread instead of fscanf to preserve whitespace
John W. Eaton <jwe@octave.org>
parents:
8366
diff
changeset
|
236 |
869e4213d5d9
fntests.m: use fread instead of fscanf to preserve whitespace
John W. Eaton <jwe@octave.org>
parents:
8366
diff
changeset
|
237 * fntests.m (hastests): Use fread instead of fscanf to preserve |
869e4213d5d9
fntests.m: use fread instead of fscanf to preserve whitespace
John W. Eaton <jwe@octave.org>
parents:
8366
diff
changeset
|
238 whitespace. |
869e4213d5d9
fntests.m: use fread instead of fscanf to preserve whitespace
John W. Eaton <jwe@octave.org>
parents:
8366
diff
changeset
|
239 |
8366
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8290
diff
changeset
|
240 2008-12-02 Jaroslav Hajek <highegg@gmail.com> |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8290
diff
changeset
|
241 |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8290
diff
changeset
|
242 * build_sparse_tests.sh: Fix test. |
8b1a2555c4e2
implement diagonal matrix objects
Jaroslav Hajek <highegg@gmail.com>
parents:
8290
diff
changeset
|
243 |
9501 | 244 2008-10-28 Jaroslav Hajek <highegg@gmail.com> |
8290
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8182
diff
changeset
|
245 |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8182
diff
changeset
|
246 * test_logical-wfi-f.m: Fix error messages. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8182
diff
changeset
|
247 * test_logical-wfi-t.m: Fix error messages. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8182
diff
changeset
|
248 * test_slice.m: Fix error messages. |
7cbe01c21986
improve dense array indexing
Jaroslav Hajek <highegg@gmail.com>
parents:
8182
diff
changeset
|
249 |
8182 | 250 2008-09-26 Jaroslav Hajek <highegg@gmail.com> |
8156
2bc8ec18b2ea
add more tests for null assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8119
diff
changeset
|
251 |
2bc8ec18b2ea
add more tests for null assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8119
diff
changeset
|
252 * test_null_assign.m: More test for null assignments. |
2bc8ec18b2ea
add more tests for null assignment
Jaroslav Hajek <highegg@gmail.com>
parents:
8119
diff
changeset
|
253 |
8119
acfd80c08d60
make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
7884
diff
changeset
|
254 2008-09-18 Jaroslav Hajek <highegg@gmail.com> |
acfd80c08d60
make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
7884
diff
changeset
|
255 |
acfd80c08d60
make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
7884
diff
changeset
|
256 * test_null_assign.m: New tests. |
acfd80c08d60
make null assignment more Matlab-compatible
Jaroslav Hajek <highegg@gmail.com>
parents:
7884
diff
changeset
|
257 |
7883
3092dd54ad95
fix expected output from lasterr in tests; fix fail tests in ismember.m
John W. Eaton <jwe@octave.org>
parents:
7815
diff
changeset
|
258 2008-06-11 John W. Eaton <jwe@octave.org> |
3092dd54ad95
fix expected output from lasterr in tests; fix fail tests in ismember.m
John W. Eaton <jwe@octave.org>
parents:
7815
diff
changeset
|
259 |
7884
e88411265a75
fix tests for usage in test_error.m
John W. Eaton <jwe@octave.org>
parents:
7883
diff
changeset
|
260 * test_error.m: Fix tests for usage. |
7883
3092dd54ad95
fix expected output from lasterr in tests; fix fail tests in ismember.m
John W. Eaton <jwe@octave.org>
parents:
7815
diff
changeset
|
261 * test_eval-catch.m, test_try.m: Fix expected output from lasterr. |
3092dd54ad95
fix expected output from lasterr in tests; fix fail tests in ismember.m
John W. Eaton <jwe@octave.org>
parents:
7815
diff
changeset
|
262 |
7814
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7775
diff
changeset
|
263 2008-06-02 David Bateman <dbateman@free.fr> |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7775
diff
changeset
|
264 |
7815
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7814
diff
changeset
|
265 * test_arith.m: Delete and move tests close to function |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7814
diff
changeset
|
266 definitions. |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7814
diff
changeset
|
267 * test_func.m: Also test for single precision return values. |
a41df65f3f00
Add some single precision test code and fix resulting bugs
David Bateman <dbateman@free.fr>
parents:
7814
diff
changeset
|
268 |
7814
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7775
diff
changeset
|
269 * test_infnan.m, test_linalg.m, test_matrix.m, test_number.m): |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7775
diff
changeset
|
270 Delet and move tests close to function definitions. |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7775
diff
changeset
|
271 * test_range.m: Also test single precision examples. |
87865ed7405f
Second set of single precision test code and fix of resulting bugs
David Bateman <dbateman@free.fr>
parents:
7775
diff
changeset
|
272 |
7775 | 273 2008-05-19 Bill Denney <bill@denney.ws> |
274 | |
9967 | 275 * test_args.m: Update format to allow running "test test_args" |
7775 | 276 and add default argument tests. |
277 | |
9501 | 278 2008-05-09 Rafael Laboissiere <rafael@debian.org> |
7769
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
279 |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
280 * test_io.m, test_system.m: Use ischar instead of deprecated isstr. |
247828ad21e2
Replace deprecated isstr() call
Thomas Weber <thomas.weber.mail@gmail.com>
parents:
7768
diff
changeset
|
281 |
7762 | 282 2008-05-06 John W. Eaton <jwe@octave.org> |
283 | |
284 * fntests.m: Use puts instead of printf where appropriate. | |
285 Fix missing newline in message. | |
286 | |
7646
ad16ea379d2f
additional fixes for Array::assignN
David Bateman <dbateman@free.fr>
parents:
7645
diff
changeset
|
287 2008-03-26 David Bateman <dbateman@free.fr> |
ad16ea379d2f
additional fixes for Array::assignN
David Bateman <dbateman@free.fr>
parents:
7645
diff
changeset
|
288 |
ad16ea379d2f
additional fixes for Array::assignN
David Bateman <dbateman@free.fr>
parents:
7645
diff
changeset
|
289 * test_index-wfi-f.m: Split large block of tests. New tests. |
ad16ea379d2f
additional fixes for Array::assignN
David Bateman <dbateman@free.fr>
parents:
7645
diff
changeset
|
290 |
7645
734854f21c94
fntests.m: report number .m and .cc files without tests separately
John W. Eaton <jwe@octave.org>
parents:
7642
diff
changeset
|
291 2008-03-26 John W. Eaton <jwe@octave.org> |
734854f21c94
fntests.m: report number .m and .cc files without tests separately
John W. Eaton <jwe@octave.org>
parents:
7642
diff
changeset
|
292 |
734854f21c94
fntests.m: report number .m and .cc files without tests separately
John W. Eaton <jwe@octave.org>
parents:
7642
diff
changeset
|
293 * fntests.m (report_files_with_no_tests): New function. |
734854f21c94
fntests.m: report number .m and .cc files without tests separately
John W. Eaton <jwe@octave.org>
parents:
7642
diff
changeset
|
294 Use it to report number of .m and .cc files without tests separately. |
734854f21c94
fntests.m: report number .m and .cc files without tests separately
John W. Eaton <jwe@octave.org>
parents:
7642
diff
changeset
|
295 |
7642
9a4541c622b5
refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents:
7635
diff
changeset
|
296 2008-03-25 John W. Eaton <jwe@octave.org> |
9a4541c622b5
refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents:
7635
diff
changeset
|
297 |
9a4541c622b5
refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents:
7635
diff
changeset
|
298 * test_index-wfi-f.m: New tests. |
9a4541c622b5
refactor Array::assignN dimensioning code for empty initial matrices
David Bateman <dbateman@free.fr>
parents:
7635
diff
changeset
|
299 |
7635
ba7a3e20ee3d
add -struct modifier to save
Jaroslav Hajek <highegg@gmail.com>
parents:
7618
diff
changeset
|
300 2008-03-25 Jaroslav Hajek <highegg@gmail.com> |
ba7a3e20ee3d
add -struct modifier to save
Jaroslav Hajek <highegg@gmail.com>
parents:
7618
diff
changeset
|
301 |
ba7a3e20ee3d
add -struct modifier to save
Jaroslav Hajek <highegg@gmail.com>
parents:
7618
diff
changeset
|
302 * test_io.m: Add test for save with -struct modifier. |
ba7a3e20ee3d
add -struct modifier to save
Jaroslav Hajek <highegg@gmail.com>
parents:
7618
diff
changeset
|
303 |
7613
4fc7c16ee564
Add tests for preservation of type for functions that work on dimensions of the matrices
David Bateman <dbateman@free.fr>
parents:
7572
diff
changeset
|
304 2008-03-20 David Bateman <dbateman@free.fr> |
4fc7c16ee564
Add tests for preservation of type for functions that work on dimensions of the matrices
David Bateman <dbateman@free.fr>
parents:
7572
diff
changeset
|
305 |
7618
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7613
diff
changeset
|
306 * test_func.m: Modify to test for char, cell and structure arrays. |
3209a584e1ac
Further type preservation tests and fix of diag for cell arrays
David Bateman <dbateman@free.fr>
parents:
7613
diff
changeset
|
307 |
7613
4fc7c16ee564
Add tests for preservation of type for functions that work on dimensions of the matrices
David Bateman <dbateman@free.fr>
parents:
7572
diff
changeset
|
308 * test_func.m: New test code that ensures that all operations |
4fc7c16ee564
Add tests for preservation of type for functions that work on dimensions of the matrices
David Bateman <dbateman@free.fr>
parents:
7572
diff
changeset
|
309 which work on dimensions alone (squeeze, triu, etc.) work for all |
4fc7c16ee564
Add tests for preservation of type for functions that work on dimensions of the matrices
David Bateman <dbateman@free.fr>
parents:
7572
diff
changeset
|
310 objects and preserve type. |
4fc7c16ee564
Add tests for preservation of type for functions that work on dimensions of the matrices
David Bateman <dbateman@free.fr>
parents:
7572
diff
changeset
|
311 |
7706
30564b8b19f5
Fix various tests under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7646
diff
changeset
|
312 2008-04-09 Michael Goffioul <michael.goffioul@gmail.com> |
30564b8b19f5
Fix various tests under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7646
diff
changeset
|
313 |
30564b8b19f5
Fix various tests under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7646
diff
changeset
|
314 * test_string.m: Fix isprint test under Win32, where |
30564b8b19f5
Fix various tests under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7646
diff
changeset
|
315 isprint(setstr(9)) is true. |
30564b8b19f5
Fix various tests under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7646
diff
changeset
|
316 * test_system.m: Add condition for various syscall tests. Make cd test |
30564b8b19f5
Fix various tests under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7646
diff
changeset
|
317 able to deal with drive-letter-only pathnames (e.g. C:\) under Win32. |
30564b8b19f5
Fix various tests under Win32.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
7646
diff
changeset
|
318 |
7572
85da2ab0c6fd
logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents:
7562
diff
changeset
|
319 2008-03-07 John W. Eaton <jwe@octave.org> |
85da2ab0c6fd
logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents:
7562
diff
changeset
|
320 |
85da2ab0c6fd
logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents:
7562
diff
changeset
|
321 * test_logical-wfi-t.m, test_logical-wfi-f.m: Update tests for |
85da2ab0c6fd
logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents:
7562
diff
changeset
|
322 logical indexing bug fix. |
85da2ab0c6fd
logical indexing compatibility fixes
John W. Eaton <jwe@octave.org>
parents:
7562
diff
changeset
|
323 |
7562
c827f5673321
move tests to individual source files
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
324 2008-03-06 John W. Eaton <jwe@octave.org> |
c827f5673321
move tests to individual source files
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
325 |
c827f5673321
move tests to individual source files
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
326 * test_eval.m, test_diffeq.m, test_quad.m, test_signal.m: |
c827f5673321
move tests to individual source files
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
327 Delete files with no tests. |
c827f5673321
move tests to individual source files
John W. Eaton <jwe@octave.org>
parents:
7540
diff
changeset
|
328 |
9501 | 329 2008-02-25 Ben Abbott <bpabbott@mac.com> |
7540
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7515
diff
changeset
|
330 |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7515
diff
changeset
|
331 * test_eval-catch.m, test_io.m, test_try.m: Use cstrcat instead of |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7515
diff
changeset
|
332 strcat. |
3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Ben Abbott <bpabbott@mac.com>
parents:
7515
diff
changeset
|
333 |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
334 2008-02-22 David Bateman <dbateman@free.fr> |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
335 |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
336 * build_sparse_tests.sh: Replaced removed sparse functions like |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
337 spdiag with their generic names. Fix lu tests for modified |
9967 | 338 syntax. Test vector and scaling or LU and chol functions. |
7515
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
339 * test_linalg.m: Change error message of failing chol/lu test. |
f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
David Bateman <dbateman@free.fr>
parents:
7505
diff
changeset
|
340 |
7505
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7412
diff
changeset
|
341 2008-02-19 David Bateman <dbateman@free.fr> |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7412
diff
changeset
|
342 |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7412
diff
changeset
|
343 * build_sparse_tests.sh: Replaced removed spars functions like |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7412
diff
changeset
|
344 spmin, with their generic names. |
f5005d9510f4
Remove dispatched sparse functions and treat in the generic versions of the functions
David Bateman <dbateman@free.fr>
parents:
7412
diff
changeset
|
345 |
7412 | 346 2008-01-22 John W. Eaton <jwe@octave.org> |
347 | |
348 * test_poly.m, test_set.m, test_stats.m: Delete files with no tests. | |
349 | |
7411 | 350 2008-01-22 Thomas Weber <thomas.weber.mail@gmail.com> |
351 | |
352 * test_linalg.m, test_matrix.m, test_number.m, test_poly.m, | |
9967 | 353 test_signal.m, test_stats.m, test_string.m, test_system.m: |
7411 | 354 Move tests to individual source files. |
355 | |
7385 | 356 2008-01-15 Thomas Weber <thomas.weber.mail@gmail.com> |
357 | |
358 * test_arith.m: Move tests to source files. | |
359 | |
7383 | 360 2008-01-15 John W. Eaton <jwe@octave.org> |
361 | |
362 * test_audio.m, test_control.m, test_image.m, test_optim.m, | |
363 test_plot.m, test_unix.m: Delete files with no tests. | |
364 | |
7334 | 365 2007-12-21 John W. Eaton <jwe@octave.org> |
366 | |
367 Version 3.0.0 released. | |
368 | |
7322 | 369 2007-12-18 David Bateman <dbateman@free.fr> |
370 | |
371 * build_sparse_tests.sh: Add tests for indexing like a([1,1],:), | |
372 a(:,[1,1]) and sparse(42)([1,1]). | |
373 | |
7287 | 374 2007-12-11 David Bateman <dbateman@free.fr> |
375 | |
376 * build_sparse_tests.sh: Drop argument to Fsparse to force mutation. | |
377 * test_range.m: Ditto. | |
378 | |
7279 | 379 2007-12-10 John W. Eaton <jwe@octave.org> |
380 | |
381 * test_nonlin.m: Delete. | |
382 | |
7243 | 383 2007-12-03 David Bateman <dbateman@free.fr> |
384 | |
385 * fntests.m: Also count the skipped tests. | |
386 * build_sparse_tests.sh: As appropriate make tests conditional on | |
387 HAVE_UMFPACK, HAVE_CHOLMOD and HAVE_CXSPARSE. | |
388 | |
7197 | 389 2007-11-26 David Bateman <dbateman@free.fr> |
390 | |
391 * build_sparse_tests.sh: More care with sparse return values. | |
392 | |
7080 | 393 2007-10-30 Kim Hansen <kimhanse@gmail.com> |
394 | |
395 * build_sparse_tests.sh: Fix typo. | |
396 | |
7055 | 397 2007-10-23 John W. Eaton <jwe@octave.org> |
398 | |
399 * build_sparse_tests.sh (gen_sparsesparse_elementop_tests): | |
400 Use xtest for "assert(as./bs,sparse(af./bf,true),100*eps);" test. | |
401 | |
7016 | 402 2007-10-12 John W. Eaton <jwe@octave.org> |
403 | |
404 * Change copyright notices in all files that are part of Octave to | |
405 GPLv3 or any later version. | |
406 | |
6968 | 407 2007-10-06 John W. Eaton <jwe@octave.org> |
408 | |
409 * test_poly.m: Move residue test to residue.m. | |
410 | |
6938 | 411 2007-09-29 Kim Hansen <kimhanse@gmail.com> |
412 | |
413 * test_range.m: Test range data | |
414 | |
6922 | 415 2007-09-21 John W. Eaton <jwe@octave.org> |
416 | |
417 * test_slice.m: Fix test for x = ones ([0, 2]); x(idx) = N case. | |
418 See change for liboctave/Array.cc. | |
419 | |
6730 | 420 2007-06-15 John W. Eaton <jwe@octave.org> |
421 | |
422 * fntests.m: Also report expected failures in summary. | |
6731 | 423 Improved wording from Thomas Weber <thomas.weber.mail@gmail.com>. |
6730 | 424 |
6699 | 425 2007-06-06 John W. Eaton <jwe@octave.org> |
426 | |
427 * test_signal.m: Rename internal assert function to xassert. | |
428 | |
6587 | 429 2007-04-26 David Bateman <dbateman@free.fr> |
430 | |
431 * test_for.m: Add tests for multi-dimensional matrices and cell | |
432 arrays. | |
433 | |
6488 | 434 2007-04-04 Rafael Laboissiere <rafael@debian.org> |
435 | |
436 * Makefile.in (clean): Also remove a.wav file created by | |
437 testing wavwrite.m. | |
438 | |
6480 | 439 2007-04-03 Kim Hansen <kimhanse@gmail.com> |
440 | |
441 * test_slice.m: New file. | |
442 | |
6467 | 443 2007-03-27 John W. Eaton <jwe@octave.org> |
444 | |
445 * Makefile.in (dist): Use ln, not $(LN_S). | |
446 | |
6358 | 447 2007-02-26 From Michael Goffioul <michael.goffioul@swing.be> |
448 | |
449 * Makefile.in: Use $(LN_S) instead of ln or ln -s. | |
450 | |
6330 | 451 2007-02-20 John W. Eaton <jwe@octave.org> |
452 | |
453 * Makefile.in (check): Use --norc instead of --no-site-file. | |
454 From: Alex Zvoleff <azvoleff@ucsd.edu> | |
455 | |
6327 | 456 2007-02-19 John W. Eaton <jwe@octave.org> |
457 | |
458 * test_system.m: Handle confirm_recursive_rmdir as function | |
459 instead of built-in variable. | |
460 | |
6277 | 461 2007-02-07 John W. Eaton <jwe@octave.org> |
462 | |
463 * fntests.m: Add plea for help writing tests. | |
464 | |
6257 | 465 2007-01-11 John W. Eaton <jwe@octave.org> |
466 | |
467 * fntests.m: Also handle scripts directory in the build tree. | |
468 | |
469 * Makefile.in (OCTAVE_SCRIPT_PATH): Delete unused variable. | |
470 | |
6162 | 471 2006-11-14 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
472 | |
473 * fntests.m: Include liboctave in the list of directories to test. | |
474 | |
5969 | 475 2006-08-25 John W. Eaton <jwe@octave.org> |
476 | |
477 * test_io.m (testls): Allow for small variance in loaded values | |
478 for text data formats. Use persistent local variables instead of | |
479 resetting rand seed. | |
480 | |
5953 | 481 2006-08-22 David Bateman <dbateman@free.fr> |
482 | |
483 * build_sparse_tests.sh: Don't force conversion to sparse boolean | |
484 return type for string mapper functions. | |
485 | |
5948 | 486 2006-08-21 John W. Eaton <jwe@octave.org> |
487 | |
488 * test_io.m: Use isequal (a, b) instead of a != b. Use isequal | |
489 for struct and cell tests instead of more complex constructs. | |
490 | |
5866 | 491 2006-06-27 John W. Eaton <jwe@octave.org> |
492 | |
493 * Makefile.in (distclean): Also remove test_sparse.m. | |
494 | |
5845 | 495 2006-06-07 John W. Eaton <jwe@octave.org> |
496 | |
497 * fntests.m: Keep track of files with tests and report total. | |
498 | |
5836 | 499 2006-06-01 John W. Eaton <jwe@octave.org> |
500 | |
501 * fntests.m (print_test_file_name, print_pass_fail): New functions. | |
5840 | 502 (runtestdir, runtestscript): Use them. Print info for each file |
503 with tests. Print info about files without tests to log file. | |
5836 | 504 (run_test_dir): Rename from runtestdir. Change all uses. |
505 (run_test_script): Rename from runtestscript. Change all uses. | |
5840 | 506 Handle page_screen_output as a function instead of a built-in |
5836 | 507 variable. |
508 | |
5794 | 509 2006-05-04 John W. Eaton <jwe@octave.org> |
510 | |
511 * test_prefer.m: Adjust tests for eliminated built-in variables. | |
512 | |
5781 | 513 2006-04-29 John W. Eaton <jwe@octave.org> |
514 | |
515 * Makefile.in (check): Use run-octave script. | |
516 | |
517 2006-04-28 John W. Eaton <jwe@octave.org> | |
518 | |
519 * test_prefer.m: Adjust tests for new way of handling warning state. | |
520 * build_sparse_tests.sh: Likewise. | |
521 | |
5751 | 522 2006-04-11 John W. Eaton <jwe@octave.org> |
523 | |
524 * test_system.m, test_struct.m, test_string.m, test_quad.m, | |
525 test_number.m, test_nonlin.m, test_matrix.m, test_linalg.m, | |
526 test_io.m, test_diffeq.m, test_arith.m: Update for new usage | |
527 message format. | |
528 | |
5728 | 529 2006-04-03 David Bateman <dbateman@free.fr> |
530 | |
531 * test_number.m: Reverse sense of isscalar and isvector tests | |
9967 | 532 for recent changes. |
5728 | 533 |
5707 | 534 2006-03-21 John W. Eaton <jwe@octave.org> |
535 | |
536 * test_system.m: Use cell arrays of character strings in fnmatch | |
537 tests. | |
538 | |
5678 | 539 2006-03-16 John W. Eaton <jwe@octave.org> |
540 | |
541 * test_system.m: End all *pwent tests with a call to endpwent. | |
542 End all *grent tests with a call to endgrent. | |
543 | |
5667 | 544 2006-03-14 John W. Eaton <jwe@octave.org> |
545 | |
546 * fntests.m: Prettier printing of output. | |
547 * test_eval.m: Disable chatty tests. | |
548 | |
5648 | 549 2006-03-08 David Bateman <dbateman@free.fr> |
550 | |
551 * test_system.m: Fix recursive rmdir test for recent change. | |
552 | |
5630 | 553 2006-02-20 David Bateman <dbateman@free.fr> |
554 | |
555 * build_spase_tests.sh: Add tests for ldiv tests for rectangular | |
556 diagonal, permuted diagonal, triangular and permuted triangular | |
557 matrices. | |
558 | |
5610 | 559 2006-02-09 David Bateman <dbateman@free.fr> |
560 | |
9967 | 561 * build_sparse_tests.sh: Add tests for sparse QR solvers. |
5610 | 562 |
5603 | 563 2006-01-21 David Bateman <dbateman@free.fr> |
564 | |
9967 | 565 * build_sparsetest.sh: Add new un-ordered indexing, assignment and |
566 deletion tests. | |
5603 | 567 |
5595 | 568 2006-01-13 Bill Denney <bill@givebillmoney.com> |
569 | |
570 * test_system.m: Use filesep instead of "/" where needed. | |
571 | |
5590 | 572 2005-12-14 David Bateman <dbateman@free.fr> |
573 | |
574 * build_sparse_tests.sh: New script to build sparse matrix tests. | |
575 * fntests.m: New script to run the octave test code, with "make check". | |
576 * Makefile.in (DISTDIRS): Delete. | |
577 (dist): Simplify. | |
578 (OCTAVE_SCRIPT_PATH): Include . and $(srcdir). | |
579 (check): Run tests with fntest.m instead of runtest. | |
580 (test_sparse.m): New target. | |
581 (clean): Remove fntests.log instead of octave.log and octave.sum. | |
9967 | 582 |
5590 | 583 * tests/test_args.m, tests/test_infnan.m, tests/test_set.m, |
584 tests/test_arith.m, tests/test_io.m, tests/test_signal.m, | |
585 tests/test_audio.m, tests/test_linalg.m, tests/test_sparse.m, | |
586 tests/test_contin.m, tests/test_logical-wfi-f.m, tests/test_stats.m, | |
587 tests/test_control.m, tests/test_logical-wfi-t.m, tests/test_string.m, | |
588 tests/test_diffeq.m, tests/test_matrix.m, tests/test_struct.m, | |
589 tests/test_error.m, tests/test_nonlin.m, tests/test_switch.m, | |
590 tests/test_eval-catch.m, tests/test_number.m, tests/test_system.m, | |
591 tests/test_eval.m, tests/test_optim.m, tests/test_transpose.m, | |
592 tests/test_for.m, tests/test_plot.m, tests/test_try.m, | |
593 tests/test_global.m, tests/test_poly.m, tests/test_unix.m, | |
594 tests/test_if.m, tests/test_prefer.m, tests/test_unwind.m, | |
595 tests/test_image.m, tests/test_quad.m, tests/test_while.m, | |
596 tests/test_index-wfi-f.m, tests/test_recursion.m, | |
9967 | 597 tests/test_index-wfi-t.m, tests/test_return.m: Initial of conversion |
5590 | 598 of DejaGnu tests to test/assert infrastructure. |
599 | |
5347 | 600 2005-05-11 John W. Eaton <jwe@octave.org> |
601 | |
602 * config/unix.exp: Start Octave with -H. | |
603 | |
4139 | 604 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
605 | |
606 * octave.test/arith/prod-4.m, octave.test/arith/sum-4.m: | |
607 Cover more cases for empty matrices. | |
608 | |
9501 | 609 2002-10-15 Paul Kienzle <pkienzle@users.sf.net> |
4104 | 610 |
611 * Makefile.in: Use @library_path_var@ instead of LD_LIBRARY_PATH. | |
612 | |
9501 | 613 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4071 | 614 |
615 * qr-7.m: Remove randomness from complex matrix generator. | |
616 Increase tolerance on rosser matrix test. | |
617 | |
9501 | 618 2002-09-26 Paul Kienzle <pkienzle@users.sf.net> |
4069 | 619 |
9967 | 620 * octave.test/linalg/qr-7.m: Replace large random matrix tests |
4069 | 621 of economy QR decomposition with small predictable tests. |
622 Include numerically sensitive rosser matrix test. Don't | |
9967 | 623 report the measured norms. |
4069 | 624 |
3906 | 625 2002-04-24 Bill Lash <lash@tellabs.com> |
626 | |
627 * test/octave.test/signal/signal.exp: Add unwrap test. | |
628 * test/octave.test/signal/unwrap-1.m: New file. | |
629 | |
9501 | 630 2002-04-24 David Billinghurst <David.Billinghurst@riotinto.com.au> |
3905 | 631 |
632 * octave.test/signal/signal.exp: Add tests for fft, ifft | |
633 fft2, ifft2 and detrend. | |
634 * octave.test/signal/detrend-1.m: New test. | |
635 * octave.test/signal/detrend-2.m: New test. | |
636 * octave.test/signal/detrend-3.m: New test. | |
637 * octave.test/signal/fft-1.m: New test. | |
638 * octave.test/signal/ifft-1.m: New test. | |
639 * octave.test/signal/fft2-1.m: New test. | |
640 * octave.test/signal/ifft2-1.m: New test. | |
641 | |
3902 | 642 2002-04-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
643 | |
9967 | 644 * octave.test/diffeq/dassl-1.m (tol): Use relative tolerance for test. |
3902 | 645 * octave.test/diffeq/dassl-2.m (tol): Likewise. |
646 * octave.test/diffeq/lsode-1.m (tol): Likewise. | |
647 * octave.test/diffeq/lsode-2.m (tol): Likewise. | |
648 * octave.test/diffeq/lsode-3.m (tol): Likewise. | |
649 | |
9501 | 650 2002-04-12 Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3898 | 651 |
652 * config/unix.exp: Allow running of individual tests with | |
653 "runtest *.exp" from any of the directories under test/octave.test. | |
654 | |
3884 | 655 2002-04-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
656 | |
657 * octave.test/linalg/qr-7.m: New test. | |
658 From Paul Kienzle <pkienzle@jazz.ncnr.nist.gov>. | |
9967 | 659 |
9501 | 660 2001-04-24 Christoph Spiel <cspiel@hammersmith-consulting.com> |
3820 | 661 |
662 * Makefile.in (check): Allow user to specify which .exp file to run. | |
3821 | 663 * octave.test/try, octave.test/eval-catch: New directories and tests. |
3820 | 664 |
9501 | 665 2000-06-07 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3674 | 666 |
667 * octave.test/quad/quad-1.m: Use absolute value of difference | |
668 from expected value when comparing with sqrt (eps). Potential | |
669 problems like this were noticed by Przemek Klosowski | |
670 <przemek@rrdjazz.nist.gov>. | |
671 * octave.test/quad/quad-2.m: Likewise. | |
3676 | 672 * octave.test/arith/exp-1.m: Likewise. |
673 * octave.test/linalg/cond-1.m: Likewise. | |
674 * octave.test/linalg/eig-1.m: Likewise. | |
675 * octave.test/linalg/eig-2.m: Likewise. | |
676 * octave.test/linalg/inv-1.m: Likewise. | |
677 * octave.test/linalg/lu-2.m: Likewise. | |
678 * octave.test/linalg/svd-2.m: Likewise. | |
679 * octave.test/linalg/svd-10.m: Likewise. | |
3674 | 680 |
3325 | 681 1999-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
682 | |
683 * octave.test/system/mktime-1.m (t): Compare whole seconds only. | |
684 | |
3233 | 685 Fri Dec 4 20:55:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
686 | |
687 * octave.test/system/clock-1.m: Use standard format specifiers %d | |
688 and %H instead of %e and %k. | |
689 | |
3193 | 690 Fri Oct 23 15:53:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
691 | |
692 * octave.test/arith/exp-5.m: New test. | |
693 | |
694 * octave.test/stats/mean-3.m: New version of mean accepts a second | |
695 optional arg. | |
696 | |
697 * octave.test/system/date-1.m: Correct test for new Y2K-compliant | |
698 date function. | |
699 | |
3177 | 700 Wed May 27 00:38:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
701 | |
702 * octave.test/diffeq/dassl-1.m, octave.test/diffeq/dassl-2.m, | |
703 octave.test/diffeq/lsode-1.m: New tests, from David Billinghurst | |
704 <David.Billinghurst@riotinto.com.au>. | |
705 | |
706 * octave.test/diffeq/lsode-2.m, octave.test/diffeq/lsode-3.m: | |
707 New tests, from Peter Hopfgartner <phopfgartner@memc.inet.it>. | |
708 | |
3174 | 709 Thu Apr 23 01:45:16 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
710 | |
711 * Makefile.in: If $(SHARED_LIBS), set LD_LIBRARY_PATH for running | |
712 Octave before installation is complete. | |
713 | |
3167 | 714 Wed Apr 15 15:23:43 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
715 | |
716 * octave.test/index/dfi-f/m-2.m, octave.test/index/dfi-f/index.exp: | |
717 Expect this test to succed now. | |
718 | |
3162 | 719 Thu Mar 5 20:35:26 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
720 | |
721 * octave.test/system/gmtime-1.m, octave.test/system/localtime-1.m: | |
722 Not all systems have time zone info in the struct. | |
723 | |
724 Mon Mar 2 14:36:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu> | |
725 | |
726 * octave.test/io/binary-io-1.m (id): Use binary flag in fopen call. | |
727 | |
2870 | 728 Wed Apr 2 21:59:15 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
729 | |
730 * octave.test/prefer/prefer.exp: Delete prefer-36 and prefer-37. | |
731 * octave.test/prefer/prefer-36.m, octave.test/prefer/prefer-37.m: | |
732 Delete test files. | |
733 | |
2811 | 734 Wed Mar 12 16:56:41 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
735 | |
736 * Makefile.in (install-strip): New target. | |
737 | |
2779 | 738 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775 | 739 |
740 * Version 2.0.5 released. | |
741 | |
2709 | 742 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702 | 743 |
744 * Version 2.0.4 released. | |
745 | |
2693 | 746 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690 | 747 |
748 * Version 2.0.3 released. | |
749 | |
2634 | 750 Mon Jan 27 15:51:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
751 | |
752 * Version 2.0.2 released. | |
753 | |
2621 | 754 Thu Jan 23 13:48:19 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
755 | |
756 * octave.test/unwind/unwind-2.m: Scripts now stop executing when | |
757 errors are encountered. | |
758 | |
759 * octave.test/return/return.exp: Return at top level is no longer | |
760 an error. | |
761 | |
2602 | 762 Tue Jan 7 00:16:23 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
763 | |
764 * Version 2.0.1 released. | |
765 | |
2583 | 766 Tue Dec 10 01:43:05 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
767 | |
768 * Version 2.0 released. | |
769 | |
2575 | 770 Fri Dec 6 15:23:39 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
771 | |
772 * Version 1.94. | |
773 | |
2554 | 774 Wed Nov 20 01:00:02 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
775 | |
776 * Version 1.93. | |
777 | |
2512 | 778 Thu Nov 14 00:05:57 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
779 | |
780 * Version 1.92 | |
781 | |
2482 | 782 Thu Nov 7 12:43:03 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
783 | |
784 * Version 1.91. | |
785 | |
2452 | 786 Wed Oct 30 17:19:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
787 | |
788 * Version 1.90. | |
789 | |
790 * Makefile.in (DISTFILES): Add ChangeLog. | |
791 | |
2330 | 792 Fri Feb 9 21:40:49 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
793 | |
794 * Makefile.in (OCTAVE_SCRIPT_PATH): Add ../src directory (for .oct | |
795 files) and current directory (why not?). | |
796 | |
797 See ChangeLog.1 in the top level directory for earlier changes. |