summaryrefslogtreecommitdiff
path: root/test/func1.go
AgeCommit message (Collapse)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-2/+2
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-2/+2
2008-09-19Check for specific error messages in the testsuite. ThisIan Lance Taylor1-1/+1
permits testing that the compiler emits error messages for specific lines that match egrep regexps. The desired error messages are expressed using comments of the form // ERROR "regexp" R=r DELTA=90 (73 added, 8 deleted, 9 changed) OCL=15513 CL=15566
2008-07-08test update. also remove two duplicatesRob Pike1-2/+4
SVN=126336
2008-06-06- fixed a few tests and added 3 incorrectly succeeding testsRobert Griesemer1-0/+16
- updated go_lang.txt to be more uniform and match the implementation - made makehtml work on Mac - fixed a couple of bugs in go.atg SVN=121520