Hello all,

Are the tests in the rpython/ directory expected to pass when run via `pypy
pytest.py rpython/`? And do you have a current CI setup for running these
tests?

With zero modifications to the codebase, I'm seeing quite a few test
failures in the CI pipelines over here:
https://github.com/olliemath/pypy/actions/runs/3803555068/jobs/6470041568
Some of these are spurious (I think the runners don't have enough memory)
but quite a few are reproducible locally. I'm interested in getting them up
to scratch (i.e. passing), but don't have a sufficient baseline to go off
of.

For background: I'm currently playing around with RPython (specifically
adding "from __future__ import print_function", see
https://github.com/olliemath/pypy/pull/1). As part of that I decided to use
github workflows to test my code using the unofficial github mirror of
pypy. To make sure I don't break anything I would ideally start from a
green pipeline and iterate.

Best,
Oliver
_______________________________________________
pypy-dev mailing list -- pypy-dev@python.org
To unsubscribe send an email to pypy-dev-le...@python.org
https://mail.python.org/mailman3/lists/pypy-dev.python.org/
Member address: arch...@mail-archive.com

Reply via email to