Imported Upstream version 5.18.0.188

Former-commit-id: 24018f3f0cdcb06097c702effa33a8a99eda6829
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-10-31 08:29:15 +00:00
parent 581ec6ab46
commit 4b10506457
50 changed files with 78 additions and 54 deletions

View File

@ -1144,8 +1144,6 @@ namespace MonoTests.System
}
[Test]
// Interp uses slowpath delegate invoke virtual wrapper which throws NRE also with JIT
[Category ("NotWorkingRuntimeInterpreter")]
public void DynamicInvokeOpenInstanceDelegate ()
{
var d1 = Delegate.CreateDelegate (typeof (Func<DelegateTest, int>), typeof(DelegateTest).GetMethod ("DynamicInvokeOpenInstanceDelegate_CB"));