commit | a05e19747a0323e4140d9d054102e7d7f9c0812a | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Tue Sep 17 19:46:03 2019 -0400 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Wed Sep 18 03:19:36 2019 +0000 |
tree | cf66a08704075acba8f588ef74716bf7e1878375 | |
parent | ac5d2bfcbfe092bf8a1233e37c03571b3047d81b [diff] |
errors/fmt: disable failing TestPanics test on builders Now that golang/go#32528 has been resolved and inner modules are being tested too, disable this failing test until it can be fixed. We don't want to distract people trying to do other work in x/exp with trybot failures. Updates golang/go#30622 Change-Id: Ia6f9c2b64100c7a9056a013453caf6e6c76177ad Reviewed-on: https://go-review.googlesource.com/c/exp/+/196034 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This subrepository holds experimental and deprecated (in the old
directory) packages.
The idea for this subrepository originated as the pkg/exp
directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get
these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.