summaryrefslogtreecommitdiff
path: root/Test/lock
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-28 16:32:14 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-28 16:32:14 +0100
commit08e1dc93d185e221b65bd59ccc167526937ee4d4 (patch)
tree5af0f9ea8cc49a34adc45e63f5b1ba4326fc2a13 /Test/lock
parent68bb2d0882069c9468e7e36c78a0eef710b7c677 (diff)
Removed old test infrastructure files except for
./AbsHoudini/ ./doomed/ ./z3api/ ./test17/ because their conversion to lit incomplete.
Diffstat (limited to 'Test/lock')
-rw-r--r--Test/lock/Answer8
-rw-r--r--Test/lock/runtest.bat7
2 files changed, 0 insertions, 15 deletions
diff --git a/Test/lock/Answer b/Test/lock/Answer
deleted file mode 100644
index a5b63e44..00000000
--- a/Test/lock/Answer
+++ /dev/null
@@ -1,8 +0,0 @@
-
-Boogie program verifier finished with 3 verified, 0 errors
-LockIncorrect.bpl(19,3): Error BP5001: This assertion might not hold.
-Execution trace:
- LockIncorrect.bpl(11,1): start
- LockIncorrect.bpl(16,1): LoopHead
-
-Boogie program verifier finished with 0 verified, 1 error
diff --git a/Test/lock/runtest.bat b/Test/lock/runtest.bat
deleted file mode 100644
index a90972c9..00000000
--- a/Test/lock/runtest.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-@echo off
-setlocal
-
-set BGEXE=..\..\Binaries\Boogie.exe
-
-%BGEXE% %* Lock.bpl
-%BGEXE% %* LockIncorrect.bpl