1. 7647741 test: add -update_errors flag to run script by Dmitry Vyukov · 10 years ago
  2. 5b94a47 [dev.cc] test: disable syntax error tests by Russ Cox · 10 years ago
  3. 8581d48 test: check for build constraints only upto the first blank line by Rahul Chaudhry · 10 years ago
  4. e7173df test: migrate remaining tests to run.go by Josh Bleecher Snyder · 10 years ago
  5. c5de72b test: write Go wrapper code so that bug302 can be run by run.go by Ian Lance Taylor · 10 years ago
  6. 9b54444 test: move linkx and sinit to run.go by Josh Bleecher Snyder · 10 years ago
  7. 8cc6cb2 test: return errors earlier in run.go by Josh Bleecher Snyder · 11 years ago
  8. 6d20e72 test/run: go fmt by David du Colombier · 11 years ago
  9. 748e5db test/run: always set goos and goarch by David du Colombier · 11 years ago
  10. 4895f0d test/run: limit parallelism to 1 for cross-exec builds by Russ Cox · 11 years ago
  11. d5887c5 test/run: make errorcheck tests faster by Russ Cox · 11 years ago
  12. 7c8280c all: merge NaCl branch (part 1) by Dave Cheney · 11 years ago
  13. ae38b03 cmd/go: skip writing dwarf debug info for ephemeral binaries by Russ Cox · 11 years ago
  14. 5499034 all: fix a few spelling errors in source comments by Martin Olsson · 11 years ago
  15. de8549d test/run: make -v output look like go test output by Russ Cox · 11 years ago
  16. 8ce9a4f test/run: print command line for running an individual test by Russ Cox · 12 years ago
  17. a538558 test/run: process build tags like go/build by Anthony Martin · 12 years ago
  18. 551f3f2 test/run: use correct $PWD to make os.Getwd less expensive by Russ Cox · 12 years ago
  19. 8931306 cmd/gc: reject non-Go constants by Russ Cox · 12 years ago
  20. 4f6a2b9 test: add support for build tags. by Rémy Oudompheng · 12 years ago
  21. dc75670 test: limit runoutput tests on arm platforms by Dave Cheney · 12 years ago
  22. 578f24d test: add rotate.go and fixedbugs/bug313 by Rémy Oudompheng · 12 years ago
  23. c3836ed test: make rundir match compiledir/errorcheckdir. by Rémy Oudompheng · 12 years ago
  24. 8850d14 test/run: handle compiledir and errorcheckdir with multi-file packages by Russ Cox · 12 years ago
  25. 9aef20e cmd/gc: fix wrong interaction between inlining and embedded builtins. by Rémy Oudompheng · 12 years ago
  26. 6694f14 test: run some more tests by default by Ian Lance Taylor · 12 years ago
  27. e08008e test: run index test by default by Ian Lance Taylor · 12 years ago
  28. dda1b56 test: convert tests to run.go whenever possible. by Rémy Oudompheng · 12 years ago
  29. c81293a test: Make run.go's errorcheck behave like testlib. by Daniel Morsing · 12 years ago
  30. 46bce2a test: convert more tests to rundir/compiledir conventions by Rémy Oudompheng · 12 years ago
  31. e824656 test/run.go: use correct executable filename on Windows, fix build by Shenghou Ma · 12 years ago
  32. d9953c9 test: use rundir and errorcheckdir for a few more tests. by Rémy Oudompheng · 12 years ago
  33. ebb0e5d test: Add rundir, rundircmpout and errorcheckdir commands to testlib and run.go by Daniel Morsing · 12 years ago
  34. cd22afa test: expand run.go's errorcheck, make clear which bugs run by Russ Cox · 13 years ago
  35. 674bbaf misc/cgo/stdio: make it work on Windows and also test it by Shenghou Ma · 13 years ago
  36. 42534cb test: change run.go to ignore \r in compiler output (fixes windows build) by Alex Brainman · 13 years ago
  37. 1e95429 misc/cgo/{life,stdio}, test/run.go: use test/run.go to do the cgo tests by Shenghou Ma · 13 years ago
  38. 1df9ee0 test/run: ignore all but .go file during compiledir action by Alex Brainman · 13 years ago
  39. 8dbeb0a test/run.go: fix compiledir test on windows by Shenghou Ma · 13 years ago
  40. adc9337 test: add a compiledir pattern in run.go by Rémy Oudompheng · 13 years ago
  41. dda6d6a test: use testlib in a few more cases (part 2) by Shenghou Ma · 13 years ago
  42. e266283 test: use testlib in a few more cases Introduce a new skip cmd. by Shenghou Ma · 13 years ago
  43. c978a5a test: skip . files in directory by Russ Cox · 13 years ago
  44. 7124736 test/run: fix builders by Russ Cox · 13 years ago
  45. 105c5fa test: invoke go command in run.go by Russ Cox · 13 years ago
  46. 47ee982 test/run: use all available cores on ARM system by Shenghou Ma · 13 years ago
  47. 5e41fe0 build: use run.go for running tests by Russ Cox · 13 years ago
  48. eb5af84 test/run.go: fix build by Shenghou Ma · 13 years ago
  49. e014cf0 test: add cmpout to testlib by Brad Fitzpatrick · 13 years ago
  50. a55a5c8 test: add temporary show_skips flag. by Brad Fitzpatrick · 13 years ago
  51. ce837b3 test: rewrite test/run shell script + errchk (perl) in Go by Brad Fitzpatrick · 13 years ago