]> Cypherpunks repositories - gostls13.git/commit
Check for specific error messages in the testsuite. This
authorIan Lance Taylor <iant@golang.org>
Fri, 19 Sep 2008 21:39:49 +0000 (14:39 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 19 Sep 2008 21:39:49 +0000 (14:39 -0700)
commit66b261a0828048b91b62588b84528b46489bf770
treedf2e4b5c4c47f9343b5593e06979b50720b00234
parent995f938ae39eba0cea90f3e5fdbc0f619ea44d93
Check for specific error messages in the testsuite.  This
permits testing that the compiler emits error messages for
specific lines that match egrep regexps.  The desired error
messages are expressed using comments of the form
// ERROR "regexp"

R=r
DELTA=90  (73 added, 8 deleted, 9 changed)
OCL=15513
CL=15566
test/errchk [new file with mode: 0755]
test/fixedbugs/bug014.go
test/fixedbugs/bug015.go
test/func1.go
test/golden.out
test/run