Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Run test suites like how CPython runs theirs #3807

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

Merged
merged 8 commits into from
Jun 23, 2022

Conversation

fanninpm
Copy link
Contributor

The extra flags come from the buildbottest rule in CPython's Makefile.

This will enable checking the tests we've been skipping by default (such as network-based tests). This will also report the top 10 slowest tests and will mark a test as failed if it altered the execution environment.

@fanninpm fanninpm force-pushed the test-like-cpython-buildbottest branch from 46657ba to 43a68ab Compare June 22, 2022 03:25
@fanninpm
Copy link
Contributor Author

I can investigate the Windows failures tomorrow evening.

fanninpm added 6 commits June 22, 2022 20:19
The extra flags come from the `buildbottest` rule in CPython's Makefile.
This will enable checking the tests we've been skipping by default (such
as network-based tests). This will also report the top 10 slowest tests
and will mark a test as failed if it altered the execution environment.
@fanninpm fanninpm force-pushed the test-like-cpython-buildbottest branch from c758ea0 to e850b6e Compare June 23, 2022 00:27
fanninpm added 2 commits June 22, 2022 21:54
"ValueError: illegal environment variable name" likely comes from the
`--fail-env-changed` switch we're now using.
Copy link
Member

@youknowone youknowone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great!!

@youknowone youknowone merged commit 166c45d into RustPython:main Jun 23, 2022
@fanninpm fanninpm deleted the test-like-cpython-buildbottest branch June 24, 2022 00:08
@fanninpm fanninpm mentioned this pull request Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants