You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.100
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
parent
0a9828183b
commit
7d7f676260
@ -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);
|
||||
|
Reference in New Issue
Block a user