From 581ec6ab4648ca4a3dd2f3ebe48ceb8d922204e7 Mon Sep 17 00:00:00 2001 From: "Xamarin Public Jenkins (auto-signing)" Date: Tue, 30 Oct 2018 08:22:41 +0000 Subject: [PATCH] Imported Upstream version 5.18.0.184 Former-commit-id: 3b181b286f92f05a5d88f9385e652e347981a129 --- configure.REMOVED.git-id | 2 +- configure.ac.REMOVED.git-id | 2 +- mcs/build/common/Consts.cs | 2 +- .../Test/System.Threading/InterlockedTest.cs | 1 - .../Test/System.Threading/ThreadTest.cs | 1 - .../Test/System/ConvertTest.cs.REMOVED.git-id | 2 +- mcs/class/corlib/Test/System/GCTest.cs | 1 - .../Mono.Security.dll.REMOVED.git-id | 2 +- .../System.Configuration.dll.REMOVED.git-id | 2 +- .../System.Core.dll.REMOVED.git-id | 2 +- .../System.IO.Compression.dll | Bin 99328 -> 99328 bytes .../System.Numerics.dll.REMOVED.git-id | 2 +- .../System.Xml.dll.REMOVED.git-id | 2 +- .../mcs.exe.REMOVED.git-id | 2 +- .../mscorlib.dll.REMOVED.git-id | 2 +- .../Mono.Security.dll.REMOVED.git-id | 2 +- .../System.Configuration.dll.REMOVED.git-id | 2 +- .../System.Core.dll.REMOVED.git-id | 2 +- .../System.IO.Compression.dll | Bin 99328 -> 99328 bytes .../System.Numerics.dll.REMOVED.git-id | 2 +- .../System.Xml.dll.REMOVED.git-id | 2 +- .../mcs.exe.REMOVED.git-id | 2 +- .../mscorlib.dll.REMOVED.git-id | 2 +- .../Mono.Security.dll.REMOVED.git-id | 2 +- .../System.Configuration.dll.REMOVED.git-id | 2 +- .../System.Core.dll.REMOVED.git-id | 2 +- .../System.IO.Compression.dll | Bin 99328 -> 99328 bytes .../System.Numerics.dll.REMOVED.git-id | 2 +- .../System.Xml.dll.REMOVED.git-id | 2 +- .../mcs.exe.REMOVED.git-id | 2 +- .../mscorlib.dll.REMOVED.git-id | 2 +- .../Mono.Security.dll.REMOVED.git-id | 2 +- .../System.Configuration.dll.REMOVED.git-id | 2 +- .../System.Core.dll.REMOVED.git-id | 2 +- .../System.IO.Compression.dll | Bin 99328 -> 99328 bytes .../System.Numerics.dll.REMOVED.git-id | 2 +- .../System.Xml.dll.REMOVED.git-id | 2 +- .../mcs.exe.REMOVED.git-id | 2 +- .../mscorlib.dll.REMOVED.git-id | 2 +- mono/mini/interp/interp.c.REMOVED.git-id | 2 +- mono/mini/version.h | 2 +- po/mcs/de.gmo | Bin 5406 -> 5406 bytes po/mcs/de.po.REMOVED.git-id | 2 +- po/mcs/es.gmo | Bin 16329 -> 16329 bytes po/mcs/es.po.REMOVED.git-id | 2 +- po/mcs/ja.gmo | Bin 20863 -> 20863 bytes po/mcs/ja.po.REMOVED.git-id | 2 +- po/mcs/mcs.pot | 4 ++-- po/mcs/pt_BR.gmo | Bin 72806 -> 72806 bytes po/mcs/pt_BR.po.REMOVED.git-id | 2 +- 50 files changed, 40 insertions(+), 43 deletions(-) diff --git a/configure.REMOVED.git-id b/configure.REMOVED.git-id index 7daeb0b2dd..f256eb47f8 100644 --- a/configure.REMOVED.git-id +++ b/configure.REMOVED.git-id @@ -1 +1 @@ -d5a77b6f9669692e1a3956edc3401ee858d15d29 \ No newline at end of file +e144fb4c81ea5f2b02763957153a7fc133a65990 \ No newline at end of file diff --git a/configure.ac.REMOVED.git-id b/configure.ac.REMOVED.git-id index 92eda8c5b3..da1938f54d 100644 --- a/configure.ac.REMOVED.git-id +++ b/configure.ac.REMOVED.git-id @@ -1 +1 @@ -515aec677f2246919f9fc5e20d512518f3ebc881 \ No newline at end of file +83f0eeb2e9f6b3d265f7039614c5dabcc6b980a6 \ No newline at end of file diff --git a/mcs/build/common/Consts.cs b/mcs/build/common/Consts.cs index 3fdcf3e32e..5b541615f8 100644 --- a/mcs/build/common/Consts.cs +++ b/mcs/build/common/Consts.cs @@ -34,7 +34,7 @@ static class Consts // Use these assembly version constants to make code more maintainable. // - public const string MonoVersion = "5.18.0.182"; + public const string MonoVersion = "5.18.0.184"; public const string MonoCompany = "Mono development team"; public const string MonoProduct = "Mono Common Language Infrastructure"; public const string MonoCopyright = "(c) Various Mono authors"; diff --git a/mcs/class/corlib/Test/System.Threading/InterlockedTest.cs b/mcs/class/corlib/Test/System.Threading/InterlockedTest.cs index 45cb621570..ac4d7d6647 100644 --- a/mcs/class/corlib/Test/System.Threading/InterlockedTest.cs +++ b/mcs/class/corlib/Test/System.Threading/InterlockedTest.cs @@ -99,7 +99,6 @@ namespace MonoTests.System.Threading } [Test] - [Category ("NotWorkingRuntimeInterpreter")] /* crashes on linux/armv7 */ public void TestCompareExchange_Flt () { flt = flt_1; diff --git a/mcs/class/corlib/Test/System.Threading/ThreadTest.cs b/mcs/class/corlib/Test/System.Threading/ThreadTest.cs index e9c012cbc9..8a94ede0dc 100644 --- a/mcs/class/corlib/Test/System.Threading/ThreadTest.cs +++ b/mcs/class/corlib/Test/System.Threading/ThreadTest.cs @@ -309,7 +309,6 @@ namespace MonoTests.System.Threading [Test] [Category ("NotDotNet")] // it hangs. - [Category ("NotWorkingRuntimeInterpreter")] /* crashes on linux/arm64 */ public void TestStart() { { diff --git a/mcs/class/corlib/Test/System/ConvertTest.cs.REMOVED.git-id b/mcs/class/corlib/Test/System/ConvertTest.cs.REMOVED.git-id index 691d95e2b7..48dc1b6986 100644 --- a/mcs/class/corlib/Test/System/ConvertTest.cs.REMOVED.git-id +++ b/mcs/class/corlib/Test/System/ConvertTest.cs.REMOVED.git-id @@ -1 +1 @@ -3ae30ec5879b05386b8c0d570a13a94f4a6667e2 \ No newline at end of file +2391dbb65071a4f0a313703b9e3aac16d322de59 \ No newline at end of file diff --git a/mcs/class/corlib/Test/System/GCTest.cs b/mcs/class/corlib/Test/System/GCTest.cs index b1027340f9..2b055bcb62 100644 --- a/mcs/class/corlib/Test/System/GCTest.cs +++ b/mcs/class/corlib/Test/System/GCTest.cs @@ -56,7 +56,6 @@ namespace MonoTests.System { } [Test] - [Category ("NotWorkingRuntimeInterpreter")] public void ReRegisterForFinalizeTest () { var thread = new Thread (Run_ReRegisterForFinalizeTest); diff --git a/mcs/class/lib/monolite-linux/F602B559-7639-49B6-97EE-C433CE7A56F2/Mono.Security.dll.REMOVED.git-id b/mcs/class/lib/monolite-linux/F602B559-7639-49B6-97EE-C433CE7A56F2/Mono.Security.dll.REMOVED.git-id index ffcc7afde3..6ad4007009 100644 --- a/mcs/class/lib/monolite-linux/F602B559-7639-49B6-97EE-C433CE7A56F2/Mono.Security.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-linux/F602B559-7639-49B6-97EE-C433CE7A56F2/Mono.Security.dll.REMOVED.git-id @@ -1 +1 @@ -57c5ddb620c07356e380d15041be93df8e9a3266 \ No newline at end of file +e577eff8eb250e5bda629e587891c8a792f0de26 \ No newline at end of file diff --git a/mcs/class/lib/monolite-linux/F602B559-7639-49B6-97EE-C433CE7A56F2/System.Configuration.dll.REMOVED.git-id b/mcs/class/lib/monolite-linux/F602B559-7639-49B6-97EE-C433CE7A56F2/System.Configuration.dll.REMOVED.git-id index 0288e3da7a..350add4f7f 100644 --- a/mcs/class/lib/monolite-linux/F602B559-7639-49B6-97EE-C433CE7A56F2/System.Configuration.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-linux/F602B559-7639-49B6-97EE-C433CE7A56F2/System.Configuration.dll.REMOVED.git-id @@ -1 +1 @@ -9744762d3b06638baeca6a22316491ec531318da \ No newline at end of file +738759bac5cbe201cc2c9642b48ebff370d7182c \ No newline at end of file diff --git a/mcs/class/lib/monolite-linux/F602B559-7639-49B6-97EE-C433CE7A56F2/System.Core.dll.REMOVED.git-id b/mcs/class/lib/monolite-linux/F602B559-7639-49B6-97EE-C433CE7A56F2/System.Core.dll.REMOVED.git-id index 4bab1c0486..02e14f8e9e 100644 --- a/mcs/class/lib/monolite-linux/F602B559-7639-49B6-97EE-C433CE7A56F2/System.Core.dll.REMOVED.git-id +++ b/mcs/class/lib/monolite-linux/F602B559-7639-49B6-97EE-C433CE7A56F2/System.Core.dll.REMOVED.git-id @@ -1 +1 @@ -4d7a80c994375436b3ab7ae2155f55533a8f4422 \ No newline at end of file +a80dbc9b7ce9382cd5b8f714b603e435e6961859 \ No newline at end of file diff --git a/mcs/class/lib/monolite-linux/F602B559-7639-49B6-97EE-C433CE7A56F2/System.IO.Compression.dll b/mcs/class/lib/monolite-linux/F602B559-7639-49B6-97EE-C433CE7A56F2/System.IO.Compression.dll index 1fc0130e5cf9a0e150dd9f696d0c6d3c23e0df4f..56739e7241606d9f7b991afc99dff9fa7a62ad2b 100644 GIT binary patch delta 57 zcmV-90LK4-hz5X&29SsZZ=UIgfsD0`0W}N{NA1ahs#r#xxZt>)r&#p2&Z^pe&)r&#p2&Z^pe&)r&#p2&Z^pe&)r&#p2&Z^pe&\n" "Language-Team: LANGUAGE \n" diff --git a/po/mcs/pt_BR.gmo b/po/mcs/pt_BR.gmo index b4526658efa5d1d315846f283234d2b3c268ce26..eac956a3927f92be53443912e00f7c842d462b01 100644 GIT binary patch delta 23 fcmaF1gXP%{mJP8}IgAYy3@oe+Og5)ZWo!okbvg*G delta 23 fcmaF1gXP%{mJP8}IgHE{3@oe+4L7GwWo!okb!rH( diff --git a/po/mcs/pt_BR.po.REMOVED.git-id b/po/mcs/pt_BR.po.REMOVED.git-id index f99298ff33..27610bafff 100644 --- a/po/mcs/pt_BR.po.REMOVED.git-id +++ b/po/mcs/pt_BR.po.REMOVED.git-id @@ -1 +1 @@ -d2ed499e26f6adf38a31a0daac8d3b484ea0861a \ No newline at end of file +e9f8bb41ce7da5dade03936f4c92fe4e3ada6897 \ No newline at end of file