Mercurial > hg > octave-nkf
changeset 4471:6a1e6e87f143
[project @ 2003-07-28 21:08:06 by jwe]
author | jwe |
---|---|
date | Mon, 28 Jul 2003 21:08:06 +0000 |
parents | e606bf485c1c |
children | f52db9e1296a |
files | test/octave.test/eval-catch/eval-catch.exp test/octave.test/try/try.exp |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test/octave.test/eval-catch/eval-catch.exp +++ b/test/octave.test/eval-catch/eval-catch.exp @@ -41,10 +41,12 @@ ## handle nested eval: eval nested in catch-string set test eval-catch-9 set prog_output "__error_text__ = `a' undefined.*\n\n__error_text__ = `b' undefined.*\n$" +setup_xfail *-*-* do_test eval-catch-9.m ## re-throw an error set test eval-catch-10 set prog_output "__error_text__ = rethrow: `a' undefined.*\n" +setup_xfail *-*-* do_test eval-catch-10.m
--- a/test/octave.test/try/try.exp +++ b/test/octave.test/try/try.exp @@ -41,9 +41,11 @@ ## handle nested try-catch-block: try nested in catch set test try-9 set prog_output "__error_text__ = `a' undefined.*\n\n__error_text__ = `b' undefined.*\n$" +setup_xfail *-*-* do_test try-9.m ## re-throw an error set test try-10 set prog_output "__error_text__ = rethrow: `a' undefined.*\n" +setup_xfail *-*-* do_test try-10.m