mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
The select2.go test assumed that the memory allocated between its two samplings of runtime.ReadMemStats is strictly increasing. To avoid failing the tests when this is not true, a greater-than check is introduced before computing the difference in allocated memory. R=golang-dev, r, cshapiro CC=golang-dev https://golang.org/cl/13701046 |
||
|---|---|---|
| .. | ||
| doubleselect.go | ||
| fifo.go | ||
| goroutines.go | ||
| nonblock.go | ||
| perm.go | ||
| powser1.go | ||
| powser2.go | ||
| select.go | ||
| select2.go | ||
| select3.go | ||
| select4.go | ||
| select5.go | ||
| select6.go | ||
| select7.go | ||
| sendstmt.go | ||
| sieve1.go | ||
| sieve2.go | ||
| zerosize.go | ||