<div dir="ltr">Awesome.  This is very helpful.  I'm working on getting this functional for Linux now, too.<div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 6, 2015 at 2:20 PM, Greg Clayton <span dir="ltr"><<a href="mailto:gclayton@apple.com" target="_blank">gclayton@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
> On Jan 1, 2015, at 8:46 PM, Vince Harron <<a href="mailto:vharron@google.com">vharron@google.com</a>> wrote:<br>
><br>
> Hi all,<br>
><br>
> I've been trying to run the unit tests on my Mavericks MBP against a debugserver running on a VMware Fusion Yosemite guest.  I'm getting lots of failures (100+) so I'm probably doing something wrong.  I've done a lot of searching but I haven't been able to find recent instructions.<br>
><br>
> I did find this<br>
> <a href="http://lists.cs.uiuc.edu/pipermail/lldb-dev/2013-December/002854.html" target="_blank">http://lists.cs.uiuc.edu/pipermail/lldb-dev/2013-December/002854.html</a><br>
> which is encouraging, but I was hoping to try on OSX first.  (Can I even SSH into an iOS device without jailbreaking it?)<br>
><br>
> 1) Is this supposed to work?<br>
<br>
</span>You can't run on an iOS device without jailbreaking it.<br>
<br>
It is starting to work. I have gotten the "test/lang" directory to be able to be run remotely here at Apple:<br>
<br>
On the VMWare Fusion guest you should be able to compile the lldb-platform and run it:<br>
<br>
vm% ./lldb-platform --listen=2000 --stay-alive<br>
<br>
Then you should be able to run the test suite with it:<br>
<br>
host% ./dotest.py --arch=x86_64 --platform-name remote-macosx --platform-url connect://localhost:2000 --platform-working-dir /vm/path/workingdir ./test/lang<br>
<br>
<br>
When debugging to a remote device sometimes you use some sort of port forwarding using port offsets. So say your VMWare fusion has all of its ports offset by 10000 (open a port on VMWare using 2000, but if you were to connect to it from the remote machine you would connect to 12000 (port offset of 10000), you can currently do this:<br>
<br>
vm% ./lldb-platform --listen=2000 --stay-alive --port-offset=10000<br>
<br>
host% ./dotest.py --arch=x86_64 --platform-name remote-macosx --platform-url connect://localhost:12000 --platform-working-dir /vm/path/workingdir ./test/lang<br>
<span class=""><br>
> 2) What steps do you do to run the tests?<br>
<br>
</span>So I have only tested test/lang:<br>
<br>
host% ./dotest.py --arch=x86_64 --platform-name remote-macosx --platform-url connect://localhost:12000 --platform-working-dir /vm/path/workingdir ./test/lang<br>
<span class="">> 3) What failures are you getting?<br>
<br>
</span>I am able to run all these tests remotely on iOS with special internal device installs. We will need to work out some of the kinks in the "remote-macosx" or whatever other platform you plan on testing with. The platforms do things like uploading files, installing files, etc.<br>
<br>
What is your VMWare setup targeting?<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><br><table cellspacing="0" cellpadding="0" style="font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small"><td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Vince Harron |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Technical Lead Manager |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:vharron@google.com" target="_blank">vharron@google.com</a> |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"> 858-442-0868</td></tr></tbody></table><br></div></div>
</div>