We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ba5d9 commit 9fab445Copy full SHA for 9fab445
regression/contracts/quantifiers-loop-02/test.desc
@@ -1,4 +1,4 @@
1
-CORE smt-backend
+CORE smt-backend broken-cprover-smt-backend
2
main.c
3
--apply-loop-contracts _ --z3
4
^EXIT=0$
@@ -14,9 +14,5 @@ This test case checks the handling of a universal quantifier, with a symbolic
14
upper bound, within a loop invariant.
15
16
TODO: This test should:
17
-- be tagged `smt-backend`:
18
- because the SAT backend does not support (simply ignores) `forall` in negative (e.g. assume) contexts.
19
-- be tagged `broken-cprover-smt-backend`:
20
- because the CPROVER SMT2 solver cannot handle (errors out on) `forall` in negative (e.g. assume) contexts.
21
- not use the `_ --z3` parameters:
22
once SMT-related tags are supported by the `Makefile`.
0 commit comments