You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.189
Former-commit-id: c9f5ee71442d18bca0b558f6ff89bfee0f5e28b5
This commit is contained in:
parent
f737def5f5
commit
d682dc917c
@@ -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 ()
|
||||
|
@@ -135,7 +135,7 @@ namespace MonoTests.System.Threading
|
||||
}, 4);
|
||||
|
||||
Assert.IsFalse (fail);
|
||||
}, 200);
|
||||
}, 5);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Reference in New Issue
Block a user