Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
84261ee6
Commit
84261ee6
authored
Apr 04, 2014
by
Guillaume Melquiond
Browse files
Add timeout detection to CVC3 and CVC4 drivers.
Hopefully, it should fix the nightly bench for CVC3 2.2.
parent
da2e99e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
drivers/cvc3_bare.drv
View file @
84261ee6
...
...
@@ -10,6 +10,7 @@ fail "Parse Error: \\(.*\\)" "\\1"
valid "Valid\\."
unknown "Unknown\\." ""
outofmemory "Out of memory\\|std::bad_alloc\\|GNU MP: Cannot allocate memory"
timeout "self-timeout"
time "why3cpulimit time : %s s"
(* À discuter *)
...
...
drivers/cvc4_bare.drv
View file @
84261ee6
...
...
@@ -14,9 +14,9 @@ filename "%f-%t-%g.smt2"
valid "^unsat"
unknown "^\\(unknown\\|sat\\|Fail\\)" ""
outofmemory "(error \".*out of memory\")\\|Cannot allocate memory"
timeout "interrupted by timeout"
time "why3cpulimit time : %s s"
(* À discuter *)
transformation "inline_trivial"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment