]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: really skip the testsanitizers tests on Android
authorElias Naur <elias.naur@gmail.com>
Mon, 30 Jan 2017 18:55:35 +0000 (19:55 +0100)
committerElias Naur <elias.naur@gmail.com>
Mon, 30 Jan 2017 20:38:03 +0000 (20:38 +0000)
commit3e55059f305bde37a4dac1397e8a1b798b6fbd9e
treed443017cf5ceccfb34b8aeada72f6a0f8874a19f
parent09496599520d73171550987b138d85ae1fb13b76
cmd/dist: really skip the testsanitizers tests on Android

The test.bash script in misc/cgo/testsanitizers use GOOS, not GOHOSTOS.
Fix the dist check from gohostos to goos accordingly.

The error was masked on the builders because they run on a darwin host
where the sanitizers tests never ran.

With this change, the Android test suite completes successfully on
Android/amd64.

Change-Id: Id7690429f78c6ac7a26fc9118d913b719b565bb2
Reviewed-on: https://go-review.googlesource.com/35959
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/dist/test.go