Skip to content

Add check that tests are public - #89554

Merged
trylek merged 11 commits into
dotnet:mainfrom
markples:tests-public
Aug 29, 2023
Merged

Add check that tests are public#89554
trylek merged 11 commits into
dotnet:mainfrom
markples:tests-public

Conversation

@markples

@markplesmarkples commented Jul 27, 2023

Copy link
Copy Markdown
Contributor

Add checks that test methods are public and in public types.

The xunit analyzers only check the latter, but our implementation requires the former as well.

@ghostghost assigned markplesJul 27, 2023
@markplesmarkples added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed area-System.Reflection.Metadata labels Jul 27, 2023
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/area-system-reflection-metadata
See info in area-owners.md if you want to be subscribed.

Issue Details

Note: contains #89521 and #89550

Add checks that test methods are public and in public types.

The xunit analyzers only check the latter, but our implementation requires the former as well.

Author:markples
Assignees:markples
Labels:

area-System.Reflection.Metadata

Milestone:-

@ghost

Copy link
Copy Markdown

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

Issue Details

Note: contains #89521 and #89550

Add checks that test methods are public and in public types.

The xunit analyzers only check the latter, but our implementation requires the former as well.

Author:markples
Assignees:markples
Labels:

area-CodeGen-coreclr

Milestone:-

@trylek
trylek marked this pull request as ready for review August 22, 2023 16:30
@trylek

Copy link
Copy Markdown
Member

/azp run runtime-coreclr outerloop

@trylek

Copy link
Copy Markdown
Member

/azp run runtime-extra-platforms

@azure-pipelines

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

1 similar comment
@azure-pipelines

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

@trylek

trylek commented Aug 22, 2023

Copy link
Copy Markdown
Member

Runtime and outerloop are clean and the runtime-extra-platforms doesn't look any worse compared to recent runs, merging in once approved :-).

@trylek
trylek merged commit 4187876 into dotnet:mainAug 29, 2023
@ghostghost locked as resolved and limited conversation to collaborators Sep 28, 2023
@markples
markples deleted the tests-public branch September 28, 2023 23:34
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclrCLR 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.

3 participants

@markples@trylek@jkoritzinsky