]> Cypherpunks repositories - gostls13.git/commit
runtime: skip CallbackGC test in short mode on linux/arm
authorDave Cheney <dave@cheney.net>
Fri, 11 Sep 2015 00:15:17 +0000 (10:15 +1000)
committerRuss Cox <rsc@golang.org>
Tue, 24 Nov 2015 16:48:32 +0000 (16:48 +0000)
commit984004263d187240adda58fc72e2011a75d7930c
tree96311ee5627ba970e3cf214e52545deedd700f88
parent1cb53ce36bc8b69e2f3ed9113d3b0f1d9d0d1405
runtime: skip CallbackGC test in short mode on linux/arm

Fixes #11959
Fixes #12035

Skip the CallbackGC test on linux/arm. This test takes between 30 and 60
seconds to run by itself, and is run 4 times over the course of ./run.bash
(once during the runtime test, three times more later in the build).

Change-Id: I4e7d3046031cd8c08f39634bdd91da6e00054caf
Reviewed-on: https://go-review.googlesource.com/14485
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/crash_cgo_test.go