]> Cypherpunks repositories - gostls13.git/commit
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)
committerJean de Klerk <deklerk@google.com>
Tue, 2 Jun 2020 22:57:03 +0000 (22:57 +0000)
commitba6ccf3b04cbda5ac19412c933c69425ca828bfa
tree2f004ba3c527b85efa36c06d33c8b11a23663fac
parenta9cc1051c11f821cb03d63fb9e05930f9e2f9fa5
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>
src/cmd/go/testdata/script/test_chatty_parallel_success_sleepy.txt [new file with mode: 0644]
src/testing/testing.go