Descriptioncmd/go: show FAIL for errors during test setup
For example, if an x_test.go file contains a syntax error,
b.test fails with an error message. But it wasn't printing
the same FAIL line that a build failure later would print.
This makes all the test failures that happen (once we
decide to start running tests) consistently say FAIL.
Fixes issue 4701.
Patch Set 1 #Patch Set 2 : diff -r 2d673b7f9c9e https://code.google.com/p/go/ #Patch Set 3 : diff -r 3c9e361c43ab https://code.google.com/p/go/ #
MessagesTotal messages: 3
|