From 6ce36a132dae811cdb0993b83e0aa0f352ab776c Mon Sep 17 00:00:00 2001 From: VS MobileTools Engineering Service 2 Date: Thu, 15 Dec 2022 10:52:30 -0500 Subject: [PATCH] [release/7.0.1xx-xcode14.2] [tests] Ignore the MonoTests.System.TimeZoneInfoTest+IsDaylightSavingTimeTests.Bug_16395 test. Fixes #xamarin/maccore@2629. (#17065) It looks like some timezone data has changed, so this test is now failing. Mono will probably not be updated, so just ignore the test. Fixes https://github.com/xamarin/maccore/issues/2629. Backport of #16956 Co-authored-by: Rolf Bjarne Kvinge --- tests/bcl-test/common-monotouch_corlib_test.dll.ignore | 2 ++ tests/bcl-test/macOS-xammac_net_4_5_corlib_test.dll.ignore | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/bcl-test/common-monotouch_corlib_test.dll.ignore b/tests/bcl-test/common-monotouch_corlib_test.dll.ignore index d825ace641..acb0dbcfb4 100644 --- a/tests/bcl-test/common-monotouch_corlib_test.dll.ignore +++ b/tests/bcl-test/common-monotouch_corlib_test.dll.ignore @@ -20,3 +20,5 @@ MonoTests.System.Runtime.Remoting.Messaging.CallContextTest.FreeNamedDataSlot_Sh MonoTests.System.Runtime.Remoting.Messaging.CallContextTest.FreeNamedDataSlot_ShouldClearLogicalData MonoTests.System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinaryTest.Parse_Value_Invalid +# https://github.com/xamarin/maccore/issues/2629 +MonoTests.System.TimeZoneInfoTest+IsDaylightSavingTimeTests.Bug_16395 diff --git a/tests/bcl-test/macOS-xammac_net_4_5_corlib_test.dll.ignore b/tests/bcl-test/macOS-xammac_net_4_5_corlib_test.dll.ignore index 2d9c99d62f..f7419f4ab5 100644 --- a/tests/bcl-test/macOS-xammac_net_4_5_corlib_test.dll.ignore +++ b/tests/bcl-test/macOS-xammac_net_4_5_corlib_test.dll.ignore @@ -47,4 +47,5 @@ MonoTests.System.Security.Policy.PolicyLevelTest.ResolveMatchingCodeGroups_Empty # But was: "10/27/2002 02:59:59" MonoTests.System.TimeZoneTest.TestCtors - +# https://github.com/xamarin/maccore/issues/2629 +MonoTests.System.TimeZoneInfoTest+IsDaylightSavingTimeTests.Bug_16395