aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-20 21:39:21 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-20 21:39:21 -0500
commit89f58b27832f8fc7b443988d02e56cfaba12eb5a (patch)
tree162fedc62b2a815722180f3e8adc8e2c4b6ff8c9 /ChangeLog
parentcafd85defe299956b18c75c2439e74bd19652388 (diff)
Add regression test for PR42399
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5eda122..19461af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2020-07-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
+ PR42399
+
+ * Makefile.am (TESTSUITE_FILES): Update.
+
+ * lib/dejagnu.exp (host_execute): Allow the executable to be
+ specified with an absolute file name.
+ (host_execute): Fix argument handling to allow passing more than
+ one argument to the executable. Return early if given no
+ arguments at all instead of trying to execute "./".
+
+ * testsuite/runtest.main/pr42399.exp: New file.
+ * testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk:
+ New file.
+ * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
+ New file.
+
+2020-07-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
+
* Makefile.am (CLEANFILES): Update.
(TESTSUITE_FILES): Update to reflect testsuite reorganization.