Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 84261ee6 authored by Guillaume Melquiond's avatar 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
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ fail "Parse Error: \\(.*\\)" "\\1" ...@@ -10,6 +10,7 @@ fail "Parse Error: \\(.*\\)" "\\1"
valid "Valid\\." valid "Valid\\."
unknown "Unknown\\." "" unknown "Unknown\\." ""
outofmemory "Out of memory\\|std::bad_alloc\\|GNU MP: Cannot allocate memory" outofmemory "Out of memory\\|std::bad_alloc\\|GNU MP: Cannot allocate memory"
timeout "self-timeout"
time "why3cpulimit time : %s s" time "why3cpulimit time : %s s"
(* À discuter *) (* À discuter *)
......
...@@ -14,9 +14,9 @@ filename "%f-%t-%g.smt2" ...@@ -14,9 +14,9 @@ filename "%f-%t-%g.smt2"
valid "^unsat" valid "^unsat"
unknown "^\\(unknown\\|sat\\|Fail\\)" "" unknown "^\\(unknown\\|sat\\|Fail\\)" ""
outofmemory "(error \".*out of memory\")\\|Cannot allocate memory" outofmemory "(error \".*out of memory\")\\|Cannot allocate memory"
timeout "interrupted by timeout"
time "why3cpulimit time : %s s" time "why3cpulimit time : %s s"
(* À discuter *) (* À discuter *)
transformation "inline_trivial" transformation "inline_trivial"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment