]> Cypherpunks repositories - gostls13.git/commit
runtime: do not run TestCgoSignalDeadlock on windows in short mode
authorDmitriy Vyukov <dvyukov@google.com>
Wed, 7 Aug 2013 20:04:28 +0000 (00:04 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Wed, 7 Aug 2013 20:04:28 +0000 (00:04 +0400)
commit1590abef0371ffa5b37a760b7cde74e2d5f18d2f
tree95caff4827c4af27ff5fb24ce28a7344db8124f5
parent73c93a404c16550ab1993aab1ce4a9b90c6f5772
runtime: do not run TestCgoSignalDeadlock on windows in short mode
The test takes up to 64 seconds on windows builders.
I've tried to reduce number of iterations in the test,
but it does not affect run time.
Fixes #6054.

R=golang-dev, alex.brainman
CC=golang-dev
https://golang.org/cl/12531043
src/pkg/runtime/crash_cgo_test.go