Re: [Lldb-commits] [PATCH] D19983: Fix TestEvents.py on OS X

2016-05-05 Thread Todd Fiala via lldb-commits
tfiala closed this revision. tfiala added a comment. Closed by commit r268653 http://reviews.llvm.org/D19983 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D19983: Fix TestEvents.py on OS X

2016-05-05 Thread Jim Ingham via lldb-commits
jingham accepted this revision. jingham added a comment. This revision is now accepted and ready to land. I agree, doing something to get the test working is primary. Then we can go back and figure out why the less ordered shutdown doesn't work. http://reviews.llvm.org/D19983 __

Re: [Lldb-commits] [PATCH] D19983: Fix TestEvents.py on OS X

2016-05-05 Thread Todd Fiala via lldb-commits
tfiala updated this revision to Diff 56303. tfiala added a comment. Added full diff context to diff. http://reviews.llvm.org/D19983 Files: packages/Python/lldbsuite/test/python_api/event/TestEvents.py Index: packages/Python/lldbsuite/test/python_api/event/TestEvents.py ==

[Lldb-commits] [PATCH] D19983: Fix TestEvents.py on OS X

2016-05-05 Thread Todd Fiala via lldb-commits
tfiala created this revision. tfiala added a reviewer: jingham. tfiala added a subscriber: lldb-commits. This change addresses a hang/segfault in TestEvents.py. The threads that run the listener loops now do an SBListener.Clear() before they wrap up their work. This prevents the test from tryi