This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 846db45c8 [testsuite] xfailed two tests that depend on NSString conform [...] new 518c16c32 Change how LocateDSYMInVincinityOfExecutable strips off path [...]
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: .../find-dsym/bundle-with-dot-in-filename/Makefile | 21 ++++++ .../TestBundleWithDotInFilename.py | 71 ++++++++++++++++++++ .../bundle-with-dot-in-filename/bundle.c} | 0 .../find-dsym/bundle-with-dot-in-filename/main.c | 28 ++++++++ .../test/macosx/find-dsym/deep-bundle/Info.plist | 44 +++++++++++++ .../test/macosx/find-dsym/deep-bundle/Makefile | 28 ++++++++ .../find-dsym/deep-bundle/MyFramework.h} | 0 .../macosx/find-dsym/deep-bundle/TestDeepBundle.py | 75 ++++++++++++++++++++++ .../test/macosx/find-dsym/deep-bundle/main.c | 22 +++++++ .../find-dsym/deep-bundle/myframework.c} | 0 source/Host/common/Symbols.cpp | 66 ++++++++++--------- 11 files changed, 323 insertions(+), 32 deletions(-) create mode 100644 packages/Python/lldbsuite/test/macosx/find-dsym/bundle-with-dot [...] create mode 100644 packages/Python/lldbsuite/test/macosx/find-dsym/bundle-with-dot [...] copy packages/Python/lldbsuite/test/{functionalities/fat_archives/a.c => macosx/fi [...] create mode 100644 packages/Python/lldbsuite/test/macosx/find-dsym/bundle-with-dot [...] create mode 100644 packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/Info.plist create mode 100644 packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/Makefile copy packages/Python/lldbsuite/test/{functionalities/fat_archives/a.h => macosx/fi [...] create mode 100644 packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/Tes [...] create mode 100644 packages/Python/lldbsuite/test/macosx/find-dsym/deep-bundle/main.c copy packages/Python/lldbsuite/test/{functionalities/fat_archives/a.c => macosx/fi [...]