From: Mike McLaughlin Date: Sat, 4 Jan 2020 03:32:34 +0000 (-0800) Subject: Add dual .NET Core/desktop CLR runtime test X-Git-Tag: submit/tizen_5.5/20200504.045052~11^2^2~184 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f0c9a7198a6b8a9f99d316f524a60c0914b5ae6;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Add dual .NET Core/desktop CLR runtime test Added an desktop host native DLL that the modified WebApp3 debuggee optionally pinvokes to start the desktop CLR. An modified SymbolTestDll is the managed assembly that this desktop host loads and runs. Fixed bug in GetClrModuleImages. --- diff --git a/src/SOS/CMakeLists.txt b/src/SOS/CMakeLists.txt index 4d567398e..07cf24bd6 100644 --- a/src/SOS/CMakeLists.txt +++ b/src/SOS/CMakeLists.txt @@ -11,6 +11,7 @@ if(WIN32) add_compile_options(/Zl) # omit default library name in .OBJ add_subdirectory(runcommand) + add_subdirectory(SOS.UnitTests/Debuggees/DesktopClrHost) endif(WIN32) add_definitions(-D_SECURE_SCL=0) diff --git a/src/SOS/SOS.UnitTests/ConfigFiles/Windows/Debugger.Tests.Config.txt b/src/SOS/SOS.UnitTests/ConfigFiles/Windows/Debugger.Tests.Config.txt index a6221d512..ef06736e0 100644 --- a/src/SOS/SOS.UnitTests/ConfigFiles/Windows/Debugger.Tests.Config.txt +++ b/src/SOS/SOS.UnitTests/ConfigFiles/Windows/Debugger.Tests.Config.txt @@ -22,6 +22,7 @@ $(RootBinDir)\tmp\$(TargetConfiguration)\dumps $(RootBinDir)\bin\SOS.UnitTests\$(TargetConfiguration)\netcoreapp2.0\publish\runtimes\win-$(TargetArchitecture)\native\cdb.exe $(InstallDir)\runcommand.dll + net462 $(RepoRootDir)\src\SOS\SOS.UnitTests\Debuggees sdk.prebuilt @@ -104,10 +105,19 @@ $(AspNetCoreVersion21)