aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorAlex Coplan <alex.coplan@arm.com>2020-07-20 16:15:29 +0100
committerAlex Coplan <alex.coplan@arm.com>2020-07-20 16:31:57 +0100
commit8764e9a3fc43f1117db77d1f056b6c3f15a29db3 (patch)
tree9030c89c70aba76f55a71019d62e5b4d4150b1f5 /gcc/expr.c
parent57d4771b7c15db139043bf41a03b8abe01e11f18 (diff)
downloadgcc-8764e9a3fc43f1117db77d1f056b6c3f15a29db3.zip
gcc-8764e9a3fc43f1117db77d1f056b6c3f15a29db3.tar.gz
gcc-8764e9a3fc43f1117db77d1f056b6c3f15a29db3.tar.bz2
jit: Fix truncation of testsuite output [PR69435]
This fixes a bug in jit.exp which causes the DejaGnu output of the libgccjit testsuite to be nondeterministically truncated. This bug was copied from DejaGnu's own implementation of the host_execute function. See the upstream bug report [0] where the maintainers point out that the regex patterns in host_execute should (but don't currently) explicitly match newlines to avoid relying on DejaGnu not reading more than one line of the output (which is not guaranteed). This should make it easier to test jit patches in the future, since it makes it possible to reliably compare the output of two jit.sum files (as with the other tests in GCC). [0] : https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42399 gcc/testsuite/ PR jit/69435 * jit.dg/jit.exp (fixed_host_execute): Fix regex patterns to always explicitly match newlines.
Diffstat (limited to 'gcc/expr.c')
0 files changed, 0 insertions, 0 deletions