go/src/testing
Hossein Zolfi 81316ff50a testing: add -fullpath to go test
When -test.fullpath flag is provided to go test,
go test displays the full file names in error messages.

Fixes #37708

Change-Id: I6096e75ed816fd42205810f20624e495047a73a2
Reviewed-on: https://go-review.googlesource.com/c/go/+/463837
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
2023-02-22 16:42:04 +00:00
..
fstest
internal/testdeps
iotest
quick
allocs.go
allocs_test.go
benchmark.go testing: Document RunParallel ns/op behavior 2022-11-07 10:44:33 +00:00
benchmark_test.go testing: add an example showcasing B.RunParallel with B.ReportMetric 2022-10-07 17:49:17 +00:00
cover.go cmd/go: support new hybrid coverage instrumentation 2022-09-28 11:50:58 +00:00
example.go testing: fix many test2json inaccuracies 2022-10-26 19:50:36 +00:00
export_test.go
flag_test.go testing: add Get method for -test.v option 2022-11-03 23:43:04 +00:00
fuzz.go all: fix typos in go file comments 2023-01-09 15:34:31 +00:00
helper_test.go cmd/go, testing: add go test -skip flag 2022-09-16 14:48:54 +00:00
helperfuncs_test.go
match.go cmd/go, testing: add go test -skip flag 2022-09-16 14:48:54 +00:00
match_test.go cmd/go, testing: add go test -skip flag 2022-09-16 14:48:54 +00:00
newcover.go runtime/coverage: improve unit tests 2022-09-29 14:13:26 +00:00
panic_test.go testing: in TestRacyOutput, ensure that the Run calls complete before cleanup 2022-11-16 17:22:19 +00:00
run_example.go testing: fix many test2json inaccuracies 2022-10-26 19:50:36 +00:00
run_example_js.go testing: fix many test2json inaccuracies 2022-10-26 19:50:36 +00:00
sub_test.go testing: in TestRacyOutput, ensure that the Run calls complete before cleanup 2022-11-16 17:22:19 +00:00
testing.go testing: add -fullpath to go test 2023-02-22 16:42:04 +00:00
testing_other.go
testing_test.go testing: fail if T.Setenv is called via T.Run in a parallel test 2022-09-28 17:18:17 +00:00
testing_windows.go