aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-12-20Add support for errors and warnings in the unit test protocolJacob Bachmeyer1-0/+2
2022-11-28Add UNSUPPORTED test result to DejaGnu unit test protocolJacob Bachmeyer1-0/+1
2022-11-26Add explicit end-of-test marker to DejaGnu unit test protocolJacob Bachmeyer1-7/+6
2022-10-04Buffer test results in case the pruning callback aborts the testJacob Bachmeyer1-8/+23
2021-06-16Merge fixes from 1.6.3 release branchJacob Bachmeyer1-1/+1
2021-05-20Fix spurious UNRESOLVED result when size(1) is not in PATHJacob Bachmeyer1-1/+1
2021-04-14Add initial infrastructure for DejaGnu "specs" stringsJacob Bachmeyer1-0/+294
2020-12-27Remove noise word "api" from "testsuite can call api" entrypointJacob Bachmeyer1-3/+3
2020-08-02Merge branch 'PR42399'Rob Savoye1-49/+39
2020-07-22Revise host_execute to fix PR42399Jacob Bachmeyer1-42/+29
2020-07-20Add regression test for PR42399Jacob Bachmeyer1-7/+10
2020-07-13target: Wrap linker flags into `-largs'/`-margs' for AdaMaciej W. Rozycki1-14/+36
2020-07-06Merge branch 'PR41918'Jacob Bachmeyer1-12/+48
2020-07-06Merge branch 'timeout-fix-for-1.6.3'Jacob Bachmeyer1-2/+21
2020-07-06Merge branch 'new-api-for-1.6.3'Jacob Bachmeyer1-1/+130
2020-07-06Merge branch 'gdb-upstream-for-1.6.3'Jacob Bachmeyer2-6/+138
2020-06-29Add separator lines when repeating error messagesJacob Bachmeyer1-1/+3
2020-06-26Record Tcl errors and dump them again at the end of a runJacob Bachmeyer1-0/+9
2020-06-22remote: Fix a stuck remote call pipeline causing testing to hangMaciej W. Rozycki1-1/+17
2020-06-22remote: Use `catch' in killing pending force-killsMaciej W. Rozycki1-1/+4
2020-06-22Add "linker=" option to target_compile to support testingJacob Bachmeyer1-4/+8
2020-06-22Fix up upstreamed GDB testsuite patchesJacob Bachmeyer1-2/+11
2020-06-20Add Go support to default_target_compileTom Tromey2-0/+55
2020-06-20Add Rust support to default_target_compileTom Tromey2-1/+40
2020-06-20Add early_flags to default_target_compileTom Tromey1-4/+29
2020-06-18Use consistent behavior for Tcl errors in test scriptsJacob Bachmeyer1-20/+26
2020-06-17Merge branch 'pr41914' into 'PR41824'Jacob Bachmeyer1-0/+1
2020-06-17Allow testing to continue after an undefined command is calledJacob Bachmeyer1-3/+21
2020-06-17Propagate return value of auto-loaded commandRob Savoye1-0/+3
2020-06-15Combine remote stderr into remote stdoutChristophe Lyon1-1/+1
2020-06-15Keep trailing newline in remote execution outputYvan Roux2-6/+0
2020-06-06Add "testcase group" APIJacob Bachmeyer1-1/+109
2020-06-05Add "testsuite can call api" feature test APIJacob Bachmeyer1-0/+21
2020-05-25Use board_info correctly.Jacob Bachmeyer1-10/+10
2020-05-25Use host_info procedure to probe for a host configuration, instead of checkin...Jacob Bachmeyer1-1/+1
2020-05-25 Establish a default C compiler by evaluating [find_gcc] if no other compiler...Jacob Bachmeyer1-1/+5
2020-05-15Update Copyright datesRob Savoye18-18/+18
2019-01-10 * testsuite/runtest.libs/clone_output.test: Use new test harnessJacob Bachmeyer1-1/+3
2018-12-14 * lib/framework.exp (log_summary): Remove "testcnt" mechanism.Jacob Bachmeyer1-33/+0
2018-12-12 * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,Ben Elliston5-12/+12
2018-12-10 * lib/utils.exp (grep): Use a proper Tcl list for options.Ben Elliston1-5/+5
2018-12-10 * lib/utils.exp (getdirs): Use glob -nocomplain rather than globBen Elliston1-31/+22
2018-12-10 * lib/debugger.exp (dumpvars): Remove unnecessary braces.Ben Elliston1-1/+1
2018-12-10 * runtest.exp (setup_target_hook): Use 'ne' and not '!='.Ben Elliston2-5/+5
2018-12-09Reindent lib/target.exp.Ben Elliston1-61/+61
2018-12-09 * baseboards/basic-sid.exp, baseboards/basic-sim.exp,Ben Elliston10-157/+157
2018-12-09Remove commented out lines in host_execute.Ben Elliston1-3/+0
2018-12-09 * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,Ben Elliston11-113/+113
2018-12-08 * lib/dejagnu.exp (host_execute): Remove unnecessary quotes aroundBen Elliston1-6/+6
2018-12-08 * NEWS: Document 'testsuite' command.Jacob Bachmeyer1-0/+64