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

Fix src/test/ui/env-vars.rs on 128-core machines on Windows #79685

Merged
merged 1 commit into from
Dec 5, 2020

Commits on Dec 4, 2020

  1. Fix src/test/ui/env-vars.rs on 128-core machines on Windows

    On Windows, the environment variable NUMBER_OF_PROCESSORS has special
    meaning. Unfortunately, you can get different answers, depending on
    whether you are enumerating all environment variables or querying a
    specific variable. This was causing the src/test/ui/env-vars.rs test
    to fail on machines with more than 64 processors when run on Windows.
    Arlie Davis committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    957061b View commit details
    Browse the repository at this point in the history