aboutsummaryrefslogtreecommitdiff
path: root/test/printbig.go
AgeCommit message (Collapse)Author
2018-05-31test: remove rundircmpout and cmpout actionsYury Smolsky
This CL removes the rundircmpout action completely because it is not used anywhere. The run case already looks for output files. Rename the cmpout action mentioned in tests to the run action and remove "cmpout" from run.go. Change-Id: I835ceb70082927f8e9360e0ea0ba74f296363ab3 Reviewed-on: https://go-review.googlesource.com/115575 Run-TryBot: Yury Smolsky <yury@smolsky.by> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2012-02-24test: add cmpout to testlibBrad Fitzpatrick
R=golang-dev, r CC=golang-dev https://golang.org/cl/5699060
2012-02-24test/[n-r]*.go: add documentationRob Pike
The rename ones needed redoing. R=golang-dev, bradfitz, rsc CC=golang-dev https://golang.org/cl/5698054
2012-01-18test: split golden.out into expected output per testIan Lance Taylor
This will permit gccgo to check test output. R=golang-dev, r CC=golang-dev https://golang.org/cl/5554056
2010-09-04test: remove semiocolons.Rob Pike
The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev https://golang.org/cl/2157041
2008-09-17fix printing of -(1<<63)Russ Cox
R=r OCL=15441 CL=15445