index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testing
/
panic_test.go
Age
Commit message (
Expand
)
Author
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-05-13
testing: add Output
suntala
2025-05-13
Revert "testing: add Output"
Jonathan Amsterdam
2025-05-13
testing: add Output
suntala
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2023-11-27
Revert "testing: simplify concurrency and cleanup logic"
Lasse Folger
2023-11-21
testing: simplify concurrency and cleanup logic
Bryan C. Mills
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2022-11-16
testing: in TestRacyOutput, ensure that the Run calls complete before cleanup
Bryan C. Mills
2022-11-16
testing: reject calls to Run within Cleanup callbacks
Changkun Ou
2022-11-14
testing: fix error message when a parallel Cleanup calls runtime.Goexit
Changkun Ou
2020-01-16
testing: don't run Cleanup functions until parallel subtests complete
Ian Lance Taylor
2019-10-30
testing: provide additional information when test funcs panic
Damien Neil