Commit c1198b9b authored by Rob Pike's avatar Rob Pike

update tests

R=rsc
DELTA=159  (65 added, 84 deleted, 10 changed)
OCL=18149
CL=18151
parent eb5a316f
...@@ -7,7 +7,7 @@ errchk: ./convlit.go: missing expected error message on line 18: 'conver|incompa ...@@ -7,7 +7,7 @@ errchk: ./convlit.go: missing expected error message on line 18: 'conver|incompa
errchk: ./convlit.go: missing expected error message on line 22: 'convert' 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 23: 'overflow'
errchk: ./convlit.go: missing expected error message on line 24: 'overflow' errchk: ./convlit.go: missing expected error message on line 24: 'overflow'
BUG: errchk: ./convlit.go: unmatched error messages: errchk: ./convlit.go: unmatched error messages:
================================================== ==================================================
./convlit.go:8: cannot convert non-integer constant to int ./convlit.go:8: cannot convert non-integer constant to int
./convlit.go:11: overflow converting constant to int ./convlit.go:11: overflow converting constant to int
...@@ -21,11 +21,6 @@ BUG: errchk: ./convlit.go: unmatched error messages: ...@@ -21,11 +21,6 @@ BUG: errchk: ./convlit.go: unmatched error messages:
=========== ./helloworld.go =========== ./helloworld.go
hello, world hello, world
=========== ./interface1.go
./interface1.go:29: illegal types for operand: AS
interface { Next () (*Inst) }
*Inst
=========== ./interface2.go =========== ./interface2.go
cannot convert type *main.S_interface2 to interface main.I_interface2: missing method Foo cannot convert type *main.S_interface2 to interface main.I_interface2: missing method Foo
throw: interface conversion throw: interface conversion
...@@ -145,14 +140,9 @@ BUG: should compile ...@@ -145,14 +140,9 @@ BUG: should compile
bugs/bug108.go:4: stupid shift: 1025 bugs/bug108.go:4: stupid shift: 1025
BUG: errchk: command succeeded unexpectedly: 6g bugs/bug108.go BUG: errchk: command succeeded unexpectedly: 6g bugs/bug108.go
=========== bugs/bug113.go =========== bugs/bug115.go
BUG: should not succeed bugs/bug115.go:8: overflow converting constant to uint
BUG: bug115 should compile
=========== bugs/bug114.go
(-1) & ((1<<32) - 1) is 1073741823 should be 4294967295
panic on line 78 PC=xxx
BUG: bug114 failed
=========== fixedbugs/bug016.go =========== fixedbugs/bug016.go
fixedbugs/bug016.go:7: overflow converting constant to uint fixedbugs/bug016.go:7: overflow converting constant to uint
...@@ -265,18 +255,9 @@ M ...@@ -265,18 +255,9 @@ M
=========== fixedbugs/bug103.go =========== fixedbugs/bug103.go
fixedbugs/bug103.go:8: function requires a return type fixedbugs/bug103.go:8: function requires a return type
=========== bugs/bug115.go =========== fixedbugs/bug113.go
bugs/bug115.go:8: overflow converting constant to uint throw: ifaceI2T: wrong type
BUG: bug115 should compile SIGSEGV: segmentation violation
Faulting address: 0x0
=========== bugs/bug116.go pc: xxx
-5>>1 = -2 want -3
-4>>1 = -3 want -2
-3>>1 = -1 want -2
-2>>1 = -2 want -1
-1>>1 = 0 want -1
errors
panic on line 92 PC=xxx
BUG: bug116
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment