Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

c2744a8 · Jan 25, 2025

History

History

regression

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CProver Regression Tests

This folder contains the CProver regression test-suite.

Tags

Backend

  • smt-backend: These tests require the SMT backend and do not work with the SAT backend. For example, quantified predicates are not fully supported in SAT.
  • broken-smt-backend: These tests are blocked on missing / buggy goto -> SMT translation rules, and therefore do not work with any SMT solver.
  • thorough-smt-backend: These tests are too slow to be run in CI with the SMT backend.

Solver

  • broken-cprover-smt-backend: These tests are known to not work with CPROVER SMT2.
  • thorough-cprover-smt-backend: These tests are too slow to be run in CI with CPROVER SMT2.
  • broken-z3-smt-backend: These tests are known to not work with Z3 (the version running on our CI).
  • thorough-z3-smt-backend: These tests are too slow to be run in CI with Z3.