Skip to content

Commit db0ef27

Browse files
daniel-rafflerbaierd
authored andcommitted
Remove comment about bug #339 from SolverThreadLocalityTest as the issues has been solved.
1 parent 220e08a commit db0ef27

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/org/sosy_lab/java_smt/test/SolverThreadLocalityTest.java

-12
Original file line numberDiff line numberDiff line change
@@ -150,18 +150,6 @@ public void nonlocalProverTest() throws InterruptedException, ExecutionException
150150
// (AbstractProver.java:108)
151151
// at ..
152152
prover.push(formula);
153-
154-
// FIXME: Exception for MathSAT (bug #339)
155-
// java.lang.StackOverflowError
156-
// at org.sosy_lab.java_smt.solvers.mathsat5.Mathsat5NativeApi.msat_solve
157-
// (Native Method)
158-
// at org.sosy_lab.java_smt.solvers.mathsat5.Mathsat5NativeApi.msat_check_sat
159-
// (Mathsat5NativeApi.java:156)
160-
// at org.sosy_lab.java_smt.solvers.mathsat5.Mathsat5AbstractProver.isUnsat
161-
// (Mathsat5AbstractProver.java:106)
162-
// at org.sosy_lab.java_smt.test.ProverEnvironmentSubject.isUnsatisfiable
163-
// (ProverEnvironmentSubject.java:67)
164-
// at ..
165153
assertThat(prover).isUnsatisfiable();
166154
} catch (SolverException | InterruptedException pE) {
167155
throw new RuntimeException(pE);

0 commit comments

Comments
 (0)