]> Cypherpunks repositories - gostls13.git/commitdiff
update tests
authorRob Pike <r@golang.org>
Thu, 30 Oct 2008 20:26:57 +0000 (13:26 -0700)
committerRob Pike <r@golang.org>
Thu, 30 Oct 2008 20:26:57 +0000 (13:26 -0700)
R=rsc
DELTA=159  (65 added, 84 deleted, 10 changed)
OCL=18149
CL=18151

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

similarity index 100%
rename from test/bugs/bug113.go
rename to test/fixedbugs/bug113.go
similarity index 100%
rename from test/bugs/bug114.go
rename to test/fixedbugs/bug114.go
similarity index 100%
rename from test/bugs/bug116.go
rename to test/fixedbugs/bug116.go
index 219d2c4b5a8c1e1c26553fc829f71369d1d0a8c2..6592b178506113d7c97dd401a4b37f70111064f1 100644 (file)
@@ -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 23: '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:11: overflow converting constant to int
@@ -21,11 +21,6 @@ BUG: errchk: ./convlit.go: unmatched error messages:
 =========== ./helloworld.go
 hello, world
 
-=========== ./interface1.go
-./interface1.go:29: illegal types for operand: AS
-       interface { Next () (*Inst) }
-       *Inst
-
 =========== ./interface2.go
 cannot convert type *main.S_interface2 to interface main.I_interface2: missing method Foo
 throw: interface conversion
@@ -145,14 +140,9 @@ BUG: should compile
 bugs/bug108.go:4: stupid shift: 1025
 BUG: errchk: command succeeded unexpectedly:  6g bugs/bug108.go
 
-=========== bugs/bug113.go
-BUG: should not succeed
-
-=========== bugs/bug114.go
-(-1) & ((1<<32) - 1) is 1073741823 should be 4294967295
-
-panic on line 78 PC=xxx
-BUG: bug114 failed
+=========== bugs/bug115.go
+bugs/bug115.go:8: overflow converting constant to uint
+BUG: bug115 should compile
 
 =========== fixedbugs/bug016.go
 fixedbugs/bug016.go:7: overflow converting constant to uint
@@ -265,18 +255,9 @@ M
 =========== fixedbugs/bug103.go
 fixedbugs/bug103.go:8: function requires a return type
 
-=========== bugs/bug115.go
-bugs/bug115.go:8: overflow converting constant to uint
-BUG: bug115 should compile
-
-=========== bugs/bug116.go
--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
+=========== fixedbugs/bug113.go
+throw: ifaceI2T: wrong type
+SIGSEGV: segmentation violation
+Faulting address: 0x0
+pc: xxx