Imported Upstream version 6.0.0.172

Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-04-12 14:10:50 +00:00
parent 8016999e4d
commit 64ac736ec5
32155 changed files with 3981439 additions and 75368 deletions

View File

@@ -1,11 +1,10 @@
thisdir := .
SUBDIRS := build jay mcs class nunit24 ilasm tools tests errors docs packages
SUBDIRS := build jay mcs class ilasm tools tests errors docs packages
# Resgen is corlib specific tool
basic_SUBDIRS := build jay class
build_SUBDIRS := build class class/aot-compiler tools ilasm
build_SUBDIRS := build jay tools/gensources class class/aot-compiler tools
monodroid_SUBDIRS := build class tools
monodroid_tools_SUBDIRS := build class tools
monotouch_SUBDIRS := build class tools
@@ -14,11 +13,13 @@ monotouch_tv_SUBDIRS := build class
monotouch_runtime_SUBDIRS := build class
monotouch_watch_runtime_SUBDIRS := build class
monotouch_tv_runtime_SUBDIRS := build class
monotouch_tools_SUBDIRS := build class tools
xammac_SUBDIRS := build class
testing_aot_full_interp_SUBDIRS := build class
testing_aot_hybrid_SUBDIRS := build class
testing_aot_full_SUBDIRS := build class
binary_reference_assemblies_SUBDIRS := build class
net_4_x_SUBDIRS := build class nunit24 ilasm tools tests errors docs mcs class/aot-compiler packages
net_4_x_SUBDIRS := build class ilasm tools tests errors docs mcs class/aot-compiler packages
xammac_net_4_5_SUBDIRS := build class
xbuild_12_SUBDIRS := build class tools/xbuild
xbuild_14_SUBDIRS := build class tools/xbuild
@@ -26,6 +27,8 @@ winaot_SUBDIRS := build class
orbis_SUBDIRS := build class
unreal_SUBDIRS := build class
wasm_SUBDIRS := build class
wasm_tools_SUBDIRS := build class tools
netcore_SUBDIRS := build class
include build/rules.make
@@ -36,14 +39,14 @@ all-local $(STD_TARGETS:=-local):
@:
dir-check:
@if [ "$(NO_DIR_CHECK)" = "" -a "$(PROFILE)" != "basic" ]; then $(MAKE) -C ../runtime; fi
@if [ "$(NO_DIR_CHECK)" = "" ]; then $(MAKE) -C ../runtime; fi
# fun specialty targets
PROFILES = net_4_x binary_reference_assemblies xbuild_12 xbuild_14
.PHONY: all-profiles $(STD_TARGETS:=-profiles)
all-profiles $(STD_TARGETS:=-profiles): %-profiles: profiles-do--%
.PHONY: all-profiles compiler-test-profiles run-compiler-test-profiles $(STD_TARGETS:=-profiles)
all-profiles compiler-test-profiles run-compiler-test-profiles $(STD_TARGETS:=-profiles): %-profiles: profiles-do--%
@:
profiles-do--%:
@@ -75,21 +78,25 @@ $(_boot_:%=profile-do--monotouch_tv--%): profile-do--monotouch_tv--%:
$(_boot_:%=profile-do--monotouch_runtime--%): profile-do--monotouch_runtime--%: profile-do--build--%
$(_boot_:%=profile-do--monotouch_watch_runtime--%): profile-do--monotouch_watch_runtime--%: profile-do--build--%
$(_boot_:%=profile-do--monotouch_tv_runtime--%): profile-do--monotouch_tv_runtime--%: profile-do--build--%
$(_boot_:%=profile-do--monotouch_tools--%): profile-do--monotouch_tools--%: profile-do--build--%
$(_boot_:%=profile-do--xammac--%): profile-do--xammac--%: profile-do--build--%
$(_boot_:%=profile-do--xammac_net_4_5--%): profile-do--xammac_net_4_5--%: profile-do--build--%
$(_boot_:%=profile-do--testing_aot_full_interp--%): profile-do--testing_aot_full_interp--%: profile-do--build--%
$(_boot_:%=profile-do--testing_aot_hybrid--%): profile-do--testing_aot_hybrid--%: profile-do--build--%
$(_boot_:%=profile-do--testing_aot_full--%): profile-do--testing_aot_full--%: profile-do--build--%
$(_boot_:%=profile-do--winaot--%): profile-do--winaot--%: profile-do--build--%
$(_boot_:%=profile-do--orbis--%): profile-do--orbis--%: profile-do--build--%
$(_boot_:%=profile-do--unreal--%): profile-do--unreal--%: profile-do--build--%
$(_boot_:%=profile-do--wasm--%): profile-do--wasm--%: profile-do--build--%
$(_boot_:%=profile-do--build--%): profile-do--build--%: profile-do--basic--%
$(_boot_:%=profile-do--wasm_tools--%): profile-do--wasm_tools--%: profile-do--build--%
testcorlib:
@cd class/corlib && $(MAKE) test run-test
compiler-test:
$(MAKE) -C tests test
$(MAKE) -C errors test
compiler-tests:
$(MAKE) TEST_SUBDIRS="tests errors" run-test-profiles
run-compiler-test:
$(MAKE) -C tests run-test
$(MAKE) -C errors run-test
package := mcs-$(VERSION)
@@ -146,9 +153,9 @@ distcheck: dist-tarball
# Targets for creating API diffs of the framework
MONO_API_SNAPSHOT_PATH := $(topdir)../external/api-snapshot/
GENAPI := $(MONO_API_SNAPSHOT_PATH)tools/genapi/GenAPI.exe
GENAPI := $(MONO_API_SNAPSHOT_PATH)tools/genapi/Microsoft.DotNet.GenAPI.exe
MONO_API_SNAPSHOT_PROFILE_PATH := $(MONO_API_SNAPSHOT_PATH)profiles/$(PROFILE)/
MONO_API_ASSEMBLIES_IGNORED := $(addprefix $(topdir)class/lib/$(PROFILE)/, Mono.CSharp.dll SystemWebTestShim.dll standalone-runner-support.dll nunit.core.dll nunit.core.extensions.dll nunit.core.interfaces.dll nunit.framework.dll nunit.framework.extensions.dll nunit.mocks.dll nunit.util.dll nunit-console-runner.dll nunitlite.dll Mono.Profiler.Log.dll)
MONO_API_ASSEMBLIES_IGNORED := $(addprefix $(topdir)class/lib/$(PROFILE)/, Mono.CSharp.dll SystemWebTestShim.dll standalone-runner-support.dll nunitlite.dll Mono.Profiler.Log.dll)
MONO_API_ASSEMBLIES := $(filter-out $(MONO_API_ASSEMBLIES_IGNORED), $(wildcard $(topdir)class/lib/$(PROFILE)/*.dll)) $(wildcard $(topdir)class/lib/$(PROFILE)/Facades/*.dll)
MONO_API_ASSEMBLIES_CS := $(MONO_API_ASSEMBLIES:$(topdir)class/lib/$(PROFILE)/%.dll=$(MONO_API_SNAPSHOT_PROFILE_PATH)%.cs)

View File

@@ -34,9 +34,6 @@ package module which drives the compilation of this directory.
mcs/
The Mono C# compiler
nunit24/
An old copy of the NUnit 2.4 library that we ship for historical reasons.
packages/
Integrates some packages from NuGet (like Roslyn) into the build system.

View File

@@ -2,7 +2,7 @@ thisdir = build
SUBDIRS =
include ../build/rules.make
BUILT_FILES = common/Consts.cs $(topdir)/class/lib/$(PROFILE_DIRECTORY)/Consts.cs
BUILT_FILES = common/Consts.cs $(topdir)/class/lib/$(PROFILE_DIRECTORY)/Consts.cs common/sourcelink.json
all-local install-local test-local run-test-local csproj-local run-test-ondotnet-local uninstall-local doc-update-local: $(BUILT_FILES)
@:
@@ -18,9 +18,11 @@ common/Consts.cs $(topdir)/class/lib/$(PROFILE_DIRECTORY)/Consts.cs: common/Cons
test -n '$(MONO_CORLIB_VERSION)'
sed -e 's,@''MONO_VERSION@,$(MONO_VERSION),' -e 's,@''MONO_CORLIB_VERSION@,$(MONO_CORLIB_VERSION),' $< > $@
common/sourcelink.json: common/sourcelink.json.in $(wildcard config.make) | $(topdir)/class/lib/$(PROFILE_DIRECTORY)
sed -e 's,@mono_topdir@,$(shell cd $(topdir)/.. && pwd),' -e 's,@mono_commit_hash@,$(shell cd $(topdir)/.. && git rev-parse HEAD),' -e 's,@corefx_commit_hash@,$(shell cd $(topdir)/../external/corefx && git rev-parse HEAD),' -e 's,@corert_commit_hash@,$(shell cd $(topdir)/../external/corert && git rev-parse HEAD),' -e 's,@cecil_commit_hash@,$(shell cd $(topdir)/../external/cecil && git rev-parse HEAD),' $< > $@
PLATFORMS = macos linux win32 unix
PROFILES = \
basic \
build \
binary_reference_assemblies \
net_4_x \
@@ -29,6 +31,7 @@ PROFILES = \
COMMON_SRCS = \
Consts.cs.in \
sourcelink.json.in \
Locale.cs \
MonoTODOAttribute.cs \
basic-profile-check.cs \
@@ -43,7 +46,6 @@ DISTFILES = \
corcompare.make \
corcompare-api.xsl \
executable.make \
gensources.cs \
library.make \
rules.make \
tests.make \

View File

@@ -28,17 +28,23 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
static class Consts
static partial class Consts
{
public const string MonoCorlibVersion = "9032116E-BB4E-4ED5-9C71-9E5E0B0230CA";
}
#if !NETCORE
static partial class Consts
{
//
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "5.20.1.22";
public const string MonoVersion = "6.0.0.172";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";
public const string MonoCorlibVersion = "B886E13F-6276-4BE5-85F8-C6BF5EDBD200";
#if MOBILE
// Versions of .NET Framework for Silverlight 4.0
@@ -62,6 +68,13 @@ static class Consts
public const string VsVersion = "0.0.0.0"; // Useless ?
public const string VsFileVersion = "11.0.0.0"; // TODO:
#elif NETCORE
public const string FxVersion = "";
public const string FxFileVersion = "";
public const string EnvironmentVersion = FxFileVersion;
public const string VsVersion = "";
public const string VsFileVersion = "";
#elif NET_4_0
#error Profile NET_4_0 is not supported.
#elif NET_3_5
@@ -98,7 +111,7 @@ static class Consts
public const string AssemblyMono_Security = "Mono.Security, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=0738eb9f132ed756";
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=0738eb9f132ed756";
public const string AssemblyCorlib = "mscorlib, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=" + PublicKeyToken;
public const string AssemblySystem = "System, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b77a5c561934e089";
public const string AssemblySystem = "System, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=" + PublicKeyToken;
public const string AssemblySystem_Data = "System.Data, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b77a5c561934e089";
public const string AssemblySystem_Design = "System.Design, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
@@ -109,17 +122,15 @@ static class Consts
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
public const string AssemblySystem_Web = "System.Web, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b77a5c561934e089";
#if NET_4_0
public const string AssemblySystem_2_0 = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
public const string AssemblySystemCore_3_5 = "System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
public const string AssemblySystem_Core = "System.Core, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b77a5c561934e089";
public const string AssemblySystem_Core = "System.Core, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=" + PublicKeyToken;
public const string WindowsBase_3_0 = "WindowsBase, Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35";
public const string AssemblyWindowsBase = "WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
public const string AssemblyPresentationCore_3_5 = "PresentationCore, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
public const string AssemblyPresentationCore_4_0 = "PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
public const string AssemblyPresentationFramework_3_5 = "PresentationFramework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
public const string AssemblySystemServiceModel_3_0 = "System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
#elif MOBILE
public const string AssemblySystem_Core = "System.Core, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b77a5c561934e089";
#endif
}
#endif

View File

@@ -28,7 +28,14 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
static class Consts
static partial class Consts
{
public const string MonoCorlibVersion = "@MONO_CORLIB_VERSION@";
}
#if !NETCORE
static partial class Consts
{
//
// Use these assembly version constants to make code more maintainable.
@@ -38,7 +45,6 @@ static class Consts
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";
public const string MonoCorlibVersion = "@MONO_CORLIB_VERSION@";
#if MOBILE
// Versions of .NET Framework for Silverlight 4.0
@@ -62,6 +68,13 @@ static class Consts
public const string VsVersion = "0.0.0.0"; // Useless ?
public const string VsFileVersion = "11.0.0.0"; // TODO:
#elif NETCORE
public const string FxVersion = "";
public const string FxFileVersion = "";
public const string EnvironmentVersion = FxFileVersion;
public const string VsVersion = "";
public const string VsFileVersion = "";
#elif NET_4_0
#error Profile NET_4_0 is not supported.
#elif NET_3_5
@@ -98,7 +111,7 @@ static class Consts
public const string AssemblyMono_Security = "Mono.Security, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=0738eb9f132ed756";
public const string AssemblyMono_Messaging_RabbitMQ = "Mono.Messaging.RabbitMQ, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=0738eb9f132ed756";
public const string AssemblyCorlib = "mscorlib, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=" + PublicKeyToken;
public const string AssemblySystem = "System, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b77a5c561934e089";
public const string AssemblySystem = "System, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=" + PublicKeyToken;
public const string AssemblySystem_Data = "System.Data, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b77a5c561934e089";
public const string AssemblySystem_Design = "System.Design, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
@@ -109,17 +122,15 @@ static class Consts
public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
public const string AssemblySystem_Web = "System.Web, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b77a5c561934e089";
#if NET_4_0
public const string AssemblySystem_2_0 = "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
public const string AssemblySystemCore_3_5 = "System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
public const string AssemblySystem_Core = "System.Core, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b77a5c561934e089";
public const string AssemblySystem_Core = "System.Core, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=" + PublicKeyToken;
public const string WindowsBase_3_0 = "WindowsBase, Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35";
public const string AssemblyWindowsBase = "WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
public const string AssemblyPresentationCore_3_5 = "PresentationCore, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
public const string AssemblyPresentationCore_4_0 = "PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
public const string AssemblyPresentationFramework_3_5 = "PresentationFramework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
public const string AssemblySystemServiceModel_3_0 = "System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089";
#elif MOBILE
public const string AssemblySystem_Core = "System.Core, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b77a5c561934e089";
#endif
}
#endif

View File

@@ -0,0 +1,8 @@
{
"documents": {
"@mono_topdir@/external/corefx/*": "https://raw.githubusercontent.com/mono/corefx/@corefx_commit_hash@/*",
"@mono_topdir@/external/corert/*": "https://raw.githubusercontent.com/mono/corert/@corert_commit_hash@/*",
"@mono_topdir@/external/cecil/*": "https://raw.githubusercontent.com/mono/cecil/@cecil_commit_hash@/*",
"@mono_topdir@/*": "https://raw.githubusercontent.com/mono/mono/@mono_commit_hash@/*"
}
}

View File

@@ -0,0 +1,8 @@
../test-helpers/TestResourceHelper.cs
Test/NvdlValidatingReaderTests.cs
Test/RdpPatternTests.cs
Test/RelaxngDatatypeProviderTests.cs
Test/RelaxngReaderTests.cs
Test/RelaxngValidatingReaderTests.cs
Test/RncTests.cs
Test/XsdDatatypeTests.cs

View File

@@ -0,0 +1 @@
Test/Microsoft.CSharp/CompilerTest.cs

View File

@@ -0,0 +1,4 @@
../../test-helpers/TestResourceHelper.cs
../EncodingTestBase.cs
Test/I18N.CJK.EncodingTest.cs
Test/I18N.CJK.Test.cs

View File

@@ -0,0 +1,4 @@
../../test-helpers/TestResourceHelper.cs
../EncodingTestBase.cs
Test/I18N.MidEast.EncodingTest.cs
Test/I18N.MidEast.Test.cs

View File

@@ -0,0 +1,2 @@
../EncodingTestBase.cs
Test/I18N.Other.EncodingTest.cs

View File

@@ -0,0 +1,4 @@
../../test-helpers/TestResourceHelper.cs
../EncodingTestBase.cs
Test/I18N.Rare.EncodingTest.cs
Test/I18N.Rare.Test.cs

View File

@@ -0,0 +1,4 @@
../../test-helpers/TestResourceHelper.cs
../EncodingTestBase.cs
Test/I18N.West.EncodingTest.cs
Test/I18N.West.Test.cs

View File

@@ -0,0 +1,32 @@
../Microsoft.Build.Tasks/Test/Microsoft.Build.Tasks/TestMessageLogger.cs
../test-helpers/TestResourceHelper.cs
Test/Microsoft.Build.BuildEngine/BuildChooseTest.cs
Test/Microsoft.Build.BuildEngine/BuildItemGroupCollectionTest.cs
Test/Microsoft.Build.BuildEngine/BuildItemGroupTest.cs
Test/Microsoft.Build.BuildEngine/BuildItemTest.cs
Test/Microsoft.Build.BuildEngine/BuildPropertyGroupCollectionTest.cs
Test/Microsoft.Build.BuildEngine/BuildPropertyGroupTest.cs
Test/Microsoft.Build.BuildEngine/BuildPropertyTest.cs
Test/Microsoft.Build.BuildEngine/BuildTaskTest.cs
Test/Microsoft.Build.BuildEngine/ConsoleLoggerTest.cs
Test/Microsoft.Build.BuildEngine/Consts.cs
Test/Microsoft.Build.BuildEngine/EngineTest.cs
Test/Microsoft.Build.BuildEngine/ImportCollectionTest.cs
Test/Microsoft.Build.BuildEngine/ImportTest.cs
Test/Microsoft.Build.BuildEngine/InternalLoggerExceptionTest.cs
Test/Microsoft.Build.BuildEngine/InvalidProjectFileExceptionTest.cs
Test/Microsoft.Build.BuildEngine/PredefinedPropertyFunctionsTest.cs
Test/Microsoft.Build.BuildEngine/ProjectTest.cs
Test/Microsoft.Build.BuildEngine/TargetCollectionTest.cs
Test/Microsoft.Build.BuildEngine/TargetTest.cs
Test/Microsoft.Build.BuildEngine/TestNamespaceManager.cs
Test/Microsoft.Build.BuildEngine/UsingTaskCollectionTest.cs
Test/Microsoft.Build.BuildEngine/UsingTaskTest.cs
Test/Microsoft.Build.BuildEngine/UtilitiesTest.cs
Test/various/Build.cs
Test/various/Conditions.cs
Test/various/DefaultTasks.cs
Test/various/EvaluationOrder.cs
Test/various/Items.cs
Test/various/ProjectElement.cs
Test/various/Properties.cs

View File

@@ -0,0 +1,17 @@
Test/Microsoft.Build.Framework/BuildErrorEventArgsTest.cs
Test/Microsoft.Build.Framework/BuildEventArgsTest.cs
Test/Microsoft.Build.Framework/BuildEventContextTest.cs
Test/Microsoft.Build.Framework/BuildFinishedEventArgsTest.cs
Test/Microsoft.Build.Framework/BuildMessageEventArgsTest.cs
Test/Microsoft.Build.Framework/BuildStartedEventArgsTest.cs
Test/Microsoft.Build.Framework/BuildWarningEventArgsTest.cs
Test/Microsoft.Build.Framework/ExternalProjectFinishedEventArgsTest.cs
Test/Microsoft.Build.Framework/ExternalProjectStartedEventArgsTest.cs
Test/Microsoft.Build.Framework/LoggerExceptionTest.cs
Test/Microsoft.Build.Framework/ProjectFinishedEventArgsTest.cs
Test/Microsoft.Build.Framework/ProjectStartedEventArgsTest.cs
Test/Microsoft.Build.Framework/TargetFinishedEventArgsTest.cs
Test/Microsoft.Build.Framework/TargetStartedEventArgsTest.cs
Test/Microsoft.Build.Framework/TaskCommandLineEventArgsTest.cs
Test/Microsoft.Build.Framework/TaskFinishedEventArgsTest.cs
Test/Microsoft.Build.Framework/TaskStartedEventArgsTest.cs

View File

@@ -0,0 +1,31 @@
../Microsoft.Build.Engine/Test/Microsoft.Build.BuildEngine/Consts.cs
../test-helpers/TestResourceHelper.cs
Test/Microsoft.Build.Tasks/ALTest.cs
Test/Microsoft.Build.Tasks/AssignCultureTest.cs
Test/Microsoft.Build.Tasks/AssignProjectConfigurationTest.cs
Test/Microsoft.Build.Tasks/AssignTargetPathTest.cs
Test/Microsoft.Build.Tasks/CodeTaskFactoryTest.cs
Test/Microsoft.Build.Tasks/CombinePathTest.cs
Test/Microsoft.Build.Tasks/CopyTest.cs
Test/Microsoft.Build.Tasks/CreateCSharpManifestResourceNameTest.cs
Test/Microsoft.Build.Tasks/CreateItemTest.cs
Test/Microsoft.Build.Tasks/CreatePropertyTest.cs
Test/Microsoft.Build.Tasks/CreateVisualBasicManifestResourceNameTest.cs
Test/Microsoft.Build.Tasks/CscTest.cs
Test/Microsoft.Build.Tasks/DeleteTest.cs
Test/Microsoft.Build.Tasks/ErrorTest.cs
Test/Microsoft.Build.Tasks/FindAppConfigFileTest.cs
Test/Microsoft.Build.Tasks/GetFrameworkPathTest.cs
Test/Microsoft.Build.Tasks/GetFrameworkSdkPathTest.cs
Test/Microsoft.Build.Tasks/LCTest.cs
Test/Microsoft.Build.Tasks/MakeDirTest.cs
Test/Microsoft.Build.Tasks/ManagedCompilerTest.cs
Test/Microsoft.Build.Tasks/MessageTest.cs
Test/Microsoft.Build.Tasks/RemoveDirTest.cs
Test/Microsoft.Build.Tasks/RemoveDuplicatesTest.cs
Test/Microsoft.Build.Tasks/ResolveAssemblyReferenceTest.cs
Test/Microsoft.Build.Tasks/TaskBatchingTest.cs
Test/Microsoft.Build.Tasks/TestEngine.cs
Test/Microsoft.Build.Tasks/TestMessageLogger.cs
Test/Microsoft.Build.Tasks/WarningTest.cs
Test/Microsoft.Build.Tasks/WriteLinesToFileTest.cs

View File

@@ -0,0 +1,8 @@
../Microsoft.Build.Engine/Test/Microsoft.Build.BuildEngine/Consts.cs
../Microsoft.Build.Tasks/Test/Microsoft.Build.Tasks/TestMessageLogger.cs
Test/Microsoft.Build.Utilities/CommandLineBuilderTest.cs
Test/Microsoft.Build.Utilities/LoggerTest.cs
Test/Microsoft.Build.Utilities/TaskItemTest.cs
Test/Microsoft.Build.Utilities/TaskLoggingHelperTest.cs
Test/Microsoft.Build.Utilities/ToolLocationHelperTest.cs
Test/Microsoft.Build.Utilities/ToolTaskTest.cs

View File

@@ -0,0 +1,24 @@
../test-helpers/NunitHelpers.cs
../test-helpers/TestResourceHelper.cs
Test/FunctionalTest.cs
Test/Microsoft.Build.Construction/ProjectItemElementTest.cs
Test/Microsoft.Build.Construction/ProjectRootElementTest.cs
Test/Microsoft.Build.Evaluation/ProjectCollectionTest.cs
Test/Microsoft.Build.Evaluation/ProjectItemDefinitionTest.cs
Test/Microsoft.Build.Evaluation/ProjectItemTest.cs
Test/Microsoft.Build.Evaluation/ProjectPropertyTest.cs
Test/Microsoft.Build.Evaluation/ProjectTest.cs
Test/Microsoft.Build.Evaluation/ResolvedImportTest.cs
Test/Microsoft.Build.Evaluation/ToolsetTest.cs
Test/Microsoft.Build.Execution/BuildManagerTest.cs
Test/Microsoft.Build.Execution/BuildParametersTest.cs
Test/Microsoft.Build.Execution/BuildRequestDataTest.cs
Test/Microsoft.Build.Execution/BuildSubmissionTest.cs
Test/Microsoft.Build.Execution/ProjectInstanceTest.cs
Test/Microsoft.Build.Execution/ProjectMetadataInstanceTest.cs
Test/Microsoft.Build.Execution/ProjectTargetInstanceTest.cs
Test/Microsoft.Build.Execution/ProjectTaskInstanceTest.cs
Test/Microsoft.Build.Internal/CollectionFromEnumerableTest.cs
Test/Microsoft.Build.Internal/ExpressionParserTest.cs
Test/Microsoft.Build.Logging/ConsoleLoggerTest.cs
Test/Microsoft.Build.Logging/LoggerDescriptionTest.cs

View File

@@ -0,0 +1,24 @@
Test/AssemblyInfo.cs
Test/BasesTest.cs
Test/InterfacesTest.cs
Test/Records.cs
Test/Sorting.cs
Test/SupportClasses.cs
Test/WrappersTest.cs
Test/arrays/ArrayListTest.cs
Test/arrays/CircularQueueTest.cs
Test/arrays/HashedArrayListTest.cs
Test/arrays/SortedArrayTests.cs
Test/hashing/HashBagTests.cs
Test/hashing/HashDictionaryTests.cs
Test/hashing/HashTableTests.cs
Test/heaps/HeapTests.cs
Test/linkedlists/HashedLinkedListTest.cs
Test/linkedlists/LinkedListTest.cs
Test/templates/Clone.cs
Test/templates/Events.cs
Test/templates/GenericCollectionTester.cs
Test/templates/List.cs
Test/trees/Bag.cs
Test/trees/Dictionary.cs
Test/trees/RedBlackTreeSetTests.cs

View File

@@ -0,0 +1,8 @@
Test/AssertReportPrinter.cs
Test/Evaluator/BuildinCommands.cs
Test/Evaluator/CompletionTest.cs
Test/Evaluator/EvaluatorFixture.cs
Test/Evaluator/EvaluatorTest.cs
Test/Evaluator/ExpressionsTest.cs
Test/Evaluator/TypesTest.cs
Test/Visit/ASTVisitorTest.cs

Some files were not shown because too many files have changed in this diff Show More