1. 12 Feb, 2013 1 commit
  2. 19 Feb, 2012 1 commit
    • Rob Pike's avatar
      test: [a-c]: add introductory comments to tests · fc0dc040
      Rob Pike authored
      Very few of the compiler regression tests include a comment
      saying waht they do. Many are obvious, some are anything but.
      I've started with a-c in the top directory. More will follow once
      we agree on the approach, correctness, and thoroughness here.
      zerodivide.go sneaked in too.
      
      R=rsc, r
      CC=golang-dev
      https://golang.org/cl/5656100
      fc0dc040
  3. 17 Feb, 2012 1 commit
    • Russ Cox's avatar
      test: use testlib (first 100) · 0b477ef1
      Russ Cox authored
      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
      https://golang.org/cl/5656082
      0b477ef1
  4. 26 Oct, 2010 1 commit
  5. 09 Jun, 2010 1 commit
  6. 19 Nov, 2009 1 commit
  7. 18 Nov, 2009 1 commit