]> Cypherpunks repositories - gostls13.git/commit
os: disable symlink tests on android.
authorHyang-Ah Hana Kim <hyangah@gmail.com>
Tue, 20 Oct 2015 21:10:04 +0000 (17:10 -0400)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Tue, 20 Oct 2015 22:18:23 +0000 (22:18 +0000)
commit84808a2a90c28270589c05eca3b8d7657e49fe87
tree27142c16d918af44db4988ff9cd9bc203acaeadd
parent76285213b8a453ed0825d98e9a6bb3e044d20022
os: disable symlink tests on android.

Creating symlinks (/data/local/tmp/*) doesn't seem to work
on android-L (tested on nexus5). I cannot find any official
documentation yet but just guess it's a measure for security
attacks using symlinks.

The tests failed with 'permission denied' errors.

For golang/go#10807

Change-Id: I99a9c401c6ecca3c4adc7b21708adaf3dd601279
Reviewed-on: https://go-review.googlesource.com/16115
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/os_test.go
src/os/path_test.go