Skip to content

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

Conversation

yumibagge
Copy link
Contributor

  • 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).
Copy link
Contributor

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;
Copy link
Contributor

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
Copy link
Contributor

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

@yumibagge yumibagge force-pushed the yb/jbmc-regression-multi-dimentional-char-array branch from 2c1c363 to b99b6f7 Compare July 12, 2019 13:34
@yumibagge yumibagge changed the title Add regression test for multidimentional char array Add regression test for multidimentional char array[TG-8466] Jul 12, 2019
@yumibagge yumibagge force-pushed the yb/jbmc-regression-multi-dimentional-char-array branch from b99b6f7 to a5fd2df Compare July 12, 2019 18:02
Copy link
Contributor

@allredj allredj left a 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-io
Copy link

Codecov Report

Merging #4896 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fef6d08...a5fd2df. Read the comment docs.

@yumibagge yumibagge changed the title Add regression test for multidimentional char array[TG-8466] Add KNOWNBUG for multidimentional char array[TG-8466] Jul 15, 2019
@tautschnig tautschnig merged commit efe8ec3 into diffblue:develop Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants