aboutsummaryrefslogtreecommitdiff
path: root/baseboards/qemu.exp
AgeCommit message (Collapse)AuthorFilesLines
2023-12-13Harmonise test execution reporting across protocolsMaciej W. Rozycki1-0/+2
Report both the full command and the timeout value consistently across various communication protocols, and always always output the report to the log file, so that procedures do not have to be locally overridden to extract this data where needed to reproduce an issue by hand. * baseboards/qemu.exp (qemu_load): Add execution reporting. * config/gdb-comm.exp (gdb_comm_load): Likewise. * config/gdb_stub.exp (gdb_stub_load): Likewise. * config/sim.exp (sim_load): Likewise. * config/unix.exp (unix_load): Report full command in addition to timeout value.
2023-12-12Use `test_timeout' consistently across protocolsMaciej W. Rozycki1-1/+8
The `test_timeout' global parameter was added with commit 73db65f53795, however for the `unix' protocol only and then only in the local case. Update the remote case of the `unix' protocol, other protocols that use various timeout sources, and the `qemu' board to take any `test_timeout' setting into account as appropriate. Amend the manual accordingly. * baseboards/qemu.exp (qemu_load): Respect global `test_timeout' setting. * config/gdb-comm.exp (gdb_comm_load): Likewise. * config/gdb_stub.exp (gdb_stub_load): Likewise. * config/sim.exp (sim_load): Likewise. * config/unix.exp (unix_load): Likewise, in the remote case. * doc/dejagnu.texi (Local configuration file): Update accordingly.
2020-08-10Tidy whitespace in baseboards/qemu.expJacob Bachmeyer1-4/+4
2020-07-16Works now with qemu instead of sim.Rob Savoye1-40/+69
2020-07-06Add board support file for QEMU for bare metal testing.Rob Savoye1-0/+274