We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff600a commit 3c6bf30Copy full SHA for 3c6bf30
src/it/scala/inox/tip/TipTestSuite.scala
@@ -39,7 +39,7 @@ class TipTestSuite extends TestSuite with ResourceUtils {
39
ctx.options.findOptionOrDefault(optSelectedSolvers).headOption match {
40
case Some(solver) => (solver, file.getName) match {
41
// Z3 binary will predictably segfault on certain permutations of this problem
42
- case ("smt-z3", "MergeSort2.scala-1.tip") => Ignore
+ case ("no-inc:smt-z3" | "smt-z3", "MergeSort2.scala-1.tip") => Ignore
43
// use non-linear operators that aren't supported in CVC4
44
case ("smt-cvc4", "Instantiation.scala-0.tip") => Skip
45
case ("smt-cvc4", "LetsInForall.tip") => Skip
0 commit comments