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)