-
Notifications
You must be signed in to change notification settings - Fork 274
Add KNOWNBUG for multidimentional char array[TG-8466] #4896
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
Add KNOWNBUG for multidimentional char array[TG-8466] #4896
Conversation
yumibagge
commented
Jul 12, 2019
- Each commit message has a non-empty body, explaining why the change was made.
- n/a Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
- n/a The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
- n/a Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
- n/a My commit message includes data points confirming performance improvements (if claimed).
- My PR is restricted to a single feature or bugfix.
- White-space or formatting changes outside the feature-related changed lines are in commits of their own.
^SIGNAL=0$ | ||
-- | ||
-- | ||
Multidimentional char array used to cause a performance issue (test-gen 0.8.1). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it make sens to mention test-gen version here
} | ||
} | ||
} | ||
return 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⛏️ doesn't really matter, but I would prefer if the function was returning diff
My.class | ||
--function My.check2DCharArray --unwind 5 --max-nondet-array-length 10 | ||
line 8 assertion at file My.java.*: FAILURE | ||
line 11 assertion at file My.java.*: FAILURE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⛏️ maybe add an assertion that should succeed, like maybe for instance assert diff < 10
2c1c363
to
b99b6f7
Compare
b99b6f7
to
a5fd2df
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: a5fd2df).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/118979057
Codecov Report
@@ Coverage Diff @@
## develop #4896 +/- ##
========================================
Coverage 69.2% 69.2%
========================================
Files 1306 1306
Lines 107949 107949
========================================
Hits 74704 74704
Misses 33245 33245 Continue to review full report at Codecov.
|