Skip to content

bpo-33484: Link instead of run certain test programs #6781

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
wants to merge 3 commits into from

Conversation

grimreaper
Copy link
Contributor

@grimreaper grimreaper commented May 13, 2018

The build system attempts to run certain test code when it can actually
just link the code. This is a minor performance optimization but is really
a semantic correctness issue.

https://bugs.python.org/issue33484

@grimreaper grimreaper changed the title Link instead of run certain test programs bpo-33484: Link instead of run certain test programs May 13, 2018
@grimreaper grimreaper force-pushed the eax/build/run_vs_link branch 2 times, most recently from 5c07601 to 4b8cf22 Compare May 13, 2018 19:06
@grimreaper grimreaper force-pushed the eax/build/run_vs_link branch 5 times, most recently from 0d905d4 to 7eb8b7f Compare May 19, 2018 00:22
@grimreaper grimreaper force-pushed the eax/build/run_vs_link branch 2 times, most recently from 3670814 to 5d68156 Compare May 25, 2018 14:19
@grimreaper grimreaper force-pushed the eax/build/run_vs_link branch from 5d68156 to d77ae7d Compare June 9, 2018 17:46
@grimreaper grimreaper force-pushed the eax/build/run_vs_link branch 2 times, most recently from f3f1f7c to e186337 Compare June 29, 2018 14:32
The build system attempts to run certain test code when it can actually
just link the code. This is a minor performance optimization but is
really a semantic correctness issue.
@grimreaper grimreaper force-pushed the eax/build/run_vs_link branch from e186337 to 94546d0 Compare July 28, 2018 07:42
Copy link
Contributor

@MaxwellDupre MaxwellDupre left a comment

Choose a reason for hiding this comment

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

No tests known for this part, so ran full suite:
1 test omitted:
test_poplib
390 tests OK.
7 tests failed.
Looks ok.

@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Aug 18, 2022
Copy link
Member

@iritkatriel iritkatriel left a comment

Choose a reason for hiding this comment

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

This has merge conflicts now.

@bedevere-bot
Copy link

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@encukou
Copy link
Member

encukou commented Mar 19, 2024

Closing, see the issue for details.

@encukou encukou closed this Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting changes stale Stale PR or inactive for long period of time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants