Skip to content

Move explicit coverage entry points into separate public classes - #64708

Merged
trylek merged 1 commit into
dotnet:mainfrom
trylek:JIT-Methodical-explicit-coverage-2
Feb 3, 2022
Merged

Move explicit coverage entry points into separate public classes#64708
trylek merged 1 commit into
dotnet:mainfrom
trylek:JIT-Methodical-explicit-coverage-2

Conversation

@trylek

Copy link
Copy Markdown
Member

Previously I refactored these tests by moving the entrypoints from
the shared body_xxx source files into the test-specific expl_*
and seq_* source files but I didn't realize I'd also need to put
them into new uniquely named classes as the merged wrapper
clearly cannot distinguish 30 different methods named
AA.TestEntrypoint().

Thanks

Tomas

/cc @dotnet/jit-contrib

Previously I refactored these tests by moving the entrypoints from
the shared body_xxx source files into the test-specific expl_*
and seq_* source files but I didn't realize I'd also need to put
them into new uniquely named classes as we clearly cannot distinguish
30 methods named AA.TestEntrypoint().
Thanks
Tomas
@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

Previously I refactored these tests by moving the entrypoints from
the shared body_xxx source files into the test-specific expl_*
and seq_* source files but I didn't realize I'd also need to put
them into new uniquely named classes as the merged wrapper
clearly cannot distinguish 30 different methods named
AA.TestEntrypoint().

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-extra-platforms

@azure-pipelines

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

@trylek
trylek merged commit afbec35 into dotnet:mainFeb 3, 2022
@trylek
trylek deleted the JIT-Methodical-explicit-coverage-2 branch February 3, 2022 21:31
@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