summaryrefslogtreecommitdiff
path: root/test/regress/regress1/push-pop
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-05-21 16:46:48 -0500
committerGitHub <noreply@github.com>2021-05-21 21:46:48 +0000
commit0e9fed387aaf5d0cb1844ab20551fbebfcb8893d (patch)
treeeae04bb949859b150c35803f764e8f7a4d47794c /test/regress/regress1/push-pop
parent8829c2cbb569296c188ef4285c7fe9568148f48a (diff)
Fix tests of unsat cores (#6593)
This updates all regressions that pass check-unsat-cores to enable check-unsat-cores. This includes any incremental benchmark, which was disabled in run_regression.py previously. It adds --no-check-unsat-cores to a few corner benchmarks that were previously disabled based on --incremental. It also reverts a change to when proofs are disabled: options like sygus-inference should not permit proofs (or unsat cores).
Diffstat (limited to 'test/regress/regress1/push-pop')
-rw-r--r--test/regress/regress1/push-pop/quant-fun-proc.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/push-pop/quant-fun-proc.smt2 b/test/regress/regress1/push-pop/quant-fun-proc.smt2
index 2a12cb677..2b5c6cab9 100644
--- a/test/regress/regress1/push-pop/quant-fun-proc.smt2
+++ b/test/regress/regress1/push-pop/quant-fun-proc.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --incremental --fmf-fun --macros-quant --macros-quant-mode=ground --no-check-models
+; COMMAND-LINE: --incremental --fmf-fun --macros-quant --macros-quant-mode=ground --no-check-models --no-check-unsat-cores
(set-logic UFLIA)
(define-fun f ((x Int)) Int x)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback