Skip to content

Clean up remaining tests under JIT/Methodical using Environment.Exit - #64706

Merged
trylek merged 2 commits into
dotnet:mainfrom
trylek:SwitchTestCleanup
Feb 3, 2022
Merged

Clean up remaining tests under JIT/Methodical using Environment.Exit#64706
trylek merged 2 commits into
dotnet:mainfrom
trylek:SwitchTestCleanup

Conversation

@trylek

Copy link
Copy Markdown
Member

I have manually rewritten the few remaining tests under JIT/Methodical to stop using Environment.Exit
to report their results (this was preventing in-process execution and subsequently their merging).

Thanks

Tomas

/cc @dotnet/jit-contrib

@trylektrylek added the area-Infrastructure-coreclr Only use for closed issues label Feb 2, 2022
@trylektrylek added this to the 7.0.0 milestone Feb 2, 2022
@ghost

ghost commented Feb 2, 2022

Copy link
Copy Markdown

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

Issue Details

I have manually rewritten the few remaining tests under JIT/Methodical to stop using Environment.Exit
to report their results (this was preventing in-process execution and subsequently their merging).

Thanks

Tomas

/cc @dotnet/jit-contrib

Author:trylek
Assignees:-
Labels:

area-Infrastructure-coreclr

Milestone:7.0.0

@ghostghost assigned trylekFeb 2, 2022
@trylek

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-coreclr outerloop

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@BruceForstallBruceForstall left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

test_implicit is tricky, but AFAICT the change looks ok.

Comment threadsrc/tests/JIT/Methodical/tailcall/test_implicit.il Outdated
@trylek

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-coreclr outerloop

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@trylek
trylek merged commit 76f96a0 into dotnet:mainFeb 3, 2022
@trylek
trylek deleted the SwitchTestCleanup branch February 3, 2022 21:28
@ghostghost locked as resolved and limited conversation to collaborators Mar 6, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Infrastructure-coreclrOnly use for closed issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@trylek@BruceForstall