This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 32b777d22 modify-python-lldb.py: Insert initialization code with swig instead new 84dac1209 [testsuite] Split Objective-C data formatter new 7f9217c95 Add .noindex to the gitignore
The 2 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: .gitignore | 1 + .../ObjCDataFormatterTestCase.py | 43 ++ .../data-formatter-objc/TestDataFormatterObjC.py | 530 --------------------- .../data-formatter-objc/TestDataFormatterObjCCF.py | 61 +++ .../TestDataFormatterObjCExpr.py | 66 +++ .../TestDataFormatterObjCKVO.py | 65 +++ .../TestDataFormatterObjCNSBundle.py | 33 ++ .../TestDataFormatterObjCNSContainer.py | 48 ++ .../TestDataFormatterObjCNSData.py | 36 ++ .../TestDataFormatterObjCNSDate.py | 36 ++ .../TestDataFormatterObjCNSError.py | 37 ++ .../TestDataFormatterObjCNSURL.py | 41 ++ .../TestDataFormatterObjCPlain.py | 79 +++ .../TestDataFormatterObjNSException.py | 36 ++ .../nsstring/TestDataFormatterNSString.py | 3 + 15 files changed, 585 insertions(+), 530 deletions(-) create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] delete mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]