This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository dejagnu.
from 33f82a7 Add entries adds 57edff8 Add early_flags to default_target_compile adds c8beff4 Add Rust support to default_target_compile adds 2e88e03 Add Go support to default_target_compile adds 26de735 Document find_* procedures imported from GDB testsuite adds 3a4313d Fix up upstreamed GDB testsuite patches adds a641e48 Add "linker=" option to target_compile to support testing adds 862a6a5 Add tests for new features in default_target_compile adds 024297c Update NEWS adds e572af7 Merge branch 'gdb-upstream-for-1.6.3' adds 5096a3c Add "testsuite can call api" feature test API adds 71ad088 Add "testcase group" API adds 8c750f7 Fix Info node connectivity and formatting mistake adds 376dacc Merge branch 'new-api-for-1.6.3' adds 04668d6 remote: Use `catch' in killing pending force-kills adds 1b09d3a remote: Fix a stuck remote call pipeline causing testing to hang adds ed7ed28 Update ChangeLog adds 4348c51 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 adds 9dac619 Merge branch 'PR41918' adds 5c847ce Fix missing name in ChangeLog entry adds 5d954c5 Adjust NEWS
No new revisions were added by this update.
Summary of changes: ChangeLog | 233 ++++++++++++++- Makefile.am | 7 +- Makefile.in | 2 +- NEWS | 40 ++- doc/dejagnu.texi | 137 ++++++++- doc/runtest.1 | 3 - lib/framework.exp | 191 +++++++++++- lib/libgloss.exp | 40 +++ lib/remote.exp | 23 +- lib/target.exp | 104 ++++++- runtest.exp | 25 +- testsuite/runtest.libs/target.test | 319 ++++++++++++++++++++- testsuite/runtest.libs/testcase_group.test | 61 ++++ testsuite/runtest.libs/testsuite_can.test | 29 ++ 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 +- 19 files changed, 1285 insertions(+), 73 deletions(-) create mode 100644 testsuite/runtest.libs/testcase_group.test create mode 100644 testsuite/runtest.libs/testsuite_can.test 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/ [...]