Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

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.