Skip to content

Commit 9fab445

Browse files
author
martin
committed
Correctly tag a test case that requires Z3
1 parent 90ba5d9 commit 9fab445

File tree

1 file changed

+1
-5
lines changed
  • regression/contracts/quantifiers-loop-02

1 file changed

+1
-5
lines changed

regression/contracts/quantifiers-loop-02/test.desc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE smt-backend
1+
CORE smt-backend broken-cprover-smt-backend
22
main.c
33
--apply-loop-contracts _ --z3
44
^EXIT=0$
@@ -14,9 +14,5 @@ This test case checks the handling of a universal quantifier, with a symbolic
1414
upper bound, within a loop invariant.
1515

1616
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.
2117
- not use the `_ --z3` parameters:
2218
once SMT-related tags are supported by the `Makefile`.

0 commit comments

Comments
 (0)