You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAIL
Expected: anything but Error
Actual: Error: ["expecting an arithmetic subterm"] (generated script at /tmp/cvc4-inputs/cvc4input1390543437216220853.cvc)
fib_struct_loop
FAIL (0.14s)
Expected: anything but Error
Actual: Error: ["expecting an arithmetic subterm"] (generated script at /tmp/cvc4-inputs/cvc4input1043388777413360099.cvc)
Why it can be?
$ cvc4 --version
This is CVC4 version 1.3
compiled with GCC version 4.7.2
on Dec 7 2013 19:02:28
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: