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-10-17 04:48:49 +0300
committerGitHub <noreply@github.com>2018-10-17 04:48:49 +0300
commitefd6c05aef8f5a4eaefe296c910bfcc4380652db (patch)
treebfa6a8f0ebff984fa5b2d1562b30c10dba00139d /runtime
parent99c3c9ba321e8b86bfa9b61c8542a7b8c6563b9d (diff)
Upstream a few test related commits from my Helix work (#11197)
* [bcl] Run System.Windows.Forms.DataVisualization tests * [bcl] Run Mono.Messaging.* tests * [bcl] Use correct label for mdoc tests * [runtime] Skip verifying an xunit-binaries assembly
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 1503a844925..f81403165b8 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -162,6 +162,9 @@ if HOST_WIN32
VERIFY_TESTS_FILTER += Mono.WebBrowser.dll
endif
+# fails to verify with "VTable setup of type Xunit.NetCore.Extensions.SkippedTestCase failed", not sure why
+VERIFY_TESTS_FILTER += Xunit.NetCore.Extensions.dll
+
if FULL_AOT_TESTS
# ILASM.exe has features which a testing_aot_full runtime will not support.
# It is invoked with an external mono when used in the runtime.