<div dir="ltr">Couple things:<div><br></div><div>1) Python 2.7.10 is still the officially supported way to run tests for all platforms</div><div>2) Python 3 is only supported for Windows and it's experimental.  </div><div>3) At some point I will drop support for 2.x on Windows, but 2.x will always be the officially supported way to run tests on every other platform.</div><div><br></div><div>Are you running lldb/test/dotest.py or lldb/packages/lldbsuite/test/dotest.py?  You should be running the former.  The `progress` module is located in lldb/third_party/Python/module/progress.  That should be in your `sys.path` because when you run `<span style="line-height:1.5">lldb/test/dotest.py` the first line calls `import use_lldb_suite`, which modifies `sys.path` to contain this and a few other directories.</span></div><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5">Hopefully that gives you a starting point to diagnose what's wrong.</span></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Dec 2, 2015 at 2:35 PM Chuck Ries via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div>
<p class="MsoNormal">I am trying to run the lldb tests with dotest.py but it is failing with
<u></u><u></u></p>
<p class="MsoNormal">chuckr-mac-build:test chuckr$ python ./dotest.py<u></u><u></u></p>
<p class="MsoNormal"><span style="background:yellow">Traceback (most recent call last):<u></u><u></u></span></p>
<p class="MsoNormal"><span style="background:yellow">  File "./dotest.py", line 30, in <module><u></u><u></u></span></p>
<p class="MsoNormal"><span style="background:yellow">    import progress<u></u><u></u></span></p>
<p class="MsoNormal"><span style="background:yellow">ImportError: No module named progress</span><u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">It looks like some work was done to move to python 3 and I am using Python 2.7.10. The info at
<a href="http://lldb.llvm.org/test.html" target="_blank">http://lldb.llvm.org/test.html</a> does not seem to be up to date. Is there any fix to get the test script working?<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">ChuckR<u></u><u></u></p>
</div>
</div>

_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@lists.llvm.org" target="_blank">lldb-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>
</blockquote></div>