]> Cypherpunks repositories - gostls13.git/commit
testing: stop timeout-timer after running tests
authorAlberto Donizetti <alb.donizetti@gmail.com>
Sun, 29 Jan 2017 19:53:35 +0000 (20:53 +0100)
committerIan Lance Taylor <iant@golang.org>
Tue, 31 Jan 2017 17:36:49 +0000 (17:36 +0000)
commit7d8bfdde453445affb50fcaeacc050938ec98467
tree138f35ab40ed0b453d4982d89f0d8b69b45316d9
parent3e55059f305bde37a4dac1397e8a1b798b6fbd9e
testing: stop timeout-timer after running tests

Fixes #18845

Change-Id: Icdc3e2067807781e42f2ffc94d1824aed94d3713
Reviewed-on: https://go-review.googlesource.com/35956
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go
src/cmd/go/testdata/timeoutbench_test.go [new file with mode: 0644]
src/testing/testing.go