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

SPMI: Extend list of unrecorded environment variables #77504

Merged
merged 1 commit into from
Oct 27, 2022

Commits on Oct 26, 2022

  1. SPMI: Extend list of unrecorded environment variables

    We are currently hitting issues when there are diffs in the FileCheck
    tests because they are recorded with JitStdOutFile and the SPMI driver
    does not override this correctly. Add this and a lot of other
    environment variables to the list of variables we do not record with.
    
    This big list of string compares may look somewhat scary but we only
    record variables once during startup of the JIT, so it shouldn't be too
    bad.
    jakobbotsch committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    8e77f8a View commit details
    Browse the repository at this point in the history