Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SuperPMI unit test error checking #76411

Merged

Conversation

BruceForstall
Copy link
Member

@BruceForstall BruceForstall commented Sep 29, 2022

We were ignoring test failures, and even ignoring if the test we wanted to run under collection actually existed. This means that at some point during recent test reconfigurations, we stopped building 10w5d_cs_do.cmd/sh but we didn't notice. Because Bytemark kept being built as before, we got at least some .mc files.

Add more checking that the programs we want to run exist, and that the tests we invoke pass.

Adjust superpmi unit test collection tests:

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Sep 29, 2022
@ghost ghost assigned BruceForstall Sep 29, 2022
@ghost
Copy link

ghost commented Sep 29, 2022

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

Issue Details

We were ignoring test failures, and even ignoring if the test we wanted to run under collection actually existed. This means that at some point during recent test reconfigurations, we stopped building 10w5d_cs_do.cmd/sh but we didn't notice. Because Bytemark kept being built as before, we got at least some .mc files.

Add more checking that the programs we want to run exist, and that the tests we invoke pass.

Author: BruceForstall
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

We were ignoring test failures, and even ignoring if the test
we wanted to run under collection actually existed. This means
that at some point during recent test reconfigurations, we
stopped building 10w5d_cs_do.cmd/sh but we didn't notice. Because
Bytemark kept being built as before, we got at least some .mc
files.

Add more checking that the programs we want to run exist, and
that the tests we invoke pass.
Add CscBench to get better C# coverage.

Disable 10w5d_cs_do.csproj due to dotnet#76421
@BruceForstall
Copy link
Member Author

@jakobbotsch @dotnet/jit-contrib PTAL

@BruceForstall BruceForstall merged commit 06ce127 into dotnet:main Oct 1, 2022
@BruceForstall BruceForstall deleted the AdditionalSpmiUnitTestVerification branch October 1, 2022 18:49
@ghost ghost locked as resolved and limited conversation to collaborators Oct 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR 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.

2 participants