Unconditionally set CrossGenTest to false for readytorun/tests/mainv1 mainv2 (dotnet...
authorEgor Chesakov <Egor.Chesakov@microsoft.com>
Tue, 9 Apr 2019 19:16:51 +0000 (12:16 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2019 19:16:51 +0000 (12:16 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/5e20dd4afbe569d10db9ddf75b702bc41c492d2f

src/coreclr/tests/src/readytorun/tests/mainv1.csproj
src/coreclr/tests/src/readytorun/tests/mainv2.csproj

index cca0b41..5a58658 100644 (file)
@@ -11,6 +11,7 @@
     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
+    <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
index acf898e..f775294 100644 (file)
@@ -11,6 +11,7 @@
     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
     <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <CLRTestKind>BuildAndRun</CLRTestKind>
+    <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">