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>2019-05-28 19:49:26 +0300
committerGitHub <noreply@github.com>2019-05-28 19:49:26 +0300
commit07c58ee2ed3ad38a2dc8936737fed1416b7a5f51 (patch)
treebdcda5c8a7e31d91cf43a6ca163946a00214672d /mcs/class/System.Windows.Forms
parenta67c6a2b52980daf2ac43100fc859bcd7b77ef55 (diff)
[bcl] Write newline-separated nunit/xunit excludes file for sdks archive (#14681)
During XI integration we noticed that just using the verbatim commandline -exclude or -notrait is not ideal since XI uses the nunit/xunit APIs to pass that information and not the command line parser. Instead we now write the exclude categories/traits as a newline-separated file.
Diffstat (limited to 'mcs/class/System.Windows.Forms')
-rw-r--r--mcs/class/System.Windows.Forms/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcs/class/System.Windows.Forms/Makefile b/mcs/class/System.Windows.Forms/Makefile
index 3ccbd8caae1..8877bcc19d2 100644
--- a/mcs/class/System.Windows.Forms/Makefile
+++ b/mcs/class/System.Windows.Forms/Makefile
@@ -116,8 +116,7 @@ test-local: $(topdir)/class/lib/$(PROFILE)/tests/DummyAssembly.dll
include ../../build/library.make
-TEST_HARNESS_EXCLUDES = -exclude=Interactive,NotWorking,CAS
-TEST_HARNESS_EXCLUDES_ONDOTNET = -exclude=Interactive,NotDotNet,CAS
+TEST_HARNESS_EXCLUDES += Interactive
$(the_lib): $(RESOURCES)