This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a99c31d8b Revert "[DataFormatters] Add formatter for C++17 std::variant" new 6413d1409 Allow use of self.filecheck in LLDB tests (c.f self.expect)
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 | 11 +- lldb.xcodeproj/project.pbxproj | 2 +- packages/Python/lldbsuite/test/configuration.py | 11 ++ packages/Python/lldbsuite/test/dotest.py | 7 ++ packages/Python/lldbsuite/test/dotest_args.py | 2 + .../formatters/TestFormatters.py | 118 +++++++++------------ .../data-formatter/typedef_array/main.cpp | 7 +- packages/Python/lldbsuite/test/lldbtest.py | 48 +++++++++ test/CMakeLists.txt | 1 + 9 files changed, 137 insertions(+), 70 deletions(-)