Skip to content

Commit 3c6bf30

Browse files
committed
Ignore benchmark for no-inc:smt-z3
1 parent 5ff600a commit 3c6bf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/it/scala/inox/tip/TipTestSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class TipTestSuite extends TestSuite with ResourceUtils {
3939
ctx.options.findOptionOrDefault(optSelectedSolvers).headOption match {
4040
case Some(solver) => (solver, file.getName) match {
4141
// Z3 binary will predictably segfault on certain permutations of this problem
42-
case ("smt-z3", "MergeSort2.scala-1.tip") => Ignore
42+
case ("no-inc:smt-z3" | "smt-z3", "MergeSort2.scala-1.tip") => Ignore
4343
// use non-linear operators that aren't supported in CVC4
4444
case ("smt-cvc4", "Instantiation.scala-0.tip") => Skip
4545
case ("smt-cvc4", "LetsInForall.tip") => Skip

0 commit comments

Comments
 (0)