This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 01ffd0b3d [dotest] Rename llvm-dotest -> lldb-dotest and make it a cust [...] new e69c0aac2 Reuse IsEmpty for ConstString::operator bool(). new 9a8cbc0ee Use GetItemAtIndexAsString overload for ConstString and move [...] new d521df68a [test] Delete some xfailed lldb-mi tests
The 3 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: include/lldb/Utility/ConstString.h | 2 +- .../lldbsuite/test/tools/lldb-mi/TestMiExit.py | 97 -------- .../test/tools/lldb-mi/TestMiGdbSetShow.py | 269 --------------------- .../test/tools/lldb-mi/control/TestMiExec.py | 23 -- .../lldb-mi/interpreter/TestMiInterpreterExec.py | 47 ---- .../test/tools/lldb-mi/symbol/TestMiSymbol.py | 104 -------- .../test/tools/lldb-mi/syntax/TestMiSyntax.py | 23 -- .../lldb-mi/variable/TestMiGdbSetShowPrint.py | 75 ------ .../Process/Utility/DynamicRegisterInfo.cpp | 9 +- 9 files changed, 4 insertions(+), 645 deletions(-) delete mode 100644 packages/Python/lldbsuite/test/tools/lldb-mi/TestMiExit.py delete mode 100644 packages/Python/lldbsuite/test/tools/lldb-mi/TestMiGdbSetShow.py delete mode 100644 packages/Python/lldbsuite/test/tools/lldb-mi/symbol/TestMiSymbol.py