Skip to content

Conversation

sylvestre
Copy link
Contributor

Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/misc/tee (passes in this run but fails in the 'main' branch)

@sylvestre sylvestre marked this pull request as ready for review July 28, 2025 19:14
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/misc/stdbuf (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/misc/tee (passes in this run but fails in the 'main' branch)

test_tz("Antarctica/South_Pole", JAN2, "2024-01-03 01:00:00 NZDT\n");
test_tz("Antarctica/South_Pole", JUL2, "2024-07-03 00:00:00 NZST\n");
test_tz("Pacific/Auckland", JAN2, "2024-01-03 01:00:00 NZDT\n");
test_tz("Pacific/Auckland", JUL2, "2024-07-03 00:00:00 NZST\n");
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is this a problem? I don't mind either way but I don't see South_Pole as being deprecated? Just duplicate?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

On a testing Debian system:


Test with TZ=Antarctica/South_Pole, date="2024-01-02 12:00:00 +0000".
bin: "/home/sylvestre/dev/debian/coreutils/target/debug/coreutils"
run: /home/sylvestre/dev/debian/coreutils/target/debug/coreutils date -d 2024-01-02 12:00:00 +0000 +%Y-%m-%d %H:%M:%S %Z

thread 'test_date::test_date_tz' panicked at tests/by-util/test_date.rs:582:14:
assertion failed: `(left == right)`

Diff < left / right > :
<2024-01-02 12:00:00 UTC
>2024-01-03 01:00:00 NZDT
 

Copy link
Collaborator

Choose a reason for hiding this comment

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

Oh! Thanks.

@@ -634,7 +634,7 @@ fn test_date_tz_various_formats() {
"-0800 -08:00 -08:00:00 -08 PST\n",
);
// Half-hour timezone
test_tz("Asia/Calcutta", JAN2, "+0530 +05:30 +05:30:00 +05:30 IST\n");
test_tz("Asia/Kolkata", JAN2, "+0530 +05:30 +05:30:00 +05:30 IST\n");
Copy link
Collaborator

Choose a reason for hiding this comment

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

That's a good change though, not sure why I picked the other name.

@sylvestre sylvestre merged commit 33a3f73 into uutils:main Jul 29, 2025
118 of 119 checks passed
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