summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/support
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-03-02 00:17:05 +0000
committerPavel Labath <labath@google.com>2018-03-02 00:17:05 +0000
commit4c693a894f73af181803932b91c117f90a0ded0f (patch)
tree2cd24a0cb70854ea7f2daff693a6d09bb0528942 /lldb/packages/Python/lldbsuite/support
parentd0cdb2f8616dae762877844b17e6fee26a7f6a12 (diff)
downloadbcm5719-llvm-4c693a894f73af181803932b91c117f90a0ded0f.tar.gz
bcm5719-llvm-4c693a894f73af181803932b91c117f90a0ded0f.zip
Speed up TestWatchpointMultipleThreads
Summary: The inferior was sleeping before doing any interesting work. I remove that to make the test faster. While looking at the purpose of the test (to check that watchpoints are propagated to all existing threads - r140757) I noticed that the test has diverged from the original intention and now it creates the threads *after* the watchpoint is set (this probably happened during the std::thread refactor). After some discussion, we decided both scenarios make sense, so I modify the test to test both. The watchpoint propagation functionality is not really debug info depenent, so I also stop replication of this test. This brings the test's time from ~108s down to 4s. Reviewers: davide, jingham Subscribers: aprantl, lldb-commits Differential Revision: https://reviews.llvm.org/D43857 llvm-svn: 326514
Diffstat (limited to 'lldb/packages/Python/lldbsuite/support')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud