llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/thread
Zachary Turner 3e9e7d2822 Make TestThreadSpecificBreakpoint.py more focused.
This test would fail before if conditional breakpoints weren't
working correctly, and the nature of the test (spinning up 10
threads, etc) opens the door to raciness.

This patch vastly simplifies the test, removes the need for relying
on conditional expression evaluation, and as a result makes the
correctness of the test vastly easier to reason about and reduces
flakiness.

Differential Revision: http://reviews.llvm.org/D15241
Reviewed By: Jim Ingham

llvm-svn: 254792
2015-12-04 22:59:41 +00:00
..
backtrace_all Skip TestBacktraceAll on android-arm 2015-11-03 18:03:47 +00:00
break_after_join Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
concurrent_events Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
crash_during_step [LLDB][MIPS] XFAIL TestCrashDuringStep.py for MIPS 2015-12-04 09:56:36 +00:00
create_after_attach Teach LLDB how to directly launch processes on the iOS simulator 2015-11-05 00:46:25 +00:00
create_during_step Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
exit_during_break Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
exit_during_step [TestExitDuringStep] Adjust after a recent type map change. 2015-11-18 21:22:29 +00:00
jump Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
multi_break Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
state Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
step_out Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
thread_exit Remove expectedFailureFreeBSD from passing ThreadExitTestCase::test_with_dwarf 2015-11-24 18:22:37 +00:00
thread_specific_break Make TestThreadSpecificBreakpoint.py more focused. 2015-12-04 22:59:41 +00:00
thread_specific_break_plus_condition Make TestThreadSpecificBreakpoint.py more focused. 2015-12-04 22:59:41 +00:00
Makefile
TestNumThreads.py Remove `use_lldb_suite` from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
main.cpp