File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<ItemGroup >
3
- <!-- Issue: https://github.com/dotnet/runtime/issues/87879 -->
4
- <ProjectsToSkip Include =" opt/rngchk/RngchkStress2_o.csproj" />
5
- <ProjectsToSkip Include =" opt/cse/hugeSimpleExpr1.csproj" />
6
-
7
- <MergedWrapperProjectReference Include =" opt/**/*.??proj" Exclude =" @(ProjectsToSkip)" />
3
+ <MergedWrapperProjectReference Include =" opt/**/*.??proj" />
8
4
</ItemGroup >
9
5
10
6
<Import Project =" $(TestSourceDir)MergedTestRunner.targets" />
Original file line number Diff line number Diff line change 4
4
<RequiresProcessIsolation >true</RequiresProcessIsolation >
5
5
<!-- Timeout on Arm64 -->
6
6
<GCStressIncompatible >true</GCStressIncompatible >
7
+ <!-- Issue: https://github.com/dotnet/runtime/issues/87879 -->
8
+ <DisableProjectBuild >true</DisableProjectBuild >
7
9
</PropertyGroup >
8
10
<PropertyGroup >
9
11
<DebugType >Full</DebugType >
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<DebugType >PdbOnly</DebugType >
4
4
<Optimize >True</Optimize >
5
+ <!-- Issue: https://github.com/dotnet/runtime/issues/87879 -->
6
+ <DisableProjectBuild >true</DisableProjectBuild >
5
7
</PropertyGroup >
6
8
<ItemGroup >
7
9
<Compile Include =" RngchkStress2.cs" />
You can’t perform that action at this time.
0 commit comments