| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
./AbsHoudini/
./doomed/
./z3api/
./test17/
because their conversion to lit incomplete.
|
|
|
|
| |
spaces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
reported is unnecessary noise right now. Someone needs to fix these
tests but I'm not the author.
Boogie :: og/DeviceCacheSimplified.bpl
Boogie :: og/DeviceCacheWithBuffer.bpl
Boogie :: og/async.bpl
Boogie :: og/houd1.bpl
Boogie :: og/lock-introduced.bpl
Boogie :: og/termination.bpl
Boogie :: og/treiber-stack.bpl
Boogie :: test21/Maps2.bpl
Boogie :: test21/test3_AddMethod_conv.bpl
|
| |
|
|
|
|
|
|
|
|
| |
because they were never properly tested in the the old testing
infrastructure.
test21/Maps2.bpl
test21/test3_AddMethod_conv.bpl
|
| |
|
| |
|
|
|
|
| |
many of the test suite dirs
|
|
|
|
|
|
|
|
|
| |
division '/' and (uninterpreted) real exponentiation '**', real literals and coercion functions 'int' and 'real';
Integer operations 'div' and 'mod' are now mapped to corresponding SMT-LIB operations instead of treating them uninterpreted;
Made unary minus valid Boogie syntax again (the expression '- e' used to be rewritten by the parser to '0 - e', now this is done when generating VCs);
Extended the BigDec class with additional functionality;
Added test cases for SMT-LIB prover backend (the Z3 API interface has been adapted accordingly, but is untested)
|
| |
|
|
|
|
|
|
|
|
| |
pretty-printer use ":" not "returns".
Allow foo(x,y,z:int,p,q:ptr) kind of syntax in function definitions.
Consequently foo(int,y:bool) is no longer allowed.
Update the testsuite to match that.
|
|
|
|
| |
are run.
|
|
|