go/src/testing
Tobias Klauser 0a86cd6857 all: use io.Seek* instead of deprecated os.SEEK_*
These are available since Go 1.7. The version used for bootstrap is Go
1.17 for Go 1.20.

For #44505

Change-Id: I497c9f617baefdeb273cd115b08b6e31bd10aad2
Reviewed-on: https://go-review.googlesource.com/c/go/+/421634
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2022-08-08 17:01:54 +00:00
..
fstest all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
internal/testdeps all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
iotest all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
quick all: gofmt main repo 2022-04-11 16:34:30 +00:00
allocs.go all: single space after period. 2016-03-02 00:13:47 +00:00
allocs_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
benchmark.go testing: remove redundant type conversion 2021-10-31 18:13:09 +00:00
benchmark_test.go testing: remove data races so that parallel benchmarks can safely call .Fatal* and .Skip* 2021-04-19 22:06:05 +00:00
cover.go testing/cover: improve message when a package has no statements 2019-03-13 04:11:58 +00:00
example.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
export_test.go testing: stop rounding b.N 2019-03-20 21:19:16 +00:00
fuzz.go all: gofmt main repo 2022-04-11 16:34:30 +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 testing: reduce memory used by subtest names 2021-11-01 02:47:30 +00:00
match_test.go testing: reduce memory used by subtest names 2021-11-01 02:47:30 +00:00
panic_test.go testing: don't run Cleanup functions until parallel subtests complete 2020-01-16 21:32:12 +00:00
run_example.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
run_example_js.go all: use io.Seek* instead of deprecated os.SEEK_* 2022-08-08 17:01:54 +00:00
sub_test.go all: fix some lint issues 2022-05-08 17:27:54 +00:00
testing.go Revert "testing: document -race goroutine limits" 2022-05-11 13:55:35 +00:00
testing_other.go testing: include ERROR_SHARING_VIOLATION in Windows cleanup retries 2022-03-03 02:39:01 +00:00
testing_test.go testing: drop unusual characters from TempDir directory name 2021-06-17 04:32:50 +00:00
testing_windows.go testing: include ERROR_SHARING_VIOLATION in Windows cleanup retries 2022-03-03 02:39:01 +00:00