]> Cypherpunks repositories - gostls13.git/commit
test: errorcheck auto-generated functions
authorCherry Zhang <cherryyz@google.com>
Thu, 22 Sep 2016 17:50:16 +0000 (13:50 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 22 Sep 2016 20:10:30 +0000 (20:10 +0000)
commitd586aae1f44ebdf0e8f92137856b4b62c41cac6a
tree5a6ce361fa4c4f36cfb53543cc609297e30cc213
parent3dfb92f254ed4f94e3c98a789c171a1cd9c2563d
test: errorcheck auto-generated functions

Add an "errorcheckwithauto" action which performs error check
including lines with auto-generated functions (excluded by
default). Comment "// ERRORAUTO" matches these lines.

Add testcase for CL 29570 (as an example).

Updates #16016, #17186.

Change-Id: Iaba3727336cd602f3dda6b9e5f97dafe0848e632
Reviewed-on: https://go-review.googlesource.com/29652
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
test/live.go
test/run.go