aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-22 21:28:24 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-22 21:28:24 -0500
commit264bd34c28a16e18860dbc69a21a96c1be130b08 (patch)
tree77c72db79b2fbd6305806a406548c10b117af126 /NEWS
parentcc275d7ed80965def55d7b64c7175d2e985e38f3 (diff)
Revise host_execute to fix PR42399PR42399
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8a62c47..5c4df56 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,15 @@ X. The target_compile procedure now accepts a "linker=" option that
overrides the compiler selection when producing an executable.
X. The internal default_target_compile procedure now supports compiling
sources in Go (using GCC Go) and Rust.
+X. The host_execute procedure no longer insists that the executable be in
+ the current directory if the file exists under the given name.
+X. The host_execute procedure now reads input to end-of-file, to ensure
+ that the child process will be able to complete instead of being cut
+ short by a SIGPIPE under unpredictable unfavorable timing scenarios.
+X. The match patterns in the host_execute procedure have been revised to
+ fix timing issues causing test names to be truncated.
+X. The host_execute procedure is no longer sensitive to the value of the
+ "text" global variable.
5. A new multiplex procedure "testsuite" is added for commands
retrieving or providing information about the current testsuite.
6. A command "testsuite file" is added to replace the use of the