-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
tests in tests/common/util.rs fails on OpenBSD 7.5 #6348
Comments
jadijadi
added a commit
to jadijadi/coreutils
that referenced
this issue
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 uutils#6348
jadijadi
added a commit
to jadijadi/coreutils
that referenced
this issue
May 5, 2024
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
jadijadi
added a commit
to jadijadi/coreutils
that referenced
this issue
May 6, 2024
The test_cp and test_mv have xattr related tests. They should be disabled on OpenBSD after commit 19d42c0 disabled the compare_xattrs function on OpenBSD. Fixes uutils#6348
Opening this to prevent creating a closely related case. |
jadijadi
added a commit
to jadijadi/coreutils
that referenced
this issue
May 9, 2024
The test_cp and test_mv have xattr related tests. They should be disabled on OpenBSD after commit 19d42c0 disabled the compare_xattrs function on OpenBSD. Fixes uutils#6348
jadijadi
added a commit
to jadijadi/coreutils
that referenced
this issue
May 9, 2024
The test_cp and test_mv have xattr related tests. They should be disabled on OpenBSD after commit 19d42c0 disabled the compare_xattrs function on OpenBSD. Fixes uutils#6348
WaleedKhamees
pushed a commit
to WaleedKhamees/coreutils
that referenced
this issue
May 20, 2024
The test_cp and test_mv have xattr related tests. They should be disabled on OpenBSD after commit 19d42c0 disabled the compare_xattrs function on OpenBSD. Fixes uutils#6348
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
cargo test
fails on OpenBSD due to not supportingxattrs
.There are several other failing tests on utils section on OpenBSD but this one is kind of more important because its in the
tests/common/util.rs
and when it breaks tests do not continue toby-util
section.The text was updated successfully, but these errors were encountered: