@@ -10,11 +10,11 @@ import scala.language.existentials
10
10
class TipTestSuite extends TestSuite with ResourceUtils {
11
11
12
12
override def configurations = Seq (
13
- Seq (optSelectedSolvers(Set (" nativez3" )), optCheckModels(true )),
14
- Seq (optSelectedSolvers(Set (" smt-z3" )), optCheckModels(true )),
15
- Seq (optSelectedSolvers(Set (" smt-cvc4" )), optCheckModels(true )),
16
- Seq (optSelectedSolvers(Set (" smt-z3" )), optCheckModels(true ), optAssumeChecked(true )),
17
- Seq (optSelectedSolvers(Set (" no-inc:smt-z3" )), optCheckModels(true ))
13
+ Seq (optSelectedSolvers(Set (" nativez3" )), optSilentErrors( false ), optCheckModels(true )),
14
+ Seq (optSelectedSolvers(Set (" smt-z3" )), optSilentErrors( false ), optCheckModels(true )),
15
+ Seq (optSelectedSolvers(Set (" smt-cvc4" )), optSilentErrors( false ), optCheckModels(true )),
16
+ Seq (optSelectedSolvers(Set (" smt-z3" )), optSilentErrors( false ), optCheckModels(true ), optAssumeChecked(true )),
17
+ Seq (optSelectedSolvers(Set (" no-inc:smt-z3" )), optSilentErrors( false ), optCheckModels(true ))
18
18
)
19
19
20
20
override protected def optionsString (options : Options ): String = {
0 commit comments