<div dir="ltr">Well, I have to copy use_lldb_suite.py into lldbsuite/test_event first.  But then I get another error.<div><br></div><div><div>D:\src\llvm\tools\lldb\packages\Python\lldbsuite\test_event>c:\Python35\python.exe -m unittest discover -s test/src -p "Test*.py"</div><div>FF</div><div>======================================================================</div><div>FAIL: test_with_function_filter (TestCatchInvalidDecorator.TestCatchInvalidDecorator)</div><div>----------------------------------------------------------------------</div><div>Traceback (most recent call last):</div><div>  File "D:\src\llvm\tools\lldb\packages\Python\lldbsuite\test_event\test\src\TestCatchInvalidDecorator.py", line 56, in test_with_function_filter</div><div>    "At least one job or test error result should have been returned")</div><div>AssertionError: 0 not greater than 0 : At least one job or test error result should have been returned</div><div><br></div><div>======================================================================</div><div>FAIL: test_with_whole_file (TestCatchInvalidDecorator.TestCatchInvalidDecorator)</div><div>----------------------------------------------------------------------</div><div>Traceback (most recent call last):</div><div>  File "D:\src\llvm\tools\lldb\packages\Python\lldbsuite\test_event\test\src\TestCatchInvalidDecorator.py", line 37, in test_with_whole_file</div><div>    "At least one job or test error result should have been returned")</div><div>AssertionError: 0 not greater than 0 : At least one job or test error result should have been returned</div></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, May 13, 2016 at 12:52 PM Todd Fiala <<a href="mailto:todd.fiala@gmail.com">todd.fiala@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">tfiala added a comment.<br>
<br>
In <a href="http://reviews.llvm.org/D20193#429903" rel="noreferrer" target="_blank">http://reviews.llvm.org/D20193#429903</a>, @zturner wrote:<br>
<br>
> It can't find six, I guess because it's trying to run a script directly<br>
>  rather than loading it as part of a package, so it never runs `import<br>
>  use_lldb_suite`.<br>
<br>
<br>
Ah of course.  And this runs on OS X because six is part of the default Python site installation.<br>
<br>
So an 'import use_lldb_suite' at the top of the event_collector file fixes it for you?<br>
<br>
<br>
<a href="http://reviews.llvm.org/D20193" rel="noreferrer" target="_blank">http://reviews.llvm.org/D20193</a><br>
<br>
<br>
<br>
</blockquote></div>