summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-10-08 18:28:30 -0500
committerGitHub <noreply@github.com>2018-10-08 18:28:30 -0500
commitbd5f6d16dc88624a1dbf463f5d080bdc5af50494 (patch)
treeb6b49839a60298fb829b61091c5006e30f8ac1ab /test
parent697c624dec0c292beb0ecb9aae0b01ba54c89473 (diff)
Address slow sygus regressions (#2598)
Diffstat (limited to 'test')
-rw-r--r--test/regress/CMakeLists.txt2
-rw-r--r--test/regress/Makefile.tests4
-rw-r--r--test/regress/regress2/sygus/vcb.sy2
-rw-r--r--test/regress/regress3/sixfuncs.sy (renamed from test/regress/regress2/sygus/sixfuncs.sy)2
4 files changed, 5 insertions, 5 deletions
diff --git a/test/regress/CMakeLists.txt b/test/regress/CMakeLists.txt
index 19513ada3..a7b7532f1 100644
--- a/test/regress/CMakeLists.txt
+++ b/test/regress/CMakeLists.txt
@@ -1727,7 +1727,6 @@ set(regress_2_tests
regress2/sygus/process-10-vars-2fun.sy
regress2/sygus/process-arg-invariance.sy
regress2/sygus/real-grammar-neg.sy
- regress2/sygus/sixfuncs.sy
regress2/sygus/three.sy
regress2/sygus/vcb.sy
regress2/typed_v1l50016-simp.cvc
@@ -1752,6 +1751,7 @@ set(regress_3_tests
regress3/issue2429.smt2
regress3/pp-regfile.smt
regress3/qwh.35.405.shuffled-as.sat03-1651.smt
+ regress3/sixfuncs.sy
)
#-----------------------------------------------------------------------------#
diff --git a/test/regress/Makefile.tests b/test/regress/Makefile.tests
index 5bd187e8f..523650926 100644
--- a/test/regress/Makefile.tests
+++ b/test/regress/Makefile.tests
@@ -1720,7 +1720,6 @@ REG2_TESTS = \
regress2/sygus/process-10-vars-2fun.sy \
regress2/sygus/process-arg-invariance.sy \
regress2/sygus/real-grammar-neg.sy \
- regress2/sygus/sixfuncs.sy \
regress2/sygus/three.sy \
regress2/sygus/vcb.sy \
regress2/typed_v1l50016-simp.cvc \
@@ -1740,7 +1739,8 @@ REG3_TESTS = \
regress3/incorrect2.smt \
regress3/issue2429.smt2 \
regress3/pp-regfile.smt \
- regress3/qwh.35.405.shuffled-as.sat03-1651.smt
+ regress3/qwh.35.405.shuffled-as.sat03-1651.smt \
+ regress3/sixfuncs.sy
REG4_TESTS = \
regress4/C880mul.miter.shuffled-as.sat03-348.smt \
diff --git a/test/regress/regress2/sygus/vcb.sy b/test/regress/regress2/sygus/vcb.sy
index d8d4ff9bb..e6f43fc21 100644
--- a/test/regress/regress2/sygus/vcb.sy
+++ b/test/regress/regress2/sygus/vcb.sy
@@ -1,5 +1,5 @@
; EXPECT: unsat
-; COMMAND-LINE: --sygus-out=status --no-sygus-repair-const
+; COMMAND-LINE: --sygus-out=status --no-sygus-repair-const --decision=justification
(set-logic LIA)
(synth-fun f1 ((x1 Int) (x2 Int)) Int)
diff --git a/test/regress/regress2/sygus/sixfuncs.sy b/test/regress/regress3/sixfuncs.sy
index fc4d7e5be..0acdcf25e 100644
--- a/test/regress/regress2/sygus/sixfuncs.sy
+++ b/test/regress/regress3/sixfuncs.sy
@@ -1,5 +1,5 @@
; EXPECT: unsat
-; COMMAND-LINE: --sygus-out=status
+; COMMAND-LINE: --sygus-out=status --decision=justification
(set-logic LIA)
(synth-fun f1 ((p1 Int) (P1 Int)) Int
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback