Reenable some NotWorking test cases.
[mono.git] / mcs / class / System.Drawing / Makefile
index 53d053b6bb755695aa123f3d71a7eaaf408e05ff..95f950e2be60880334f315dd553471c14d490a1c 100644 (file)
@@ -10,7 +10,8 @@ LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll /nowarn:649 /nowarn:169 \
        -resource:Assembly/Question.ico,Question.ico
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -define:TEST -resource:Test/resources/indexed.png,indexed.png \
-        /r:System.Drawing.dll -nowarn:0618 -nowarn:219 -nowarn:169 -nowarn:1595
+        -r:System.Drawing.dll -r:System.Runtime.Serialization.Formatters.Soap.dll -r:System.Xml.dll \
+       -nowarn:0618 -nowarn:219 -nowarn:169 -nowarn:1595
 
 ifeq (net_1_1_java, $(PROFILE))
 LIB_MCS_FLAGS +=                               \
@@ -33,10 +34,21 @@ EXTRA_DISTFILES = Test/resources/indexed.png        \
        Test/System.Drawing/bitmaps/almogaver-os2.bmp   \
        Test/System.Drawing/bitmaps/maketransparent.bmp \
        Test/System.Drawing/bitmaps/nature24bits.gif    \
+       Test/System.Drawing/bitmaps/nature24bits87.gif  \
        Test/System.Drawing/bitmaps/nature24bits.jpg    \
        Test/System.Drawing/bitmaps/smiley.ico  \
        Test/System.Drawing/bitmaps/VisualPng1.ico      \
        Test/System.Drawing/bitmaps/VisualPng.ico       \
+       Test/System.Drawing/bitmaps/16x16x16.ico        \
+       Test/System.Drawing/bitmaps/32x32x16.ico        \
+       Test/System.Drawing/bitmaps/48x48x1.ico \
+       Test/System.Drawing/bitmaps/64x64x256.ico       \
+       Test/System.Drawing/bitmaps/96x96x256.ico       \
+       Test/System.Drawing/bitmaps/32bpp.ico   \
+       Test/System.Drawing/bitmaps/80509.ico   \
+       Test/System.Drawing/bitmaps/non-inverted.bmp    \
+       Test/System.Drawing/bitmaps/milkmateya01.emf    \
+       Test/System.Drawing/bitmaps/telescope_01.wmf    \
        Assembly/Application.ico        \
        Assembly/Asterisk.ico           \
        Assembly/Error.ico              \