Test ifdefs for TARGET_JVM.
authorBoris Kirzner <borisk@mono-cvs.ximian.com>
Tue, 13 Feb 2007 12:35:19 +0000 (12:35 -0000)
committerBoris Kirzner <borisk@mono-cvs.ximian.com>
Tue, 13 Feb 2007 12:35:19 +0000 (12:35 -0000)
svn path=/trunk/mcs/; revision=72762

mcs/class/corlib/Test/System.Collections/CaseInsensitiveHashCodeProviderTest.cs
mcs/class/corlib/Test/System.Collections/ChangeLog
mcs/class/corlib/Test/System.Collections/HashtableTest.cs

index 710603afe58387eac5622ea37efca6024f341a3d..a810cf66bdceb86aba9c979b29f343cf42c5f829 100644 (file)
@@ -138,6 +138,9 @@ namespace MonoTests.System.Collections {
                };
 
                [Test]
+#if TARGET_JVM
+               [Category("NotWorking")]
+#endif
                public void SerializationRoundtrip ()
                {
                        CaseInsensitiveHashCodeProvider enus = new CaseInsensitiveHashCodeProvider (new CultureInfo ("en-US"));
@@ -152,6 +155,9 @@ namespace MonoTests.System.Collections {
                }
 
                [Test]
+#if TARGET_JVM
+               [Category ("NotWorking")]
+#endif
                public void Deserialize ()
                {
                        BinaryFormatter bf = new BinaryFormatter ();
index 0e356d9e23165672f6caf40ef5405332184a2309..a0c2335011fb7e0c7dea8ac7dbbde89c412371ef 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-13     Boris Kirzner <borisk@mainsoft.com>
+       * CaseInsensitiveHashCodeProviderTest.cs, HashtableTest.cs:
+       test ifdefs for TARGET_JVM.
+
 2006-11-28  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * CaseInsensitiveComparerTest.cs: Added tests for bug #80082 and bug
index d17c4af45e554c1c1537d65243ced21b176d2008..2db98b7dc8dccaa6c563bfcddb0c6636303cc620 100644 (file)
@@ -410,7 +410,10 @@ public class HashtableTest : Assertion {
                }\r
        }\r
 \r
-        [Test]        \r
+        [Test]\r
+#if TARGET_JVM\r
+       [Category ("NotWorking")]\r
+#endif\r
        public void TestCopyTo() {\r
                {\r
                        bool errorThrown = false;\r
@@ -546,6 +549,9 @@ public class HashtableTest : Assertion {
        }\r
        \r
        [Test]\r
+#if TARGET_JVM\r
+       [Category ("NotWorking")]\r
+#endif\r
        public void TestSerialization2 () {\r
                // Test from bug #70570\r
                MemoryStream stream = new MemoryStream();\r