This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Propagate host environment to libc++ test suite
ClosedPublic

Authored by mgorny on Jul 31 2022, 7:51 AM.

Details

Summary

Propagate the complete host environment to the tests run via the new
testconfig. This ensures that all envvars needed e.g. for the compiler
to work correctly are present. This mimics the behavior explicitly
implemented in the legacy config.

https://github.com/llvm/llvm-project/issues/56816

Diff Detail

Event Timeline

mgorny created this revision.Jul 31 2022, 7:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2022, 7:51 AM
Herald added a subscriber: arichardson. · View Herald Transcript
mgorny requested review of this revision.Jul 31 2022, 7:51 AM
philnik set the repository for this revision to rG LLVM Github Monorepo.Jul 31 2022, 7:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2022, 7:59 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Aug 2 2022, 6:52 PM
This revision is now accepted and ready to land.Aug 2 2022, 6:52 PM
This revision was automatically updated to reflect the committed changes.