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

test: fix pool size assumption #34554

Merged
merged 1 commit into from
Jan 29, 2020
Merged

test: fix pool size assumption #34554

merged 1 commit into from
Jan 29, 2020

Commits on Jan 28, 2020

  1. test: fix pool size assumption

    On 32-bit, this object falls into the 12-byte pool, which does not exist
    on some platforms (such as Win32). Query for which pool this will land
    into and test the track-allocation result accordingly.
    
    Fixes a test added in #34391
    vtjnash committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    f7606f6 View commit details
    Browse the repository at this point in the history