comparison test/test_io.m @ 8871:fb1c929dbbb7

tests vs. 64-bit indexing
author John W. Eaton <jwe@octave.org>
date Wed, 25 Feb 2009 12:56:36 -0500
parents 5dd06f19e9be
children eb63fbe60fab
comparison
equal deleted inserted replaced
8870:eea0e1b45ec0 8871:fb1c929dbbb7
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 %% Automatically generated from DejaGNU files 19 %% Automatically generated from DejaGNU files
20
21 ## FIXME -- we should skip (or mark as an expected failure) the test for
22 ## saving sparse matrices to MAT files when using 64-bit indexing since
23 ## that is not implemented yet.
20 24
21 %% test/octave.test/io/load-save.m 25 %% test/octave.test/io/load-save.m
22 %!function [ret, files] = testls (input) 26 %!function [ret, files] = testls (input)
23 %! ## flag a1 global so as to test the storage of global flags 27 %! ## flag a1 global so as to test the storage of global flags
24 %! global a1; 28 %! global a1;