Skip to content

Commit 2ee3d30

Browse files
AndyAyersMSCopilot
andcommitted
Wire Runtime_129076 into Regression_ro_2 merged runner
Drop the standalone .csproj and add the .cs to Regression_ro_2.csproj following the pattern of recent JitBlue tests (Runtime_128631, Runtime_128801). Standalone csprojs are only needed when the test requires its own process via CLRTestEnvironmentVariable; ours doesn't. Verified: bash Regression_ro_2.sh invokes Runtime_129076.TestEntryPoint (passes on the fixed JIT, fails on the regressed JIT). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 94fe526 commit 2ee3d30

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

src/tests/JIT/Regression/JitBlue/Runtime_129076/Runtime_129076.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// so downstream uses comparing the value arithmetically (here `~v3 >= -1`)
88
// folded the wrong way.
99

10+
namespace Runtime_129076;
11+
1012
using System.Runtime.CompilerServices;
1113
using Xunit;
1214

src/tests/JIT/Regression/JitBlue/Runtime_129076/Runtime_129076.csproj

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/tests/JIT/Regression/Regression_ro_2.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<Compile Include="JitBlue\Runtime_127446\Runtime_127446.cs" />
101101
<Compile Include="JitBlue\Runtime_128631\Runtime_128631.cs" />
102102
<Compile Include="JitBlue\Runtime_128801\Runtime_128801.cs" />
103+
<Compile Include="JitBlue\Runtime_129076\Runtime_129076.cs" />
103104
</ItemGroup>
104105
<Import Project="$(TestSourceDir)MergedTestRunner.targets" />
105106
</Project>

0 commit comments

Comments
 (0)