go/src/testing
Sean Liao ac992f2614 testing: limit TempDir name length
Fixes #71742

Change-Id: Ibef8f7f0a36b25f181062c4d2f84279a97e467a4
Reviewed-on: https://go-review.googlesource.com/c/go/+/671577
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
2025-05-12 12:34:50 -07:00
..
fstest io/fs: add ReadLinkFS interface 2025-02-03 08:38:43 -08:00
internal/testdeps cmd/go: fix problems with coverage percentage reporting w/ -coverpkg 2024-06-14 11:46:05 +00:00
iotest testing: add available godoc link 2023-11-08 17:55:47 +00:00
quick testing: add available godoc link 2023-11-08 17:55:47 +00:00
slogtest testing/slogtest: test nested groups in empty record 2025-03-25 19:19:09 -07:00
synctest runtime, testing/synctest: stop advancing time when main goroutine exits 2025-05-07 13:14:25 -07:00
allocs.go testing: use more doc links 2025-04-30 08:21:07 -07:00
allocs_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
benchmark.go testing: use more doc links 2025-04-30 08:21:07 -07:00
benchmark_test.go testing: support B.Context and F.Context 2024-12-18 08:18:04 -08:00
cover.go all: remove coverageredesign experiment 2025-02-03 12:10:28 -08:00
example.go testing: modify got,want equal comparison for unordered example output 2025-03-05 07:44:41 -08:00
example_loop_test.go testing: improve b.Loop example 2024-12-15 21:41:23 -08:00
export_test.go testing: add Chdir 2024-08-16 23:48:50 +00:00
flag_test.go testing: use testenv.Executable 2024-09-03 18:03:28 +00:00
fuzz.go testing: use more doc links 2025-04-30 08:21:07 -07:00
helper_test.go testing: use testenv.Executable 2024-09-03 18:03:28 +00:00
helperfuncs_test.go testing: use subprocesses in TestTBHelper and TestTBHelperParallel 2023-11-21 17:24:47 +00:00
loop_test.go testing: detect a stopped timer in B.Loop 2025-03-24 11:41:09 -07:00
match.go all: use built-in clear to clear maps 2023-07-27 22:07:13 +00:00
match_test.go cmd/go, testing: add go test -skip flag 2022-09-16 14:48:54 +00:00
newcover.go all: remove coverageredesign experiment 2025-02-03 12:10:28 -08:00
panic_test.go all: use testenv.Executable instead of os.Executable and os.Args[0] 2025-02-24 11:03:10 -08:00
run_example.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
run_example_wasm.go all: add wasip1 support 2023-04-11 20:56:32 +00:00
sub_test.go testing: rename testContext to testState 2024-08-21 20:52:09 +00:00
testing.go testing: limit TempDir name length 2025-05-12 12:34:50 -07:00
testing_other.go testing: use time.Since in highPrecisionTime 2024-04-27 19:42:36 +00:00
testing_test.go testing: limit TempDir name length 2025-05-12 12:34:50 -07:00
testing_windows.go testing: use QueryPerformanceCounter on Windows 2024-04-26 22:55:25 +00:00
testing_windows_test.go testing: use QueryPerformanceCounter on Windows 2024-04-26 22:55:25 +00:00