aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/chan_test.go
AgeCommit message (Expand)Author
2021-04-23runtime: simplify TestSelectStackAdjustMichael Anthony Knyszek
2021-02-24docs: fix spellingJohn Bampton
2020-09-21runtime: disable stack shrinking in activeStackChans race windowMichael Anthony Knyszek
2020-03-22runtime: speed up receive on empty closed channelBen Schwartz
2020-01-24Revert "runtime: speed up receive on empty closed channel"Alexander Rakoczy
2019-12-06runtime: add Gosched to TestSelectStackAdjust loopIan Lance Taylor
2019-10-12runtime: adjust expected error threshold in TestSelectFairnessGiovanni Bajo
2019-10-07runtime: speed up receive on empty closed channelBen Schwartz
2017-10-03runtime: skip test that intermittently hangs on ppc64leLynn Boger
2017-09-16runtime: improve fastrand with a better generatorGiovanni Bajo
2017-08-15runtime: remove redeclared structs to make tests buildMuhammad Falak R Wani
2017-08-15cmd/compile: generate makechan calls with int argumentsMartin Möhrmann
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-07-08runtime: handle selects with duplicate channels in shrinkstackIan Lance Taylor
2016-04-05runtime: sleep less when we can do workDmitry Vyukov
2016-03-16runtime: make shrinkstack concurrent-safeAustin Clements
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-06-02runtime: fix data race in BenchmarkChanPopularMikio Hara
2015-05-02runtime: fix stackDebug commentAlex Brainman
2015-03-18runtime: add a select testDmitry Vyukov
2015-03-11runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h filesKeith Randall
2014-12-08runtime: use doubly-linked lists for channel send/recv queues.Keith Randall
2014-10-18runtime: dequeue the correct SudoGKeith Randall
2014-09-08build: move package sources from src/pkg to srcRuss Cox