aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281@gmail.com>2019-01-10 21:45:12 +1100
committerBen Elliston <bje@gnu.org>2019-01-10 21:45:12 +1100
commite70fd889a7ae2ae3689c3cd84136dd2ddbd25cc9 (patch)
tree45e065a3195d342f071b39f33300fa9e3c6a3452 /ChangeLog
parentbf6c9fa6841740f11704ff244331a06f4f5857b8 (diff)
downloaddejagnu-e70fd889a7ae2ae3689c3cd84136dd2ddbd25cc9.zip
dejagnu-e70fd889a7ae2ae3689c3cd84136dd2ddbd25cc9.tar.gz
dejagnu-e70fd889a7ae2ae3689c3cd84136dd2ddbd25cc9.tar.bz2
* testsuite/runtest.libs/clone_output.test: Use new test harness
for verifying output of clone_output. * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into template using store_test_output. (send_log): Likewise. (send_user): Likewise. (clear_test_output): New proc. (store_test_output): New proc. * lib/framework.exp (clone_output): Actually send errors to the error stream; bug found while improving testsuite. Signed-off-by: Ben Elliston <bje@gnu.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ae03e0..8e187a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2019-01-10 Jacob Bachmeyer <jcb62281@gmail.com>
+ * testsuite/runtest.libs/clone_output.test: Use new test harness
+ for verifying output of clone_output.
+
+ * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into
+ template using store_test_output.
+ (send_log): Likewise.
+ (send_user): Likewise.
+ (clear_test_output): New proc.
+ (store_test_output): New proc.
+
+ * lib/framework.exp (clone_output): Actually send errors to the
+ error stream; bug found while improving testsuite.
+
+2019-01-10 Jacob Bachmeyer <jcb62281@gmail.com>
+
* testsuite/runtest.libs/libs.exp (process_test): Handle blank
lines from child process correctly.