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
@ -851,7 +851,6 @@ namespace MonoTests.System
|
||||
delegate object Boxer ();
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void BoxingCovariance ()
|
||||
{
|
||||
var boxer = (Boxer) Delegate.CreateDelegate (
|
||||
@ -913,7 +912,6 @@ namespace MonoTests.System
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void NullFirstArgumentOnStaticMethod ()
|
||||
{
|
||||
CallTarget call = (CallTarget) Delegate.CreateDelegate (
|
||||
@ -927,7 +925,6 @@ namespace MonoTests.System
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
#if MONOTOUCH || FULL_AOT_RUNTIME
|
||||
[Category ("NotWorking")] // #10539
|
||||
#endif
|
||||
@ -1027,7 +1024,6 @@ namespace MonoTests.System
|
||||
#if MONOTOUCH || FULL_AOT_RUNTIME
|
||||
[Category ("NotWorking")] // #10539
|
||||
#endif
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void ClosedOverNullReferenceStaticMethod ()
|
||||
{
|
||||
var del = (Func<long?,long?>) Delegate.CreateDelegate (
|
||||
@ -1105,7 +1101,6 @@ namespace MonoTests.System
|
||||
event Action bar_handler;
|
||||
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
[ExpectedException (typeof (ArgumentException))] // #635349, #605936
|
||||
public void NewDelegateClosedOverNullReferenceInstanceMethod ()
|
||||
{
|
||||
@ -1149,6 +1144,7 @@ namespace MonoTests.System
|
||||
}
|
||||
|
||||
[Test]
|
||||
// Interp uses slowpath delegate invoke virtual wrapper which throws NRE also with JIT
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void DynamicInvokeOpenInstanceDelegate ()
|
||||
{
|
||||
@ -1287,7 +1283,6 @@ namespace MonoTests.System
|
||||
}
|
||||
#if !MONOTOUCH && !FULL_AOT_RUNTIME
|
||||
[Test]
|
||||
[Category ("NotWorkingRuntimeInterpreter")]
|
||||
public void CreateDelegateWithLdFtnAndAbstractMethod ()
|
||||
{
|
||||
AssemblyName assemblyName = new AssemblyName ();
|
||||
|
Reference in New Issue
Block a user