summaryrefslogtreecommitdiff
path: root/Test/dafny4/Primes.dfy
Commit message (Collapse)AuthorAge
* Make /autoTriggers:1 to be default. Add /autoTriggers:0 to tests that requiresGravatar qunyanm2016-03-28
| | | | | it. Don't use pretty warning signs since we can't diff them correctly in the test output from the test run.
* Suppress many warnings in the test suite.Gravatar Clément Pit--Claudel2015-08-28
| | | | | We already have separate tests for those, and we want the output to be the same with and without /autoTriggers.
* Fix multiple tests that relied on z3 triggering on $BoxGravatar Clément Pit--Claudel2015-07-13
| | | | Found by enabling auto-generated triggers and looking for failing tests
* Set up the same test infrastructure as in Boogie.Gravatar wuestholz2014-05-29
|
* Added an alternative statement of the prime theoremGravatar Rustan Leino2014-01-24
|
* Proof that there is no bound on the size of prime numbersGravatar Rustan Leino2014-01-11