On Android, update std.datetime to extract timezone data and some other fixes.

This commit is contained in:
Joakim 2016-02-08 01:05:21 +05:30
parent 679298a7a9
commit 10c01a0614
6 changed files with 159 additions and 61 deletions

View file

@ -466,9 +466,11 @@ class Protocol
}
// Skip this test on Android because getprotobyname/number are
// unimplemented in bionic.
version(CRuntime_Bionic) {} else
unittest
{
// getprotobyname,number are unimplemented in bionic
softUnittest({
Protocol proto = new Protocol;
assert(proto.getProtocolByType(ProtocolType.TCP));