]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: disable flaky test
authorDavid Chase <drchase@google.com>
Tue, 10 Jan 2017 13:29:34 +0000 (08:29 -0500)
committerDavid Chase <drchase@google.com>
Tue, 10 Jan 2017 17:29:46 +0000 (17:29 +0000)
commitd9a05791566aa8d54113ac88ae77b982872f9be7
tree2cf134c77ca7cc52ffe71acc629ea08699d68fcb
parent2817e77024a53aae31cc02c01a26fce0ebb11a79
cmd/compile: disable flaky test

The test is inherently racy and vulnerable to starvation,
and within all.bash on some platforms that means it flakes.
Test is kept because it can be useful standalone to verify
behavior of GOEXPERIMENT=preeemptibleloops, and there is
likely to be further development of this feature in the
future.

There's also some question as to why it is flaking, because
though technically this is permitted, it's very odd in this
simple case.

Fixes #18589.

Change-Id: Ia0dd9037285c4a03122da4012c96981c9cc43b60
Reviewed-on: https://go-review.googlesource.com/35051
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
test/fixedbugs/issue10958.go