summaryrefslogtreecommitdiff
path: root/test/func1.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/gc: ensure unique parameter and result names in function typesRuss Cox2013-03-151-1/+1
| | | | | | | | | | In addition to fixing the bug, the check is now linear instead of quadratic. Fixes issue 4469. R=ken2 CC=golang-dev https://codereview.appspot.com/7773047
* test: explanatory comments [c-g]*Rob Pike2012-02-191-2/+3
| | | | | | R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5656103
* test: use testlib (fourth 100)Russ Cox2012-02-161-1/+1
| | | | | | | | | | | X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5673079
* delete float, complex - code changesRuss Cox2011-01-191-2/+2
| | | | | | | | | | | also: cmplx -> complex float64(1.0) -> 1.0 float64(1) -> 1.0 R=gri, r, gri1, r2 CC=golang-dev http://codereview.appspot.com/3991043
* test: remove semiocolons.Rob Pike2010-09-041-2/+2
| | | | | | | | The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev http://codereview.appspot.com/2157041
* Check for specific error messages in the testsuite. ThisIan Lance Taylor2008-09-191-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
* test update. also remove two duplicatesRob Pike2008-07-081-2/+4
| | | | SVN=126336
* - fixed a few tests and added 3 incorrectly succeeding testsRobert Griesemer2008-06-061-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