diff options
author | Jacob Bachmeyer <jcb62281+dev@gmail.com> | 2020-07-22 21:28:24 -0500 |
---|---|---|
committer | Jacob Bachmeyer <jcb62281+dev@gmail.com> | 2020-07-22 21:28:24 -0500 |
commit | 264bd34c28a16e18860dbc69a21a96c1be130b08 (patch) | |
tree | 77c72db79b2fbd6305806a406548c10b117af126 /NEWS | |
parent | cc275d7ed80965def55d7b64c7175d2e985e38f3 (diff) | |
download | dejagnu-264bd34c28a16e18860dbc69a21a96c1be130b08.zip dejagnu-264bd34c28a16e18860dbc69a21a96c1be130b08.tar.gz dejagnu-264bd34c28a16e18860dbc69a21a96c1be130b08.tar.bz2 |
Revise host_execute to fix PR42399
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |