]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.14] 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)
committerDmitri Shuralyov <dmitshur@golang.org>
Thu, 16 Jul 2020 18:22:15 +0000 (18:22 +0000)
commit4298b46e23c0b37d9ab32eaf109b15d55d66667e
treefd170da686629e88d3e8ef8a578a7b6751c93879
parent2ba9d45f9cc033bfc584701f458a032aa04f89c5
[release-branch.go1.14] 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.

Updates #38458.
For #39308.

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>
Reviewed-on: https://go-review.googlesource.com/c/go/+/242059
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/go/testdata/script/test_chatty_parallel_fail.txt
src/cmd/go/testdata/script/test_chatty_parallel_success.txt