go/src/testing
Ian Lance Taylor 29ed12d4c7 testing: update permitted number of -race goroutines
The value 8128 appears to be correct as of 2021-03-23. The value is
determined by the value of kMaxTid currently at

https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/tsan/rtl/tsan_defs.h#L68

Fixes #45193

Change-Id: If4a30d7dbebd6775bede42f565dc8a741b8b036c
Reviewed-on: https://go-review.googlesource.com/c/go/+/304254
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
2021-03-24 21:51:22 +00:00
..
fstest Revert "testing/fstest: test that ReadDirFile on a non-dir fails" 2021-03-12 16:00:02 +00:00
internal/testdeps cmd/go, testing, os: fail test that calls os.Exit(0) 2020-08-27 23:19:15 +00:00
iotest all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
quick
allocs.go
allocs_test.go
benchmark.go testing: increase benchmark output to four significant figures 2020-11-07 22:38:01 +00:00
benchmark_test.go testing: increase benchmark output to four significant figures 2020-11-07 22:38:01 +00:00
cover.go
example.go testing: fail Example tests that invoke runtime.Goexit 2020-09-01 20:13:34 +00:00
export_test.go
helper_test.go testing: update helperNames just before checking it 2021-03-19 01:04:37 +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
run_example.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
run_example_js.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
sub_test.go testing: print late arriving log line in panic 2021-02-24 16:38:56 +00:00
testing.go testing: update permitted number of -race goroutines 2021-03-24 21:51:22 +00:00
testing_test.go testing: add TB.Setenv 2021-03-05 11:58:31 +00:00