Преглед на файлове

Excluded tests which are not working in Grasshopper.


svn path=/trunk/mcs/; revision=72095

Ilya Kharmatsky преди 19 години
родител
ревизия
061fb79067

+ 5 - 0
mcs/class/System/Test/System.ComponentModel/ChangeLog

@@ -1,3 +1,8 @@
+2007-02-01  Ilya Kharmatsky <ilyak -at- mainsoft.com>
+
+	* TypeConverterTests.cs, PropertyDescriptorCollectionTests.cs:
+	excluded test which not working under TARGET_JVM
+
 2007-01-29  Ilya Kharmatsky <ilyak -at- mainsoft.com>
 
 	* ToolboxItemAttributeTests.cs: excluded DefaultType test,

+ 3 - 0
mcs/class/System/Test/System.ComponentModel/PropertyDescriptorCollectionTests.cs

@@ -20,6 +20,9 @@ namespace MonoTests.System.ComponentModel
 	public class PropertyDescriptorCollectionTests
 	{
 		[Test]
+#if TARGET_JVM
+		[Ignore ("TD BUG ID: 7229")]
+#endif		
 		public void Empty ()
 		{
 			PropertyDescriptorCollection descriptors = PropertyDescriptorCollection.Empty;

+ 3 - 0
mcs/class/System/Test/System.ComponentModel/TypeConverterTests.cs

@@ -43,6 +43,9 @@ namespace MonoTests.System.ComponentModel
 		}
 
 		[Test]
+#if TARGET_JVM
+		[Ignore ("TD BUG ID: 7229")]
+#endif
 		public void GetProperties ()
 		{
 			PropertyDescriptorCollection properties = null;