Imported Upstream version 5.20.0.189

Former-commit-id: c9f5ee71442d18bca0b558f6ff89bfee0f5e28b5
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-02-07 08:26:57 +00:00
parent f737def5f5
commit d682dc917c
122 changed files with 340 additions and 60 deletions

View File

@ -379,10 +379,12 @@ namespace MonoTests.System.Diagnostics
}
[Test]
[Category("NotWasm")]
[Category("MobileNotWorking")]
// https://github.com/mono/mono/issues/12688
public void GetFrames_AsynsCalls ()
public async Task GetFrames_AsyncCalls ()
{
StartAsyncCalls ().Wait ();
await StartAsyncCalls ();
}
private async Task StartAsyncCalls ()