]> Cypherpunks repositories - gostls13.git/commit
runtime: make new tests shorter in short mode
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 1 Aug 2013 14:25:36 +0000 (18:25 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Thu, 1 Aug 2013 14:25:36 +0000 (18:25 +0400)
commitd8bbbd2537551c0f6145c27747c7675b21a58f9f
treeb12a860ecff07d060c8078e17f1d727e12319c89
parentbd0a14fe4090ae2deb5dfe004ff5413ac259dc35
runtime: make new tests shorter in short mode
We see timeouts in these tests on some platforms,
but not on the others.  The hypothesis is that
the problematic platforms are slow uniprocessors.
Stack traces do not suggest that the process
is completely hang, and it is able to schedule
the alarm goroutine. And if it actually hangs,
we still will be able to detect that.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12253043
src/pkg/runtime/proc_test.go