fix Bug21211 : reworked test/api/multithreaded/test_listener_event_description.cpp...
authorShawn Best <sbest@blueshiftinc.com>
Fri, 21 Nov 2014 06:49:39 +0000 (06:49 +0000)
committerShawn Best <sbest@blueshiftinc.com>
Fri, 21 Nov 2014 06:49:39 +0000 (06:49 +0000)
commitd64bc4bee6eab912b3a02ab9cab13f13045ba0ea
treebd9c6db31c48f8e031d908fbbed4bf0f55eda0af
parent44e5d7a131d300ce6ba023551e3658e714db0a5a
fix Bug21211 : reworked test/api/multithreaded/test_listener_event_description.cpp to work properly on Linux/FreeBSD

Issue D5632 fixed an issue where linux would dump spurious output to tty on startup (due to a broadcast stop event). After the checkin, it was noticed on FreeBSD a unit test was now failing. On closer investigation I found the test was using the C++ API to launch an inferior while using an SBListener to monitor the public state changes. As on OSx, it was expecting to see:

eStateRunning
eStateStopped

On Linux/FreeBSD, there is an extra state change

eStateLaunching
eStateRunning
eStateStopped

I reworked the test to work for both cases and re-enabled the test of FreeBSD.

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

llvm-svn: 222511
lldb/test/api/multithreaded/TestMultithreaded.py
lldb/test/api/multithreaded/test_listener_event_description.cpp