]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: skip spectralnorm shootout test on the linux-arm-arm5 builder
authorBrad Fitzpatrick <bradfitz@golang.org>
Sat, 19 Sep 2015 05:39:03 +0000 (05:39 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 19 Sep 2015 05:50:43 +0000 (05:50 +0000)
commite31114dab0bac5c6104385d651c69462421801ee
tree4365f6865f3ca88add1e75f8f0638fd15a1a0878
parent3e476827a68a64168f345ae96d2fa1bb80eb6bf4
cmd/dist: skip spectralnorm shootout test on the linux-arm-arm5 builder

Temporary fix to get the arm5 builder happy again.

Without hardware floating point, this test takes over 20 minutes to
run.

A proper solution would probably be to run all the benchmark tests,
but with a much lower iteration count, just to exercise the code.

Updates golang/go#12688

Change-Id: Ie56c93d3bf2a5a693a33217ba1b1df3c6c856442
Reviewed-on: https://go-review.googlesource.com/14775
Reviewed-by: Dave Cheney <dave@cheney.net>
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/dist/test.go