Age | Commit message (Expand) | Author | Files | Lines |
2022-01-21 | Reset error and warning counters before running each test file | Jacob Bachmeyer | 1 | -2/+4 |
2021-07-09 | Adjust conditional for broken legacy case | Jacob Bachmeyer | 1 | -1/+1 |
2021-06-16 | Merge fixes from 1.6.3 release branch | Jacob Bachmeyer | 1 | -6/+45 |
2021-05-22 | Update version numbers for 1.6.3 release candidate 5 | Jacob Bachmeyer | 1 | -1/+1 |
2021-05-04 | Tighten regexp pattern used for validating output of config.guess | Jacob Bachmeyer | 1 | -1/+1 |
2021-04-28 | Update version numbers for 1.6.3 release candidate 4 | Jacob Bachmeyer | 1 | -1/+1 |
2021-04-16 | Allow environment to specify a shell for running config.guess | Jacob Bachmeyer | 1 | -6/+45 |
2021-04-08 | Update version numbers for 1.6.3 release candidate 3 | Jacob Bachmeyer | 1 | -1/+1 |
2021-03-30 | Update version numbers for 1.6.3 release candidate 2 | Jacob Bachmeyer | 1 | -1/+1 |
2021-03-22 | Update version numbers for 1.6.3 release branch | Jacob Bachmeyer | 1 | -1/+1 |
2021-03-22 | Update version numbers for continued development | Jacob Bachmeyer | 1 | -1/+1 |
2020-06-26 | Withdraw proposed --keep_going and --no_keep_going options | Jacob Bachmeyer | 1 | -18/+0 |
2020-06-26 | Record Tcl errors and dump them again at the end of a run | Jacob Bachmeyer | 1 | -1/+17 |
2020-06-24 | Add option to stop immediately at Tcl errors and continue by default | Jacob Bachmeyer | 1 | -3/+6 |
2020-06-18 | Use consistent behavior for Tcl errors in test scripts | Jacob Bachmeyer | 1 | -0/+6 |
2020-06-17 | Allow testing to continue after an undefined command is called | Jacob Bachmeyer | 1 | -0/+12 |
2020-06-02 | Save and restore variables set by command arguments | Jacob Bachmeyer | 1 | -4/+50 |
2020-06-01 | Print initial working directory if verbose output is selected | Jacob Bachmeyer | 1 | -0/+2 |
2020-06-01 | Add verbose output for testsuite search | Jacob Bachmeyer | 1 | -0/+13 |
2020-05-28 | Show the user's login name shortly after finding it | Jacob Bachmeyer | 1 | -2/+2 |
2020-05-28 | Fix default value of libdir global | Jacob Bachmeyer | 1 | -1/+4 |
2020-05-15 | Update Copyright dates | Rob Savoye | 1 | -1/+1 |
2019-03-08 | * runtest.exp (search_and_load_file): Join the directory and | Andrew Burgess | 1 | -6/+7 |
2018-12-16 | * runtest.exp: Move processing of -V|--version option to first | Jacob Bachmeyer | 1 | -8/+8 |
2018-12-12 | * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp, | Ben Elliston | 1 | -8/+9 |
2018-12-10 | * runtest.exp: Remove unnecessary quotes and braces around | Ben Elliston | 1 | -85/+86 |
2018-12-10 | * runtest.exp (setup_target_hook): Use 'ne' and not '!='. | Ben Elliston | 1 | -2/+2 |
2018-12-08 | * NEWS: Document 'testsuite' command. | Jacob Bachmeyer | 1 | -21/+76 |
2018-12-08 | * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp, | Ben Elliston | 1 | -11/+11 |
2018-12-08 | * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp, | Ben Elliston | 1 | -39/+39 |
2018-12-06 | * lib/remote.exp (standard_load): Fix typo on empty string. | Jacob Bachmeyer | 1 | -2/+2 |
2018-12-06 | * runtest.exp: Replace [string match] commands involving literal | Ben Elliston | 1 | -2/+2 |
2018-12-06 | * runtest.exp: Replace '==' with 'eq' for string compares. | Ben Elliston | 1 | -5/+5 |
2018-12-06 | * runtest.exp: Replace archaic use of [string match] with "eq". | Jacob Bachmeyer | 1 | -5/+5 |
2018-12-05 | * runtest.exp (load_config): Remove unused globals. | Jacob Bachmeyer | 1 | -7/+0 |
2018-12-04 | * lib/utils.exp (relative_filename): New proc. | Jacob Bachmeyer | 1 | -23/+4 |
2018-12-02 | * runtest.exp (hex): Remove useless test before setting. | Jacob Bachmeyer | 1 | -6/+2 |
2018-12-02 | * doc/dejagnu.texi (Invoking runtest): Document new --local_init | Jacob Bachmeyer | 1 | -46/+56 |
2018-11-30 | * runtest.exp: Use isremote. | Ben Elliston | 1 | -1/+1 |
2018-11-28 | * NEWS: Update. | Ben Elliston | 1 | -1/+1 |
2018-11-22 | * runtest.exp: Ensure that multipass pass variables are always | Jacob Bachmeyer | 1 | -9/+10 |
2018-11-22 | * runtest.exp: Raise error if $DEJAGNU is defined but not found. | Jacob Bachmeyer | 1 | -1/+2 |
2018-11-15 | * runtest.exp (load_tool_init): Search for tool init file instead | Jacob Bachmeyer | 1 | -14/+10 |
2018-11-15 | * runtest.exp (load_lib): Whitespace fix. | Ben Elliston | 1 | -1/+1 |
2018-10-31 | * runtest.exp (load_tool_init): Add message indicating the | Jacob Bachmeyer | 1 | -0/+2 |
2017-10-16 | Roll over to next development version number. | Ben Elliston | 1 | -1/+1 |
2017-08-19 | * runtest.exp: Fix --directory matching. | Tom Tromey | 1 | -1/+4 |
2017-08-15 | Fix bug reported by Andrey ``Bass'' Shcheglov. | Ben Elliston | 1 | -4/+2 |
2017-08-01 | * runtest.exp (usage): Improve --strace message. | Ben Elliston | 1 | -1/+1 |
2017-08-01 | * runtest.exp (usage): --reboot doesn't take a 'name' parameter. | Ben Elliston | 1 | -1/+1 |