summaryrefslogtreecommitdiff
path: root/Test/VSI-Benchmarks
Commit message (Expand)AuthorAge
* Make /autoTriggers:1 to be default. Add /autoTriggers:0 to tests that requiresGravatar qunyanm2016-03-28
* Tried to reduce frame-axiom instantiations by saying the earlier heap must be...Gravatar leino2015-06-25
* Added lemmas that make verification go through faster and more reliablyGravatar leino2015-01-05
* Extracted a separate class to generate fresh variable names.Gravatar wuestholz2014-11-06
* 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
* Removed the old test infrastructure.Gravatar wuestholz2014-07-01
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
* Add an assertion to a test case to make it less flaky (hopefully).Gravatar wuestholz2013-12-18
* Add support for the /verifySeparately flag in Boogie and change most tests to...Gravatar wuestholz2013-12-18
* Changed a test to verify within a reasonable time (10 s vs. 300 s).Gravatar wuestholz2013-07-01
* Updated a test to verify with Z3 4.3.0.Gravatar wuestholz2013-05-21
* Enhanced the VSI-Benchmarks tests:Gravatar Rustan Leino2013-03-26
* Renamed "parallel" statement to "forall" statement, and made the parentheses ...Gravatar Rustan Leino2013-03-06
* 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
* Dafny: Fixed a test that would fail with Z3 4.1.Gravatar wuestholz2012-09-07
* Undo bad merge.Gravatar afd2012-06-27
* MergeGravatar Unknown2012-06-25
|\
| * Dafny: Since it's no longer true that all types support equality at run-time ...Gravatar Unknown2012-06-21
* | Merged with default.Gravatar chmaria2012-06-18
|\|
| * Dafny: cleaned up test scripts a littleGravatar Unknown2012-06-14
* | Dafny: Added tests.Gravatar chmaria2012-06-12
* | Dafny: Added compiler tests.Gravatar chmaria2012-06-11
|/
* Dafny: call C# compiler directly from inside Dafny, and optionally produce a ...Gravatar Rustan Leino2011-11-22
* Dafny: continued translation of "parallel" statements (Assign and Proof forms...Gravatar Rustan Leino2011-10-24
* Dafny: re-ran parser generator to include semicolon-less body-less functions/...Gravatar Rustan Leino2011-07-26
* Fixed regression test failures due to removal of bodiless methods and functions.Gravatar Jason Koenig2011-07-15
* Dafny: allow constructors only inside classes, removed semi-colons at end of ...Gravatar Rustan Leino2011-07-11
* Dafny: retired the "call" keywordGravatar Rustan Leino2011-05-26
* Dafny:Gravatar Rustan Leino2011-05-21
* Dafny: fixed compilation bugs, added @-signs in front of identifiers to avoid...Gravatar Rustan Leino2011-05-11
* Dafny: Allow field selections and array-element selection as LHSs of assignme...Gravatar Unknown2011-04-05
* Dafny: Added support for an initializing call as part of the new-allocation s...Gravatar rustanleino2011-03-27
* Dafny:Gravatar rustanleino2010-09-17
* Added a comment noting that this test fails with Z3 2.4.Gravatar mschwerhoff2010-07-06
* Boogie:Gravatar rustanleino2010-06-22
* Dafny:Gravatar rustanleino2010-06-14
* Dafny: Added two additional heuristics for guessing missing loop decreases c...Gravatar rustanleino2010-06-11
* Dafny:Gravatar rustanleino2010-05-21
* Dafny:Gravatar rustanleino2010-05-08
* Dafny:Gravatar rustanleino2010-05-06
* Dafny:Gravatar rustanleino2010-05-06
* Dafny:Gravatar rustanleino2010-03-16
* Dafny: Added definedness checks for all statements (previously, some were mi...Gravatar rustanleino2010-03-13
* Added wellformedness checks to method specificationsGravatar rustanleino2010-03-12
* Dafny:Gravatar rustanleino2010-03-12
* Dafny:Gravatar rustanleino2010-03-11
* * Added decreases clauses to functionsGravatar rustanleino2009-11-24
* Added a sequence update expression in Dafny.Gravatar rustanleino2009-11-06