llvm-project/lldb/packages/Python/lldbsuite/test/api/multithreaded
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
..
Makefile Merge ENABLE_THREADS and ENABLE_STD_THREADS markers 2015-12-15 12:11:00 +00:00
TestMultithreaded.py Rewriting TestMultithreaded.py to solve flakyness on Linux 2016-05-11 09:54:41 +00:00
common.h getwd(3) with NULL pointer extension is supported on NetBSD 2015-12-07 21:21:12 +00:00
driver.cpp
inferior.cpp
listener_test.cpp
lldb-headers.h
test_breakpoint_callback.cpp
test_listener_event_description.cpp
test_listener_event_process_state.cpp Rewriting TestMultithreaded.py to solve flakyness on Linux 2016-05-11 09:54:41 +00:00
test_listener_resume.cpp