llvm / llvm/circt

[circt-test][verif] Un XFAIL two integration tests

Open
#9,328 3 comments 2 reactions 1 assignee View on GitHub

@fabianschuiki is already working on this.

Since Dec 10, 2025.

bug verif
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.