forked from OSchip/llvm-project
3e9e7d2822
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 |
||
---|---|---|
.. | ||
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 | ||
Makefile | ||
TestNumThreads.py | ||
main.cpp |