[CI] List which tests were unsupported
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 524
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 46
Description
Currently, test runs in CI only shows a passed/failed/unsupported split (https://github.com/llvm/circt/actions/runs/3045345694/jobs/4906793030#step:7:68).
In case a test is picked up as unsupported, but one actually would've liked for CI to check it, it would be nice if the test run would explicitly list which tests were unsupported. This should help triaging as well as allow better finger-pointing when that set of unsupported integration tests inevitably grows.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start from the CI test run output shown in the linked GitHub Actions job and trace where the passed/failed/unsupported summary is produced. Identify how unsupported tests are classified, then verify that the output explicitly names them and still supports triaging the integration-test set.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100