[Mono][Test] Make Interpreter Lane Run Interpreter#54201
[Mono][Test] Make Interpreter Lane Run Interpreter#54201naricc wants to merge 6 commits intodotnet:mainfrom
Conversation
|
Tagging subscribers to this area: @directhex Issue DetailsThis fixes an error where the mono interpreter test lane is not actually running the interpreter. It also adds a test so that can not easily be broken in the future. This is a draft while I make sure everything is working in CI.
|
|
@imhameed This is the test I mentioned last Friday, to verify we are running the interpreter. |
|
FYI, my RP which includes the interpreter fix has been merged #54084 Please continue with this PR to check in the test. |
ca3fe52 to
0786f17
Compare
57924e2 to
4a59ba1
Compare
src/tests/baseservices/monointerpreter/runningmonointerpreter.cs
Outdated
Show resolved
Hide resolved
|
@naricc Are you still working on this? |
|
@steveisok For some reason the filter in issues.targets wasn't working correctly, and I got distracted from looking into why. I will finish it up or close it. |
|
I haven't had a chance to look at this before vacation, so I am closing it for now, but I think it is worth reopening in the future. |
Add a test to verify mono interpreter lanes are running the interpreter.