aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2024-06-19 21:55:59 -0500
committerJacob Bachmeyer <jcb@gnu.org>2024-06-19 21:55:59 -0500
commit42979bd3b90ef3e0004653912423de8589eab0be (patch)
tree5047936cce0da52a4a0fb04852f6787c51bc73ab /ChangeLog
parentca371cf9c48186716d26c8e10d442affaf002c80 (diff)
downloaddejagnu-master.zip
dejagnu-master.tar.gz
dejagnu-master.tar.bz2
Revise stty settings used in testsuiteHEADmaster
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61e3277..f0737b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2024-06-19 Jacob Bachmeyer <jcb@gnu.org>
+
+ PR71624
+
+ * testsuite/lib/libsup.exp (start_expect): Remove "-onlret" from
+ stty_init. While POSIX defines this option, it is not implemented
+ on Mac OS X 10.5.8 and causes spurious failures on that system.
+ * testsuite/report-card.all/onetest.exp: Likewise.
+
+ * testsuite/report-card.all/passes.exp: While revising stty_init,
+ the lack of a similar setting was noticed in this file. Ensure
+ that "stty -onlcr" is applied to the Expect ptys.
+
2024-04-13 Jacob Bachmeyer <jcb@gnu.org>
* doc/dejagnu.texi (What is DejaGnu?): Update web site addresses.