diff options
| author | Brad Fitzpatrick <bradfitz@golang.org> | 2016-10-22 07:25:21 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2016-11-03 21:14:30 +0000 |
| commit | 26827bc2fe4c80dc68b3793631d24975425c9467 (patch) | |
| tree | 81440e2915ad87e699fc1dbf255a573ffb157e64 /src/debug/elf/testdata | |
| parent | 606f81eef37e5a232f43a208f6eeaddd82dadf34 (diff) | |
| download | go-26827bc2fe4c80dc68b3793631d24975425c9467.tar.xz | |
testing: add T.Context method
From the doc comment:
Context returns the context for the current test or benchmark.
The context is cancelled when the test or benchmark finishes.
A goroutine started during a test or benchmark can wait for the
context's Done channel to become readable as a signal that the
test or benchmark is over, so that the goroutine can exit.
Fixes #16221.
Fixes #17552.
Change-Id: I657df946be2c90048cc74615436c77c7d9d1226c
Reviewed-on: https://go-review.googlesource.com/31724
Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'src/debug/elf/testdata')
0 files changed, 0 insertions, 0 deletions
