From bd5f6d16dc88624a1dbf463f5d080bdc5af50494 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Mon, 8 Oct 2018 18:28:30 -0500 Subject: [PATCH] Address slow sygus regressions (#2598) --- test/regress/CMakeLists.txt | 2 +- test/regress/Makefile.tests | 4 ++-- test/regress/regress2/sygus/vcb.sy | 2 +- test/regress/{regress2/sygus => regress3}/sixfuncs.sy | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename test/regress/{regress2/sygus => regress3}/sixfuncs.sy (95%) 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 similarity index 95% rename from test/regress/regress2/sygus/sixfuncs.sy rename to 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 -- 2.30.2