]> Cypherpunks repositories - gostls13.git/commit
runtime/race: make test driver print compilation errors
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 24 Dec 2012 11:33:32 +0000 (15:33 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 24 Dec 2012 11:33:32 +0000 (15:33 +0400)
commit43f2fc308b92cec6071a4af225af1dafd4d7ba54
tree3eb832622acadb96efe137d7ccb8ef40ed38bc3d
parentecbf99ad975970bd3496880ebf6bc8a2d19b31eb
runtime/race: make test driver print compilation errors
Currently it silently "succeeds" saying that it run 0 tests
if there are compilations errors.
With this change it fails and outputs the compilation error.

R=golang-dev, remyoudompheng
CC=golang-dev
https://golang.org/cl/7002058
src/pkg/runtime/race/race_test.go