From: Rob Pike Date: Tue, 24 Jun 2008 00:13:33 +0000 (-0700) Subject: update some tests X-Git-Tag: weekly.2009-11-06~3641 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7b409b30f207085b6d221d8479693617f84873a6;p=gostls13.git update some tests SVN=124196 --- diff --git a/test/bugs/bug014.go b/test/fixedbugs/bug014.go similarity index 100% rename from test/bugs/bug014.go rename to test/fixedbugs/bug014.go diff --git a/test/bugs/bug030.go b/test/fixedbugs/bug030.go similarity index 100% rename from test/bugs/bug030.go rename to test/fixedbugs/bug030.go diff --git a/test/bugs/bug036.go b/test/fixedbugs/bug036.go similarity index 100% rename from test/bugs/bug036.go rename to test/fixedbugs/bug036.go diff --git a/test/bugs/bug038.go b/test/fixedbugs/bug038.go similarity index 100% rename from test/bugs/bug038.go rename to test/fixedbugs/bug038.go diff --git a/test/bugs/bug040.go b/test/fixedbugs/bug040.go similarity index 100% rename from test/bugs/bug040.go rename to test/fixedbugs/bug040.go diff --git a/test/golden.out b/test/golden.out index c62405bf38..ffebd277d7 100644 --- a/test/golden.out +++ b/test/golden.out @@ -130,25 +130,21 @@ zero BUG: known to fail incorrectly =========== bugs/bug010.go -bugs/bug010.go:7: i undefined +bugs/bug010.go:7: i: undefined bugs/bug010.go:8: illegal conversion of constant to 002({},{}){} +bugs/bug010.go:8: illegal types for operand: AS + (002({},{}){INT32;FLOAT32;}) bugs/bug010.go:9: error in shape across assignment BUG: known to fail incorrectly -=========== bugs/bug014.go -bugs/bug014.go:6: non-oct character in escape sequence: ' -bugs/bug014.go:6: non-oct character in escape sequence: ' -bugs/bug014.go:7: non-oct character in escape sequence: ' -bugs/bug014.go:8: non-hex character in escape sequence: ' -bugs/bug014.go:9: non-hex character in escape sequence: ' -BUG: errors caught but exit code should be non-zero - =========== bugs/bug015.go BUG: known to succeed incorrectly =========== bugs/bug022.go bugs/bug022.go:8: illegal types for operand: INDEXPTR (**STRING) +bugs/bug022.go:8: illegal types for operand: AS + (UINT8) BUG: known to fail incorrectly =========== bugs/bug023.go @@ -159,7 +155,7 @@ bugs/bug025.go:7: fatal error: dumpexportvar: oname nil: Foo BUG: known to fail incorrectly or at least with a bad message =========== bugs/bug026.go -check: main_sigs_I: not defined +traceback: main_sigs_I: not defined BUG: known to fail incorrectly =========== bugs/bug027.go @@ -174,9 +170,6 @@ BUG: known to fail incorrectly =========== bugs/bug029.go BUG: known to succeed incorrectly -=========== bugs/bug030.go -BUG: known to succeed incorrectly - =========== bugs/bug032.go BUG: compilation succeeds incorrectly @@ -189,21 +182,12 @@ BUG: compilation succeeds incorrectly =========== bugs/bug035.go BUG: compilation succeeds incorrectly -=========== bugs/bug036.go -BUG: compilation succeeds incorrectly - =========== bugs/bug037.go BUG: compilation succeeds incorrectly -=========== bugs/bug038.go -BUG: compilation succeeds incorrectly - =========== bugs/bug039.go BUG: compilation succeeds incorrectly -=========== bugs/bug040.go -BUG: compilation succeeds incorrectly - =========== bugs/bug041.go BUG: compilation succeeds incorrectly @@ -270,7 +254,7 @@ bugs/bug053.go:6: syntax error BUG: len should not be a keyword =========== bugs/bug054.go -bugs/bug054.go:22: fatal error: agen: unknown op CALLMETH u(1) l(165) I{} +bugs/bug054.go:22: fatal error: cgen_aret BUG: known to fail incorrectly =========== bugs/bug055.go @@ -301,6 +285,8 @@ BUG: known to fail incorrectly =========== fixedbugs/bug013.go +=========== fixedbugs/bug014.go + =========== fixedbugs/bug016.go =========== fixedbugs/bug017.go @@ -313,6 +299,14 @@ BUG: known to fail incorrectly =========== fixedbugs/bug028.go +=========== fixedbugs/bug030.go + =========== fixedbugs/bug031.go +=========== fixedbugs/bug036.go + +=========== fixedbugs/bug038.go + +=========== fixedbugs/bug040.go + =========== fixedbugs/bug045.go