]> Cypherpunks repositories - gostls13.git/commitdiff
test update
authorRob Pike <r@golang.org>
Fri, 12 Dec 2008 21:29:25 +0000 (13:29 -0800)
committerRob Pike <r@golang.org>
Fri, 12 Dec 2008 21:29:25 +0000 (13:29 -0800)
R=rsc
DELTA=16  (5 added, 10 deleted, 1 changed)
OCL=21085
CL=21087

test/fixedbugs/bug104.go [moved from test/bugs/bug104.go with 100% similarity]
test/golden.out

similarity index 100%
rename from test/bugs/bug104.go
rename to test/fixedbugs/bug104.go
index 30badd3b14606a2e4aad56e13d6dea1702097ef6..9821f4ab8629267e992ab286cb85783392101d07 100644 (file)
@@ -1,8 +1,6 @@
 
 =========== ./convlit.go
 BUG: errchk: ./convlit.go: missing expected error message on line 16: 'conver|incompatible'
-errchk: ./convlit.go: missing expected error message on line 17: 'conver|incompatible'
-errchk: ./convlit.go: missing expected error message on line 18: 'conver|incompatible'
 errchk: ./convlit.go: missing expected error message on line 22: 'convert'
 errchk: ./convlit.go: missing expected error message on line 23: 'overflow'
 errchk: ./convlit.go: missing expected error message on line 24: 'overflow'
@@ -14,7 +12,7 @@ errchk: ./convlit.go: unmatched error messages:
 ./convlit.go:8: cannot convert non-integer constant to int
 ./convlit.go:9: cannot convert non-integer constant to int
 ./convlit.go:11: overflow converting constant to int
-./convlit.go:12: overflow converting constant to float
+./convlit.go:11: fatal error: too many errors
 ==================================================
 
 =========== ./helloworld.go
@@ -123,9 +121,6 @@ bugs/bug098.go:10: illegal types for operand: AS
        **M
 BUG should compile
 
-=========== bugs/bug104.go
-BUG: errchk: command succeeded unexpectedly:  6g bugs/bug104.go
-
 =========== bugs/bug105.go
 bugs/bug105.go:8: P: undefined
 bugs/bug105.go:8: illegal types for operand: RETURN