File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,8 @@ class TipTestSuite extends TestSuite with ResourceUtils {
25
25
private def ignoreSAT (ctx : Context , file : java.io.File ): FilterStatus =
26
26
ctx.options.findOptionOrDefault(optSelectedSolvers).headOption match {
27
27
case Some (solver) => (solver, file.getName) match {
28
- // test containing list of booleans, so CVC4 will crash on this
29
- // See http://church.cims.nyu.edu/bugzilla3/show_bug.cgi?id=500
30
- case (" smt-cvc4" , " List-fold.tip" ) => Skip
31
28
// Z3 and CVC4 binaries are exceedingly slow on these benchmarks
32
- case (" smt-z3" | " smt-cvc4" , " BinarySearchTreeQuant.scala-2.tip" ) => Ignore
33
- case (" smt-z3" | " smt-cvc4" , " ForallAssoc.scala-0.tip" ) => Ignore
29
+ case (" no-inc:smt-z3" | " smt-z3" | " smt-cvc4" , " ForallAssoc.scala-0.tip" ) => Ignore
34
30
// this test only holds when assumeChecked=false
35
31
case (_, " LambdaEquality2.scala-1.tip" ) if ctx.options.findOptionOrDefault(optAssumeChecked) => Skip
36
32
case _ => Test
You can’t perform that action at this time.
0 commit comments