go/test/chan
Alberto Donizetti 1737aef270 cmd/compile: more error position tests for the typechecker
This change adds line position tests for several yyerror calls in the
typechecker that are currently not tested in any way.

Untested yyerror calls were found by replacing them with

  yerrorl(src.NoXPos, ...)

(thus destroying position information in the error), and then running
the test suite. No failures means no test coverage for the relevant
yyerror call.

For #19683

Change-Id: Iedb3d2f02141b332e9bfa76dbf5ae930ad2fddc3
Reviewed-on: https://go-review.googlesource.com/41477
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2017-04-24 12:37:49 +00:00
..
doubleselect.go test/chan: add missing flag.Parse in doubleselect.go 2017-04-24 01:34:14 +00:00
fifo.go test/chan: document tests 2012-02-19 17:44:02 +11:00
goroutines.go test/chan: document tests 2012-02-19 17:44:02 +11:00
nonblock.go test/chan: document tests 2012-02-19 17:44:02 +11:00
perm.go cmd/compile: more error position tests for the typechecker 2017-04-24 12:37:49 +00:00
powser1.go test/chan: document tests 2012-02-19 17:44:02 +11:00
powser2.go test/chan: document tests 2012-02-19 17:44:02 +11:00
select.go test/chan: document tests 2012-02-19 17:44:02 +11:00
select2.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
select3.go test/chan: document tests 2012-02-19 17:44:02 +11:00
select4.go test/chan: document tests 2012-02-19 17:44:02 +11:00
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
sendstmt.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
sieve1.go test/chan: document tests 2012-02-19 17:44:02 +11:00
sieve2.go test/chan: document tests 2012-02-19 17:44:02 +11:00
zerosize.go test/chan: document tests 2012-02-19 17:44:02 +11:00