diff --git a/tests/bcl-test/iOS-monotouch_corlib_xunit-test.dll.ignore b/tests/bcl-test/iOS-monotouch_corlib_xunit-test.dll.ignore index a7b1fecfa97d..0db418a8a6d2 100644 --- a/tests/bcl-test/iOS-monotouch_corlib_xunit-test.dll.ignore +++ b/tests/bcl-test/iOS-monotouch_corlib_xunit-test.dll.ignore @@ -22,4 +22,24 @@ System.Runtime.CompilerServices.Tests.ConfiguredCancelableAsyncEnumerableTests.C System.Tests.DecimalTests.Remainder_Invalid(d1: 79228162514264337593543950335, d2: 0.1, exceptionType: typeof(System.OverflowException)) # fails on 32b and crashes the test app. Issue https://github.com/xamarin/maccore/issues/1788 -Platform32:System.Threading.Tasks.Tests.ParallelForTests.RunSimpleParallelForeachAddTest_List(count: 16777216) \ No newline at end of file +Platform32:System.Threading.Tasks.Tests.ParallelForTests.RunSimpleParallelForeachAddTest_List(count: 16777216) + +# tests fail on 32b due to too much memory usage. Issue https://github.com/mono/mono/issues/16671 +Platform32:System.Collections.Tests.Dictionary_Generic_Tests_string_string.TrimExcess_NoArgument_TrimAfterEachBulkAddOrRemove_TrimsToAtLeastCount(initialCount: 1000, numRemove: 400, numAdd: 5000, newCount: 85, newCapacity: 89) +Platform32:System.Collections.Tests.Dictionary_Generic_Tests_string_string.TrimExcess_NoArgument_TrimAfterEachBulkAddOrRemove_TrimsToAtLeastCount(initialCount: 1000, numRemove: 400, numAdd: 500, newCount: 1, newCapacity: 3) +Platform32:System.Collections.Tests.Dictionary_Generic_Tests_string_string.TrimExcess_NoArgument_TrimAfterEachBulkAddOrRemove_TrimsToAtLeastCount(initialCount: 1000, numRemove: 900, numAdd: 500, newCount: 85, newCapacity: 89) +Platform32:System.Collections.Tests.Dictionary_Generic_Tests_string_string.TrimExcess_NoArgument_TrimAfterEachBulkAddOrRemove_TrimsToAtLeastCount(initialCount: 1000, numRemove: 900, numAdd: 5000, newCount: 85, newCapacity: 89) +Platform32:System.Collections.Tests.Dictionary_Generic_Tests_string_string.TrimExcess_NoArgument_TrimAfterEachBulkAddOrRemove_TrimsToAtLeastCount(initialCount: 1000, numRemove: 400, numAdd: 500, newCount: 85, newCapacity: 89) +Platform32:System.Collections.Tests.Dictionary_Generic_Tests_string_string.TrimExcess_WithArguments_OnDictionaryWithManyElementsRemoved_TrimsToAtLeastRequested(finalCount: 85) +Platform32:System.Collections.Tests.Dictionary_Generic_Tests_string_string.TrimExcess_WithArguments_OnDictionaryWithManyElementsRemoved_TrimsToAtLeastRequested(finalCount: 89) +Platform32:System.Collections.Specialized.Tests.OrderedDictionaryTests.CreatingWithDifferentCapacityValues +Platform32:System.Collections.Specialized.Tests.OrderedDictionaryTests.RemoveTests +Platform32:System.Collections.Specialized.Tests.OrderedDictionaryTests.GettingByKeyTests +Platform32:System.Collections.Specialized.Tests.OrderedDictionaryTests.ValuesPropertyContainsAllValues +Platform32:System.Collections.Specialized.Tests.OrderedDictionaryTests.RemoveAtTests +Platform32:System.Collections.Specialized.Tests.OrderedDictionaryTests.PassingCapacityAndIEqualityComparer +Platform32:System.Collections.Specialized.Tests.OrderedDictionaryTests.KeysPropertyContainsAllKeys +Platform32:System.Collections.Specialized.Tests.OrderedDictionaryTests.ClearTests +Platform32:System.Collections.Specialized.Tests.OrderedDictionaryTests.ContainsTests +Platform32:System.Collections.Specialized.Tests.OrderedDictionaryTests.GettingByIndexTests +Platform32:System.Collections.Specialized.Tests.OrderedDictionaryTests.CountTests \ No newline at end of file