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
/
runtime
/
synctest.go
Age
Commit message (
Expand
)
Author
2025-06-10
testing/synctest, runtime: avoid panic when using linker-alloc WG from bubble
Damien Neil
2025-06-09
runtime: return a different bubble deadlock error when main goroutine is done
Damien Neil
2025-06-04
runtime: make bubbled timers more consistent with unbubbled
Damien Neil
2025-05-29
runtime, internal/synctest, sync: associate WaitGroups with bubbles
Damien Neil
2025-05-07
runtime: use "bubble" terminology for synctest
Damien Neil
2025-05-07
runtime, testing/synctest: stop advancing time when main goroutine exits
Damien Neil
2025-05-07
runtime: print stack traces for bubbled goroutines on synctest deadlock
Damien Neil
2025-03-21
runtime: fix interactions between synctest, race detector, and timers
Damien Neil
2025-02-10
runtime: establish happens-before between goroutine and bubble exit
Damien Neil
2024-12-03
runtime: avoid defer on system stack in synctestidle_c
Damien Neil
2024-11-22
runtime, internal/synctest, syscall/js: keep bubble membership in syscalls
Damien Neil
2024-11-20
runtime: avoid deadlock in synctest changegstatus when copying stacks
Damien Neil
2024-11-19
internal/synctest: new package for testing concurrent code
Damien Neil