Armin,<br><br><div class="gmail_quote">On Sat, Aug 20, 2011 at 3:58 AM, Armin Rigo <span dir="ltr">&lt;<a href="mailto:arigo@tunes.org">arigo@tunes.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi Mitchell,<br>
<div class="im"><br>
On Sat, Aug 20, 2011 at 9:40 AM, Mitchell Hashimoto<br>
&lt;<a href="mailto:mitchell.hashimoto@gmail.com">mitchell.hashimoto@gmail.com</a>&gt; wrote:<br>
&gt; I&#39;m taking a look at some failing tests in the buildbot and trying to mirror<br>
&gt; them here on my local machine, but the tests are giving me the following<br>
&gt; error:<br>
<br>
</div>Note that you are running the lib-python tests on top of a<br>
non-translated pypy, which is not what the buildbot does.  See<br>
<a href="https://bitbucket.org/pypy/buildbot/raw/default/bot2/pypybuildbot" target="_blank">https://bitbucket.org/pypy/buildbot/raw/default/bot2/pypybuildbot</a> --<br>
in particular the file builds.py -- for more information about how<br>
buildbot runs its processes.  Grep for &quot;if lib_python:&quot;, for example.<br>
<br>
About your error precisely: I don&#39;t know, I cannot reproduce it...  It<br>
looks like .pyc file corruption, maybe?  Try to kill all .pyc files<br>
and restart...<br>
<br></blockquote><div><br></div><div>Thank you. I did get the tests properly running. I&#39;m not sure whether it was the pyc files or how I was running it, but I first removed all the previous pyc files, looked at buildbot source, and ran the tests like so:</div>

<div><br></div><div>python pypy/test_all.py --pypy=pypy/translator/goal/pypy-c lib-python/2.7/test/test_ctypes.py</div><div><br></div><div>This ran successfully and gave the same failures as the buildbot. Hurrah!</div><div>

<br></div><div>One question: The tests take quite awhile to run, even for a single file. Is this normal?</div><div><br></div><div>And once again, thanks for helping with such a noob question, I really appreciate it.</div>

<div><br></div><div>Best,</div><div>Mitchell</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
A bientôt,<br>
<font color="#888888"><br>
Armin.<br>
</font></blockquote></div><br>