Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-132742: Improve tests for fcntl.ioctl()#132791
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
* Do not skip ALL ioctl() tests when /dev/tty is not available.* Use better tests for integer argument.* Add also parallel tests for tcflush() and tcflow().
For some reasons |
bedevere-bot commentedApr 24, 2025
🤖 New build scheduled with the buildbot fleet by@serhiy-storchaka for commit7efcbf9 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F132791%2Fmerge If you want to schedule another build, you need to add the🔨 test-with-buildbots label again. |
auvipy left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
looks good
ed8e886
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry,@serhiy-storchaka, I could not cleanly backport this to
|
)* Use better tests for integer argument.* Add also parallel tests for tcflush() and tcflow().(cherry picked from commited8e886)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-133066 is a backport of this pull request to the3.13 branch. |
bedevere-bot commentedApr 28, 2025
|
bedevere-bot commentedApr 28, 2025
|
#133070 should fix the newly added tests on Android. |
bedevere-bot commentedApr 28, 2025
|
There are failures on "AMD64 Android 3.x" buildbot:https://buildbot.python.org/#/builders/1591/builds/1936
Aha, let me see. |
Uh oh!
There was an error while loading.Please reload this page.
Do not skip ALL ioctl() tests when /dev/tty is not available.Done in other PR.