From 32c3001c293f50f53cc7a4ae35bd28966dfdd412 Mon Sep 17 00:00:00 2001 From: Andres Noetzli Date: Tue, 14 Jan 2020 07:47:58 -0800 Subject: [PATCH] Disable unsat cores for regression that times out (#3607) Regression `regress2/strings/issue3203.smt2` is currently timing out depending on the version of the libraries loaded (see #3606 for more info). This commit temporarily disables the regression to get the nightlies to pass again. --- test/regress/regress2/strings/issue3203.smt2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/regress/regress2/strings/issue3203.smt2 b/test/regress/regress2/strings/issue3203.smt2 index 89c203889..a3ffabc2d 100644 --- a/test/regress/regress2/strings/issue3203.smt2 +++ b/test/regress/regress2/strings/issue3203.smt2 @@ -1,3 +1,5 @@ +; Temporarily disable checking of unsat cores (see issue #3606) +; COMMAND-LINE: --no-check-unsat-cores (set-logic ALL_SUPPORTED) (set-option :strings-exp true) (set-info :status unsat) -- 2.30.2