1
0
mirror of https://github.com/golang/go synced 2024-11-24 03:50:18 -07:00

cmd/dist: run testcshared test on linux/386

Change-Id: Iaa0fb133e5fc2078bfaf59ed721fd07a1a713ab3
Reviewed-on: https://go-review.googlesource.com/17075
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Hyang-Ah Hana Kim 2015-11-19 18:36:41 -05:00
parent cbc55971e2
commit ec3daf0c62

View File

@ -615,9 +615,8 @@ func (t *tester) supportedBuildmode(mode string) bool {
}
return false
case "c-shared":
// TODO(hyangah): add linux-386.
switch pair {
case "linux-amd64", "darwin-amd64", "android-arm", "linux-arm", "linux-arm64":
case "linux-386", "linux-amd64", "darwin-amd64", "android-arm", "linux-arm", "linux-arm64":
return true
}
return false