Signed-off-by: Claire Wolf <claire@symbioticeda.com>
[options]
mode cover
depth 1
-primes_fail: expect fail
+primes_fail: expect fail,error
[engines]
smtbmc --dumpsmt2 --progress --stbv z3
"nopresat", "unroll", "nounroll", "dumpsmt2", "progress", "basecase", "induction", "seed="])
for o, a in opts:
- print(o, a)
if o == "--nomem":
nomem_opt = True
elif o == "--syn":
task_status = "ERROR"
return line
+ match = re.match(r"^## [0-9: ]+ Unexpected response from solver:", line)
+ if match:
+ task_status = "ERROR"
+ return line
+
return line
def exit_callback(retcode):