Imported Upstream version 5.14.0.103

Former-commit-id: 486bd2a74e710211687006431be86dd9c935761f
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-05-25 08:39:07 +00:00
parent c30f196079
commit c34b058d3e
50 changed files with 281 additions and 138 deletions

View File

@@ -34,7 +34,7 @@ static class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "5.14.0.100";
public const string MonoVersion = "5.14.0.103";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";

View File

@@ -339,7 +339,6 @@ namespace MonoTests.System.Threading.Tasks
bool result = false;
Func<int, int> func = (i) => {
Assert.IsTrue (Thread.CurrentThread.IsThreadPoolThread);
result = true; return i + 3;
};
@@ -445,14 +444,12 @@ namespace MonoTests.System.Threading.Tasks
}
[Test]
[Category ("MacNotWorking")] // Randomly fails - https://bugzilla.xamarin.com/show_bug.cgi?id=51255
public void FromAsync_Completed ()
{
var completed = new CompletedAsyncResult ();
bool? valid = null;
Action<IAsyncResult> end = l => {
Assert.IsFalse (Thread.CurrentThread.IsThreadPoolThread, "#2");
valid = l == completed;
};
Task task = factory.FromAsync (completed, end);
@@ -557,7 +554,6 @@ namespace MonoTests.System.Threading.Tasks
factory = new TaskFactory (scheduler);
Task task = factory.FromAsync (result, l => {
Assert.IsTrue (Thread.CurrentThread.IsThreadPoolThread, "#6");
called = true;
}, TaskCreationOptions.AttachedToParent);
@@ -582,8 +578,6 @@ namespace MonoTests.System.Threading.Tasks
if ((TaskCreationOptions) c != TaskCreationOptions.AttachedToParent)
Assert.Fail ("#11");
Assert.IsFalse (Thread.CurrentThread.IsThreadPoolThread, "#12");
called2 = true;
var ar = Task.CompletedTask;
b.Invoke (ar);

View File

@@ -1 +1 @@
387874c33279821ecf4c3c65c4b6be0fbf4530ca
1fce0633a2a5188d412fa7bed6596cdbf46eed99

View File

@@ -1 +1 @@
94a0e366dc7a3a32249f013acdb108113871c9f0
5df81156024fc164400114fca16e4f834ba26389

View File

@@ -1 +1 @@
b29ac60ca35d1e9dae87583d2b7183dd9bc0e356
e394ddb4f7e90f8160b816ceb2f3ddfd6ec43b20

View File

@@ -1 +1 @@
dce6045ebed689ee7cc0cf98225aa3474f3eb3d8
c9706b15a376f8937072f1dfbd168d1058896a6e

View File

@@ -1 +1 @@
fa787623a7ef5d34d480976111f5791b0d92c4a8
c34d1c37d97cfc74cfd58b908db37dba0cc12f68

View File

@@ -1 +1 @@
80f27b413640ff25223e654724f276a4c6925abc
7df9781615674ecdde80b8234d890a4ff3983533

View File

@@ -1 +1 @@
ffde4cb2ef12a7462c5b6e336ae8c5e27f8b79ed
45fc2f719b760217c096d2e896ae9a39a2f6c446

View File

@@ -1 +1 @@
387874c33279821ecf4c3c65c4b6be0fbf4530ca
1fce0633a2a5188d412fa7bed6596cdbf46eed99

View File

@@ -1 +1 @@
94a0e366dc7a3a32249f013acdb108113871c9f0
5df81156024fc164400114fca16e4f834ba26389

View File

@@ -1 +1 @@
b29ac60ca35d1e9dae87583d2b7183dd9bc0e356
e394ddb4f7e90f8160b816ceb2f3ddfd6ec43b20

View File

@@ -1 +1 @@
dce6045ebed689ee7cc0cf98225aa3474f3eb3d8
c9706b15a376f8937072f1dfbd168d1058896a6e

View File

@@ -1 +1 @@
fa787623a7ef5d34d480976111f5791b0d92c4a8
c34d1c37d97cfc74cfd58b908db37dba0cc12f68

View File

@@ -1 +1 @@
80f27b413640ff25223e654724f276a4c6925abc
7df9781615674ecdde80b8234d890a4ff3983533

View File

@@ -1 +1 @@
ffde4cb2ef12a7462c5b6e336ae8c5e27f8b79ed
45fc2f719b760217c096d2e896ae9a39a2f6c446

View File

@@ -1 +1 @@
387874c33279821ecf4c3c65c4b6be0fbf4530ca
1fce0633a2a5188d412fa7bed6596cdbf46eed99

View File

@@ -1 +1 @@
94a0e366dc7a3a32249f013acdb108113871c9f0
5df81156024fc164400114fca16e4f834ba26389

View File

@@ -1 +1 @@
b29ac60ca35d1e9dae87583d2b7183dd9bc0e356
e394ddb4f7e90f8160b816ceb2f3ddfd6ec43b20

View File

@@ -1 +1 @@
dce6045ebed689ee7cc0cf98225aa3474f3eb3d8
c9706b15a376f8937072f1dfbd168d1058896a6e

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