Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove aggressiveoptimization
Since we test with TC on and off in innerloop we can allow it to test
both flavors.
  • Loading branch information
jakobbotsch committed Nov 23, 2021
commit 37b0ac41e2f2818b979fb367c1b41fc085f9764e
8 changes: 4 additions & 4 deletions src/tests/JIT/Directed/debugging/debuginfo/tests.il
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
.class public auto ansi beforefieldinit DebugInfoMethods
extends [System.Runtime]System.Object
{
.method public hidebysig static void TestUninlined() cil managed aggressiveoptimization
.method public hidebysig static void TestUninlined() cil managed
{
.custom instance void [attribute]ExpectedILMappings::.ctor() = {
property int32[] Debug = int32[2]( 0 6 )
Expand All @@ -53,7 +53,7 @@
IL_000c: ret
}

.method public hidebysig static int32 TestLateFailingInlineCandidate() cil managed aggressiveoptimization
.method public hidebysig static int32 TestLateFailingInlineCandidate() cil managed
{
.custom instance void [attribute]ExpectedILMappings::.ctor() = {
property int32[] Debug = int32[2]( 0 6 )
Expand All @@ -71,7 +71,7 @@
IL_000f: ret
}

.method public hidebysig static int32 TestSucceedingInlineCandidate() cil managed aggressiveoptimization
.method public hidebysig static int32 TestSucceedingInlineCandidate() cil managed
{
// We still expect a mapping where the call was inlined.
.custom instance void [attribute]ExpectedILMappings::.ctor() = {
Expand All @@ -90,7 +90,7 @@
IL_000f: ret
}

.method public hidebysig static int32 TestControlFlow(int32 arg) cil managed aggressiveoptimization
.method public hidebysig static int32 TestControlFlow(int32 arg) cil managed
{
.custom instance void [attribute]ExpectedILMappings::.ctor() = {
// Note: We really would want to validate that we are generating mappings for every call instruction in debug,
Expand Down