<div dir="ltr">I suspect there are only a handful of cases where I'd like to do this.  Frankly I can even do it outside the source base proper, I suppose, but I figured I'd throw the question out here since maybe this is something we care about longer term.  I'm not really interested in hitting the app at multiple layers for everything --- the existing python framework is great for most things.  It's just for some niggly details on lower level pieces of code that I care about it.<div>
<br></div><div>I may fiddle with it a bit.  If it looks gnarly in the end, I won't push it further.  If it looks reasonable, I may throw up a patch to look at.</div><div><br></div><div>-Todd</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Wed, Jul 16, 2014 at 2:25 PM,  <span dir="ltr"><<a href="mailto:jingham@apple.com" target="_blank">jingham@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm a little leery about this.  We don't test at the lldb_private layer because those tests are likely to be fragile and easily broken.  For utility classes like NamedPipe I guess I don't so much mind, but I'm not sure its a great idea to do this more generally.<br>

<span class="HOEnZb"><font color="#888888"><br>
Jim<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> On Jul 16, 2014, at 9:40 AM, Todd Fiala <<a href="mailto:tfiala@google.com">tfiala@google.com</a>> wrote:<br>
><br>
> Hey guys,<br>
><br>
> Sometimes I have smaller bits of code I'd like to test in LLDB as I'm developing them (i.e. TDD-style) that are C++ and won't be exposed directly via Python.  I'm not sure I've seen any facilities in the LLDB tests for adding such tests.  Essentially I'd want to do something like a gtest or cppunit test.<br>

><br>
> Do we have any mechanism for doing that currently?  If we do, what is it?  If we don't, how about adding some mechanism to do it after we figure out how we'd like to approach it?  Or, if you have thoughts on a good, simple way to do it from Python that doesn't require extra Python bindings just to do it, that'd be fine by me as well.<br>

><br>
> If we want to take a concrete example, here is one: I'm adding a NamedPipe class under the host dir.  I'd like to make some simple tests for it, and test it under Linux, Windows and MacOSX.  In the case of Windows, it would be the only real way for me to test that it's behaving exactly as I want at this point.  This isn't the only time I've wanted C++-level tests at a fairly fine granularity, but it's a good example of it.<br>

><br>
> Any thoughts?<br>
> --<br>
> Todd Fiala |   Software Engineer |     <a href="mailto:tfiala@google.com">tfiala@google.com</a> |     <a href="tel:650-943-3180" value="+16509433180">650-943-3180</a><br>
><br>
</div></div><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><table cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);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">Todd Fiala |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tfiala@google.com" style="color:rgb(17,85,204)" target="_blank"><span style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">tfiala@google.com</span></a> |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"><font color="#1155cc"> <a>650-943-3180</a></font></td></tr></tbody></table><br></div>
</div>