Browse Source

2007-01-07 Sebastien Pouliot <[email protected]>

        * Makefile: Add new file nunit-host-ignore to the dist
        * System.Drawing_test.dll.sources: Add HostIgnoreList to the
        build.
        * nunit-host-ignore-list: New. Hosts specific ignore list for
        nunit







svn path=/trunk/mcs/; revision=70551
Sebastien Pouliot 19 years ago
parent
commit
3cd75196d6

+ 6 - 0
mcs/class/System.Drawing/ChangeLog

@@ -1,3 +1,9 @@
+2007-01-07  Sebastien Pouliot  <[email protected]> 
+
+	* Makefile: Add new file nunit-host-ignore to the dist
+	* System.Drawing_test.dll.sources: Add HostIgnoreList to the build.
+	* nunit-host-ignore-list: New. Hosts specific ignore list for nunit
+
 2006-12-03  Sebastien Pouliot  <[email protected]> 
 
 	* Makefile: Switch to icons available in Assembly/

+ 2 - 1
mcs/class/System.Drawing/Makefile

@@ -46,4 +46,5 @@ EXTRA_DISTFILES = Test/resources/indexed.png	\
 	Assembly/Question.ico		\
 	Assembly/Warning.ico		\
 	Assembly/WinLogo.ico		\
-	Assembly/Mono.ico
+	Assembly/Mono.ico		\
+	nunit-host-ignore

+ 1 - 0
mcs/class/System.Drawing/System.Drawing_test.dll.sources

@@ -1,6 +1,7 @@
 ../System.Drawing/gdipEnums.cs    
 ../System.Drawing/gdipFunctions.cs
 ../System.Drawing/gdipStructs.cs
+HostIgnoreList.cs
 System.Drawing/ColorTranslator.cs
 System.Drawing/ColorConverter.cs
 System.Drawing/FontFamilyTest.cs

+ 8 - 0
mcs/class/System.Drawing/nunit-host-ignore-list

@@ -0,0 +1,8 @@
+# some older distro have (old) libraries which expose some drawing bugs
+# but we do not want to ignore the test on all platforms because of this
+# note: please avoid using this mechanism as much as possible
+monobuild1,MonoTests.System.Drawing.FontFamilyTest.FontFamily_String
+monobuild1,MonoTests.System.Drawing.GraphicsTest.MeasureString_StringFontInt_LongString
+monobuild1,MonoTests.System.Drawing.GraphicsTest.MeasureString_Wrapping_Dots
+monobuild2,MonoTests.System.Drawing.GraphicsTest.MeasureString_StringFontInt_LongString
+monobuild2,MonoTests.System.Drawing.GraphicsTest.MeasureString_Wrapping_Dots