summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-12-10 09:09:05 -0600
committerGitHub <noreply@github.com>2020-12-10 09:09:05 -0600
commit37f51226cc8a96fc699648068f8c72a2f0832f51 (patch)
tree5f1ad22a455622b14e331dba112b2b9110ad0b66 /test/regress/regress0/quantifiers
parentad8d70c5481266a58ceefe41fc0ec46083ba5d6e (diff)
Refactor regressions (#5639)
This adds a net +82 regressions to regress[0-2] and adds several additional disabled regressions to regress3 and regress4. This involved fixing the status on several regressions, and ensuring CMakeLists.txt includes all files (exactly once) in the test/regress/ subdirectory. It also moves several regressions to the proper regression levels (those that take >30 seconds in debug are moved to regress3+).
Diffstat (limited to 'test/regress/regress0/quantifiers')
-rw-r--r--test/regress/regress0/quantifiers/issue4476-ext-rew.smt27
-rw-r--r--test/regress/regress0/quantifiers/qbv-multi-lit-uge.smt22
2 files changed, 1 insertions, 8 deletions
diff --git a/test/regress/regress0/quantifiers/issue4476-ext-rew.smt2 b/test/regress/regress0/quantifiers/issue4476-ext-rew.smt2
deleted file mode 100644
index 8f1d8285d..000000000
--- a/test/regress/regress0/quantifiers/issue4476-ext-rew.smt2
+++ /dev/null
@@ -1,7 +0,0 @@
-; COMMAND-LINE: --sygus-inst --no-check-models
-; EXPECT: sat
-(set-logic NRA)
-(set-info :status sat)
-(set-option :ext-rewrite-quant true)
-(assert (exists ((a Real) (b Real)) (forall ((c Real)) (= (/ b (/ 1 c)) 0))))
-(check-sat)
diff --git a/test/regress/regress0/quantifiers/qbv-multi-lit-uge.smt2 b/test/regress/regress0/quantifiers/qbv-multi-lit-uge.smt2
index b6095fcab..b7f245c7d 100644
--- a/test/regress/regress0/quantifiers/qbv-multi-lit-uge.smt2
+++ b/test/regress/regress0/quantifiers/qbv-multi-lit-uge.smt2
@@ -1,4 +1,4 @@
-; COMMAND-LINE: --cegqi-bv --no-cegqi-full
+; COMMAND-LINE: --cegqi-bv
; EXPECT: sat
(set-logic BV)
(set-info :status sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback