Skip to content

Add regression test for object accessed through integer pointer #5326

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

Merged
merged 1 commit into from
Nov 7, 2020

Conversation

danpoe
Copy link
Contributor

@danpoe danpoe commented Apr 28, 2020

This is probably a known issue.

@kroening @tautschnig @peterschrammel Do we have a test for that already?

  • 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/
  • 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.
  • n/a White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@danpoe danpoe force-pushed the tests/integer-pointer branch 2 times, most recently from 9360f74 to 0c8d4c9 Compare April 29, 2020 11:21
@danpoe
Copy link
Contributor Author

danpoe commented Apr 29, 2020

Issue to track this: #5327

@danpoe danpoe force-pushed the tests/integer-pointer branch from 0c8d4c9 to cd84294 Compare May 1, 2020 09:18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the way we do memory handling is weird.

@tautschnig tautschnig force-pushed the tests/integer-pointer branch from cd84294 to 0e9d2e0 Compare November 7, 2020 14:47
@codecov
Copy link

codecov bot commented Nov 7, 2020

Codecov Report

Merging #5326 (36c2838) into develop (b4d939b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #5326   +/-   ##
========================================
  Coverage    68.53%   68.53%           
========================================
  Files         1187     1187           
  Lines        98268    98268           
========================================
  Hits         67345    67345           
  Misses       30923    30923           
Flag Coverage Δ
cproversmt2 43.08% <ø> (ø)
regression 65.70% <ø> (ø)
unit 32.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 b4d939b...36c2838. Read the comment docs.

@tautschnig tautschnig force-pushed the tests/integer-pointer branch from 0e9d2e0 to 36c2838 Compare November 7, 2020 14:51
@tautschnig tautschnig merged commit 194df6c into diffblue:develop Nov 7, 2020
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.

3 participants