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

ls: finish the plug of mtime #7016

Merged
merged 1 commit into from
Jan 1, 2025
Merged

ls: finish the plug of mtime #7016

merged 1 commit into from
Jan 1, 2025

Conversation

sylvestre
Copy link
Contributor

Will help with tests/ls/ls-time

Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/ls/ls-time is no longer SKIP! (might be PASS, ERROR or FAIL)

@sylvestre sylvestre marked this pull request as ready for review December 28, 2024 22:51
@sylvestre
Copy link
Contributor Author

Marked as passed!

@sylvestre sylvestre marked this pull request as draft December 28, 2024 22:59
@sylvestre sylvestre force-pushed the ls-mtime branch 2 times, most recently from a296b36 to 48bec57 Compare December 31, 2024 10:35
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)
Congrats! The gnu test tests/ls/ls-time is no longer SKIP! (might be PASS, ERROR or FAIL)

Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/ls/ls-time is no longer SKIP! (might be PASS, ERROR or FAIL)

@sylvestre sylvestre marked this pull request as ready for review December 31, 2024 11:21
tests/by-util/test_ls.rs Outdated Show resolved Hide resolved
Comment on lines 2108 to 2111
let f = at.make_file("test-3");
f.set_modified(SystemTime::now()).unwrap();
let f = at.make_file("test-4");
f.set_modified(SystemTime::now()).unwrap();
Copy link
Contributor

Choose a reason for hiding this comment

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

I would give those vars a different name than f. It should allow you to get rid of the make_file calls on lines 2119 and 2122.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

well done, thanks again :)

Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)
Congrats! The gnu test tests/ls/ls-time is no longer SKIP! (might be PASS, ERROR or FAIL)

Will help with tests/ls/ls-time
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/ls/ls-time is no longer SKIP! (might be PASS, ERROR or FAIL)

@cakebaker cakebaker merged commit 7c7a6f8 into uutils:main Jan 1, 2025
65 of 66 checks passed
@sylvestre sylvestre deleted the ls-mtime branch January 1, 2025 09:46
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