Skip to content

Fix SuperPMI unit test error checking#76411

Merged
BruceForstall merged 2 commits intodotnet:mainfrom
BruceForstall:AdditionalSpmiUnitTestVerification
Oct 1, 2022
Merged

Fix SuperPMI unit test error checking#76411
BruceForstall merged 2 commits intodotnet:mainfrom
BruceForstall:AdditionalSpmiUnitTestVerification

Conversation

@BruceForstall
Copy link
Contributor

@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:

@ghost ghost 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 BruceForstall force-pushed the AdditionalSpmiUnitTestVerification branch from 68c5a25 to 5d32ee8 Compare October 1, 2022 15:04
@BruceForstall
Copy link
Contributor 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