]> Cypherpunks repositories - gostls13.git/commit
cmd/go: delete flaky TestQEMUUserMode
authorBryan C. Mills <bcmills@google.com>
Fri, 8 Nov 2019 15:52:10 +0000 (10:52 -0500)
committerBryan C. Mills <bcmills@google.com>
Fri, 8 Nov 2019 16:31:00 +0000 (16:31 +0000)
commita782472dcd3937d8e49ab843dffc7568c6eb8edb
treece222d1c4500509388401981ffc215998db7b83e
parentae4534e6598fe905d3ebefae44afef07e853b1d0
cmd/go: delete flaky TestQEMUUserMode

If QEMU user-mode is actually a supported configuration, then per
http://golang.org/wiki/PortingPolicy it needs to have a builder
running tests for all packages, not just a simple “hello world”
program.

Updates #1508
Updates #13024
Fixes #35457

Change-Id: Ib6122b06ad1d265550a0e92131506266495893cc
Reviewed-on: https://go-review.googlesource.com/c/go/+/206137
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/go_test.go