From a6414869a9a72978a775f360be96615a7538cd20 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Mon, 25 Mar 2019 13:32:28 +0100 Subject: [PATCH 1/2] [XHarness] Ignore some tests that fail on device. Added the ignore, which can be later removed on the new mono 2019-02 since the issues do not happen there. Fixes: https://github.com/xamarin/maccore/issues/1495 --- ...ommon-monotouch_Microsoft.CSharp_xunit-test.dll.ignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/bcl-test/BCLTests/common-monotouch_Microsoft.CSharp_xunit-test.dll.ignore diff --git a/tests/bcl-test/BCLTests/common-monotouch_Microsoft.CSharp_xunit-test.dll.ignore b/tests/bcl-test/BCLTests/common-monotouch_Microsoft.CSharp_xunit-test.dll.ignore new file mode 100644 index 000000000000..4ea2748af6e7 --- /dev/null +++ b/tests/bcl-test/BCLTests/common-monotouch_Microsoft.CSharp_xunit-test.dll.ignore @@ -0,0 +1,8 @@ +# DEVICE FAILURES + + +# Exception messages: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException : 'System.MulticastDelegate' does not contain a definition for 'DynamicInvoke' +Microsoft.CSharp.RuntimeBinder.Tests.AccessTests.PrivateDelegateType + +# Microsoft.CSharp.RuntimeBinder.RuntimeBinderException : 'System.MulticastDelegate' does not contain a definition for 'DynamicInvoke' +Microsoft.CSharp.RuntimeBinder.Tests.AccessTests.PrivateValueTypeDelegateType From e831967f13a65b66c5afe5108da4321b46a89964 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Mon, 25 Mar 2019 14:01:31 +0100 Subject: [PATCH 2/2] [XHarness] Ignore corlib tets failing on devices. Added the required ignores to get the devices green and workaround mono issue https://github.com/mono/mono/issues/13641 --- .../common-monotouch_corlib_test.dll.ignore | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/bcl-test/BCLTests/common-monotouch_corlib_test.dll.ignore diff --git a/tests/bcl-test/BCLTests/common-monotouch_corlib_test.dll.ignore b/tests/bcl-test/BCLTests/common-monotouch_corlib_test.dll.ignore new file mode 100644 index 000000000000..d825ace641ae --- /dev/null +++ b/tests/bcl-test/BCLTests/common-monotouch_corlib_test.dll.ignore @@ -0,0 +1,22 @@ +# DEVICE FAILURES + +# System.NotSupportedException : Linked Away +MonoTests.System.Runtime.Remoting.Channels.ChannelServicesTest.ConstructorEnsureSecurity +MonoTests.System.Runtime.Remoting.Channels.ChannelServicesTest.ConstructorEnsureSecurity2 +MonoTests.System.Runtime.Remoting.Contexts.SynchronizationAttributeTest.Constructor_Bool +MonoTests.System.Runtime.Remoting.Contexts.SynchronizationAttributeTest.Constructor_Default +MonoTests.System.Runtime.Remoting.Contexts.SynchronizationAttributeTest.Constructor_Int +MonoTests.System.Runtime.Remoting.Contexts.SynchronizationAttributeTest.Constructor_IntBool +MonoTests.System.Runtime.Remoting.Contexts.SynchronizationAttributeTest.DeserializeKnownValue +MonoTests.System.Runtime.Remoting.Contexts.SynchronizationAttributeTest.SerializationRoundtrip +MonoTests.System.Runtime.Remoting.Contexts.SynchronizationAttributeTest.SetLocked +MonoTests.System.Runtime.Remoting.Messaging.CallContextTest.CallContextPropagation_Not_ThreadPool +MonoTests.System.Runtime.Remoting.Messaging.CallContextTest.CallContextPropagation_Task +MonoTests.System.Runtime.Remoting.Messaging.CallContextTest.CallContextPropagation_TaskContinuation +MonoTests.System.Runtime.Remoting.Messaging.CallContextTest.CallContextPropagation_Thread +MonoTests.System.Runtime.Remoting.Messaging.CallContextTest.CallContextPropagation_ThreadPool +MonoTests.System.Runtime.Remoting.Messaging.CallContextTest.FreeNamedDataSlot_ShouldClearBothLogicalAndIllogicalData +MonoTests.System.Runtime.Remoting.Messaging.CallContextTest.FreeNamedDataSlot_ShouldClearIllogicalData +MonoTests.System.Runtime.Remoting.Messaging.CallContextTest.FreeNamedDataSlot_ShouldClearLogicalData +MonoTests.System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinaryTest.Parse_Value_Invalid +