[test] make expect_state_changes actually expect *only* them
The android dirty stderr problem has uncovered an issue where lldbutil.expect_state_changes was reading events other than state change events, which resulted in general confusion. Make it more strict to accept *only* state changes. llvm-svn: 266327
Showing
- lldb/packages/Python/lldbsuite/test/functionalities/attach_resume/TestAttachResume.py 8 additions, 7 deletions...te/test/functionalities/attach_resume/TestAttachResume.py
- lldb/packages/Python/lldbsuite/test/functionalities/thread/state/TestThreadStates.py 4 additions, 4 deletions...ite/test/functionalities/thread/state/TestThreadStates.py
- lldb/packages/Python/lldbsuite/test/lldbutil.py 3 additions, 2 deletionslldb/packages/Python/lldbsuite/test/lldbutil.py
Loading
Please register or sign in to comment