Imported Upstream version 5.10.0.47

Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-01-24 17:04:36 +00:00
parent 88ff76fe28
commit e46a49ecf1
5927 changed files with 226314 additions and 129848 deletions

View File

@ -82,6 +82,7 @@ namespace MonoTests.System.Net
#if FEATURE_NO_BSD_SOCKETS
[ExpectedException (typeof (AggregateException))] // Something catches the PlatformNotSupportedException and re-throws an AggregateException
#endif
[Category("InetAccess")]
public void DownloadFileTaskAsync ()
{
WebClient wc = new WebClient ();
@ -96,6 +97,7 @@ namespace MonoTests.System.Net
[Test]
[Category ("NotWorking")] // Fails when ran as part of the entire BCL test suite. Works when only this fixture is ran
[Category("InetAccess")]
public void Cancellation ()
{
WebClient wc = new WebClient ();
@ -123,6 +125,7 @@ namespace MonoTests.System.Net
[Test]
[Category ("NotWorking")] // Fails when ran as part of the entire BCL test suite. Works when only this fixture is ran
[Category("InetAccess")]
public void DownloadMultiple ()
{
WebClient wc = new WebClient ();
@ -140,6 +143,7 @@ namespace MonoTests.System.Net
}
[Test]
[Category ("InetAccess")]
[Category ("NotWorking")] // Fails when ran as part of the entire BCL test suite. Works when only this fixture is ran
public void DownloadMultiple2 ()
{
@ -152,6 +156,7 @@ namespace MonoTests.System.Net
}
[Test]
[Category ("InetAccess")]
[Category ("NotWorking")] // Fails when ran as part of the entire BCL test suite. Works when only this fixture is ran
public void DownloadMultiple3 ()
{