This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch PR41918 in repository dejagnu.
from 5bc0f51 Add option to stop immediately at Tcl errors and continue by default new 2c7ae25 Record Tcl errors and dump them again at the end of a run new a149ae3 Withdraw proposed --keep_going and --no_keep_going options new 556eb77 Document use of UNRESOLVED results to mark test script crashes new 61dc0ca Add separator lines when repeating error messages
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 50 ++++++++++ Makefile.am | 10 +- Makefile.in | 2 +- NEWS | 9 +- doc/dejagnu.texi | 13 +-- doc/runtest.1 | 6 -- lib/framework.exp | 11 +++ runtest.exp | 28 +++--- testsuite/runtest.main/abort.exp | 101 --------------------- testsuite/runtest.main/error.exp | 81 +++++++++++++++++ .../testsuite/error.test/error-al-dbz.exp} | 2 +- .../testsuite/error.test/error-dbz.exp} | 2 +- .../testsuite/error.test/error-undef.exp} | 2 +- .../testsuite/error.test}/simple.exp | 0 14 files changed, 173 insertions(+), 144 deletions(-) delete mode 100644 testsuite/runtest.main/abort.exp create mode 100644 testsuite/runtest.main/error.exp rename testsuite/runtest.main/{abort/testsuite/abort.test/abort-al-dbz.exp => erro [...] rename testsuite/runtest.main/{abort/testsuite/abort.test/abort-dbz.exp => error/t [...] rename testsuite/runtest.main/{abort/testsuite/abort.test/abort-undef.exp => error [...] rename testsuite/runtest.main/{abort/testsuite/abort.test => error/testsuite/error [...]