summaryrefslogtreecommitdiff
path: root/Test
Commit message (Expand)AuthorAge
* MergeGravatar leino2015-06-25
|\
* | Tried to reduce frame-axiom instantiations by saying the earlier heap must be...Gravatar leino2015-06-25
* | Removed unneeded :heapQuantifier from test case (rendinging this attribute cu...Gravatar leino2015-06-25
| * Fix various bugs in nested match patterns listed in issue #83Gravatar qunyanm2015-06-19
|/
* Changed logical order of requires and reads clauses on functions. Reads clausesGravatar Rustan Leino2015-06-15
* Do postponsed reads checking also for the body of functions -- see Test/dafny...Gravatar Rustan Leino2015-06-15
* Some more reads testsGravatar Rustan Leino2015-06-15
* More reads testsGravatar Rustan Leino2015-06-15
* Postpone reads checks of function preconditions until after the entire precon...Gravatar leino2015-06-15
* More tests of reads-clause checkingGravatar Rustan Leino2015-06-15
* MergeGravatar leino2015-06-12
|\
* | Added /vcs... cop-out to test case to make it go throughGravatar leino2015-06-12
| * Fix a bug spotted by Chris in my BigInteger patch; thanks!Gravatar Clément Pit--Claudel2015-06-12
* | MergeGravatar leino2015-06-12
|\|
* | Combined some common routines into CheckWellformedAndAssume, which also allow...Gravatar leino2015-06-12
| * MergeGravatar Clément Pit--Claudel2015-06-12
| |\
| * | Small fix in runTests.pyGravatar Clément Pit--Claudel2015-06-12
| | * mergeGravatar Michael Lowell Roberts2015-06-12
| | |\ | | |/ | |/|
| | * added -optimize option to compiler.Gravatar Michael Lowell Roberts2015-06-12
| |/ |/|
| * Add missing default parameter in runTests.pyGravatar Clément Pit--Claudel2015-06-11
| * A few more improvements to runTests.pyGravatar Clément Pit--Claudel2015-06-11
| * Small improvements to runTests.pyGravatar Clément Pit--Claudel2015-06-10
|/
* Fix the UseBaseNameForFileName flag; it shouldn't set the return code to zero.Gravatar Clément Pit--Claudel2015-06-07
* Fix lit headers implicitly relying on bash-style constructsGravatar Clément Pit--Claudel2015-06-08
* Add the beginning of a new testing infrastructureGravatar Clément Pit--Claudel2015-06-08
* Generate #requires function for OpaqueFunction.Gravatar qunyanm2015-06-04
* MergeGravatar leino2015-05-29
|\
| * Add an infinite set collection type.Gravatar qunyanm2015-05-29
* | Improvements in traits test caseGravatar leino2015-05-29
* | Improvements to Nipkow and Klein test cases: Changed imap to map, removed ne...Gravatar leino2015-05-29
|/
* Fix issue #81. Pass a call's TypeArgumentSubstitution to CheckCallTermination.Gravatar qunyanm2015-05-18
* Updated test output after change in Boogie.Gravatar wuestholz2015-05-17
* Fix issue #79. Allow tuple pattern matching with parenthesis only.Gravatar qunyanm2015-05-15
* Allow MatchExpr and MatchStmt to have nested patterns. Such asGravatar qunyanm2015-05-14
* Don't include arrow types among ordered types.Gravatar leino2015-05-11
* Added to the test suite a Dafny encoding of Chapter 7 from the Nipkow and Kle...Gravatar leino2015-05-10
* Additional test case for inductive predicatesGravatar leino2015-05-07
* Added "inductive lemma" methodsGravatar leino2015-05-07
* Added inductive predicatesGravatar leino2015-05-06
* Improved generation of .reads axioms (correcting an incorrect answer and corr...Gravatar leino2015-05-01
* Answer fileGravatar leino2015-05-01
* Improved encoding of a property of reads clauses to make things more easily p...Gravatar leino2015-05-01
* Added to the test suite a Dafny encoding of Chapter 3 from the Nipkow and Kle...Gravatar leino2015-04-29
* Added a test where Dafny verifies something that the Juggernaut tool can inferGravatar leino2015-04-28
* MergeGravatar leino2015-04-28
|\
* | Changes to the VerifyThis2015 test programsGravatar leino2015-04-28
| * Fix issue #72. Add the constructor questionmark to a function's axiom if theGravatar qunyanm2015-04-24
* | Fixed bug in tuplesGravatar leino2015-04-24
| * Fix issue #70. Check the ctors for equality before marking them as duplicates.Gravatar qunyanm2015-04-21
| * Fix issue #73. Pass in expr.tok when creating Bpl.Expr for InMap and NotInMap.Gravatar qunyanm2015-04-20