]> Cypherpunks repositories - gostls13.git/commit
misc/cgo: disable testcarchive, testplugin during -short test (including all.bash)
authorRuss Cox <rsc@golang.org>
Wed, 15 May 2019 18:31:48 +0000 (14:31 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 16 May 2019 03:25:04 +0000 (03:25 +0000)
commita6a0ed3c4760fb6c59c55c1a01ddba8a558e04eb
treea9c369b01be8d3ced038e7d23c2c1118e68ddbed
parent018d9b42a789809198bb0bcc338d9948a479b108
misc/cgo: disable testcarchive, testplugin during -short test (including all.bash)

These tests take 20 seconds each to rebuild the entire world
in their respective modes. That's too much for short mode,
including all.bash on developer machines.

Keep doing it on builders and if someone runs 'go test' by hand
in that directory.

For #26473.

Change-Id: I3dc6955bc3aa7a20fd170efcde72a7d19b37bdbf
Reviewed-on: https://go-review.googlesource.com/c/go/+/177417
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/testcarchive/carchive_test.go
misc/cgo/testcshared/cshared_test.go
misc/cgo/testplugin/plugin_test.go
src/cmd/dist/test.go