]> Cypherpunks repositories - gostls13.git/commit
testing: print test results to standard output
authorRuss Cox <rsc@golang.org>
Tue, 15 Nov 2011 18:09:19 +0000 (13:09 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 15 Nov 2011 18:09:19 +0000 (13:09 -0500)
commita3fb1aec6bdb680a86758cc330a8c5305f6dd902
tree2cdd3356f05a3883d9b3b006cd8291b911363fa2
parent3db596113d1e663969f68df2cfe6fc36b566663f
testing: print test results to standard output

Errors in the code under test go to standard output.
Errors in testing or its usage go to standard error.

R=r
CC=golang-dev
https://golang.org/cl/5374090
src/pkg/testing/benchmark.go
src/pkg/testing/example.go
src/pkg/testing/testing.go