[Lldb-commits] [PATCH] D41871: [dotest] Remove crashinfo hook

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 9 09:17:35 PST 2018


labath created this revision.
labath added reviewers: jingham, clayborg, davide.

This used to be important when all tests were run in a single process,
but that has no longer been the case for a while. Furthermore, this hook fails
to build on new mac versions for several people, and it's not clear
whether fixing it is worth the effort.


https://reviews.llvm.org/D41871

Files:
  packages/Python/lldbsuite/test/configuration.py
  packages/Python/lldbsuite/test/crashinfo.c
  packages/Python/lldbsuite/test/dotest.py
  packages/Python/lldbsuite/test/test_result.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41871.129102.patch
Type: text/x-patch
Size: 4777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180109/68ef124b/attachment-0001.bin>


More information about the lldb-commits mailing list