commit | 36c4a73fb2aa9f9665c71f563a3e8125c29223e2 | [log] [tgz] |
---|---|---|
author | Dave Cheney <dave@cheney.net> | Thu Nov 15 11:40:10 2012 +1100 |
committer | Dave Cheney <dave@cheney.net> | Thu Nov 15 11:40:10 2012 +1100 |
tree | 1a627346bb8ae624c07db8f7c7e1abb6d4b5c905 | |
parent | 45b4867d0edabb5f2f8ee07d5f5e9b53f9f4dbe0 [diff] |
run.{bash,bat,rc}: unset GOMAXPROCS before ../test test/run.go already executes tests in parallel where possible. An unknown GOMAXPROCS value during the tests is known to cause failures with tests that measure allocations. ref: https://groups.google.com/d/topic/golang-nuts/tgMhFJ3F5WY/discussion R=fullung, minux.ma, r CC=golang-dev https://golang.org/cl/6847050