diff test/io.tst @ 22389:663e30242c4b

avoid using "expected failure" to describe known bugs * __run_test_suite__.m: Avoid using term "expected failure" in summary. Point to log file for bug report info for known bugs. * build-sparse-tests.sh, io.tst: Use "known bug" intead of "expected failure".
author John W. Eaton <jwe@octave.org>
date Thu, 25 Aug 2016 16:25:46 -0400
parents bac0d6f07a3e
children 3a2b891d0b33 3ac9f9ecfae5
line wrap: on
line diff
--- a/test/io.tst	Thu Aug 25 16:17:36 2016 -0400
+++ b/test/io.tst	Thu Aug 25 16:25:46 2016 -0400
@@ -16,7 +16,7 @@
 ## along with Octave; see the file COPYING.  If not, see
 ## <http://www.gnu.org/licenses/>.
 
-## FIXME: we should skip (or mark as an expected failure) the test for
+## FIXME: we should skip (or mark as a known bug) the test for
 ## saving sparse matrices to MAT files when using 64-bit indexing since
 ## that is not implemented yet.