Imported Upstream version 5.10.0.116

Former-commit-id: 8f2f8afd053f1b5b4b35b0827e7a9424613038ae
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-02-15 19:17:22 +00:00
parent 05e67c9e5f
commit c10090095e
48 changed files with 115 additions and 73 deletions

View File

@ -322,6 +322,12 @@ public class Tests : TestsBase, ITest2
new Tests ().attach ();
return 0;
}
if (args.Length > 0 && args [0] == "step-out-void-async") {
var wait = new ManualResetEvent (false);
step_out_void_async (wait);
wait.WaitOne ();//Don't exist until step_out_void_async is executed...
return 0;
}
assembly_load ();
breakpoints ();
single_stepping ();
@ -1726,6 +1732,19 @@ public class Tests : TestsBase, ITest2
{
UninitializedClass.Call();//Breakpoint here and step in
}
[MethodImplAttribute (MethodImplOptions.NoInlining)]
static async void step_out_void_async (ManualResetEvent wait)
{
await Task.Yield ();
step_out_void_async_2 ();
wait.Set ();
}
[MethodImplAttribute (MethodImplOptions.NoInlining)]
static void step_out_void_async_2 ()
{
}
}
public class SentinelClass : MarshalByRefObject {

View File

@ -1 +1 @@
baa41091ff26fd05cb8ef05525565e96e4d31f82
6e48d3edd50a7737adc6ec6d9325e46139ed8ffc

View File

@ -1 +1 @@
bcddfd5f8af86e0b05fd9c450ea4edada90bb493
3528a4d084d9db2620ae927a78704f2fdc4dde09

View File

@ -1 +1 @@
625ac8e9f00e37f03dcaf40a9ab5a8a1aad5c9e5
d09b9a3a1574069b1e574798dbd6483681665184

View File

@ -1 +1 @@
7d093351bb4b8ff663b2f39fa536221188341b25
598dca2f70bb95b4532acc6da208566dc4893deb

View File

@ -1 +1 @@
647964d71fe4b956b19eea16d85d62a6a31d0214
38f717388041bdb3e62229118e44818753615a33

View File

@ -1 +1 @@
ce49c39b40d2ff5525da2fc5badbdfeed1ad5766
126bb76fe92fca40a38be6608587a58a3257b9a6

View File

@ -1 +1 @@
f78e411b0e0ef98a22b4d4e0092347189395dcf8
6862f39b66c913f59d89f0548ee8df36a44c18ec

View File

@ -1 +1 @@
1c80cfd07f438371c803270dfa1d3df05d5565b5
4d4451e4c348d6415ad163198098b22ccfc16145

View File

@ -1 +1 @@
bcddfd5f8af86e0b05fd9c450ea4edada90bb493
3528a4d084d9db2620ae927a78704f2fdc4dde09

View File

@ -1 +1 @@
625ac8e9f00e37f03dcaf40a9ab5a8a1aad5c9e5
d09b9a3a1574069b1e574798dbd6483681665184

View File

@ -1 +1 @@
7d093351bb4b8ff663b2f39fa536221188341b25
598dca2f70bb95b4532acc6da208566dc4893deb

View File

@ -1 +1 @@
647964d71fe4b956b19eea16d85d62a6a31d0214
38f717388041bdb3e62229118e44818753615a33

View File

@ -1 +1 @@
ce49c39b40d2ff5525da2fc5badbdfeed1ad5766
126bb76fe92fca40a38be6608587a58a3257b9a6

View File

@ -1 +1 @@
f78e411b0e0ef98a22b4d4e0092347189395dcf8
6862f39b66c913f59d89f0548ee8df36a44c18ec

View File

@ -1 +1 @@
1c80cfd07f438371c803270dfa1d3df05d5565b5
4d4451e4c348d6415ad163198098b22ccfc16145

View File

@ -1 +1 @@
bcddfd5f8af86e0b05fd9c450ea4edada90bb493
3528a4d084d9db2620ae927a78704f2fdc4dde09

View File

@ -1 +1 @@
625ac8e9f00e37f03dcaf40a9ab5a8a1aad5c9e5
d09b9a3a1574069b1e574798dbd6483681665184

View File

@ -1 +1 @@
7d093351bb4b8ff663b2f39fa536221188341b25
598dca2f70bb95b4532acc6da208566dc4893deb

View File

@ -1 +1 @@
647964d71fe4b956b19eea16d85d62a6a31d0214
38f717388041bdb3e62229118e44818753615a33

Some files were not shown because too many files have changed in this diff Show More