Skip to content
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

Disable Bitmap round-tripping tests for old libgdiplus versions #34354

Merged
merged 3 commits into from
Apr 1, 2020

Commits on Apr 1, 2020

  1. Fix filename typo

    jkotas committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    ce37fea View commit details
    Browse the repository at this point in the history
  2. Disable Bitmap round-tripping tests for old libgdiplus versions

    Old libgdiplus versions have uninitialized stack variable bug that makes Bitmap round-tripping unreliable. The bug causes Bitmap.Flags, Bitmap.HorizontalResolution and Bitmap.VerticalResolution properties to be set to bogus values if the stack happens to contain certain bit patterns. This bug was fixed for libgdiplus 6 by mono/libgdiplus@81e45a1#diff-c96a8261ecb168c12b44248208da21c0R118.
    jkotas committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    fad743c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bcb817 View commit details
    Browse the repository at this point in the history