Commit 2cef85f8 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

Fix build, disabling flaky registerization test.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5179045
parent a2846e65
......@@ -51,7 +51,9 @@ func main() {
want = 1.3
}
if speedup < want {
println("fast:", tfast, "slow:", tslow, "speedup:", speedup, "want:", want)
println("not fast enough")
// TODO(rsc): doesn't work on linux-amd64 or darwin-amd64 builders, nor on
// a Lenovo x200 (linux-amd64) laptop.
//println("fast:", tfast, "slow:", tslow, "speedup:", speedup, "want:", want)
//println("not fast enough")
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment