summaryrefslogtreecommitdiff
path: root/Test/test1
Commit message (Collapse)AuthorAge
* Fix issue with partially-verified assertions.Gravatar Valentin Wüstholz2015-11-19
|
* Add a test.Gravatar Valentin Wüstholz2015-11-16
|
* Add a test.Gravatar Valentin Wüstholz2015-11-16
|
* Normalise line endings using a .gitattributes file. UnfortunatelyGravatar Dan Liew2015-06-28
| | | | | | this required that this commit globally modify most files. If you want to use git blame to see the real author of a line use the ``-w`` flag so that whitespace changes are ignored.
* Removed old test infrastructure files except forGravatar Dan Liew2014-05-28
| | | | | | | | | ./AbsHoudini/ ./doomed/ ./z3api/ ./test17/ because their conversion to lit incomplete.
* Fix lit test suite when running Boogie under a path that containsGravatar Dan Liew2014-05-27
| | | | spaces.
* Implemented an additional type check for assumption variables.Gravatar wuestholz2014-05-27
|
* Remove old python testing scriptsGravatar Dan Liew2014-05-11
|
* Enabled lit tests for test1/ directoryGravatar Dan Liew2014-05-06
| | | | Bizarely Array.bpl does not pass on Windows. This will be fixed soon.
* Add support for assumption variables.Gravatar wuestholz2014-04-21
|
* cleaned up the OG codeGravatar qadeer2013-08-07
| | | | enabled it to be always on
* added python scripts (work in unix and windows) for testing Z3 and CVC4 to ↵Gravatar Pantazis Deligiannis2013-07-07
| | | | many of the test suite dirs
* removed call forall and * args to callsGravatar Unknown2013-02-23
|
* Boogie and Dafny: adjustments to the test suite expected output (and a ↵Gravatar Unknown2012-09-27
| | | | temporary hack in FloydCycleDetect.dfy to be corrected shortly)
* Boogie: added type 'real' with overloaded arithmetic operations plus real ↵Gravatar boehmes2012-09-27
| | | | | | | | | division '/' and (uninterpreted) real exponentiation '**', real literals and coercion functions 'int' and 'real'; Integer operations 'div' and 'mod' are now mapped to corresponding SMT-LIB operations instead of treating them uninterpreted; Made unary minus valid Boogie syntax again (the expression '- e' used to be rewritten by the parser to '0 - e', now this is done when generating VCs); Extended the BigDec class with additional functionality; Added test cases for SMT-LIB prover backend (the Z3 API interface has been adapted accordingly, but is untested)
* Split parts of AbsyExpr.ssc into AbsyQuant.ssc. Implement lambda ↵Gravatar MichalMoskal2010-02-19
| | | | expressions; they might not yet fully work for polymorphic maps.
* Implement if-then-else expression.Gravatar MichalMoskal2010-02-18
|
* Removed Output files. These are created on a local machine when the tests ↵Gravatar rustanleino2009-08-07
| | | | are run.
* Initial set of files.Gravatar mikebarnett2009-07-15