Open cblp opened 8 years ago
There are at least two problems right now: (1) there is a known parsing bug in CVC4; that is why Travis pulls down a particular build, and (2) there are some known issues with the symbolic simulator, in general.
I think the thing to do until @eddywestbrook gets a chance to integrate the new symbolic simulator is for me to deprecate the CVC4 for checks in Travis-CI.
Testing on https://github.com/GaloisInc/ivory/tree/deprecate/cvc4 ...
But why? CVC4 works good on Travis!
Oh, ok. We could keep running it on Travis, but as I mentioned, it should be replaced soon anyway.
Interesting, Travis reports everything is OK, but when I locally run
make test
ormake travis-test
I have following 5 errors:should be safe
foo9
Haskell code:
CVC4 code:
foo18
examples (shouldn't crash)
t1
Haskell code:
CVC4 code:
arrayExample
fib_struct_loop
Why it can be?