Skip to content

meta: cross-check with CPython #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sbinet opened this issue Aug 30, 2018 · 3 comments
Closed

meta: cross-check with CPython #19

sbinet opened this issue Aug 30, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@sbinet
Copy link
Member

sbinet commented Aug 30, 2018

as shown in #14, we should cross-check that our tests agree with some reference CPython version (presumably, CPython-3.)

so we should probably put some wiring so that each test.py script is run with both gpython and cpython.

@ncw
Copy link
Collaborator

ncw commented Aug 30, 2018

That is what the py3test.py binary does.

It currently requires python 3.4 though maybe that should be relaxed to python3?

We should probably fix it and plumb it into the CI!

@ncw ncw added the enhancement New feature or request label Aug 30, 2018
@sbinet
Copy link
Member Author

sbinet commented Aug 30, 2018

ah! :)

yes, we should probably do that.

@ncw
Copy link
Collaborator

ncw commented Sep 3, 2018

I've implemented this in eaa7d28 (oops forgot the link to the issue).

@ncw ncw closed this as completed Sep 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants