Imported Upstream version 5.10.0.157

Former-commit-id: f980a3b9476482d2b60ad533340793286b27a496
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2018-03-06 09:23:26 +00:00
parent 9678eafc8e
commit 80d55115d1
38 changed files with 34 additions and 37 deletions

View File

@ -1 +1 @@
165723b01ed7fa4a7f2ec316c0c178c56021d4d8
9c81b9f04caa0bb1c6e0d19fa99af4490df7e488

View File

@ -1 +1 @@
6027a9c7bc2c335d658a5fab00bfc7d6084509fe
4e1a808c6491658d344c14fb02474b5c9a1da24e

View File

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

@ -35,7 +35,7 @@ namespace System.Web.UI.Design
public HtmlControlDesigner () { throw new NotImplementedException (); }
[MonoTODO]
protected override void Dispose (bool disposing) { throw new NotImplementedException (); }
protected override void Dispose (bool disposing) { }
[MonoTODO]
[Obsolete ("Use ControlDesigner.Tag instead")]

View File

@ -85,7 +85,7 @@ namespace System.Net.Http
public WindowsProxyUsePolicy WindowsProxyUsePolicy { get { throw new PlatformNotSupportedException (); } set { throw new PlatformNotSupportedException (); } }
protected override void Dispose (bool disposing) { throw new PlatformNotSupportedException (); }
protected override void Dispose (bool disposing) { }
protected override Task<HttpResponseMessage> SendAsync (HttpRequestMessage request, Threading.CancellationToken cancellationToken) { throw new PlatformNotSupportedException (); }
}

View File

@ -59,6 +59,6 @@ namespace System.IO
protected void OnRenamed (RenamedEventArgs e) { throw new NotImplementedException (); }
public WaitForChangedResult WaitForChanged (WatcherChangeTypes changeType) { throw new NotImplementedException (); }
public WaitForChangedResult WaitForChanged (WatcherChangeTypes changeType, int timeout) { throw new NotImplementedException (); }
protected override void Dispose (bool disposing) { throw new NotImplementedException (); }
protected override void Dispose (bool disposing) { }
}
}

View File

@ -293,9 +293,6 @@ namespace MonoTests.System.Net
[Test]
#if FEATURE_NO_BSD_SOCKETS
[ExpectedException (typeof (PlatformNotSupportedException))]
#endif
#if MONOTOUCH
[Ignore ("On device sometimes hangs in the call to listener.GetContext (). See bug #60542.")]
#endif
public void HttpRequestIgnoreBadCookies ()
{

View File

@ -1 +1 @@
8d6c26c4197ac4732f24e9ce47033e36e2270670
73df7d82e053ed0b2bb95f37d05314c3dc574b2e

View File

@ -1 +1 @@
aa27eb214d2b935ea35aa33127f2f84cd7269a38
bfa592c6582db64678b2762985cc310dee889a64

View File

@ -1 +1 @@
cc99a7feb7e5fc6cfe8db8807f3cfe225ba0b4c9
cbae3744d9f81c02d8e8e3ca99a7f8751a0d47de

View File

@ -1 +1 @@
affce4b6359cc8fb1449472293f085986d8a3c06
57c85538844cc1c710f5ca81c01fd896e3625fb2

View File

@ -1 +1 @@
e93c49f284fcfdceed4fa1c3977e2156c5035849
f4727ecfcca9c1346a21bc90ef342bffa91d16f2

View File

@ -1 +1 @@
9262432719f550b816e26dec9ffda3e9108255a3
e1586b43c970b328631e213dc085796094ca13ed

View File

@ -1 +1 @@
2163c245fa058e63116553da7f9ee94488d24058
1339072a75cebc3935463cbe44bc85915b7cb897

View File

@ -1 +1 @@
8d6c26c4197ac4732f24e9ce47033e36e2270670
73df7d82e053ed0b2bb95f37d05314c3dc574b2e

View File

@ -1 +1 @@
aa27eb214d2b935ea35aa33127f2f84cd7269a38
bfa592c6582db64678b2762985cc310dee889a64

View File

@ -1 +1 @@
cc99a7feb7e5fc6cfe8db8807f3cfe225ba0b4c9
cbae3744d9f81c02d8e8e3ca99a7f8751a0d47de

View File

@ -1 +1 @@
affce4b6359cc8fb1449472293f085986d8a3c06
57c85538844cc1c710f5ca81c01fd896e3625fb2

View File

@ -1 +1 @@
e93c49f284fcfdceed4fa1c3977e2156c5035849
f4727ecfcca9c1346a21bc90ef342bffa91d16f2

View File

@ -1 +1 @@
9262432719f550b816e26dec9ffda3e9108255a3
e1586b43c970b328631e213dc085796094ca13ed

View File

@ -1 +1 @@
2163c245fa058e63116553da7f9ee94488d24058
1339072a75cebc3935463cbe44bc85915b7cb897

View File

@ -1 +1 @@
8d6c26c4197ac4732f24e9ce47033e36e2270670
73df7d82e053ed0b2bb95f37d05314c3dc574b2e

View File

@ -1 +1 @@
aa27eb214d2b935ea35aa33127f2f84cd7269a38
bfa592c6582db64678b2762985cc310dee889a64

View File

@ -1 +1 @@
cc99a7feb7e5fc6cfe8db8807f3cfe225ba0b4c9
cbae3744d9f81c02d8e8e3ca99a7f8751a0d47de

View File

@ -1 +1 @@
affce4b6359cc8fb1449472293f085986d8a3c06
57c85538844cc1c710f5ca81c01fd896e3625fb2

View File

@ -1 +1 @@
e93c49f284fcfdceed4fa1c3977e2156c5035849
f4727ecfcca9c1346a21bc90ef342bffa91d16f2

View File

@ -1 +1 @@
9262432719f550b816e26dec9ffda3e9108255a3
e1586b43c970b328631e213dc085796094ca13ed

View File

@ -1 +1 @@
2163c245fa058e63116553da7f9ee94488d24058
1339072a75cebc3935463cbe44bc85915b7cb897

View File

@ -1 +1 @@
#define FULL_VERSION "explicit/85fb6bc"
#define FULL_VERSION "explicit/d21cb08"

Binary file not shown.

View File

@ -1 +1 @@
e2d6a65ea51a600b2cdb3971297eb46c677709c8
720fcd5b61e8faeceb8681982ae87b87e9774df2

Binary file not shown.

View File

@ -1 +1 @@
a4ee18247026586b2a6e3b05ca8e0e29987b1fd9
c5d91f3fdb8132191fd2b125b219d3268b0b50bd

Binary file not shown.

View File

@ -1 +1 @@
9564a4a2906a8d84ea0e6972b9a8c928532cba2c
5529751719b4c454aa66000ca4e6fd7efd727992

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mono 5.10.0.154\n"
"Project-Id-Version: mono 5.10.0.157\n"
"Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
"POT-Creation-Date: 2018-03-03 11:54+0000\n"
"POT-Creation-Date: 2018-03-06 08:33+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 @@
6479e2fe3576a239602fa18c463ced6906ad63ae
f6c2c3fcf8bf77c47b5bd402c7b851e941b4b806