summaryrefslogtreecommitdiff
path: root/Test
Commit message (Expand)AuthorAge
* 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: 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
* Dafny: allow 'decreases *' (that is, non-terminating recursion) on tail-recur...Gravatar Rustan Leino2012-09-09
* Dafny: Fixed a test that would fail with Z3 4.1.Gravatar wuestholz2012-09-07
* Dafny: fixed bug in checking postconditions of functions that mention the res...Gravatar Unknown2012-08-29
* Dafny and Boogie: get rid of 'static' fields in parserGravatar Rustan Leino2012-08-21
* Also updated test15Gravatar Rustan Leino2012-08-14
* Update test suite for commit 8a59fbb7ee34.Gravatar Peter Collingbourne2012-08-14
* Dafny: added heuristics for finding witnesses in assign-such-that checkingGravatar Unknown2012-08-10
* Dafny: added MonotonicHeapstate refinement exampleGravatar Unknown2012-08-09
* Dafny: fixed bug in reverifying allowing old locals to be modified.Gravatar Jason Koenig2012-08-01
* Dafny: support opening modules into the local scopeGravatar Jason Koenig2012-07-30
* Dafny: updated test suite to new syntaxGravatar Jason Koenig2012-07-30
* Dafny: removed allocated, changed semantics of freshGravatar Jason Koenig2012-07-29
* Dafny: allowed strictly finite datatypes in comprehensions, quantifiers, and ...Gravatar Jason Koenig2012-07-17
* Dafny: compilation of abstract modules, including local definitions (as in mo...Gravatar Jason Koenig2012-07-17
* Dafny: fixed bug in which old locals were not properly forbidden from being m...Gravatar Jason Koenig2012-07-12
* MergeGravatar Unknown2012-07-12
|\
| * Dafny: restored soundness for refinement by disallowing certain updates and m...Gravatar Jason Koenig2012-07-11
| * Dafny: fixed translation bug in maps with objects in the domain, added test caseGravatar Jason Koenig2012-07-11
* | Dafny: added a copredicate test caseGravatar Unknown2012-07-11
|/
* MergeGravatar Unknown2012-07-10
|\
| * MergeGravatar Rustan Leino2012-07-09
| |\
| * | Dafny: More work on the coinduction principleGravatar Rustan Leino2012-07-09
| | * MergeGravatar Jason Koenig2012-07-09
| | |\
| | * | Dafny: fixed test caseGravatar Jason Koenig2012-07-09
| | | * GPUVerify: add beginnings of a test suiteGravatar Peter Collingbourne2012-07-04
| | |/
| | * Dafny: types can now be qualified with full module pathsGravatar Jason Koenig2012-07-06
| |/ |/|
| * MergeGravatar Rustan Leino2012-07-03
| |\ | |/ |/|
| * Dafny: added copredicatesGravatar Rustan Leino2012-07-03
* | Dafny: reinstated autocontractsGravatar Jason Koenig2012-07-02
|/
* Boogie: updated test15/Answer (which showed as a permutation of the previous ...Gravatar Rustan Leino2012-06-29
* Dafny: fixed up test suite (temporarily removed autocontract tests)Gravatar Jason Koenig2012-06-28
* Dafny: fixed some test casesGravatar Jason Koenig2012-06-28
* Dafny: MergeGravatar Jason Koenig2012-06-27
|\
| * Undo bad merge.Gravatar afd2012-06-27
| * MergeGravatar Unknown2012-06-25
| |\
| | * Dafny: now, equality-support determination and checking feels ripe; so, codat...Gravatar Rustan Leino2012-06-22
| | * Dafny: mark code for equality-support determination tentativeGravatar Unknown2012-06-22
| | * Dafny: equality-support test cases. This is just a snapshot--some things sti...Gravatar Unknown2012-06-22
| | * Dafny: deal with equality-support issues in refinementsGravatar Unknown2012-06-22
| | * Dafny: Since it's no longer true that all types support equality at run-time ...Gravatar Unknown2012-06-21
| * | MergeGravatar Unknown2012-06-21
| |\|