go/test/chan
Cherry Zhang a1bcee4f1c test: add a test for gccgo bug in handling break statement in a select
Gccgo CL 184998 added optimizations for one- and two-case select
statements. But it didn't handle break statement in the select
case correctly. The fix is CL 185519. This CL adds a test.

Change-Id: Ide1b199f106172b41dd77c1f6e0d662fccdd8cc5
Reviewed-on: https://go-review.googlesource.com/c/go/+/185520
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2019-07-10 18:02:11 +00:00
..
doubleselect.go test/chan: add missing flag.Parse in doubleselect.go 2017-04-24 01:34:14 +00:00
fifo.go test: gofmt chan/*.go 2017-05-18 22:35:07 +00:00
goroutines.go
nonblock.go
perm.go test: gofmt chan/*.go 2017-05-18 22:35:07 +00:00
powser1.go test/chan: fix broken link to Squinting at Power Series 2019-02-06 20:54:16 +00:00
powser2.go test/chan: fix broken link to Squinting at Power Series 2019-02-06 20:54:16 +00:00
select.go
select2.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
select3.go test: deflake chan/select3.go 2017-07-08 02:10:12 +00:00
select4.go
select5.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
select6.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
select7.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
select8.go test: add a test for gccgo bug in handling break statement in a select 2019-07-10 18:02:11 +00:00
sendstmt.go all: fix article typos 2017-09-15 02:39:16 +00:00
sieve1.go
sieve2.go
zerosize.go