Skip to content
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

gh-119770: Remove buggy ioctl test case #119818

Closed
wants to merge 1 commit into from

Conversation

Eclips4
Copy link
Member

@Eclips4 Eclips4 commented May 31, 2024

@Eclips4 Eclips4 added needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes labels May 31, 2024
@Eclips4 Eclips4 requested a review from vstinner May 31, 2024 05:01
@bedevere-app bedevere-app bot added tests Tests in the Lib/test dir awaiting review labels May 31, 2024
@ambv ambv changed the title gh-119770: Remove buggy test case gh-119770: Remove buggy ioctl test case May 31, 2024
@@ -66,27 +66,6 @@ def test_ioctl_mutate_2048(self):
# Test with a larger buffer, just for the record.
self._check_ioctl_mutate_len(2048)

def test_ioctl_signed_unsigned_code_param(self):
Copy link
Member

Choose a reason for hiding this comment

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

I would prefer to keep the test but make sure that TIOCSWINSZ is positive.

I wrote a different fix: #119840

@Eclips4 Eclips4 closed this May 31, 2024
@Eclips4 Eclips4 deleted the issue-119770 branch May 31, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants