-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 7efcbf9 🤖 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. |
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
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 commit ed8e886) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-133066 is a backport of this pull request to the 3.13 branch. |
|
|
#133070 should fix the newly added tests on Android. |
|
There are failures on "AMD64 Android 3.x" buildbot: https://buildbot.python.org/#/builders/1591/builds/1936
Aha, let me see. |
Do not skip ALL ioctl() tests when /dev/tty is not available.Done in other PR.