Skip to content

Conversation

@janvorli
Copy link
Member

When changing the test recently, I have missed the conv.i4 that I should have removed from the preexisting code. The test was passing when runincontext was passed to the coreclr test run, so I have incorrectly assumed that it will work in regular runs too.

@janvorli janvorli added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Dec 19, 2022
@janvorli janvorli self-assigned this Dec 19, 2022
@ghost
Copy link

ghost commented Dec 19, 2022

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak
See info in area-owners.md if you want to be subscribed.

Issue Details

When changing the test recently, I have missed the conv.i4 that I should have removed from the preexisting code. The test was passing when runincontext was passed to the coreclr test run, so I have incorrectly assumed that it will work in regular runs too.

Author: janvorli
Assignees: janvorli
Labels:

area-CodeGen-coreclr

Milestone: -

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm confused: the main branch contains:

call	native int _ldarg::args(native int)

but GitHub is showing me the baseline of:

call	int32 _ldarg::args(int32)

?

@BruceForstall
Copy link
Contributor

Note that you need to trigger outerloop tests if you want this test to actually run.

@BruceForstall BruceForstall mentioned this pull request Dec 19, 2022
When changing the test recently, I have missed the conv.i4 that I should
have removed from the preexisting code. The test was passing when
`runincontext` was passed to the coreclr test run, so I have incorrectly
assumed that it will work in regular runs too.
@janvorli
Copy link
Member Author

@BruceForstall I've accidentally made the change against an old main. I've just force pushed a fixed one.

@janvorli
Copy link
Member Author

/azp run runtime-coreclr outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@BruceForstall
Copy link
Contributor

The pri-0 test build failed due to some nuget problem, but the outerloop test run succeeded, so I'm going to merge this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants