This folder contains the CProver regression test-suite.
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.
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.