]> Cypherpunks repositories - gostls13.git/commit
runtime: don't call t.Parallel in TestCgoSignalDeadlock
authorIan Lance Taylor <iant@golang.org>
Thu, 13 Jul 2017 03:51:15 +0000 (20:51 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 13 Jul 2017 04:07:39 +0000 (04:07 +0000)
commit7e172509d96db8cc3d0fb58ab4389b9785307d2c
treec5bd2ea40dc1beb535e4add67d6f4e723742f569
parent75f1de8329e8c0873d24397c29de31cf8f08ede5
runtime: don't call t.Parallel in TestCgoSignalDeadlock

It seems that when too much other code is running on the system,
the testprogcgo code can overrun its timeouts.

Updates #18598.

Not marking the issue as fixed until it doesn't recur for some time.

Change-Id: Ieaf106b41986fdda76b1d027bb9d5e3fb805cc3b
Reviewed-on: https://go-review.googlesource.com/48233
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/crash_cgo_test.go