diff options
author | Pavel Labath <labath@google.com> | 2018-01-10 10:18:47 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-01-10 10:18:47 +0000 |
commit | 698d63a61a51438182127fc4ce56a535d532b182 (patch) | |
tree | 30f8fa133a6297d87d72c083a386ecb7b3efedb7 /lldb/packages/Python/lldbsuite/test/dotest.py | |
parent | 886510f350bd5f4972602263c225098bb2f8aa77 (diff) | |
download | bcm5719-llvm-698d63a61a51438182127fc4ce56a535d532b182.tar.gz bcm5719-llvm-698d63a61a51438182127fc4ce56a535d532b182.zip |
[dotest] Remove crashinfo hook
Summary:
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.
Reviewers: jingham, clayborg, davide
Subscribers: lldb-commits
Differential Revision: https://reviews.llvm.org/D41871
llvm-svn: 322167
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py index 7d739acba95..c7c60a748e4 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest.py +++ b/lldb/packages/Python/lldbsuite/test/dotest.py @@ -1117,7 +1117,6 @@ def run_suite(): signal.signal(signal.SIGINT, signal.SIG_IGN) setupSysPath() - configuration.setupCrashInfoHook() # # If '-l' is specified, do not skip the long running tests. |