This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from d970afdc9 [dotest] Remove deprecated loggin through env variables. new d3a4e61bd [test] Fix various module cache bugs and inconsistencies
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 1 + lit/CMakeLists.txt | 3 ++ lit/Settings/TestModuleCacheSanity.test | 4 +++ lit/Suite/lit.cfg | 6 ++++ lit/Suite/lit.site.cfg.in | 3 ++ lit/helper/toolchain.py | 3 ++ lit/lit-lldb-init.in | 1 + lit/lit.cfg.py | 11 +++----- lit/lit.site.cfg.py.in | 3 ++ packages/Python/lldbsuite/test/configuration.py | 3 ++ packages/Python/lldbsuite/test/dotest.py | 33 +++++++++++++--------- packages/Python/lldbsuite/test/dotest_args.py | 5 ++++ packages/Python/lldbsuite/test/lldbtest.py | 14 ++++----- .../lldbsuite/test/sanity/TestModuleCacheSanity.py | 22 +++++++++++++++ test/CMakeLists.txt | 2 -- utils/lldb-dotest/lldb-dotest.in | 2 ++ 16 files changed, 86 insertions(+), 30 deletions(-) create mode 100644 lit/Settings/TestModuleCacheSanity.test create mode 100644 packages/Python/lldbsuite/test/sanity/TestModuleCacheSanity.py