Mercurial > hg > octave-nkf
diff test/build_sparse_tests.sh @ 8871:fb1c929dbbb7
tests vs. 64-bit indexing
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 25 Feb 2009 12:56:36 -0500 |
parents | d79edebd8f45 |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/test/build_sparse_tests.sh +++ b/test/build_sparse_tests.sh @@ -886,6 +886,9 @@ %! load(savefile,"as_save"); %! unlink(savefile); %! assert(as_save,sparse(af)); +## FIXME -- we should skip (or mark as an expected failure) the test for +## saving sparse matrices to MAT files when using 64-bit indexing since +## that is not implemented yet. %!test # save matlab %! savefile= tmpnam(); %! as_save=as; save("-mat",savefile,"bf","as_save","af");