[Lldb-commits] [PATCH] Refactor Socket into a first class Host-object
Todd Fiala
tfiala at google.com
Mon Jul 28 10:01:33 PDT 2014
{F117191}
Hey Zachary,
These were the minimal changes to get it building on MacOSX. (Full patch).
This is not ready to go - tens of crashes on MacOSX test run. Linux built fine but had a number of failing tests.
Failing Linux tests:
```
Ran 303 tests.
Failing Tests (10)
FAIL: LLDB (suite) :: TestStubSetSID.py (Linux tfiala2.mtv.corp.google.com 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64)
FAIL: LLDB (suite) :: TestGdbRemote_vCont.py (Linux tfiala2.mtv.corp.google.com 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64)
FAIL: LLDB (suite) :: TestGdbRemoteExpeditedRegisters.py (Linux tfiala2.mtv.corp.google.com 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64)
FAIL: LLDB (suite) :: TestGdbRemoteRegisterState.py (Linux tfiala2.mtv.corp.google.com 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64)
FAIL: LLDB (suite) :: TestGdbRemoteAuxvSupport.py (Linux tfiala2.mtv.corp.google.com 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64)
FAIL: LLDB (suite) :: TestGdbRemoteThreadsInStopReply.py (Linux tfiala2.mtv.corp.google.com 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64)
FAIL: LLDB (suite) :: TestGdbRemoteSingleStep.py (Linux tfiala2.mtv.corp.google.com 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64)
FAIL: LLDB (suite) :: TestGdbRemoteKill.py (Linux tfiala2.mtv.corp.google.com 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64)
FAIL: LLDB (suite) :: TestLldbGdbServer.py (Linux tfiala2.mtv.corp.google.com 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64)
FAIL: LLDB (suite) :: TestProcessIO.py (Linux tfiala2.mtv.corp.google.com 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64)
ninja: build stopped: subcommand failed.
```
I'm going to start looking into the Linux failures first. Those might address some of the MacOSX ones as well.
-Todd
http://reviews.llvm.org/D4641
More information about the lldb-commits
mailing list