From efd6c05aef8f5a4eaefe296c910bfcc4380652db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 17 Oct 2018 03:48:49 +0200 Subject: 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 --- runtime/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime') 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. -- cgit v1.2.3