Skip to content

Commit

Permalink
net: android no longer supports unix/unixgram
Browse files Browse the repository at this point in the history
I cannot find any documentation for this, but these tests no longer run
on the device I have since upgrading to Android L. Presumably it still
works for root, but standard Android programs to not have root access.

Change-Id: I001c8fb5ce22f9ff8d7433f881d0dccbf6ab969d
Reviewed-on: https://go-review.googlesource.com/16056
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
  • Loading branch information
crawshaw committed Oct 19, 2015
1 parent 3cd56b4 commit 996c540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/platform_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func testableNetwork(network string) bool {
}
case "unix", "unixgram":
switch runtime.GOOS {
case "nacl", "plan9", "windows":
case "android", "nacl", "plan9", "windows":
return false
}
// iOS does not support unix, unixgram.
Expand Down

0 comments on commit 996c540

Please sign in to comment.