gh-132742: Improve tests for fcntl.ioctl()#132791
gh-132742: Improve tests for fcntl.ioctl()#132791serhiy-storchaka merged 9 commits intopython:mainfrom
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. |
|
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.