summaryrefslogtreecommitdiff
path: root/Test
Commit message (Expand)AuthorAge
* Removed Dafny, Jennisys, Chalice, and BCT, which now live in different Codepl...Gravatar Rustan Leino2013-03-05
* fixed a bug in ogGravatar Unknown2013-03-04
* fixed bugs in both parallel calls and linear stuff (reported by Chris)Gravatar Unknown2013-03-03
* bug in OG for parallel callGravatar Unknown2013-03-02
* added parallel callsGravatar Unknown2013-03-01
* removed call forall and * args to callsGravatar Unknown2013-02-23
* fixed bugs in typechecking of linear setsGravatar Unknown2013-02-13
* Add another test fileGravatar Unknown2013-02-12
* fixed another bug reported by ChrisHawGravatar Unknown2013-02-12
* finished the sampleGravatar Unknown2013-02-05
* Further bug fixes in OGGravatar Unknown2013-02-05
* fixed bug in OGGravatar Unknown2013-02-01
* handling old() in stable assertionsGravatar Unknown2013-01-30
* updated answer filesGravatar Unknown2013-01-25
* Refactored code that generates an axiom for a function, and changed the prett...Gravatar Rustan Leino2013-01-17
* Allow attributes on procedure formals, function formals, and bound variablesGravatar Unknown2013-01-07
* bug fix for interaction between inlining and loopsGravatar Unknown2013-01-04
* More stuff for abstract houdini; updated test caseGravatar Unknown2012-12-10
* Disengaged Dafny testsGravatar Rustan Leino2012-11-20
* Added Abstract Houdini: an implementation of Houdini based on abstract domains.Gravatar Unknown2012-11-05
* MergeGravatar Unknown2012-10-22
|\
* | include Test/datatypesGravatar Unknown2012-10-22
| * Dafny: adjusted Answer file for reorderingGravatar Rustan Leino2012-10-18
|/
* Dafny: fixed mergeGravatar Rustan Leino2012-10-04
* MergeGravatar Rustan Leino2012-10-04
|\
* | Dafny: complete implementation of iteratorsGravatar Rustan Leino2012-10-03
* | Dafny: automatically update iterator _new field upon allocationsGravatar Rustan Leino2012-10-03
* | Dafny: good error locations for yield statements; other iterator improvements...Gravatar Rustan Leino2012-10-03
* | Dafny: more part of verifying iteratorsGravatar Rustan Leino2012-10-03
* | Dafny: changed iterator body to resolve to implicit fields rather than to the...Gravatar Rustan Leino2012-10-02
* | Dafny: incomplete snapshot of verification of iteratorsGravatar Rustan Leino2012-10-02
| * MergeGravatar Nadia Polikarpova2012-09-29
| |\
| | * Dafny: removed div/mod axioms, since Boogie now interprets div/modGravatar Unknown2012-09-28
| | * Boogie and Dafny: adjustments to the test suite expected output (and a tempor...Gravatar Unknown2012-09-27
| | * Boogie: added type 'real' with overloaded arithmetic operations plus real div...Gravatar boehmes2012-09-27
| | * Boogie: new syntax for integer division and modulus: use div and mod instead ...Gravatar boehmes2012-09-27
| | * Removed AIFramework from Boogie -- use native trivial or native interval-base...Gravatar boehmes2012-09-27
* | | Dafny: compile iteratorsGravatar Rustan Leino2012-09-26
* | | Dafny: added test cases for resolving iteratorsGravatar Rustan Leino2012-09-25
* | | Dafny: added iterators; for now, only parsing and resolving (and printing and...Gravatar Rustan Leino2012-09-25
| * | Use expression splitting for checking calculation stepsGravatar Nadia Polikarpova2012-09-23
| * | Bugfix in the translation of calc statements (oops), added more resolution an...Gravatar Nadia Polikarpova2012-09-21
| * | Added tests for parsing and resolution of calc statementsGravatar Nadia Polikarpova2012-09-21
| * | Allow multiple calc/block statements in a hint. Removed the empty calc test f...Gravatar Nadia Polikarpova2012-09-19
| * | Allow empty calc statementsGravatar Nadia Polikarpova2012-09-19
| |/
| * Dafny: Updated a test that would take a long time (almost 2h) to verify with ...Gravatar wuestholz2012-09-18
| * Dafny: some test cases for "calc" (very cool!)Gravatar Unknown2012-09-17
|/
* Updated test 'livevars' that would fail with Z3 4.1 (alternative error trace).Gravatar wuestholz2012-09-12
* Updated test 'test15' that would fail with Z3 4.1 (different ordering of elem...Gravatar wuestholz2012-09-12
* Dafny: improved checking of inherited postconditions (in refinements)Gravatar Unknown2012-09-10