Skip to content

stat: bad error message when directory doesn't exist#13026

Merged
cakebaker merged 6 commits into
uutils:mainfrom
Devel08:fix-issue-13012
Jun 23, 2026
Merged

stat: bad error message when directory doesn't exist#13026
cakebaker merged 6 commits into
uutils:mainfrom
Devel08:fix-issue-13012

Conversation

@Devel08

@Devel08 Devel08 commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

in GNU stat, the error message means cannot statx, as in the syscall statx(2), not the util name itself.
Closes #13012

@Devel08

Devel08 commented Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Can we add

# spell-checker:ignore statx
# spell-checker:ignore Statx

to the cspell dictionary?

@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown

GNU testsuite comparison:

Skip an intermittent issue tests/tail/symlink (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/tail/tail-n0f (fails in this run but passes in the 'main' branch)
Congrats! The gnu test tests/cp/link-heap is now passing!
Congrats! The gnu test tests/printf/printf-surprise is now passing!
Skip an intermittent issue tests/pr/bounded-memory (was skipped on 'main', now failing)

@oech3

This comment was marked as resolved.

@Devel08

Devel08 commented Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

@oech3 should I do that in this pr or in a separate one?

@oech3

This comment was marked as resolved.

@cakebaker cakebaker merged commit a3ae2c4 into uutils:main Jun 23, 2026
175 of 176 checks passed
@cakebaker

Copy link
Copy Markdown
Contributor

Thanks!

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.

stat: bad error message when directory doesn't exist

3 participants