Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-03-31 02:13:03 +0300
committerGitHub <noreply@github.com>2018-03-31 02:13:03 +0300
commit2cbd1706dcc567bf38d43b8f80ad7e928a02a7f5 (patch)
tree65c5e998f8d444b47ea4fb4802f78af1d1a9c8c6 /mcs/class/System.Drawing
parent4d78aaf7b46c9f6d32bc4d74e94cd2283bbba04f (diff)
[System.Drawing] Enable corefx xunit tests (#7924)
Diffstat (limited to 'mcs/class/System.Drawing')
-rw-r--r--mcs/class/System.Drawing/Makefile2
-rw-r--r--mcs/class/System.Drawing/System.Drawing_xtest.dll.sources4
2 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.Drawing/Makefile b/mcs/class/System.Drawing/Makefile
index 62d3ac085e1..e980a944be0 100644
--- a/mcs/class/System.Drawing/Makefile
+++ b/mcs/class/System.Drawing/Makefile
@@ -22,6 +22,8 @@ TEST_LIB_REFS = System.Drawing System.Runtime.Serialization.Formatters.Soap Syst
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -define:TEST -resource:Test/resources/indexed.png,indexed.png \
-nowarn:0618 -nowarn:219 -nowarn:169
+XTEST_LIB_REFS = System System.Core Facades/System.Threading.Tasks
+
include ../../build/library.make
EXTRA_DISTFILES = Test/resources/indexed.png \
diff --git a/mcs/class/System.Drawing/System.Drawing_xtest.dll.sources b/mcs/class/System.Drawing/System.Drawing_xtest.dll.sources
new file mode 100644
index 00000000000..fa4da6905bd
--- /dev/null
+++ b/mcs/class/System.Drawing/System.Drawing_xtest.dll.sources
@@ -0,0 +1,4 @@
+../../../external/corefx/src/CoreFx.Private.TestUtilities/src/System/AssertExtensions.cs
+
+../../../external/corefx/src/System.Drawing.Common/tests/Helpers.cs
+../../../external/corefx/src/System.Drawing.Common/tests/StringFormatTests.cs