[all-commits] [llvm/llvm-project] 080ded: [lldb] Use lit.with_system_environment to propagat...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Mar 9 10:44:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 080ded7445cc670cf2628e660690a06503d226d7
https://github.com/llvm/llvm-project/commit/080ded7445cc670cf2628e660690a06503d226d7
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
M lldb/test/Shell/lit.cfg.py
M lldb/test/Unit/lit.cfg.py
Log Message:
-----------
[lldb] Use lit.with_system_environment to propagate env variables
Use lit's with_system_environment function to propagate environment
variables to the tests. Include the usual suspects, as well as the
variables already explicitly forwarded.
Commit: c2d2adbce9299e562abd00b8f3139933beb97e17
https://github.com/llvm/llvm-project/commit/c2d2adbce9299e562abd00b8f3139933beb97e17
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
M lldb/test/API/lit.cfg.py
M lldb/test/Shell/lit.cfg.py
M lldb/test/Unit/lit.cfg.py
Log Message:
-----------
[lldb] Propagate XDG_CACHE_HOME environment variable to tests
This variable is used to reducing the likelihood of hitting module cache
issues in CI where different branches can potentially run on the same
machine.
Commit: cc52ea30012d3d9495a41255be50dccc77464cad
https://github.com/llvm/llvm-project/commit/cc52ea30012d3d9495a41255be50dccc77464cad
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
M lldb/examples/python/crashlog.py
M lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/a.out.ips
M lldb/test/Shell/ScriptInterpreter/Python/Crashlog/json.test
Log Message:
-----------
[lldb] Update crashlog script for JSON changes
Update the crashlog script for changes to the JSON schema.
rdar://75122914
Differential revision: https://reviews.llvm.org/D98219
Compare: https://github.com/llvm/llvm-project/compare/f111dc7cfcda...cc52ea30012d
More information about the All-commits
mailing list