Bump to mono/2017-10/dcbdec80; reenable tests (#1009)

The tests were fixed in Mono by:

- https://github.com/mono/mono/pull/5720
- https://github.com/mono/mono/pull/5942
This commit is contained in:
Alexander Köplinger 2017-11-04 22:05:26 +01:00 коммит произвёл Jonathan Pryor
Родитель 8448a43bc8
Коммит 1672ab073c
2 изменённых файлов: 1 добавлений и 9 удалений

2
external/mono поставляемый

@ -1 +1 @@
Subproject commit 56195c0cb36c6f13d8c036a17d47e0267de9e8c4
Subproject commit dcbdec804dc658449a49c3a0cfd658966085dc9a

Просмотреть файл

@ -62,14 +62,6 @@ namespace Xamarin.Android.BclTests
}
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)