]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: run limited tests in race and libgcc=none modes
authorRuss Cox <rsc@golang.org>
Mon, 21 Dec 2015 18:49:12 +0000 (13:49 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 29 Dec 2015 15:48:04 +0000 (15:48 +0000)
commitf41378e22578db38bb15009c50e3e05f7f9c4743
tree01753eae1d32d401479cd37137a15a23a92a9a57
parent04d732b4c2ec346dd0977ec2933d4863271fd4c3
cmd/dist: run limited tests in race and libgcc=none modes

Mostly we just care that the test binaries link and start up.
No need to run the full test suites.

Takes 12% off my all.bash run time.

For #10571.

Change-Id: I01af618f3d51deb841ea638424e1389a2df7d746
Reviewed-on: https://go-review.googlesource.com/18086
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
src/cmd/dist/test.go