[circt-test][verif] Un XFAIL two integration tests
@fabianschuiki is already working on this.
Since Dec 10, 2025.
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 524
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 46
Description
In https://github.com/llvm/circt/commit/2b42ecb45a375789ab2a7054deda593f9fd19e74, two tests were marked XFAIL due to them seemingly having issues with empty verif.formal ops due to optimizations causing the removal of the only assertions defined in the verif.formal bodies. Specifically, things like assert(true) are now removed. However, the tooling seems to dislike this as it is a "nothing to prove" misconfiguration.
While sby was happy with a formulation of cover(true), circt-bmc seemed to not take this.
Get these tests re-enabled.
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.
Assessment
This issue has not been assessed yet.