]> Cypherpunks repositories - gostls13.git/commit
test: ensure all failing tests exit nonzero.
authorAlan Donovan <adonovan@google.com>
Tue, 12 Feb 2013 18:17:49 +0000 (13:17 -0500)
committerAlan Donovan <adonovan@google.com>
Tue, 12 Feb 2013 18:17:49 +0000 (13:17 -0500)
commit052c942e20576f01f72d226d11aaf11e721009f3
treea79450e9c97ad9bc9cac6b75655421c488408bd4
parent2fdd60b9b66f26720ea571345785285d4037dce5
test: ensure all failing tests exit nonzero.

Previously merely printing an error would cause the golden
file comparison (in 'bash run') to fail, but that is no longer
the case with the new run.go driver.

R=iant
CC=golang-dev
https://golang.org/cl/7310087
21 files changed:
test/alias1.go
test/bigalg.go
test/cmplxdivide.go
test/const4.go
test/copy.go
test/decl.go
test/defer.go
test/divide.go
test/escape.go
test/float_lit.go
test/floatcmp.go
test/func7.go
test/func8.go
test/init1.go
test/literal.go
test/map.go
test/nil.go
test/recover3.go
test/rename.go
test/string_lit.go
test/zerodivide.go