]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix parallel chatty tests on solaris-amd64 builder
authorTobias Klauser <tklauser@distanz.ch>
Sat, 23 May 2020 22:09:20 +0000 (00:09 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Sun, 24 May 2020 20:49:55 +0000 (20:49 +0000)
commitf65ad0dda7ffef9397d1aaa47259ad4d4f12474f
tree00611b0560e56b44536868020b5e3cfd964b76a5
parent828bb0c123af11d21c82eb87b64dfa9af24858c7
cmd/go: fix parallel chatty tests on solaris-amd64 builder

The parallel chatty tests added in CL 229085 fail on the
solaris-amd64-oraclerel builder, because a +NN:NN offset time zone is
used. Allow for the `+` character in the corresponding regex to fix
these tests. Also move the '-' to the end of the character class, so it
is not interpreted as the range 9-T.

Change-Id: Iec9ae82ba45d2490176f274f0dc6812666eae718
Reviewed-on: https://go-review.googlesource.com/c/go/+/234978
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/testdata/script/test_chatty_parallel_fail.txt
src/cmd/go/testdata/script/test_chatty_parallel_success.txt