Imported Upstream version 6.12.0.179

Former-commit-id: 0e3e22291208d34e6731637d718f4d12cca50e9e
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2022-05-16 16:00:00 +00:00
parent eac1afd703
commit 1138ddc68f
194 changed files with 7921 additions and 6506 deletions

View File

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

@@ -341,6 +341,7 @@ namespace MonoTests.System.Net.Http
#if FEATURE_NO_BSD_SOCKETS
[ExpectedException (typeof (PlatformNotSupportedException))]
#endif
[Category ("InetAccess")]
public void Proxy_Disabled ()
{
var pp = WebRequest.DefaultWebProxy;

View File

@@ -13,6 +13,7 @@ namespace MonoTests.System.Net.NetworkInformation
partial void AndroidShouldPingWork (ref bool shouldWork);
[Test]
[Category("AndroidNotWorking")] // fails on CI for some reason
public void PingFail()
{
#if MONOTOUCH
@@ -65,6 +66,7 @@ namespace MonoTests.System.Net.NetworkInformation
}
[Test]
[Category("AndroidNotWorking")] // fails on CI for some reason
#if MONOTOUCH
[Ignore("Ping implementation is broken on MT (requires sudo access)")]
#endif
@@ -109,6 +111,7 @@ namespace MonoTests.System.Net.NetworkInformation
[Test]
[Category("MultiThreaded")]
[Category("AndroidNotWorking")] // fails on CI for some reason
#if MONOTOUCH
[Ignore("Ping implementation is broken on MT (requires sudo access)")]
#endif

View File

@@ -111,6 +111,7 @@ namespace MonoTests.System.Net.WebSockets
[Test]
[Category ("MobileNotWorking")] // The test hangs when ran as part of the entire BCL test suite. Works when only this fixture is ran
[Category ("NotWorking")] // started failing on CI for no reason, probably an issue with the Echo Server
public void EchoTest ()
{
const string Payload = "This is a websocket test";
@@ -136,6 +137,7 @@ namespace MonoTests.System.Net.WebSockets
[Test]
[Category ("MobileNotWorking")] // Fails when ran as part of the entire BCL test suite. Works when only this fixture is ran
[Category ("NotWorking")] // started failing on CI for no reason, probably an issue with the Echo Server
public void CloseOutputAsyncTest ()
{
Assert.IsTrue (socket.ConnectAsync (new Uri (EchoServerUrl), CancellationToken.None).Wait (5000));
@@ -153,6 +155,7 @@ namespace MonoTests.System.Net.WebSockets
[Test]
[Category ("MobileNotWorking")] // Fails when ran as part of the entire BCL test suite. Works when only this fixture is ran
[Category ("NotWorking")] // started failing on CI for no reason, probably an issue with the Echo Server
public void CloseAsyncTest ()
{
if (!socket.ConnectAsync (new Uri (EchoServerUrl), CancellationToken.None).Wait (5000)) {

View File

@@ -1 +1 @@
59d089dd6cc125ef82aa605266dac02a859e94f4
d9637c36c831abe0b1f2b0634bc040d24c08bfd3

View File

@@ -1 +1 @@
4ea8ee42e7b085078c7ae42f8ac337f6124933bc
b380ec6c7a0000b7f51c2f37fa5cc06712dfb957

View File

@@ -1 +1 @@
f254db91e4a73735d7b0b785942cad71474dfb0e
669d88cb8c5a96d0f565d9da3d472daa9819ed3e

View File

@@ -1 +1 @@
cb95af98c52842f70b3392eeee8cde1f3d9ee356
beb72c8b50d83942e245ccaf8dc79ad8d7ebd1e3

View File

@@ -1 +1 @@
d37ae48d41b4418bb71c6f3752dbece25115787f
25e36b6deb4fe15dd143a25a0033b4a3e0c92425

View File

@@ -1 +1 @@
2c3d4de367eb632daf616f965aee7f5dea8bc01f
a2ae11b65997962c3263100ec6d2c68619013787

View File

@@ -1 +1 @@
cd743a8195736e024395ebdeaa22f5b31627d990
d39d5a92d490777d4b5502d0e4761a63485081c2

View File

@@ -1 +1 @@
90380ad97f6c68131c9381985aebd1880200c780
68daa96329ca1ca10cc7e8e816ae9837b298afa2

View File

@@ -1 +1 @@
59d089dd6cc125ef82aa605266dac02a859e94f4
d9637c36c831abe0b1f2b0634bc040d24c08bfd3

View File

@@ -1 +1 @@
4ea8ee42e7b085078c7ae42f8ac337f6124933bc
b380ec6c7a0000b7f51c2f37fa5cc06712dfb957

View File

@@ -1 +1 @@
f254db91e4a73735d7b0b785942cad71474dfb0e
669d88cb8c5a96d0f565d9da3d472daa9819ed3e

View File

@@ -1 +1 @@
cb95af98c52842f70b3392eeee8cde1f3d9ee356
beb72c8b50d83942e245ccaf8dc79ad8d7ebd1e3

View File

@@ -1 +1 @@
d37ae48d41b4418bb71c6f3752dbece25115787f
25e36b6deb4fe15dd143a25a0033b4a3e0c92425

View File

@@ -1 +1 @@
2c3d4de367eb632daf616f965aee7f5dea8bc01f
a2ae11b65997962c3263100ec6d2c68619013787

View File

@@ -1 +1 @@
cd743a8195736e024395ebdeaa22f5b31627d990
d39d5a92d490777d4b5502d0e4761a63485081c2

View File

@@ -1 +1 @@
90380ad97f6c68131c9381985aebd1880200c780
68daa96329ca1ca10cc7e8e816ae9837b298afa2

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