go/src/testing
Jean de Klerk ba6ccf3b04 testing: capture testname on --- PASS and --- FAIL lines
This fixes an issue raised at https://github.com/golang/go/issues/38458#issuecomment-635617670
in which --- PASS and --- FAIL lines would not trigger --- CONT lines
of other tests.

Change-Id: I0d8cc54d682a370d0a6ea6816a11b2e462a92efe
Reviewed-on: https://go-review.googlesource.com/c/go/+/235997
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2020-06-02 22:57:03 +00:00
..
internal/testdeps testing/internal/testdeps: delete didSetLogger variable 2019-05-28 16:07:50 +00:00
iotest testing/iotest: add missing tests 2019-11-05 17:57:10 +00:00
quick all: shorten some tests 2019-05-22 12:54:00 +00:00
allocs.go
allocs_test.go
benchmark.go testing: reformat test chatty output 2020-05-21 18:28:05 +00:00
benchmark_test.go testing: shorten go test -short testing 2019-05-16 03:25:08 +00:00
cover.go
example.go testing: use conventional comments for exported internal funcs & structs 2019-12-10 21:11:20 +00:00
export_test.go
helper_test.go testing: fix reported caller name for funcs passed to Cleanup 2020-05-05 22:44:36 +00:00
helperfuncs_test.go testing: fix reported caller name for funcs passed to Cleanup 2020-05-05 22:44:36 +00:00
match.go
match_test.go
panic_test.go testing: don't run Cleanup functions until parallel subtests complete 2020-01-16 21:32:12 +00:00
run_example.go
run_example_js.go
sub_test.go testing: reformat test chatty output 2020-05-21 18:28:05 +00:00
testing.go testing: capture testname on --- PASS and --- FAIL lines 2020-06-02 22:57:03 +00:00
testing_test.go testing: return unique directory inside same base root for TempDir 2020-05-19 17:38:32 +00:00