aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2023-12-13 20:01:24 -0600
committerJacob Bachmeyer <jcb@gnu.org>2023-12-13 20:01:24 -0600
commit1b90c9c17a67a276bad06860555b3adc4e4e989e (patch)
tree4afb1cd97f5dc9d3dc9eb873e1e2760ce63dc5ac
parentef0e2f97866f42e7197a26ef7ced3d30efacd9a8 (diff)
Update ChangeLog after installing patchesmwr-patch-20231212-1
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f47e76..a983895 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2023-12-12 Jacob Bachmeyer <jcb@gnu.org>
+
+ Import patches from Maciej W. Rozycki <macro@embecosm.com>
+
+ * 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.
+
+ * 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.
+
+ * config/gdb-comm.exp (gdb_comm_load): Set `testcase_timeout'
+ earlier on.
+
+ * config/unix.exp (unix_load): Don't ever set `test_timeout',
+ just use it locally.
+
2023-11-22 Jacob Bachmeyer <jcb@gnu.org>
PR67391