From: Rob Pike Date: Thu, 17 Jul 2008 18:15:11 +0000 (-0700) Subject: update tests X-Git-Tag: weekly.2009-11-06~3472 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6426659db90ae3b4532a1e2ccb36150421591ede;p=gostls13.git update tests SVN=127826 --- diff --git a/test/bugs/bug055.go b/test/fixedbugs/bug055.go similarity index 100% rename from test/bugs/bug055.go rename to test/fixedbugs/bug055.go diff --git a/test/bugs/bug069.go b/test/fixedbugs/bug069.go similarity index 72% rename from test/bugs/bug069.go rename to test/fixedbugs/bug069.go index b33e4a4069..51e034d654 100644 --- a/test/bugs/bug069.go +++ b/test/fixedbugs/bug069.go @@ -11,8 +11,8 @@ func main(){ ok := false; i := 0; - i, ok = I{} -. . NAME-Vector_At G0 a(1) l(216) 111({},{}){} -. . AS u(1) l(229) -. . . INDREG a(1) l(229) v G0 *{} -. . . DOTPTR u(1) l(229) *{} -. . . . NAME-s G279 a(1) g(279) l(225) *{} -. . . . NAME-fields G0 a(1) l(222) -. . AS u(1) l(229) -. . . INDREG a(1) l(229) i G280 INT32 -. . . NAME-i G280 a(1) g(280) l(225) INT32 +. CALL u(100) l(286) I{} +. . NAME-Vector_At G0 a(1) l(273) 111({},{}){} +. . AS u(1) l(286) +. . . INDREG a(1) l(286) v G0 *{} +. . . DOTPTR u(1) l(286) *{} +. . . . NAME-s G349 a(1) g(349) l(282) *{} +. . . . NAME-fields G0 a(1) l(279) +. . AS u(1) l(286) +. . . INDREG a(1) l(286) i G350 INT32 +. . . NAME-i G350 a(1) g(350) l(282) INT32 bugs/bug054.go:25: fatal error: agen_inter i2s BUG: known to fail incorrectly -=========== bugs/bug055.go -bugs/bug055.go:15: fatal error: allocparams: out class -BUG: known to fail incorrectly - =========== bugs/bug057.go bugs/bug057.go:13: syntax error BUG: compilation should succeed @@ -259,23 +257,21 @@ BUG: compilation should succeed bugs/bug068.go:6: unknown escape sequence: ' BUG: compilation should succeed -=========== bugs/bug069.go -bugs/bug069.go:12: bad shape across assignment - cr=1 cl=2 - -BUG: compilation should succeed - =========== bugs/bug070.go outer loop top k 0 inner loop top i 0 do break outer loop top k 1 k not zero -panic on line 257 PC=0x1362 +panic on line 271 PC=0x1362 0x1362?zi - main·main(1, 0, 1606415440, ...) - main·main(0x1, 0x7fff5fbff450, 0x0, ...) + main·main(1, 0, 1606414960, ...) + main·main(0x1, 0x7fff5fbff270, 0x0, ...) BUG: crashes +=========== bugs/bug071.go +BUG: compiler crashes + =========== fixedbugs/bug000.go =========== fixedbugs/bug001.go @@ -334,7 +330,7 @@ fixedbugs/bug035.go:7: var f redeclared in this block =========== fixedbugs/bug037.go fixedbugs/bug037.go:6: vlong: undefined -fixedbugs/bug037.go:6: fatal error: addvar: n=NAME-s G0 a(1) l(210) t= nil +fixedbugs/bug037.go:6: fatal error: addvar: n=NAME-s G0 a(1) l(267) t= nil =========== fixedbugs/bug038.go @@ -357,6 +353,8 @@ sys.6:1 fixedbugs/bug050.go:3: syntax error =========== fixedbugs/bug051.go fixedbugs/bug051.go:10: expression must be a constant +=========== fixedbugs/bug055.go + =========== fixedbugs/bug056.go =========== fixedbugs/bug058.go @@ -364,3 +362,5 @@ fixedbugs/bug051.go:10: expression must be a constant =========== fixedbugs/bug059.go =========== fixedbugs/bug065.go + +=========== fixedbugs/bug069.go