◐ Shell
clean mode source ↗

gh-119770: Remove buggy ioctl test case by Eclips4 · Pull Request #119818 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Closed

Eclips4

wants to merge 1 commit into

Conversation

@ambv ambv changed the title gh-119770: Remove buggy test case gh-119770: Remove buggy ioctl test case

May 31, 2024

vstinner

# Test with a larger buffer, just for the record.
self._check_ioctl_mutate_len(2048)

def test_ioctl_signed_unsigned_code_param(self):

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

Labels

2 participants

@Eclips4 @vstinner