go/test/chan
Ian Lance Taylor 8e985dcda6 test: Reduce race conditions in chan/nonblock.go.
nonblock.go wants to test nonblocking operations on
synchronous channels, so it is inherently racy.  This
introduces loops to make the race conditions much more likely
to succeed when using gccgo.

R=r
CC=golang-dev
https://golang.org/cl/2161043
2010-09-10 15:37:20 -07:00
..
doubleselect.go single argument panic 2010-03-30 10:34:57 -07:00
fifo.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00
goroutines.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00
nonblock.go test: Reduce race conditions in chan/nonblock.go. 2010-09-10 15:37:20 -07:00
perm.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00
powser1.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00
powser2.go test: remove semiocolons. 2010-09-04 10:36:13 +10:00
select2.go runtime: correct memory leak in select 2010-04-01 11:56:18 -07:00
select3.go gc: empty select 2010-08-03 01:07:57 -07:00
select.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
sieve1.go single argument panic 2010-03-30 10:34:57 -07:00
sieve2.go single argument panic 2010-03-30 10:34:57 -07:00