Skip to content

Deduplicate class names under JIT/Methodical/cctor - #64710

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

Deduplicate class names under JIT/Methodical/cctor#64710
trylek merged 1 commit into
dotnet:mainfrom
trylek:JIT-Methodical-cctor

Conversation

@trylek

Copy link
Copy Markdown
Member

In this particular class of tests deduplicating tests via namespace names
(which is what my rewriting tool does by default) is not useful as they use common
modules expecting the namespaces to match. For this reason I have manually
deduplicated the class names instead. (In case of the one IL test, we can use
namespace deduplication, we just need to get rid of the super-common type
names like A or B).

Thanks

Tomas

/cc @dotnet/jit-contrib

In this particular class of tests deduplicating tests via
namespace names is not useful as they use common modules
expecting the namespaces to match.
Thanks
Tomas
@trylektrylek added the area-Infrastructure-coreclr Only use for closed issues label Feb 3, 2022
@trylektrylek added this to the 7.0.0 milestone Feb 3, 2022
@ghost

ghost commented Feb 3, 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

In this particular class of tests deduplicating tests via namespace names
(which is what my rewriting tool does by default) is not useful as they use common
modules expecting the namespaces to match. For this reason I have manually
deduplicated the class names instead. (In case of the one IL test, we can use
namespace deduplication, we just need to get rid of the super-common type
names like A or B).

Thanks

Tomas

/cc @dotnet/jit-contrib

Author:trylek
Assignees:-
Labels:

area-Infrastructure-coreclr

Milestone:7.0.0

@ghostghost assigned trylekFeb 3, 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).

@trylek
trylek merged commit 96d984c into dotnet:mainFeb 3, 2022
@trylek
trylek deleted the JIT-Methodical-cctor branch February 3, 2022 21:35
@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