From 2500aa79d138b71ebde30a0f3291d258710c0f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Sat, 4 Nov 2017 12:52:04 +0100 Subject: [PATCH] Bump to mono/2017-10/dcbdec80; reenable tests The tests were fixed in Mono by: - https://github.com/mono/mono/pull/5720 - https://github.com/mono/mono/pull/5942 --- external/mono | 2 +- tests/Xamarin.Android.Bcl-Tests/App.cs | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/external/mono b/external/mono index 56195c0cb36..dcbdec804dc 160000 --- a/external/mono +++ b/external/mono @@ -1 +1 @@ -Subproject commit 56195c0cb36c6f13d8c036a17d47e0267de9e8c4 +Subproject commit dcbdec804dc658449a49c3a0cfd658966085dc9a diff --git a/tests/Xamarin.Android.Bcl-Tests/App.cs b/tests/Xamarin.Android.Bcl-Tests/App.cs index bc7d60db485..a3556cc1996 100644 --- a/tests/Xamarin.Android.Bcl-Tests/App.cs +++ b/tests/Xamarin.Android.Bcl-Tests/App.cs @@ -62,14 +62,6 @@ internal static void ExtractBclTestFiles () } static string[] ExcludeTestNames = new string[]{ - // https://jenkins.mono-project.com/job/xamarin-android-pr-builder/1720/testReport/(root)/AssemblyTest/GetReferencedAssemblies/ - // https://bugzilla.xamarin.com/show_bug.cgi?id=59908 - // AssemblyName.Flags == AssemblyNameFlags.PublicKey; expected AssemblyNameFlags.None - "MonoTests.System.Reflection.AssemblyTest.GetReferencedAssemblies", - // https://jenkins.mono-project.com/job/xamarin-android-pr-builder/1720/testReport/(root)/WebInvokeAttributeTest/RejectTwoParametersWhenNotWrapped/ - // https://bugzilla.xamarin.com/show_bug.cgi?id=59909 - // InvalidOperationException wasn't thrown when it was expected - "MonoTests.System.ServiceModel.Description.WebInvokeAttributeTest.RejectTwoParametersWhenNotWrapped", }; internal static ITestFilter UpdateFilter (ITestFilter filter)