mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 22:08:57 -04:00
![]() 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 |
||
---|---|---|
.. | ||
backtrace_all | ||
break_after_join | ||
concurrent_events | ||
crash_during_step | ||
create_after_attach | ||
create_during_step | ||
exit_during_break | ||
exit_during_step | ||
jump | ||
multi_break | ||
state | ||
step_out | ||
thread_exit | ||
thread_specific_break | ||
thread_specific_break_plus_condition | ||
main.cpp | ||
Makefile | ||
TestNumThreads.py |