summaryrefslogtreecommitdiff
path: root/test/regress/Makefile.tests
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-08-20 20:23:09 -0700
committerGitHub <noreply@github.com>2018-08-20 20:23:09 -0700
commit29b2e5a74eb007f04a18e01d7a9c21eff577c9b1 (patch)
treeb6ea5c072884fd78bd3a0dfec9b0b45ebf0d3b25 /test/regress/Makefile.tests
parenta82837a03cf3bd33f906901f45b2c6f36cf420de (diff)
Remove support for *.expect files in regressions (#2341)
Currently, we can optionally specify an *.expect file with the metadata of a regression test. This commit removes that option because it was not widely used, adds maintenance overhead and makes the transition to a new build system more cumbersome. Regression files can still be fed to a solver without removing the metadata first since they are in comments of the corresponding input format (note that this was not always the case, it changed in efc6163629c6c5de446eccfe81777c93829995d5).
Diffstat (limited to 'test/regress/Makefile.tests')
-rw-r--r--test/regress/Makefile.tests43
1 files changed, 0 insertions, 43 deletions
diff --git a/test/regress/Makefile.tests b/test/regress/Makefile.tests
index 383ee5162..08f64a925 100644
--- a/test/regress/Makefile.tests
+++ b/test/regress/Makefile.tests
@@ -2016,46 +2016,3 @@ DISABLED_TESTS = \
regress2/quantifiers/small-bug1-fixpoint-3.smt2 \
regress2/xs-11-20-5-2-5-3.smt \
regress2/xs-11-20-5-2-5-3.smt2
-
-TESTS_EXPECT = \
- regress0/arith/miplib-opt1217--27.smt.expect \
- regress0/arith/miplib-pp08a-3000.smt.expect \
- regress0/decision/aufbv-fuzz01.smt.expect \
- regress0/decision/bitvec0.delta01.smt.expect \
- regress0/decision/bitvec0.smt.expect \
- regress0/decision/bitvec5.smt.expect \
- regress0/decision/bug347.smt.expect \
- regress0/decision/bug374a.smt.expect \
- regress0/decision/bug374b.smt2.expect \
- regress0/decision/just_sat.expect \
- regress0/decision/just_unsat.expect \
- regress0/decision/pp-regfile.delta01.smt.expect \
- regress0/decision/pp-regfile.delta02.smt.expect \
- regress0/decision/quant-ex1.smt2.expect \
- regress0/decision/uflia-xs-09-16-3-4-1-5.delta03.smt.expect \
- regress0/decision/uflia-xs-09-16-3-4-1-5.smt.expect \
- regress0/decision/wchains010ue.delta02.smt.expect \
- regress0/decision/wchains010ue.smt.expect \
- regress0/expect/scrub.01.smt.expect \
- regress0/expect/scrub.03.smt2.expect \
- regress0/quantifiers/bug291.smt2.expect \
- regress0/uflia/check02.smt2.expect \
- regress0/uflia/check03.smt2.expect \
- regress0/uflia/check04.smt2.expect \
- regress0/uflia/check04.smt2.expect \
- regress0/uflia/stalmark_e7_27_e7_31.ec.minimized.smt2.expect \
- regress0/uflia/tiny.smt2.expect \
- regress1/bug216.smt2.expect \
- regress1/bug590.smt2.expect \
- regress1/decision/quant-Arrays_Q1-noinfer.smt2.expect \
- regress1/decision/quant-symmetric_unsat_7.smt2.expect \
- regress1/push-pop/bug216.smt2.expect \
- regress1/simplification_bug4.smt2.expect \
- regress1/uflia/DRAGON_11_e1_2450.ec.minimized.smt2.expect \
- regress1/uflia/FIREFLY_3_e2_2236_e7_3681.ec.core.smt2.expect \
- regress1/uflia/speed2_e8_449_e8_517.ec.smt2.expect \
- regress1/uflia/stalmark_e7_27_e7_31.ec.smt2.expect \
- regress2/FIREFLY_3_e2_2236_e7_3681.ec.minimized.smt2.expect \
- regress2/uflia-error0.smt2.expect \
- regress2/xs-09-16-3-4-1-5.decn.smt.expect \
- regress3/pp-regfile.smt.expect
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback