aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-07-22Revise host_execute to fix PR42399PR42399Jacob Bachmeyer
2020-07-20Add regression test for PR42399Jacob Bachmeyer
2020-07-06Merge branch 'PR41918'Jacob Bachmeyer
2020-07-06Merge branch 'timeout-fix-for-1.6.3'Jacob Bachmeyer
2020-07-06Merge branch 'new-api-for-1.6.3'Jacob Bachmeyer
2020-07-06Merge branch 'gdb-upstream-for-1.6.3'Jacob Bachmeyer
2020-06-29Add separator lines when repeating error messagesPR41918Jacob Bachmeyer
2020-06-26Record Tcl errors and dump them again at the end of a runJacob Bachmeyer
2020-06-22remote: Fix a stuck remote call pipeline causing testing to hangMaciej W. Rozycki
2020-06-22remote: Use `catch' in killing pending force-killsMaciej W. Rozycki
2020-06-22Add "linker=" option to target_compile to support testingJacob Bachmeyer
2020-06-22Fix up upstreamed GDB testsuite patchesJacob Bachmeyer
2020-06-20Add Go support to default_target_compileTom Tromey
2020-06-20Add Rust support to default_target_compileTom Tromey
2020-06-20Add early_flags to default_target_compileTom Tromey
2020-06-18Use consistent behavior for Tcl errors in test scriptsJacob Bachmeyer
2020-06-17Merge branch 'pr41914' into 'PR41824'PR41824Jacob Bachmeyer
2020-06-17Allow testing to continue after an undefined command is calledJacob Bachmeyer
2020-06-17Propagate return value of auto-loaded commandpr41914Rob Savoye
2020-06-15Combine remote stderr into remote stdoutChristophe Lyon
2020-06-15Keep trailing newline in remote execution outputYvan Roux
2020-06-06Add "testcase group" APIJacob Bachmeyer
2020-06-05Add "testsuite can call api" feature test APIJacob Bachmeyer
2020-05-25Use board_info correctly.Jacob Bachmeyer
2020-05-25Use host_info procedure to probe for a host configuration, instead of checkin...Jacob Bachmeyer
2020-05-25 Establish a default C compiler by evaluating [find_gcc] if no other compiler...Jacob Bachmeyer
2020-05-15Update Copyright datesRob Savoye
2019-01-10 * testsuite/runtest.libs/clone_output.test: Use new test harnessJacob Bachmeyer
2018-12-14 * lib/framework.exp (log_summary): Remove "testcnt" mechanism.Jacob Bachmeyer
2018-12-12 * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,Ben Elliston
2018-12-10 * lib/utils.exp (grep): Use a proper Tcl list for options.Ben Elliston
2018-12-10 * lib/utils.exp (getdirs): Use glob -nocomplain rather than globBen Elliston
2018-12-10 * lib/debugger.exp (dumpvars): Remove unnecessary braces.Ben Elliston
2018-12-10 * runtest.exp (setup_target_hook): Use 'ne' and not '!='.Ben Elliston
2018-12-09Reindent lib/target.exp.Ben Elliston
2018-12-09 * baseboards/basic-sid.exp, baseboards/basic-sim.exp,Ben Elliston
2018-12-09Remove commented out lines in host_execute.Ben Elliston
2018-12-09 * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,Ben Elliston
2018-12-08 * lib/dejagnu.exp (host_execute): Remove unnecessary quotes aroundBen Elliston
2018-12-08 * NEWS: Document 'testsuite' command.Jacob Bachmeyer
2018-12-08 * lib/tip.exp (tip_open): Put braces around if expression.Ben Elliston
2018-12-08 * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,Ben Elliston
2018-12-08 * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,Ben Elliston
2018-12-06 * lib/remote.exp (standard_load): Fix typo on empty string.Jacob Bachmeyer
2018-12-06 * runtest.exp: Replace [string match] commands involving literalBen Elliston
2018-12-06 * runtest.exp: Replace '==' with 'eq' for string compares.Ben Elliston
2018-12-06 * lib/telnet.exp (telnet_open): Remove connectmode global.Ben Elliston
2018-12-05 * lib/utils.exp (grep): Handle -n.Ben Elliston
2018-12-04 * lib/debugger.exp (dumprocs): Fix proc comment.Ben Elliston
2018-12-04 * lib/utils.exp (relative_filename): New proc.Jacob Bachmeyer