[pypy-dev] Re: [pypy-svn] r13328 - pypy/dist/pypy/translator/test
Sanghyeon Seo
sanxiyn at gmail.com
Mon Jun 13 03:28:56 CEST 2005
On 6/13/05, arigo at codespeak.net <arigo at codespeak.net> wrote:
> +py.test.skip("the Translator and back-ends depend on too many conditions "
> + "to test the back-ends generically")
> +# e.g. some back-ends require annotation and/or specialization to be done
> +# while some require it *not* to be done. GenCL for example has no
> +# chance to understand a specialized graph. (That's why the test still
> +# used to pass: forty_two is basically an empty function, so
> +# specializing it makes no difference. Now the RTyper produces a few
> +# helper functions in all cases.)
I am fine with getting rid of current GenCL if it blocks any of PyPy's
development.
Pity I don't have enough free time for PyPy these days.
Seo Sanghyeon
More information about the Pypy-dev
mailing list