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
This commit is contained in:
Bernd Edlinger 2017-07-17 15:54:32 +00:00 committed by Bernd Edlinger
parent 5dc3163d0e
commit aac595770c
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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>
PR target/81369

View file

@ -43,6 +43,9 @@ if { [ishost "*-*-cygwin*"] } {
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
# how output is colorized.
if [info exists ::env(GCC_COLORS) ] {