From 0ca87fc1d0c844fcf2faeaf001fc18e7a38a4aa7 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Thu, 11 Apr 2019 13:05:40 +0200 Subject: [PATCH] [XHarness] Update ignore for some failing tests. The mono bump added some new tests that fail on device + release configurations. This is a known issue by mono and they'll fix it in the next version but will not be backported to 2018-10. --- ...on-monotouch_System.Core_xunit-test.dll.ignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tests/bcl-test/BCLTests/common-monotouch_System.Core_xunit-test.dll.ignore b/tests/bcl-test/BCLTests/common-monotouch_System.Core_xunit-test.dll.ignore index 1220f8aea5cf..744993145905 100644 --- a/tests/bcl-test/BCLTests/common-monotouch_System.Core_xunit-test.dll.ignore +++ b/tests/bcl-test/BCLTests/common-monotouch_System.Core_xunit-test.dll.ignore @@ -467,3 +467,18 @@ System.Dynamic.Tests.SetIndexBinderTests.IndexErrorIsNotBindingError System.Dynamic.Tests.SetIndexBinderTests.ListIndexing System.Dynamic.Tests.GetIndexBinderTests.IndexErrorIsNotBindingError System.Dynamic.Tests.GetIndexBinderTests.ListIndexing + +# DEVICE FAILURES + RELEASE CONFIG + +#System.InvalidOperationException : Sequence contains no matching element +System.Linq.Expressions.Tests.ExpressionDebuggerTypeProxyTests.VerifyDebugView +System.Linq.Expressions.Tests.ExpressionDebuggerTypeProxyTests.ThrowOnNullToCtor +System.Dynamic.Tests.ExpandoObjectProxyTests.ViewTypeThrowsOnNull +System.Dynamic.Tests.ExpandoObjectProxyTests.ValueCollectionCorrectlyViewed +System.Dynamic.Tests.ExpandoObjectProxyTests.ItemsAreRootHidden +System.Dynamic.Tests.ExpandoObjectProxyTests.KeyCollectionCorrectlyViewed +System.Dynamic.Tests.BindingRestrictionsProxyTests.MergedRestrictionsExpressions +System.Dynamic.Tests.BindingRestrictionsProxyTests.ThrowOnNullToCtor +System.Dynamic.Tests.BindingRestrictionsProxyTests.MergedRestrictionsProperties +System.Dynamic.Tests.BindingRestrictionsProxyTests.EmptyRestiction +System.Dynamic.Tests.BindingRestrictionsProxyTests.CustomRestriction