go/src/testing
cuiweixie 8a3d167f5b testing: increment tempDirSeq non-atomically
It's unnecessary to to call atomic.AddInt32 since there is a mutex lock.

Change-Id: I31fcece17c34f99a95772d744aebd3f6a8cf1d23
Reviewed-on: https://go-review.googlesource.com/c/go/+/426081
Reviewed-by: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
2022-08-30 19:42:56 +00:00
..
fstest
internal/testdeps
iotest
quick all: gofmt main repo 2022-04-11 16:34:30 +00:00
allocs.go
allocs_test.go
benchmark.go testing: convert common.hasSub to atomic type 2022-08-29 20:19:15 +00:00
benchmark_test.go testing: add Elapsed method to testing.B 2022-08-25 17:58:32 +00:00
cover.go
example.go
export_test.go
fuzz.go testing: convert numFailed to atomic type 2022-08-29 14:52:44 +00:00
helper_test.go cmd/compile: mark closures made for generic function expressions as wrappers 2022-05-26 21:06:31 +00:00
helperfuncs_test.go cmd/compile: mark closures made for generic function expressions as wrappers 2022-05-26 21:06:31 +00:00
match.go
match_test.go
panic_test.go
run_example.go
run_example_js.go all: use io.Seek* instead of deprecated os.SEEK_* 2022-08-08 17:01:54 +00:00
sub_test.go testing: do not print 'root' benchName during test of package testing 2022-08-16 14:36:05 +00:00
testing.go testing: increment tempDirSeq non-atomically 2022-08-30 19:42:56 +00:00
testing_other.go
testing_test.go
testing_windows.go