[Lldb-commits] [PATCH] Fix TestGdbRemote* on remote Linux

Tamas Berghammer tberghammer at google.com
Fri Mar 27 06:57:00 PDT 2015


@vharron: I see the same warnings without this CL also when running the tests for local debugging so it isn't a new warning. I am not sure where they are coming from but it looks like some of the tests don't expect $O packets (or expects less) while lldb-server sends them. We should probably investigate it but I think it is out of the scope of this CL.

@ted: I tried to reproduce the failure but I only managed to do it when running dosep.py with multiple threads. Doing it is not fully supported (yet) because lldb-platform drops some connection when a lot of incoming connection came in the same time what makes the test suit flaky. If you can reproduce the failure with running dotest.py (on 1 thread) or with running dosep.py with LLDB_TEST_THREADS=1 set then please let me know (with some details about how you did it) and I will investigate it further.


http://reviews.llvm.org/D8454

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list