Re: [Lldb-commits] [lldb] r333465 - [ObjC] Fix the formatter for NSOrderedSet.

2018-05-30 Thread Pavel Labath via lldb-commits
I've added a @skipUnlessDarwin to the new test. Right now we don't have the ability to build or run ObjC tests on other platforms. On Tue, 29 May 2018 at 23:57, Davide Italiano via lldb-commits wrote: > > I would like to apologize, I forgot to `git add `the Makefile and this > broke the bots. It s

Re: [Lldb-commits] [lldb] r333465 - [ObjC] Fix the formatter for NSOrderedSet.

2018-05-29 Thread Davide Italiano via lldb-commits
I would like to apologize, I forgot to `git add `the Makefile and this broke the bots. It should be fixed now. I'll keep an eye to make sure everything stays green. Sorry for the disruption, folks! -- Davide On Tue, May 29, 2018 at 3:08 PM, Davide Italiano via lldb-commits wrote: > Author: david

[Lldb-commits] [lldb] r333465 - [ObjC] Fix the formatter for NSOrderedSet.

2018-05-29 Thread Davide Italiano via lldb-commits
Author: davide Date: Tue May 29 15:08:07 2018 New Revision: 333465 URL: http://llvm.org/viewvc/llvm-project?rev=333465&view=rev Log: [ObjC] Fix the formatter for NSOrderedSet. While I'm here, delete some dead code. Added: lldb/trunk/packages/Python/lldbsuite/test/lang/objc/orderedset/