summaryrefslogtreecommitdiff
path: root/Test/vstte2012/RingBufferAuto.dfy
Commit message (Collapse)AuthorAge
* Cleaned up a test programGravatar Rustan Leino2014-07-08
|
* Invert LHS sub-expressions in forall assignment statements, which gives the ↵Gravatar Rustan Leino2014-06-24
| | | | opportunity to designate a good trigger.
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
|
* Added an assert to help the theorem prover out in the RingBuffer.Enqueue method.Gravatar Rustan Leino2013-07-29
|
* Changed ranking function for Seq, so that it's compatible with data types.Gravatar Unknown2013-06-26
|
* Reverted some accidental changes to a test caseGravatar Rustan Leino2013-02-11
|
* Renamed a variable in some test casesGravatar Rustan Leino2013-02-02
|
* Dafny: removed a now-inferred type-parameter instantiation in a test fileGravatar Unknown2012-03-07
|
* Dafny: added ghost modules (the meaning is simply that such a module will ↵Gravatar Rustan Leino2012-03-07
| | | | | | | not be compiled) Dafny: improved :autocontracts heuristic for detecting "simple query method" Dafny: fixed some bugs
* Dafny: added experimental feature {:autocontracts} to de-clutter idiomatic ↵Gravatar Unknown2012-03-05
specifications