This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch queue in repository dejagnu.
from 06f755f Merge branch 'timeout-fix-for-1.6.3' adds c5b21f1 Allow testing to continue after an undefined command is called adds 6cb7c43 Add new testsuite files to TESTSUITE_FILES in Makefile.am adds e7f39bc Propagate return value of auto-loaded command adds 38e913f Merge branch 'pr41914' into 'PR41824' adds cbba4db Add tests for handling arithmetic errors in auto-loaded procedures adds d45310c Use consistent behavior for Tcl errors in test scripts adds f7dea4f Reword NEWS entries adds c3252e3 Add tests for handling arithmetic errors in non-auto-loaded p [...] adds a53c564 Update ChangeLog adds 5bc0f51 Add option to stop immediately at Tcl errors and continue by default adds 2c7ae25 Record Tcl errors and dump them again at the end of a run adds a149ae3 Withdraw proposed --keep_going and --no_keep_going options adds 556eb77 Document use of UNRESOLVED results to mark test script crashes adds 61dc0ca Add separator lines when repeating error messages new f5fccbc Merge branch 'PR41918'
The 1 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 | 137 +++++++++++++++++++++ Makefile.am | 7 +- Makefile.in | 2 +- NEWS | 7 ++ doc/dejagnu.texi | 5 + doc/runtest.1 | 3 - lib/framework.exp | 60 +++++++-- runtest.exp | 25 +++- testsuite/runtest.main/error.exp | 81 ++++++++++++ .../error/testsuite/error.test/error-al-dbz.exp | 28 +++-- .../error/testsuite/error.test/error-dbz.exp} | 15 ++- .../error/testsuite/error.test/error-undef.exp | 12 +- .../error/testsuite/error.test/simple.exp | 8 +- 13 files changed, 345 insertions(+), 45 deletions(-) create mode 100644 testsuite/runtest.main/error.exp copy config/default.exp => testsuite/runtest.main/error/testsuite/error.test/error [...] copy testsuite/{libdejagnu/tunit.exp => runtest.main/error/testsuite/error.test/er [...] copy baseboards/tx39-sim.exp => testsuite/runtest.main/error/testsuite/error.test/ [...] copy baseboards/tx39-sim.exp => testsuite/runtest.main/error/testsuite/error.test/ [...]