Skip to content

Commit 867adee

Browse files
Move Runtime_125431 into the merged regression runner
Force optimized codegen with AggressiveOptimization instead of process-isolated tiered-compilation disabling, so the test can drop its standalone project and join Regression_ro_2. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent d3acb82 commit 867adee

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static byte M43(Vector256<byte> arg1, ref byte[] arg2)
3333
return 0;
3434
}
3535

36-
[MethodImpl(MethodImplOptions.NoInlining)]
36+
[MethodImpl(MethodImplOptions.NoInlining | MethodImplOptions.AggressiveOptimization)]
3737
private static void Problem()
3838
{
3939
Vector256<byte> vr18 = Vector256.Create<byte>(0);

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

Lines changed: 0 additions & 13 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
@@ -95,6 +95,7 @@
9595
<Compile Include="JitBlue\Runtime_125169\Runtime_125169.cs" />
9696
<Compile Include="JitBlue\Runtime_125301\Runtime_125301.cs" />
9797
<Compile Include="JitBlue\Runtime_125328\Runtime_125328.cs" />
98+
<Compile Include="JitBlue\Runtime_125431\Runtime_125431.cs" />
9899
<Compile Include="JitBlue\Runtime_126060\Runtime_126060.cs" />
99100
<Compile Include="JitBlue\Runtime_127260\Runtime_127260.cs" />
100101
<Compile Include="JitBlue\Runtime_127446\Runtime_127446.cs" />

0 commit comments

Comments
 (0)