Imported Upstream version 5.16.0.100

Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-08-07 15:19:03 +00:00
parent 0a9828183b
commit 7d7f676260
4419 changed files with 170950 additions and 90273 deletions

View File

@ -470,7 +470,6 @@ namespace MonoTests.System.Reflection.Emit
public delegate object RetObj();
[Test] //#640702
[Category ("NotWorkingRuntimeInterpreter")]
public void GetCurrentMethodWorksWithDynamicMethods ()
{
DynamicMethod dm = new DynamicMethod("Foo", typeof(object), null);
@ -527,7 +526,6 @@ namespace MonoTests.System.Reflection.Emit
}
[Test]
[Category ("NotWorkingRuntimeInterpreter")]
public void ExceptionHandling ()
{
var method = new DynamicMethod ("", typeof(void), new[] { typeof(int) }, typeof (DynamicMethodTest));
@ -594,7 +592,6 @@ namespace MonoTests.System.Reflection.Emit
}
[Test]
[Category ("NotWorkingRuntimeInterpreter")]
public void ExceptionHandlingWithExceptionDispatchInfo ()
{
var method = new DynamicMethod ("", typeof(void), new[] { typeof(int) }, typeof (DynamicMethodTest));
@ -652,7 +649,6 @@ namespace MonoTests.System.Reflection.Emit
}
[Test] //see bxc #59334
[Category ("NotWorkingRuntimeInterpreter")]
public void ExceptionWrapping ()
{
AssemblyBuilder ab = AppDomain.CurrentDomain.DefineDynamicAssembly (new AssemblyName ("ehatevfheiw"), AssemblyBuilderAccess.Run);