]> Cypherpunks repositories - gostls13.git/commit
os/user: skip Current test on android
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 8 Mar 2016 15:58:20 +0000 (15:58 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 8 Mar 2016 17:28:13 +0000 (17:28 +0000)
commitb20187196f2674c736bb89d9dde741c93bec3255
tree3b2352b8f30bc1d993c00298ad8029b15cf0175e
parentb212c68b9007ad328da81b3d589c032ba0de3434
os/user: skip Current test on android

Also, add more failure output to debug why linux/mips64le and
linux/ppc64 are failing. They should be working. I suspect their
builder test envs are missing something.

Change-Id: I97273fe72c4e3009db400394636d0da1ef147485
Reviewed-on: https://go-review.googlesource.com/20358
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/user/lookup_stubs.go
src/os/user/user_test.go