summaryrefslogtreecommitdiff
path: root/test/regress/regress0/simple-uf.smt
AgeCommit message (Collapse)Author
2019-09-06Remove SMT1 parser. (#3228)Mathias Preiner
This commit removes the SMT1 parser infrastructure and adds the SMT2 translations of the SMT1 regression tests. For now this commit removes regression test regress3/pp-regfile.smt since the SMT2 translation has a file size of 887M (vs. 172K for the SMT1 version). Fixes #2948 and fixes #1313.
2019-08-04Fix regression script for incremental SMT-LIB v2 benchmarks. (#3155)Mathias Preiner
The regression script did not extract the expected status from incremental SMT-LIB v2 benchmarks correctly if status was given via (set-info :status ...). The script used re.search for finding the status, which only searches for the first occurrence instead of finding all (set-info :status ...). This commit fixes the issue by using re.findall instead.
2010-02-04assign expected-status to regressionsMorgan Deters
2010-02-04Moved regressions into various levels based on running time.Tim King
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback