From: Aaron Robinson Date: Thu, 15 Nov 2018 02:52:35 +0000 (-0800) Subject: Disable COM tests being CrossGen'd (dotnet/coreclr#21010) X-Git-Tag: submit/tizen/20210909.063632~11030^2~3351 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ddaea7f637e7ec656cce5614e67833967c8fc9f;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable COM tests being CrossGen'd (dotnet/coreclr#21010) * Disable running CrossGen on COM tests since the CrossGen tool doesn't support app manifests on Windows. * Update ObjectStackAllocation test to use MSBuild property to disable CrossGen support. Commit migrated from https://github.com/dotnet/coreclr/commit/278c3a1eb144023db4fb90ccb5c65b99c4397de0 --- diff --git a/src/coreclr/tests/src/CLRTest.CrossGen.targets b/src/coreclr/tests/src/CLRTest.CrossGen.targets index eab4f05..7dddfa2 100644 --- a/src/coreclr/tests/src/CLRTest.CrossGen.targets +++ b/src/coreclr/tests/src/CLRTest.CrossGen.targets @@ -25,10 +25,11 @@ WARNING: When setting properties based on their current state (for example: + + diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Aggregation/NETClientAggregation.csproj b/src/coreclr/tests/src/Interop/COM/NETClients/Aggregation/NETClientAggregation.csproj index b23edaf..8204961 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Aggregation/NETClientAggregation.csproj +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Aggregation/NETClientAggregation.csproj @@ -14,6 +14,9 @@ BuildOnly + + false + true true diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/IDispatch/NETClientIDispatch.csproj b/src/coreclr/tests/src/Interop/COM/NETClients/IDispatch/NETClientIDispatch.csproj index 6d51df2..2b8bb74 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/IDispatch/NETClientIDispatch.csproj +++ b/src/coreclr/tests/src/Interop/COM/NETClients/IDispatch/NETClientIDispatch.csproj @@ -14,6 +14,9 @@ BuildOnly + + false + true true diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj index 56fcc20..56b9bd1 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj @@ -14,6 +14,9 @@ BuildOnly + + false + true true diff --git a/src/coreclr/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj b/src/coreclr/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj index 82d5d7b..b6efc07 100644 --- a/src/coreclr/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj +++ b/src/coreclr/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj @@ -27,6 +27,7 @@ + false @@ -45,7 +45,6 @@ export COMPlus_TieredCompilation=0 export COMPlus_JitMinOpts=0 export COMPlus_JitDebuggable=0 export COMPlus_JitStressModeNamesNot=STRESS_RANDOM_INLINE -unset RunCrossGen export COMPlus_JitObjectStackAllocation=1 ]]>