ki.stfu accepted this revision. ki.stfu added a comment. lgtm
================ Comment at: test/tools/lldb-mi/control/TestMiExec.py:16 @@ +15,3 @@ + @skipIfFreeBSD # Failure presumably due to StopAtEntry most likely not implemented + @expectedFailureAll("llvm.org/pr25000", oslist=["linux"]) + def test_lldbmi_exec_run(self): ---------------- KLapshin wrote: > It looks like lldb-mi didn't received SIGSTOP evbent on Linux platform > because event was not rebroadcasted because "Process::WaitForProcessToStop > (timeout = (nil)) > Process::WaitForProcessToStop returning without waiting for events; process > private and public states are already 'stopped'. > " - see full log (process, event channel) attached to llvm.org/pr25000 bug. just use ``` @expectedFailureLinux # llvm.org/pr25000: lldb-mi does not receive broadcasted notification from Core/Process about process stopped ... ``` Repository: rL LLVM http://reviews.llvm.org/D12977 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits