-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix regression tests #611
Comments
schuessf
added a commit
that referenced
this issue
Jan 11, 2023
schuessf
added a commit
that referenced
this issue
Jan 12, 2023
schuessf
added a commit
that referenced
this issue
Jan 13, 2023
schuessf
added a commit
that referenced
this issue
Jan 16, 2023
schuessf
added a commit
that referenced
this issue
Jan 16, 2023
schuessf
added a commit
that referenced
this issue
Jan 16, 2023
schuessf
added a commit
that referenced
this issue
Jan 16, 2023
schuessf
added a commit
that referenced
this issue
Jan 18, 2023
schuessf
added a commit
that referenced
this issue
Jan 18, 2023
schuessf
added a commit
that referenced
this issue
Feb 6, 2023
schuessf
added a commit
that referenced
this issue
Feb 6, 2023
Heizmann
pushed a commit
that referenced
this issue
Feb 8, 2023
Heizmann
pushed a commit
that referenced
this issue
Feb 8, 2023
schuessf
added a commit
that referenced
this issue
Feb 16, 2023
schuessf
added a commit
that referenced
this issue
Feb 16, 2023
schuessf
added a commit
that referenced
this issue
Feb 16, 2023
schuessf
added a commit
that referenced
this issue
Feb 21, 2023
Heizmann
added a commit
that referenced
this issue
Feb 22, 2023
A Boogie file is either safe or unsafe. This reverts commit 86f7848.
schuessf
added a commit
that referenced
this issue
Feb 23, 2023
This makes the test pass for all settings, since it removes non-linear arithmetic.
schuessf
added a commit
that referenced
this issue
Feb 23, 2023
schuessf
added a commit
that referenced
this issue
Feb 27, 2023
schuessf
added a commit
that referenced
this issue
Feb 27, 2023
schuessf
added a commit
that referenced
this issue
Feb 27, 2023
schuessf
added a commit
that referenced
this issue
Feb 28, 2023
schuessf
added a commit
that referenced
this issue
Feb 28, 2023
schuessf
added a commit
that referenced
this issue
Feb 28, 2023
schuessf
added a commit
that referenced
this issue
May 5, 2023
schuessf
added a commit
that referenced
this issue
Sep 19, 2024
schuessf
added a commit
that referenced
this issue
Sep 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the Nightly build 405 we had 320 failed regression tests. To improve our workflow we should avoid failures of regression tests in the future.
Issues with test-suites/verdicts:
Tests that succeed locally, but fail in Jenkins-Build:
JAXBException
JAXBException
Did not find plugin with id "de.uni_freiburg.informatik.ultimate.plugins.icfgtransformation"
SmtInterpol
): Currently not working because of some path issues, was fixed on this branch, this reveals some real issues (ArrayIndexOutOfBoundsException
).Issues with
AutomataLibraryRegressionTestSuite
:NullPointerException
Issues with
ReqCheckerRegressionTestSuite
:ex-527-ex01.req, ex_527_ex02.req, ex-530-ex01.req,ex-rtinconsistent-04.req: Vacuous requirements differentOther Issues:
SIMPLIFY_QUICK does not support simplification with respect to context
, should we use another simplification technique?UnsupportedOperationException: Solver returned unknown
ClassCastException: class CEnum cannot be cast to class CPrimitive
inTypeSizes.extractIntegerValue
SMTLIBException: The CNF conversion does not support quantifiers
unknown symbol: roundNearestTiesToAway
(with two strategies); Problem with MathSAT?Sort Array not declared
Interpolator$MixedLAInterpolator::convert
)Unsupported features:
real
variables, since most constants and variables created in the termination analysis have the sortint
. Therefore we often create terms with inconsistent sorts.State has more than one call successor
RegressionTestSuite
(e.g this) also fail, because we don't support a specific feature.SMTLIBException: Const is only supported for infinite index sort
(with three settings)Tests fail with unknown/timeout:
The text was updated successfully, but these errors were encountered: