Imported Upstream version 6.12.0.86

Former-commit-id: 7a84ce7d08c42c458ac8e74b27186ca863315d79
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2020-07-10 08:44:59 +00:00
parent 92747312ea
commit 0b380204a4
812 changed files with 26901 additions and 9053 deletions

View File

@@ -195,7 +195,7 @@ PLATFORM_PATH_SEPARATOR = :
endif
# assemblies which are excluded from testing in mcs-compileall below
VERIFY_TESTS_FILTER = System.Runtime.CompilerServices.Unsafe.dll
VERIFY_TESTS_FILTER = System.Runtime.CompilerServices.Unsafe.dll nunitlite.dll
if HOST_WIN32
# Mono.WebBrowser.dll fails to verify on Windows

View File

@@ -470,7 +470,8 @@ TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/ilasm $(tmpinst)/bin/csc
# fails to verify with "VTable setup of type Xunit.NetCore.Extensions.SkippedTestCase failed", not sure why
VERIFY_TESTS_FILTER = System.Runtime.CompilerServices.Unsafe.dll \
$(am__append_17) Xunit.NetCore.Extensions.dll $(am__append_18)
nunitlite.dll $(am__append_17) Xunit.NetCore.Extensions.dll \
$(am__append_18)
CLEANFILES = etc/mono/config
all: all-am