Imported Upstream version 6.10.0.49

Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2020-01-16 16:38:04 +00:00
parent d94e79959b
commit 468663ddbb
48518 changed files with 2789335 additions and 61176 deletions

View File

@@ -23,6 +23,7 @@ TEST_CASES := \
mscorlib/test-string-03.cs \
mscorlib/test-task-01.cs \
System/test-security.cs \
System/test-typeconverter.cs \
System.Core/test-plinq-01.cs
ifdef INCLUDE_DISABLED
@@ -109,7 +110,7 @@ BINARY_TEST_CASES = \
endif
ifeq ($(PROFILE),wasm)
LINKER_PROFILE_OPTIONS += --exclude-feature remoting --exclude-feature com --exclude-feature etw
LINKER_PROFILE_OPTIONS += --exclude-feature remoting --exclude-feature com --exclude-feature etw -d ../../../external/binary-reference-assemblies/build/monowasm
BINARY_TEST_CASES_ROOT:=../../../external/illinker-test-assets/wasm/

View File

@@ -127,7 +127,7 @@ class MonoServiceRunner : MarshalByRefObject
// Create new AppDomain to run service
AppDomainSetup setup = new AppDomainSetup ();
setup.ApplicationBase = Environment.CurrentDirectory;
setup.ApplicationBase = AppDomain.CurrentDomain.BaseDirectory;
setup.ConfigurationFile = Path.Combine (Environment.CurrentDirectory, assembly + ".config");
setup.ApplicationName = logname;