From 2fe7a33a0c4fc896110f6e88d304410b92905a44 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 2 Jun 2010 09:23:04 -0700 Subject: bug284: test cases for new conversion rules R=rsc, r, iant CC=golang-dev http://codereview.appspot.com/1465041 --- test/golden.out | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'test/golden.out') diff --git a/test/golden.out b/test/golden.out index 1bed6599a..19ae25023 100644 --- a/test/golden.out +++ b/test/golden.out @@ -180,3 +180,39 @@ BUG: bug260 failed =========== bugs/bug274.go BUG: errchk: command succeeded unexpectedly + +=========== bugs/bug284.go +BUG: errchk: bugs/bug284.go:33: missing expected error: 'cannot' +errchk: bugs/bug284.go:36: missing expected error: 'cannot' +errchk: bugs/bug284.go:37: missing expected error: 'cannot' +errchk: bugs/bug284.go:38: missing expected error: 'cannot' +errchk: bugs/bug284.go:56: missing expected error: 'cannot' +errchk: bugs/bug284.go:59: missing expected error: 'cannot' +errchk: bugs/bug284.go:60: missing expected error: 'cannot' +errchk: bugs/bug284.go:61: missing expected error: 'cannot' +errchk: bugs/bug284.go:71: missing expected error: 'cannot' +errchk: bugs/bug284.go:74: missing expected error: 'cannot' +errchk: bugs/bug284.go:75: missing expected error: 'cannot' +errchk: bugs/bug284.go:76: missing expected error: 'cannot' +errchk: bugs/bug284.go:95: missing expected error: 'cannot' +errchk: bugs/bug284.go:97: missing expected error: 'cannot' +errchk: bugs/bug284.go:107: missing expected error: 'cannot' +errchk: bugs/bug284.go:110: missing expected error: 'cannot' +errchk: bugs/bug284.go:111: missing expected error: 'cannot' +errchk: bugs/bug284.go:112: missing expected error: 'cannot' +errchk: bugs/bug284.go:130: error message does not match 'cannot' +errchk: bugs/bug284.go:133: error message does not match 'cannot' +errchk: bugs/bug284.go:134: error message does not match 'cannot' +errchk: bugs/bug284.go:135: error message does not match 'cannot' +errchk: bugs/bug284.go:145: missing expected error: 'cannot' +errchk: bugs/bug284.go:148: missing expected error: 'cannot' +errchk: bugs/bug284.go:149: missing expected error: 'cannot' +errchk: bugs/bug284.go:150: missing expected error: 'cannot' +errchk: bugs/bug284.go:160: missing expected error: 'cannot' +errchk: bugs/bug284.go:163: missing expected error: 'cannot' +errchk: bugs/bug284.go:164: missing expected error: 'cannot' +errchk: bugs/bug284.go:165: missing expected error: 'cannot' +errchk: bugs/bug284.go:175: missing expected error: 'cannot' +errchk: bugs/bug284.go:178: missing expected error: 'cannot' +errchk: bugs/bug284.go:179: missing expected error: 'cannot' +errchk: bugs/bug284.go:180: missing expected error: 'cannot' -- cgit v1.2.1