[pypy-dev] List index out of range for many tests
Armin Rigo
arigo at tunes.org
Sat Aug 20 11:58:21 CEST 2011
Hi Mitchell,
On Sat, Aug 20, 2011 at 9:40 AM, Mitchell Hashimoto
<mitchell.hashimoto at gmail.com> wrote:
> I'm taking a look at some failing tests in the buildbot and trying to mirror
> them here on my local machine, but the tests are giving me the following
> error:
Note that you are running the lib-python tests on top of a
non-translated pypy, which is not what the buildbot does. See
https://bitbucket.org/pypy/buildbot/raw/default/bot2/pypybuildbot --
in particular the file builds.py -- for more information about how
buildbot runs its processes. Grep for "if lib_python:", for example.
About your error precisely: I don't know, I cannot reproduce it... It
looks like .pyc file corruption, maybe? Try to kill all .pyc files
and restart...
A bientôt,
Armin.
More information about the pypy-dev
mailing list