Commit 203a17c6 authored by Rob Pike's avatar Rob Pike

update tests

R=gri
DELTA=28  (12 added, 14 deleted, 2 changed)
OCL=18923
CL=18923
parent e8766354
...@@ -121,7 +121,7 @@ BUG: fails incorrectly ...@@ -121,7 +121,7 @@ BUG: fails incorrectly
=========== bugs/bug095.go =========== bugs/bug095.go
found 2, expected 1 found 2, expected 1
panic on line 77 PC=xxx panic on line 80 PC=xxx
BUG wrong result BUG wrong result
=========== bugs/bug098.go =========== bugs/bug098.go
...@@ -150,9 +150,6 @@ bugs/bug117.go:10: illegal types for operand: RETURN ...@@ -150,9 +150,6 @@ bugs/bug117.go:10: illegal types for operand: RETURN
int int
BUG: should compile BUG: should compile
=========== bugs/bug118.go
BUG should compile
=========== 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,7 +262,8 @@ M ...@@ -265,7 +262,8 @@ M
fixedbugs/bug103.go:8: function requires a return type fixedbugs/bug103.go:8: function requires a return type
=========== fixedbugs/bug113.go =========== fixedbugs/bug113.go
throw: ifaceI2T: wrong type main.I·bug113 is int, not int32
throw: interface conversion
SIGSEGV: segmentation violation SIGSEGV: segmentation violation
Faulting address: 0x0 Faulting address: 0x0
pc: xxx pc: xxx
......
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