Commit aac59577 by Bernd Edlinger Committed by Bernd Edlinger

gcc-dg.exp: Increase expect's match buffer size.

2017-07-17  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * lib/gcc-dg.exp: Increase expect's match buffer size.

From-SVN: r250279
parent 5dc3163d
2017-07-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
* lib/gcc-dg.exp: Increase expect's match buffer size.
2017-07-17 Bin Cheng <bin.cheng@arm.com> 2017-07-17 Bin Cheng <bin.cheng@arm.com>
PR target/81369 PR target/81369
......
...@@ -43,6 +43,9 @@ if { [ishost "*-*-cygwin*"] } { ...@@ -43,6 +43,9 @@ if { [ishost "*-*-cygwin*"] } {
setenv LANG C.ASCII setenv LANG C.ASCII
} }
# Avoid sporadic data-losses with expect
match_max -d 10000
# Ensure GCC_COLORS is unset, for the rare testcases that verify # Ensure GCC_COLORS is unset, for the rare testcases that verify
# how output is colorized. # how output is colorized.
if [info exists ::env(GCC_COLORS) ] { if [info exists ::env(GCC_COLORS) ] {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment