go/src/testing
Bryan C. Mills 0ffc5672df [release-branch.go1.15] testing: treat PAUSE lines as changing the active test name
We could instead fix cmd/test2json to treat PAUSE lines as *not*
changing the active test name, but that seems like it would be more
confusing to humans, and also wouldn't fix tools that parse output
using existing builds of cmd/test2json.

Fixes #40849
Updates #40657

Change-Id: I937611778f5b1e7dd1d6e9f44424d7e725a589ed
Reviewed-on: https://go-review.googlesource.com/c/go/+/248727
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Jean de Klerk <deklerk@google.com>
(cherry picked from commit cdc77d34d7)
Reviewed-on: https://go-review.googlesource.com/c/go/+/249097
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-09-01 19:41:10 +00:00
..
internal/testdeps
iotest testing/iotest: add missing tests 2019-11-05 17:57:10 +00:00
quick
allocs.go
allocs_test.go
benchmark.go testing: reformat test chatty output 2020-05-21 18:28:05 +00:00
benchmark_test.go
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 [release-branch.go1.15] testing: treat PAUSE lines as changing the active test name 2020-09-01 19:41:10 +00:00
testing_test.go testing: return unique directory inside same base root for TempDir 2020-05-19 17:38:32 +00:00