An error occurred fetching the project authors.
  1. 28 Aug, 2014 1 commit
  2. 25 Aug, 2014 1 commit
  3. 10 Jan, 2014 1 commit
  4. 03 Jan, 2014 1 commit
  5. 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
  6. 19 Sep, 2008 1 commit
    • Ian Lance Taylor's avatar
      Check for specific error messages in the testsuite. This · 66b261a0
      Ian Lance Taylor authored
      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
      66b261a0
  7. 11 Aug, 2008 1 commit
    • Rob Pike's avatar
      update tests. · 1f41ed37
      Rob Pike authored
      fixedbugs/bug012.go is broken again but i left it where it is, with
      the golden file not reflecting the breakage so it will be noticed
      
      R=ken,gri
      OCL=14073
      CL=14073
      1f41ed37
  8. 06 Jun, 2008 1 commit
  9. 09 May, 2008 1 commit
  10. 26 Mar, 2008 1 commit
  11. 19 Mar, 2008 1 commit