You've already forked linux-packaging-mono
Imported Upstream version 6.8.0.73
Former-commit-id: d18deab1b47cfd3ad8cba82b3f37d00eec2170af
This commit is contained in:
parent
bceda29824
commit
73ee7591e8
@ -26,6 +26,7 @@ using MonoTests.Helpers;
|
||||
namespace MonoTests.System.Net
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("NotWasm")]
|
||||
public class FileWebRequestTest
|
||||
{
|
||||
private TempDirectory _tempDirectory;
|
||||
|
@ -19,6 +19,7 @@ using MonoTests.Helpers;
|
||||
namespace MonoTests.System.Net
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("NotWasm")]
|
||||
public class FileWebResponseTest
|
||||
{
|
||||
private TempDirectory _tempDirectory;
|
||||
|
@ -364,6 +364,7 @@ namespace MonoTests.System.Net {
|
||||
ManualResetEvent test_evt;
|
||||
bool test14_error;
|
||||
[Test]
|
||||
[Category("MultiThreaded")]
|
||||
#if FEATURE_NO_BSD_SOCKETS
|
||||
[ExpectedException (typeof (PlatformNotSupportedException))]
|
||||
#endif
|
||||
@ -502,6 +503,7 @@ namespace MonoTests.System.Net {
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category("MultiThreaded")]
|
||||
#if FEATURE_NO_BSD_SOCKETS
|
||||
[ExpectedException (typeof (PlatformNotSupportedException))]
|
||||
#endif
|
||||
@ -550,6 +552,7 @@ namespace MonoTests.System.Net {
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category("MultiThreaded")]
|
||||
#if FEATURE_NO_BSD_SOCKETS
|
||||
[ExpectedException (typeof (PlatformNotSupportedException))]
|
||||
#endif
|
||||
@ -603,6 +606,7 @@ namespace MonoTests.System.Net {
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category("MultiThreaded")]
|
||||
#if FEATURE_NO_BSD_SOCKETS
|
||||
[ExpectedException (typeof (PlatformNotSupportedException))]
|
||||
#endif
|
||||
@ -762,6 +766,7 @@ namespace MonoTests.System.Net {
|
||||
// Test case for bug 341443, an pretty old bug, filed on November of 2007.
|
||||
//
|
||||
[Test]
|
||||
[Category("MultiThreaded")]
|
||||
#if FEATURE_NO_BSD_SOCKETS
|
||||
[ExpectedException (typeof (PlatformNotSupportedException))]
|
||||
#endif
|
||||
|
@ -1 +1 @@
|
||||
0252b387e04bece7b463e77edb0534daf063deb1
|
||||
8140e6616df57c3904842d3847add82df55ae4a6
|
@ -326,7 +326,8 @@ namespace MonoTests.System.Net {
|
||||
[Test] //BNC#323452
|
||||
// Throws exception with Status == Timeout. The same code behaves as the test expects when run from a regular app.
|
||||
// Might be an issue with the test suite. To investigate.
|
||||
[Category("AndroidNotWorking")]
|
||||
[Category("AndroidNotWorking")]
|
||||
[Category("MultiThreaded")]
|
||||
public void TestFailedConnection ()
|
||||
{
|
||||
try {
|
||||
@ -353,6 +354,7 @@ namespace MonoTests.System.Net {
|
||||
|
||||
[Test] //BNC#323452
|
||||
[Category ("AndroidNotWorking")] // Fails when ran as part of the entire BCL test suite. Works when only this fixture is ran
|
||||
[Category ("MultiThreaded")]
|
||||
public void TestFailedResolution ()
|
||||
{
|
||||
try {
|
||||
|
Reference in New Issue
Block a user