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

..
Dec 21, 2023
Sep 5, 2024
Mar 22, 2021
Jul 10, 2024
Jul 18, 2023
Jun 18, 2024
Jul 18, 2024
Jun 12, 2024
Jun 18, 2024
Jul 5, 2024
Dec 21, 2023
Jun 18, 2024
Jul 5, 2024
Jul 12, 2024
Dec 21, 2023
Jun 18, 2024
Jun 18, 2024
Dec 25, 2024
Jan 25, 2025
Oct 28, 2024
Sep 8, 2023
Jun 12, 2024
Jul 18, 2024
Jul 5, 2024
Jul 5, 2024
Jan 23, 2024
Mar 22, 2021
Dec 27, 2024
Aug 11, 2023
Jul 5, 2024
Jul 5, 2024
Dec 8, 2022
Mar 7, 2024
Jan 20, 2022
Feb 16, 2022
Mar 22, 2021
Jan 19, 2022
Dec 18, 2023
Dec 22, 2023
Dec 18, 2023
Jul 5, 2024
Jul 5, 2024
Dec 18, 2023
Jun 12, 2024
Jul 18, 2024
Jul 5, 2024
Mar 22, 2021
Jul 5, 2024
Apr 18, 2023
Dec 18, 2023
Sep 3, 2024
Dec 22, 2023
Dec 18, 2023
Dec 29, 2021
Mar 22, 2021
Dec 18, 2023
Dec 18, 2023
May 12, 2021
Mar 28, 2021
Jul 5, 2024
Jul 5, 2024
Aug 16, 2023
Jul 5, 2024
Jun 17, 2024
Mar 10, 2017
Apr 23, 2024
Apr 23, 2024
Jul 10, 2024
Mar 24, 2024

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.