summaryrefslogtreecommitdiff
path: root/Test/dafny2
Commit message (Expand)AuthorAge
* Make /autoTriggers:1 to be default. Add /autoTriggers:0 to tests that requiresGravatar qunyanm2016-03-28
* In method and iterator specifications, inline top-level predicates (exceptGravatar leino2015-10-24
* Implement workarounds for some tests that fail with /autoTriggers.Gravatar Clément Pit--Claudel2015-08-28
* Suppress many warnings in the test suite.Gravatar Clément Pit--Claudel2015-08-28
* Renamed "ghost method" to "lemma" whenever appropriate (which is most of the ...Gravatar Rustan Leino2015-07-28
* Fix: Unify column numbers in Dafny's errorsGravatar Clément Pit--Claudel2015-07-23
* Minor fixes in .expect filesGravatar Clément Pit--Claudel2015-07-16
* Fix multiple tests that relied on z3 triggering on $BoxGravatar Clément Pit--Claudel2015-07-13
* This changeset changes the default visibility of a function/predicate body ou...Gravatar leino2015-03-09
* Stop pretty-print from emitting deprecated semi-colons.Gravatar qunyanm2015-03-05
* Language change: All functions and methods declared lexically outside any cla...Gravatar leino2014-12-12
* Snapshot, to be continuedGravatar leino2014-12-02
* Refactored SnapshotableTrees a bit and made it verify in a reasonable amount ...Gravatar leino2014-11-04
* Added VC Splitting switch to dafny2/SnapshotableTrees.dfy to try to avoid som...Gravatar leino2014-10-21
* Enabled 'SnapshotableTrees.dfy' in the test suite.Gravatar wuestholz2014-09-24
* Made 'SnapshotableTrees.dfy' verify again.Gravatar wuestholz2014-09-24
* Disallow parentheses-less declarations of predicates and co-predicates, along...Gravatar leino2014-08-27
* Change behavior of 'decreases *', which can be applied to loops and methods. ...Gravatar Rustan Leino2014-08-19
* Add higher-order-functions and some other goodiesGravatar Dan Rosén2014-08-11
* Improved AnalyzeList encoding in a way that performs way better.Gravatar Rustan Leino2014-07-09
* MergeGravatar Dan Rosén2014-07-07
|\
* | New logical encoding of types with Is and IsAllocGravatar Dan Rosén2014-07-07
| * Removed the old test infrastructure.Gravatar wuestholz2014-07-01
* | Made the snapshotable trees test "unsupported" instead of "unresolved".Gravatar wuestholz2014-06-05
| * Made the snapshotable trees test "unsupported" instead of "unresolved".Gravatar wuestholz2014-06-05
|/
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
* Renamed a constructor in a test fileGravatar Rustan Leino2014-01-03
* Add support for the /verifySeparately flag in Boogie and change most tests to...Gravatar wuestholz2013-12-18
* Update an 'Answer' file.Gravatar wuestholz2013-12-10
* Change a test program to verify faster (by a factor of 10-25).Gravatar wuestholz2013-12-10
* Moved resolution of BinaryExpr.ResolveOp until the CheckTypeInference phase, ...Gravatar Rustan Leino2013-04-01
* Renamed "parallel" statement to "forall" statement, and made the parentheses ...Gravatar Rustan Leino2013-03-06
* Added tests: parallel calc, better well-formedness checks, calc expression.Gravatar Nadia Polikarpova2013-02-15
* Updated a test in dafny2 with the new calc syntax.Gravatar Nadia Polikarpova2013-02-14
* MergeGravatar Nadia Polikarpova2013-02-14
|\
| * Report error if type of a quantified variable cannot be inferredGravatar Rustan Leino2013-02-11
* | Changed calc syntax (custom operators are now written before the hint)Gravatar Nadia Polikarpova2013-02-08
|/
* renamed "abstract module" to "module facade"Gravatar Rustan Leino2012-10-22
* added two "calc" proofs (by Nadia) of the MajorityVote exampleGravatar Unknown2012-10-19
* improved and fixed compilation and resolution of assign-such-that statementsGravatar Rustan Leino2012-10-05
* Fixed some goof-ups in the test script editsGravatar Rustan Leino2012-10-04
* Added Test/dafny3 and another test file for iterators (hey, you can even run ...Gravatar Rustan Leino2012-10-04
* Use expression splitting for checking calculation stepsGravatar Nadia Polikarpova2012-09-23
* 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: some test cases for "calc" (very cool!)Gravatar Unknown2012-09-17
* Dafny: added MonotonicHeapstate refinement exampleGravatar Unknown2012-08-09
* Dafny: updated test suite to new syntaxGravatar Jason Koenig2012-07-30
* Dafny: restored soundness for refinement by disallowing certain updates and m...Gravatar Jason Koenig2012-07-11
* Dafny: reinstated autocontractsGravatar Jason Koenig2012-07-02