diff options
author | Doug Evans <dje@google.com> | 1998-12-14 23:17:02 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-12-14 23:17:02 +0000 |
commit | d4dd077a944a69dc85ba7ed20b91ea6b4d821d10 (patch) | |
tree | 9fd75f970d597f914493780800fce686403c6108 | |
parent | 44ffbd6e4a0906754d44e02fba59ae07ab3c41aa (diff) | |
download | gdb-d4dd077a944a69dc85ba7ed20b91ea6b4d821d10.zip gdb-d4dd077a944a69dc85ba7ed20b91ea6b4d821d10.tar.gz gdb-d4dd077a944a69dc85ba7ed20b91ea6b4d821d10.tar.bz2 |
* lib/sim-defs.exp (run_sim_test): New option xerror, for expected
errors. Translate \n sequences in expected output to newline char.
(slurp_options): Make parentheses optional.
-rw-r--r-- | sim/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog index fe12f0e..4a0508c 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,3 +1,9 @@ +1998-12-14 Doug Evans <devans@casey.cygnus.com> + + * lib/sim-defs.exp (run_sim_test): New option xerror, for expected + errors. Translate \n sequences in expected output to newline char. + (slurp_options): Make parentheses optional. + 1998-12-14 Dave Brolley <brolley@cygnus.com> * sim/fr30/call.cgs: Test ret here as well. |