Nice, I wanted to do the same. -- Davide
On Tue, Jan 30, 2018 at 11:49 AM, Vedant Kumar via lldb-commits <lldb-commits@lists.llvm.org> wrote: > Author: vedantk > Date: Tue Jan 30 11:49:05 2018 > New Revision: 323809 > > URL: http://llvm.org/viewvc/llvm-project?rev=323809&view=rev > Log: > PR25934: Skip EventAPITestCase. It still SEGV's on Darwin. > > See: https://ci.swift.org/job/swift-lldb-PR-osx/39 > > llvm.org/PR25934 > > Modified: > lldb/trunk/packages/Python/lldbsuite/test/python_api/event/TestEvents.py > > Modified: > lldb/trunk/packages/Python/lldbsuite/test/python_api/event/TestEvents.py > URL: > http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/python_api/event/TestEvents.py?rev=323809&r1=323808&r2=323809&view=diff > ============================================================================== > --- lldb/trunk/packages/Python/lldbsuite/test/python_api/event/TestEvents.py > (original) > +++ lldb/trunk/packages/Python/lldbsuite/test/python_api/event/TestEvents.py > Tue Jan 30 11:49:05 2018 > @@ -15,6 +15,7 @@ from lldbsuite.test import lldbutil > > > @skipIfLinux # llvm.org/pr25924, sometimes generating SIGSEGV > +@skipIfDarwin > class EventAPITestCase(TestBase): > > mydir = TestBase.compute_mydir(__file__) > > > _______________________________________________ > lldb-commits mailing list > lldb-commits@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits