summaryrefslogtreecommitdiff
path: root/Test/dafny0/snapshots/runtest.snapshot.expect
Commit message (Collapse)AuthorAge
* Split snapshot tests into separate files and add support for %S in runTests.pyGravatar Clément Pit--Claudel2015-07-20
|
* Updated test output after change in Boogie.Gravatar wuestholz2015-05-17
|
* This changeset changes the default visibility of a function/predicate body ↵Gravatar leino2015-03-09
| | | | | | | | | | outside the module that declares it. The body is now visible across the module boundary. To contain the knowledge of the body inside the module, mark the function/predicate as 'protected'. Semantics of 'protected': * The definition (i.e., body) of a 'protected' function is not visible outside the defining module * The idea is that inside the defining module, a 'protected' function may or may not be opaque. However, this will be easier to support once opaque/reveal are language primitives. Therefore, for the time being, {:opaque} is not allowed to be applied to 'protected' functions. * In order to extend the definition of a predicate in a refinement module, the predicate must be 'protected' * The 'protected' status of a function must be preserved in refinement modules
* Did some refactoring to improve the name generation.Gravatar wuestholz2015-01-27
|
* Did some refactoring to improve the name generation.Gravatar wuestholz2015-01-27
|
* Updated test output after change in Boogie.Gravatar wuestholz2015-01-24
|
* MergeGravatar leino2015-01-03
|\
| * Updated test output after change in Boogie.Gravatar wuestholz2014-12-28
| |
* | Language change: All functions and methods declared lexically outside any ↵Gravatar leino2014-12-12
|/ | | | | | | | | | class are now automatically static, and fields are no longer allowed to be declared there. Stated differently, all heap state must now be declared inside an explicitly declared class, and functions and methods declared outside any class can be viewed as belonging to the module. The motivating benefit of this change is to no longer need the 'static' keyword when declaring a module of functions and methods.
* Fixed two crashes in resolverGravatar leino2014-12-10
| | | | Corrected merge
* MergeGravatar leino2014-12-09
|\
* | Snapshot, to be continuedGravatar leino2014-12-02
| |
| * Updated test output after change in Boogie.Gravatar wuestholz2014-11-25
|/
* Updated test output after change in Boogie.Gravatar wuestholz2014-11-16
|
* Fixed test output after refactoring in Boogie.Gravatar wuestholz2014-11-03
|
* Fixed test output after refactoring in Boogie.Gravatar wuestholz2014-11-02
|
* Minor changeGravatar wuestholz2014-10-19
|
* Minor changeGravatar wuestholz2014-10-18
|
* Made it use the '/traceCaching' flag for the 'snapshots' tests.Gravatar wuestholz2014-10-18
|
* Added more tests.Gravatar wuestholz2014-07-15
|
* Added a test.Gravatar wuestholz2014-07-13
|
* Added more tests for the more advanced verification result caching.Gravatar wuestholz2014-07-10
|
* Worked on the more advanced verification result caching.Gravatar wuestholz2014-07-09
|
* Changed "dummy" checksums to "stable" and added more tests for the ↵Gravatar wuestholz2014-07-03
| | | | verification result caching.
* Added support for verifying Dafny program snapshots from the command-line.Gravatar wuestholz2014-07-01