Skip to content

Commit

Permalink
Add test results file.
Browse files Browse the repository at this point in the history
This is the result of running ./test.sh > `testresults` on HEAD,
and can be used for very rudimentary regression testing if it is
updated to reflect sound changes in output (new examples,
optimisations, etc).

Rumours of the last commit being unsound are greatly exaggerated.
The false alarm was caused by the difference between the last time
I ran test.sh and this time---during which Matt P. removed some
unnecessary powersetting in the postcondition!  The changes in
output are due to this (theoretically sound) change.

Hopefully this, and future regression test improvements, can fix
this.
  • Loading branch information
MattWindsor91 committed Dec 11, 2015
1 parent c56a096 commit 56d51e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions testresults
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
./Examples/Fail/ticketLockBad2.cvf: 1 3 31
./Examples/Fail/ticketLockBad.cvf: 28 29
./Examples/Pass/ticketLock.cvf:
./Examples/Pass/multicounter.cvf:
./Examples/Pass/spinLock.cvf:
./Examples/WIP/sppool.cvf:
./Examples/WIP/dekker.cvf:
./Examples/WIP/peterson.cvf: 5 8 40 47 50 52
./Examples/WIP/duplicateVars.cvf:
./Examples/WIP/tests.cvf:
./Examples/WIP/filterLock.cvf:
./Examples/WIP/errors.cvf:

0 comments on commit 56d51e1

Please sign in to comment.