You've already forked linux-packaging-mono
Imported Upstream version 6.12.0.86
Former-commit-id: 7a84ce7d08c42c458ac8e74b27186ca863315d79
This commit is contained in:
parent
92747312ea
commit
0b380204a4
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user