]> Cypherpunks repositories - gostls13.git/commit
testing: testing: add (*T).Deadline method for test timeout
authorBryan C. Mills <bcmills@google.com>
Wed, 23 Oct 2019 14:54:09 +0000 (10:54 -0400)
committerBryan C. Mills <bcmills@google.com>
Fri, 21 Feb 2020 17:46:33 +0000 (17:46 +0000)
commit9ca57923e222335cc63924833d5bf562962e06c9
tree3c8b3888401db2f9e23795e88896b56a8d1fe66a
parent1b47fde55c3899ee50e7fab35e151645aba96e9c
testing: testing: add (*T).Deadline method for test timeout

Fixes #28135

Change-Id: I62818595eaf4a59d8b5c26cd6848c08fec795ad1
Reviewed-on: https://go-review.googlesource.com/c/go/+/202758
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
api/next.txt
doc/go1.15.html
src/cmd/go/testdata/script/test_deadline.txt [new file with mode: 0644]
src/testing/testing.go