Author: kostat
Date: 2007-05-03 12:34:41 -0400 (Thu, 03 May 2007)
New Revision: 76626

Modified:
   trunk/mcs/class/System/Test/System.Net/DnsTest.cs
   trunk/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
Log:
TARGET_JVM: ignore failures in Sys.Net

Modified: trunk/mcs/class/System/Test/System.Net/DnsTest.cs
===================================================================
--- trunk/mcs/class/System/Test/System.Net/DnsTest.cs   2007-05-03 16:21:18 UTC 
(rev 76625)
+++ trunk/mcs/class/System/Test/System.Net/DnsTest.cs   2007-05-03 16:34:41 UTC 
(rev 76626)
@@ -110,6 +110,9 @@
        }
 
        [Test, ExpectedException (typeof (SocketException))]
+#if TARGET_JVM
+       [Ignore ("Ignore failures in Sys.Net")]
+#endif
         public void GetHostByAddressString2() {
                Dns.GetHostByAddress ("123.255.23");
        }

Modified: trunk/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs
===================================================================
--- trunk/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs        
2007-05-03 16:21:18 UTC (rev 76625)
+++ trunk/mcs/class/System/Test/System.Net/HttpWebRequestTest.cs        
2007-05-03 16:34:41 UTC (rev 76626)
@@ -33,6 +33,9 @@
        public class HttpWebRequestTest
        {
                [Test]
+#if TARGET_JVM
+               [Ignore ("Ignore failures in Sys.Net")]
+#endif
                public void Proxy_Null ()
                {
                        HttpWebRequest req = (HttpWebRequest) WebRequest.Create 
("http://www.google.com";);

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to