Imported Upstream version 5.10.0.160

Former-commit-id: c53882cc1707d973c4b74b4c6c7d98622ea24677
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-03-07 08:46:18 +00:00
parent 80d55115d1
commit efb22d3209
38 changed files with 73 additions and 35 deletions

View File

@ -186,6 +186,10 @@ public class TimeZoneTest {
TST (t1);
break;
case "GMT":
#if MONOTOUCH
if (string.IsNullOrEmpty (t1.DaylightName))
Assert.Ignore ("This test may fail due to: http://www.openradar.me/38174449");
#endif
GMT (t1);
break;
case "NZST":