Imported Upstream version 5.16.0.174

Former-commit-id: e2ea24be26742a02d1739c3bc9240e899a6e80dd
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2018-09-28 08:21:44 +00:00
parent fe5f08787c
commit 4d0627f707
44 changed files with 47 additions and 38 deletions

View File

@ -1 +1 @@
edeab869a238010eab0c6ae8925c74dbfabe005a
97d7e63f064cf6ee3f1c2a50f8911f0ad4838bcb

View File

@ -1 +1 @@
336a9cae567bfbf11970a9574b47ab40dbf09dbe
de8913159504ae7af8420c3c5de83ef4f5ab2aa2

View File

@ -31,7 +31,11 @@ namespace System.Collections.Generic.Tests
Assert.False(comparer.Equals(EqualityComparer<Task<T>>.Default));
}
#if MOBILE
[Fact(Skip="Mono issue #10807")]
#else
[Fact]
#endif
public void EqualityComparer_EqualsShouldBeOverriddenAndWorkForDifferentInstances_cloned()
{
var comparer = EqualityComparer<T>.Default;

View File

@ -218,6 +218,7 @@ namespace System.Threading.Tests
}
[Fact]
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "This test requires precise stack scanning")]
public static void RunThreadLocalTest7_WeakReference()
{
var threadLocalWeakReferenceTest = new ThreadLocalWeakReferenceTest();
@ -225,6 +226,7 @@ namespace System.Threading.Tests
}
[Fact]
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "This test requires precise stack scanning")]
public static void RunThreadLocalTest8_Values()
{
// Test adding values and updating values
@ -316,6 +318,7 @@ namespace System.Threading.Tests
}
[Fact]
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "This test requires precise stack scanning")]
public static void RunThreadLocalTest8_Values_NegativeCases()
{
// Test that Dispose works and that objects are released on dispose

View File

@ -34,7 +34,7 @@ static class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "5.16.0.168";
public const string MonoVersion = "5.16.0.174";
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

@ -946,6 +946,11 @@ namespace System.Net
} catch {
// Ignore; we report the timeout.
}
#pragma warning disable 4014
// Make sure the workerTask's Exception is actually observed.
// Fixes https://github.com/mono/mono/issues/10488.
workerTask.ContinueWith (t => t.Exception?.GetHashCode (), TaskContinuationOptions.OnlyOnFaulted);
#pragma warning restore 4014
throw new WebException (SR.net_timeout, WebExceptionStatus.Timeout);
} catch (Exception ex) {
throw GetWebException (ex, aborted ());

View File

@ -1 +1 @@
5469238f307139bfb54bdbe42fcb877e2cf273bc
7e2e318322aca81235ffc3c3be5f7383ebe374d8

View File

@ -1 +1 @@
4434e532924a095657096c31623446fc7773d33a
2dd0eef3a52205e1336863773f343be46bd67637

View File

@ -1 +1 @@
e98f6d09a94747ba282f7c195cc95c9c62a06901
1675aea91b5efdd1f4581fcd1c9b89fdd0e7ed4f

View File

@ -1 +1 @@
2873ec7d2a941016516ff1429e94397f83805f9b
97c75d5e9cc403bd95f67626794afce40cfc6107

View File

@ -1 +1 @@
fba576a1996777348d40ba1ce8d7d82f7cf30796
80832caaf98ab3dbda089f94d973b93d8ce9e26e

View File

@ -1 +1 @@
c0d161daa8406d2773662d0311f40ac188da847f
def7d9161d84c9665094d302656ebe6161ea6f8e

View File

@ -1 +1 @@
1199285dd4df05b9633d365cbeeac536ecd0b258
010cabffda43f3ea63b7cd3800e98a93fba1069f

View File

@ -1 +1 @@
b714353945deee5c92ea0d8f901d0d8431c0f287
7520e0f1806e63956e0d05dabfa18248e4a08f64

View File

@ -1 +1 @@
5469238f307139bfb54bdbe42fcb877e2cf273bc
7e2e318322aca81235ffc3c3be5f7383ebe374d8

View File

@ -1 +1 @@
4434e532924a095657096c31623446fc7773d33a
2dd0eef3a52205e1336863773f343be46bd67637

View File

@ -1 +1 @@
e98f6d09a94747ba282f7c195cc95c9c62a06901
1675aea91b5efdd1f4581fcd1c9b89fdd0e7ed4f

View File

@ -1 +1 @@
2873ec7d2a941016516ff1429e94397f83805f9b
97c75d5e9cc403bd95f67626794afce40cfc6107

View File

@ -1 +1 @@
fba576a1996777348d40ba1ce8d7d82f7cf30796
80832caaf98ab3dbda089f94d973b93d8ce9e26e

View File

@ -1 +1 @@
c0d161daa8406d2773662d0311f40ac188da847f
def7d9161d84c9665094d302656ebe6161ea6f8e

View File

@ -1 +1 @@
1199285dd4df05b9633d365cbeeac536ecd0b258
010cabffda43f3ea63b7cd3800e98a93fba1069f

View File

@ -1 +1 @@
b714353945deee5c92ea0d8f901d0d8431c0f287
7520e0f1806e63956e0d05dabfa18248e4a08f64

View File

@ -1 +1 @@
5469238f307139bfb54bdbe42fcb877e2cf273bc
7e2e318322aca81235ffc3c3be5f7383ebe374d8

View File

@ -1 +1 @@
4434e532924a095657096c31623446fc7773d33a
2dd0eef3a52205e1336863773f343be46bd67637

View File

@ -1 +1 @@
e98f6d09a94747ba282f7c195cc95c9c62a06901
1675aea91b5efdd1f4581fcd1c9b89fdd0e7ed4f

View File

@ -1 +1 @@
2873ec7d2a941016516ff1429e94397f83805f9b
97c75d5e9cc403bd95f67626794afce40cfc6107

View File

@ -1 +1 @@
fba576a1996777348d40ba1ce8d7d82f7cf30796
80832caaf98ab3dbda089f94d973b93d8ce9e26e

View File

@ -1 +1 @@
c0d161daa8406d2773662d0311f40ac188da847f
def7d9161d84c9665094d302656ebe6161ea6f8e

View File

@ -1 +1 @@
1199285dd4df05b9633d365cbeeac536ecd0b258
010cabffda43f3ea63b7cd3800e98a93fba1069f

View File

@ -1 +1 @@
b714353945deee5c92ea0d8f901d0d8431c0f287
7520e0f1806e63956e0d05dabfa18248e4a08f64

View File

@ -1 +1 @@
#define FULL_VERSION "explicit/6573756"
#define FULL_VERSION "explicit/46e0249"

View File

@ -294,10 +294,7 @@ mono_merp_send (const char *merpFile, const char *crashLog, const char *werXml)
// // Create process to launch merp gui application
const char *argvOpen[] = {"/usr/bin/open", "-a", config.merpGUIPath, NULL};
int status = posix_spawn(NULL, "/usr/bin/open", NULL, NULL, (char *const*)(argvOpen), NULL);
// // FIXME error handling
if (status == 0)
g_error ("Could not start merp\n");
g_assertf (status == 0, "Could not start the Microsoft Error Reporting client (at %s). Error code: %d\n", config.merpGUIPath, status);
return;
}

Binary file not shown.

View File

@ -1 +1 @@
f662c5bee2488c0c87da9b1dc8733ea54a2b6f6e
c013b834bb0578641d31a9091d9b83999a2bb2c7

Binary file not shown.

View File

@ -1 +1 @@
6c22c7277257e1ff3afbea7f29400792e40b918f
4a97b46872953f40731624b4c889b9cfbc8623c5

Binary file not shown.

View File

@ -1 +1 @@
93576d873fa0f0c1009267599cb91899fd3ef1ba
f43f597d9092d3a3bf0203a1ba92bc76410af534

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mono 5.16.0.168\n"
"Project-Id-Version: mono 5.16.0.174\n"
"Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
"POT-Creation-Date: 2018-09-26 08:05+0000\n"
"POT-Creation-Date: 2018-09-28 08:06+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

Binary file not shown.

View File

@ -1 +1 @@
5af9aef1e11fd6dd1ba2c9fddb6455cbbcd9388b
a98ef785dfe61a617634b97377826f68f13b59e8