We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c79392 commit e93dff4Copy full SHA for e93dff4
src/tests/readytorun/coreroot_determinism/coreroot_determinism.csproj
@@ -4,6 +4,9 @@
4
<CLRTestKind>BuildAndRun</CLRTestKind>
5
<CLRTestPriority>0</CLRTestPriority>
6
<CLRTestTargetUnsupported Condition="'$(RuntimeFlavor)' != 'coreclr'">true</CLRTestTargetUnsupported>
7
+ <!-- See https://github.com/dotnet/runtime/issues/50704 -->
8
+ <GCStressIncompatible>true</GCStressIncompatible>
9
+ <!-- This is an explicit crossgen test -->
10
<CrossGenTest>false</CrossGenTest>
11
<OldToolsVersion>2.0</OldToolsVersion>
12
</PropertyGroup>
0 commit comments