diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-29 16:41:59 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-29 16:41:59 -0400 |
commit | 744b9a190b9b5b83d83f43d35b6ab6d20f49af8f (patch) | |
tree | d04ff645c6c26278922fcae6c725ba24f1613d4d /sim/testsuite/ChangeLog | |
parent | 92fc6153a6fdf2a027d9780f5945712aafad4a9e (diff) | |
download | gdb-744b9a190b9b5b83d83f43d35b6ab6d20f49af8f.zip gdb-744b9a190b9b5b83d83f43d35b6ab6d20f49af8f.tar.gz gdb-744b9a190b9b5b83d83f43d35b6ab6d20f49af8f.tar.bz2 |
sim; testsuite: allow tests to set no output
If a test doesn't write anything at all to stdout, the current test
framework can't support that. Even if you put a blank output line:
# output:
the setup happily clobbers that with a default pass/fail string.
Tweak the parsing logic so we only set the output to pass/fail when
the test has no output marker.
Diffstat (limited to 'sim/testsuite/ChangeLog')
-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 6de8bdc..55ef169 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2015-03-29 Mike Frysinger <vapier@gentoo.org> + * lib/sim-defs.exp (run_sim_test): Declare seen_output as 0. When + the test has an output keyword, set it to 1. Set default output only + when seen_output is 0. + +2015-03-29 Mike Frysinger <vapier@gentoo.org> + * configure: Regenerate. 2015-03-28 Mike Frysinger <vapier@gentoo.org> |