diff options
author | Pavel Labath <labath@google.com> | 2015-12-07 11:09:14 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-12-07 11:09:14 +0000 |
commit | cb8ea4bd23ba93ab4bfc38ae6677b43eca3a950e (patch) | |
tree | 3f6a9c4d2a0518fd539789f48a45a1f56e034bba /lldb/packages/Python/lldbsuite/test/expression_command | |
parent | d5a1f47a63f95cc44f4fde3020d04ee09f70a16c (diff) | |
download | bcm5719-llvm-cb8ea4bd23ba93ab4bfc38ae6677b43eca3a950e.tar.gz bcm5719-llvm-cb8ea4bd23ba93ab4bfc38ae6677b43eca3a950e.zip |
Make TestThreadStates more stable
Summary:
Because of the large number of XFAILs TestThreadStates has decayed quite a bit. This commit does
the following:
- removes the "breakpoint list" expectations. Most tests have been failing on this, because the
command output changed quite a while back. I remove it, because run_break_set_by_file_and_line
already does a decent amount of checking
- fixup test_state_after_expression: this was calling the wrong function by mistake. As now the
function actually tests something (which we know is broken), I needed to XFAIL it as well.
- replaces the sleep() with a proper wait-for-event functionality in parts which use async mode,
to stabilize the one function that actually tests something.
Reviewers: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D15233
llvm-svn: 254901
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command')
0 files changed, 0 insertions, 0 deletions