llvm-project/lldb/packages/Python/lldbsuite/test/api
Ravitheja Addepally b2ba5a5467 Rewriting TestMultithreaded.py to solve flakyness on Linux
Summary:
test_listener_event_process_state checks for Threads
and Frames in the multithreaded_queue. The listener_func has
more computational load, which may be latter executed than the
pop leading to the failure. This patch tries to only check for
frames in listener_func as presence of frames also confirms 
prescence of threads and avoids the second push into the 
multithreaded_queue.

Reviewers: lldb-commits, clayborg, labath

Differential Revision: http://reviews.llvm.org/D20091

llvm-svn: 269168
2016-05-11 09:54:41 +00:00
..
check_public_api_headers Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
listeners Change over the broadcaster/listener process to hold shared or weak pointers 2016-03-07 21:50:25 +00:00
multiple-debuggers Remove skip and xfail decorators for target architecture. 2016-02-09 00:36:34 +00:00
multithreaded Rewriting TestMultithreaded.py to solve flakyness on Linux 2016-05-11 09:54:41 +00:00