]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: more error position tests for the typechecker
authorAlberto Donizetti <alb.donizetti@gmail.com>
Sat, 22 Apr 2017 13:28:58 +0000 (15:28 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Mon, 24 Apr 2017 12:37:49 +0000 (12:37 +0000)
commit1737aef270a8954f3f8718beb55d6ddfc1cf5d21
tree6173eb7a020ea88e61613caa2586236cdb1ec8de
parent26536b2f327781ad76afe22109b94b7b193407bf
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>
12 files changed:
test/append1.go [new file with mode: 0644]
test/chan/perm.go
test/cmplx.go
test/complit1.go
test/copy1.go [new file with mode: 0644]
test/ddd1.go
test/initializerr.go
test/interface/explicit.go
test/makenew.go [new file with mode: 0644]
test/map1.go
test/recover5.go [new file with mode: 0644]
test/shift1.go