[all-commits] [llvm/llvm-project] 39d4e1: [libc++][test] Propagate host environment to libc+...

Michał Górny via All-commits all-commits at lists.llvm.org
Tue Aug 2 18:53:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39d4e169d35b59a39ad2fcfe1a568ba979079d83
      https://github.com/llvm/llvm-project/commit/39d4e169d35b59a39ad2fcfe1a568ba979079d83
  Author: Michał Górny <mgorny at moritz.systems>
  Date:   2022-08-02 (Tue, 02 Aug 2022)

  Changed paths:
    M libcxx/test/libcxx/selftest/dsl/dsl.sh.py
    M libcxx/utils/libcxx/test/newconfig.py

  Log Message:
  -----------
  [libc++][test] Propagate host environment to libc++ test suite

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

Differential Revision: https://reviews.llvm.org/D130843




More information about the All-commits mailing list