Skip to content

gh-119770: Remove buggy ioctl test case - #119818

Closed
Eclips4 wants to merge 1 commit into
python:mainfrom
Eclips4:issue-119770
Closed

gh-119770: Remove buggy ioctl test case#119818
Eclips4 wants to merge 1 commit into
python:mainfrom
Eclips4:issue-119770

Conversation

@Eclips4

@Eclips4Eclips4 commented May 31, 2024

Copy link
Copy Markdown
Member

@Eclips4Eclips4 added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels May 31, 2024
@Eclips4
Eclips4 requested a review from vstinnerMay 31, 2024 05:01
@bedevere-appbedevere-appBot added tests Tests in the Lib/test dir awaiting review labels May 31, 2024
@bedevere-appbedevere-appBot mentioned this pull request May 31, 2024
@ambvambv changed the title gh-119770: Remove buggy test casegh-119770: Remove buggy ioctl test caseMay 31, 2024
# 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
Copy Markdown
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

@Eclips4Eclips4 closed this May 31, 2024
@Eclips4
Eclips4 deleted the issue-119770 branch May 31, 2024 15:11
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviewneeds backport to 3.12only security fixesneeds backport to 3.13bugs and security fixesskip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Eclips4@vstinner