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

Move a flaky process test out of libstd #56151

Merged
merged 1 commit into from
Nov 25, 2018

Commits on Nov 22, 2018

  1. Move a flaky process test out of libstd

    This test ensures that everything in `env::vars()` is inherited but
    that's not actually true because other tests may add env vars after we
    spawn the process, causing the test to be flaky! This commit moves the
    test to a run-pass test where it can execute in isolation.
    
    Along the way this removes a lot of the platform specificity of the
    test, using iteslf to print the environment instead of a foreign process.
    alexcrichton committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    d1cd4e8 View commit details
    Browse the repository at this point in the history