commit | 0a5fc261b65aff5c66033eb22edd6f7acd4f6bbd | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Jan 21 15:06:44 2011 -0500 |
committer | Russ Cox <rsc@golang.org> | Fri Jan 21 15:06:44 2011 -0500 |
tree | eafe50b9149c29a16995808c52aea0df200844fa | |
parent | 5b5a674b4665f0ca140dd210b319356de21d9184 [diff] |
test/chan/doubleselect: fix various races There were duplicate closes and missing closes, with the result that the program was rarely testing as much as it seemed to be. Now it finishes. R=r CC=golang-dev https://golang.org/cl/4008046