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

Disabling xattrs tests on OpenBSD #6349

Merged
merged 1 commit into from
May 5, 2024

Conversation

jadijadi
Copy link
Contributor

@jadijadi jadijadi commented May 4, 2024

The test_compare_xattrs test fails on OpenBSD because OpenBSD does not support xattrs. Disabling this test for target_os = openbsd resolved the issue.

Fixes #6348

tests/common/util.rs Show resolved Hide resolved
The test_compare_xattrs test fails on OpenBSD because OpenBSD does
not support xattrs. Disabling this function and its test for
target_os = openbsd resolves the issue.

Fixes uutils#6348
Copy link

github-actions bot commented May 5, 2024

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)

Copy link
Collaborator

@BenWiederhake BenWiederhake left a comment

Choose a reason for hiding this comment

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

LGTM, and the implicit "test" is that building now works :D

For some reason, this feels still a bit strange to me; I just don't feel confident with the cfg-conditions being different everywhere, and I don't have a good overview what combinations are possible.

Dear other maintainers, feel free to merge this if you think this is the right cfg-condition. (Maybe I'll merge it later.)
Ping @sylvestre

@sylvestre
Copy link
Contributor

Thanks. Lgtm

@sylvestre sylvestre merged commit 421f3a9 into uutils:main May 5, 2024
66 of 68 checks passed
@jadijadi jadijadi deleted the disabling-xattrs-openbsd branch May 6, 2024 05:55
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.

tests in tests/common/util.rs fails on OpenBSD 7.5
3 participants