summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2016-05-05 17:48:14 +0000
committerTodd Fiala <todd.fiala@gmail.com>2016-05-05 17:48:14 +0000
commit57a4e5b3d0702b351daa48374d4c852fc91700c2 (patch)
tree2477055aeb7cef7e60cdf6a05a2d90d9f22d1acb /lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
parentb34e3a1877fb095b0386c7e3675aca66ff26edeb (diff)
downloadbcm5719-llvm-57a4e5b3d0702b351daa48374d4c852fc91700c2.tar.gz
bcm5719-llvm-57a4e5b3d0702b351daa48374d4c852fc91700c2.zip
Fix TestEvents.py on OS X
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 trying to clean up the SBListener too late. There is a separate issue here which is that we should prevent this clean-up time lock-up, but that is out of scope for this particular change. I'd like to get these tests back and running the normal flow rather than skipping them. This addresses: llvm.org/pr25924 (at least, the OS X side, although I suspect this will also address Linux) http://reviews.llvm.org/D19983 reviewed by: Jim Ingham llvm-svn: 268653
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbplatformutil.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud