Skip to content

Conversation

@ChrisDryden
Copy link
Contributor

@ChrisDryden ChrisDryden commented Nov 28, 2025

3 out of the 5 stty GNU tests are now passing and was taking a look at why the stty-row-col test was now failing. The issue was that the row and column options are able to accept hex and oct values and the parser we were using did not support the parsing of those values. This change makes the stty-row-col tests now pass.

I have modified the parser helper function and added tests that compare the output of the uutils implementation to the gnu implementation.

@3v1n0
Copy link

3v1n0 commented Nov 29, 2025

I'd mentioned here do this in an utility file and re-use it in all the places we should parse such integers

@ChrisDryden
Copy link
Contributor Author

Good idea, I added a helper in the parser folder to be able to reuse that logic

@github-actions
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/overlay-headers (passes in this run but fails in the 'main' branch)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants