TST: Mark F2PY tests as XFail on Cygwin#23114
Closed
DWesl wants to merge 6 commits intonumpy:mainfrom
Closed
Conversation
Contributor
Author
|
Okay, Cygwin seems to be passing. I'm going to rebase and merge most of the first fourteen commits to see if that stays true. |
More compiled extension modules means higher chances for fork() failure. This should still let actual test failures through, when they happen. TST,FIX: Combine module pytest marks in f2py/tests/test_docs.py This may avoid some failures.
This should be the last of them.
cygcheck/ldd seem to have been hanging. I specified a timeout in the script, so it's probably cygcheck. Hopefully this caps the resource usage.
This one manifests a different way, for some reason.
I don't know if this is needed, but I'd be more comfortable with it.
I should probably grep for subprocess before pushing.
Contributor
Author
|
This looks like it marks all relevant tests, but #23073 actually fixes the underlying issue, so I'd prefer that one be merged. |
Member
|
This can be closed, right? |
Contributor
Author
Yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
More compiled extension modules means higher chances for fork() failure, as does more compilation of extension modules. This should still let actual test failures through, when they happen.
Replaces #23073
Fixes #23070?