]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.14] testing: capture testname on --- PASS and --- FAIL lines
authorJean de Klerk <deklerk@google.com>
Mon, 1 Jun 2020 18:19:05 +0000 (12:19 -0600)
committerDmitri Shuralyov <dmitshur@golang.org>
Thu, 16 Jul 2020 18:22:52 +0000 (18:22 +0000)
commit3445c3512b1db3915f0eaebaa4b4ee9b98d6966f
tree11fe7b6e5f423260323c9c0565cd8d1e6bb07e1d
parent4298b46e23c0b37d9ab32eaf109b15d55d66667e
[release-branch.go1.14] 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.

Updates #38458.
For #39308.

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>
Reviewed-on: https://go-review.googlesource.com/c/go/+/242058
Reviewed-by: Jean de Klerk <deklerk@google.com>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/go/testdata/script/test_chatty_parallel_success_sleepy.txt [new file with mode: 0644]
src/testing/testing.go