commit | 21e75b3251a0e6dde7a05d77ac390fa342a1e2f8 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri May 09 12:18:50 2014 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri May 09 12:18:50 2014 -0400 |
tree | bde6e91a8c424fe3c95bea0583574be561b58734 | |
parent | f40f0b26b6d129d48457bf8dfd9ee2f6cbdfdb3b [diff] [blame] |
testing: write profiles on failure Fixes #7901. LGTM=r R=r CC=golang-codereviews https://golang.org/cl/90930044
diff --git a/doc/go1.3.html b/doc/go1.3.html index 62a5c0e..60effb2 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html
@@ -439,6 +439,7 @@ <li> The <a href="/pkg/testing/"><code>testing</code></a> package now diagnoses tests that call <code>panic(nil)</code>, which are almost always erroneous. +Also, tests now write profiles (if invoked with profiling flags) even on failure. </li> <li>